Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

241 total results found

Reset Lost/Forgotten Hermes SEG Admin Password

Hermes SEG General Documentation (Legacy)

On a SSH/Command prompt enter the following command: mysql -u root -p At the Enter password prompt enter the MySQL root password you set during initial setup. On the MariaDB [(none)]> prompt enter the following: use hermes; You will get the following outp...

Get List of Locked Out Users and their Clients and Kill the Sessions

Active Directory

Get List of Locked Out Users Download the Get-LockedOutUser.ps1 script and run it in an administrator powershell prompt: PS C:\Tools> .\Get-LockedOutUser.ps1 In the Security Warning, click on Run once (Figure 1): Figure 1 In the cmdlet Get-Credential at...

Introduction

Mura CMS

Credit: Blueriver Mura is one of the easiest and most powerful Content Management and Digital Experience Platforms in the world. It frees content contributors to focus on what they do best — work with content and connect with users — in an intuitive, straight...

Basic Concepts

Mura CMS

Credit: Blueriver Logging In  There are a few of different ways to log in to Mura CMS as a content manager or administrator. The method you choose will depend primarily on what you're trying to do, as you'll see in the next steps. Log In From Back-End Adm...

Basic Content

Mura CMS

Credit: Blueriver Content Types  In Mura CMS, it's important to understand that there are different types of content. For example, sometimes you may want to create a traditional "page" of content, where there's a body area of text and images. Other times, ...

Hermes SEG Bulk Recipient Import and Delete

Hermes SEG General Documentation (Legacy)

Currently, Hermes SEG provides a way to bulk import Internal Recipients through the Administration Console Web GUI only by using Active Directory Integration if you have a Hermes SEG Pro license. However, if Active Directory Integration is not available or pos...

Structure

Mura CMS

Credit: Blueriver Layout Templates With Mura CMS, you can alter the layout template of a content item very easily, and even set the default layout of the children of a particular section of your site. When it comes to selecting the default layout template...

Ubuntu Add and Delete Users

Ubuntu

Add User Enter the following command: sudo adduser jsmoe You will be prompted to create a Unix Password: Enter new UNIX password: Retype new UNIX password: Next, you will be prompted to provide user information, you can either enter the information or pr...

Bulk Update Recipient Report Settings

Hermes SEG General Documentation (Legacy)

On a SSH/Command prompt enter the following command: mysql -u root -p At the Enter password prompt enter the MySQL root password you set during initial setup. On the MariaDB [(none)]> prompt enter the following: use hermes; You will get the following outp...

Server portion for setting up a proxy to Lucee with rewrite to have index.cfm omitted for SES

Nginx

Credit: Andy Jarrett http { ... server { listen 80; server_name example.com; root /var/www/exmaple.com/www/; index index.cfm; set $lucee_context "example.com"; autoindex on; location / { # Rewrite...

Install and Configure xmrig for Monero XMR Crypto Mining

Ubuntu

Ensure you have created and activated an account on https://minergate.com. You will need your minergate.com UserID before proceeding. Install and Configure xmrig Create a directory for xmrig under /opt: mkdir /opt/xmrig Download attached xmrig-linux.zip an...

Create Signature in Hosted Mail Webmail

Hosted E-mail

Login to your webmail and click the icon on the top left (Figure 1): Figure 1 Next, click on Mail --> IMAP Accounts --> and click the icon (Figure 2): Figure 2 Enter your custom signature in the Signature section and then click the OK button a...

Configure Outlook for Hosted Mail using ActiveSync

Hosted E-mail

Outlook 2016 or higher from Office 365 on Windows If you installed Outlook 2016, Outlook 2019 or Outlook for Office 365 from Office 365 (i.e. downloaded and installed from Office 365), please be advised that those versions of Outlook have an issue with autodi...

Install and Configure PureFTPd Ubuntu 18.04

Ubuntu

Install the PureFTPd : sudo apt-get install pure-ftpd -y Edit /etc/inetd.conf file and comment out (add a # at the start of) the line containing ftp if such an entry exists: sudo vi /etc/inetd.conf Edit /etc/default/pure-ftpd-common and verify the STANDALO...

Configure Outlook for Hosted Mail using IMAP and CalDav Synchronizer

Hosted E-mail

Outlook 2016 or higher from Office 365 on Windows If you installed Outlook 2016, Outlook 2019 or Outlook for Office 365 from Office 365 (i.e. downloaded and installed from Office 365), please be advised that those versions of Outlook have an issue with autodi...

Configure Thunderbird for Hosted Mail

Hosted E-mail

This guide assumes you are configuring Thunderbird for the first time.  In the Set Up Your Existing Email Address window, enter your full name in the Your name field, your e-mail address in the Email address field and your password in the Password field, ensu...

Creating Users and Groups in OpenLDAP using phpldapadmin

phpLDAPadmin

Credit: Srinivasan Ganesan Creating Users and Groups in OpenLDAP using phpldapadmin   Creating Organization Unit     Follow the below Procedures for creating OU named Users and Groups (i) Open the LDAP Web Console using the URL <hostname>/phpldapa...

Display live container resource usage

Docker

Run the following command to view CPU and memory usage of all your containers in real-time: docker stats --all --format "table {{.ID}}\t{{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}"