Advanced Search
Search Results
241 total results found
Sync Time from External Time Source
By default, all machines in the domain will sync time from the domain controller which is the internal time server - if you have more than one DC then time will sync from the DC that holds the PDC emulator FSMO role. To check which DC is PDC emulator in your d...
Deluge Auto Extract Torrents Settings
Create a Deluge directory structure as follows: deluge --> incoming (for in-progress downloads) --> complete (for completed downloads) --> torrent (for manual torrents) Under Deluge --> Preferences --> Downloads --> Download to set it to your "incom...
extract.sh
#!/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
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
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
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
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 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
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
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
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
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
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
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
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 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
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
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