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

194 total results found

extract.sh

Cord Cutting

#!/bin/bash formats=(zip rar) commands=([zip]="unzip -u" [rar]="unrar -o- e") extraction_subdir='' torrentid=$1 torrentname=$2 torrentpath=$3 log() { logger -t deluge-extractarchives "$@" } log "Torrent complete: $@" cd "${torrentpath}" ...

Determining and Clearing Container Disk Usage in Overlay2

Docker

Show disk usage using docker df: docker system df Should output similar to below: TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 23 22 11.15GB ...

Install and Configure Fail2Ban on Ubuntu 18.04

Ubuntu

Installing fail2ban can be done with a single command: sudo apt-get install -y fail2ban When that command finishes, fail2ban is ready to go. You'll want to start and enable the service with the commands: sudo systemctl start fail2ban sudo systemctl enable ...

Commandbox Install in Ubuntu

Commandbox

Run the following command in CLI prompt to install Commandbox: /usr/bin/curl -fsSl https://downloads.ortussolutions.com/debs/gpg | sudo apt-key add - && echo "deb https://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a /etc/apt/sources.list.d/comm...

Upgrade php 7.3 Ubuntu 18.04 LTS

Ubuntu

Since Ubuntu 18.04 comes with php 7.2, you must install from the ppa:ondrej repository: sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt install php7.3 Install all the existing php 7.2 modules on php 7.3: sudo apt install $(apt list --insta...

Restict Access to OnlyOffice Document Server to Nextcloud Users Only

OnlyOffice

ONLYOFFICE Document Server can use a token generated using the JSON Web Tokens (JWT) standard in order to secure the connection and restrict access the the OnlyOffice Document server which by default is accessible to everyone. Edit the /etc/onlyoffice/docum...

Install OnlyOffice Document Server Ubuntu 18.04

OnlyOffice

Add the repository containing the up-to-date Node.js package versions: curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - Install postgresql: apt install postgresql Create Database (Type each command seraparately): /usr/bin/sudo -i -u postgres ps...

Nextcloud 15 on Ubuntu 18.04 LTS Server

Nextcloud

This guide assumes you have a working Ubuntu 18.04 LTS server installation and you have sudo provileges. Credits: Carsten Reiger Become root It's much easier to type in commands without having to worry about typing "sudo" in front of every command and havi...

pfsense 2.4 with Always-On Load Balanced OpenVPN Connections

pfsense

Following this guide will allow you to create always-on load-balanced OpenVPN connections to your favorite VPN provider and force all your Internet traffic through the OpenVPN connections. This guide was developed using Newshosting VPN account. The informatio...

PfSense, HAProxy, SoftEther VPN

pfsense

Introduction This guide was written in order to assist in setting up HAProxy in PfSense in order to route SSL (443) traffic to either a SoftEther SSL VPN server or a webserver listening on port 443 based on SNI. In actuality, any SSL VPN server will suffice, ...

Zammad Monitoring with Zabbix

Zabbix

Zammad Configuration Click on Settings --> Users --> New User and create a new user for Zabbix by filling out FIRSTNAME, LASTNAME, EMAIL, PASSWORD and setting the PERMISSIONS to Agent (Figure 1): Figure 1 Once the user is created, locate the user, click t...

Take Action on E-mail Based on Headers in Hermes SEG

Hermes SEG General Documentation

Creating message rules to take actions based on e-mail headers is not yet implemented in the Hermes SEG Web GUI. However, this can be accomplished in the command line fairly easily. In the example below, we will redirect e-mail destined for an e-mail address t...

Switch Hermes SEG to OS Based Java and Upgrade JRE

Hermes SEG General Documentation

Note: Java Version 10 is not currently supported on Hermes SEG. Hermes SEG has only been tested with Java 8. Login to console or SSH session. Install JDK sudo add-apt-repository -y ppa:webupd8team/java sudo apt-get update echo debconf shared/accepted-...

Install Java JCE Unlimited Strength Jurisdiction Policy Files

Hermes SEG General Documentation

Hermes SEG does NOT come pre-loaded with the Java JCE Unlimited Strength Jurisdiction Policy files. Hermes SEG takes advantage of the Java JCE Unlimited Strength Jurisdiction Policy files for various functionality throughout the system. You must install  the J...

In Place Upgrade of Ciphermail on Hermes SEG

Hermes SEG General Documentation

We are NOT responsible for any issues that may arise from upgrading Ciphermail on your own. Any Ciphermail specific issues should be raised with Ciphermail support. Download Ciphermail Packages Navigate to https://www.ciphermail.com/downloads.html an...

Disable Windows Kernel case-insensitivity

Hermes SEG General Documentation

You can disable Windows kernel case-insensitivity by clearing the following registry key to 0: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel DWORD “obcaseinsensitive” (Figure 1) Figure 1

Integrate Sophos Antivirus with Amavis in Hermes SEG

Hermes SEG General Documentation

This guide will walk you through installing, configuring and integrating Sophos Antivirus for Linux with Amavis to be used in conjunction with ClamAV. Install Sophos Antivirus for Linux First, download Sophos Antivirus for Linux from the link below. As of th...

Internal Recipients

Hermes SEG Administrator Guide Gateway

Hermes SEG requires a listing of Internal Recipients in order to process incoming email and deliver that email to the correct recipient mailboxes which are located on an email server(s) which must be previously specified in the Gateway --> Relay Domains. The s...

Virtual Recipients

Hermes SEG Administrator Guide Gateway

If you have an Internal Recipient joe@domain.tld but you also want the email address joe.smoe@domain.tld to deliver email to joe@domain.tld, you would set up a virtual address of joe.smoe@domain.tld to deliver to joe@domain.tld. Please note, Virtual Recipients...

Perimeter Checks

Hermes SEG Administrator Guide Content Checks

The Hermes SEG Perimeter Checks page allows you to set settings for any incoming email before they are even processed by the SMTP server or the rest of the subsystems such as the virus and spam filters . You can think of perimeter checks as a type of "front do...