osTicket Automated Install Script Rumi, December 13, 2021 osTicket is one of the leading open source ticketing systems. Here’s an easy way to spin up an instance on Ubuntu. Note: This script is purely intended for use in short-lived demo systems. The passwords are obvious (password !?) and there is no hardening applied to any of this system…. Continue Reading
Configuring SMTPS in Virtualmin Rumi, December 13, 2021December 13, 2021 Under System Settings > Server Templates (and under the dropdown menu “Edit template section”) > Mail client auto-configuration. In the section Thunderbird auto-configuration XML, under the heading outgoingServer, I changed the port from $SMTP_PORT to $SMTPS_Port and selected XMLtemplate below as opposed to Automatically generated. My XML template is therefore… Continue Reading
Mapping drives with Windows Explorer in Nextcloud Rumi, November 26, 2021November 26, 2021 To map a drive using the Microsoft Windows Explorer: Open Windows Explorer on your MS Windows computer. Right-click on Computer entry and select Map network drive… from the drop-down menu. Choose a local network drive to which you want to map Nextcloud. Specify the address to your Nextcloud instance, followed… Continue Reading
Redirect HTTP to HTTPs automatically in Zimbra 8.8 Rumi, November 26, 2021 The most popular out of 5 options for proxy services, is to redirect. To do this, you can run the following as zimbra user: zmprov ms `zmhostname` zimbraReverseProxyMailMode redirect This will redirect your URLs to the zimbra hostname based HTTPs. Now, restart the proxy services: su – zimbra zmproxyctl restart… Continue Reading
Install SmokePing on CentOS 7 Rumi, August 6, 2021August 7, 2021 This tutorial explains how to install Tobias Oetiker’s Smokeping into /opt/smokeping on a CentOS 7 box. Features of Smokeping: – Best of breed latency visualisation. – Interactive graph explorer. – Wide range of latency measurement plugins. – Master/Slave System for distributed measurement. – Highly configurable alerting system. – Live Latency… Continue Reading
Configure Debian Software RAID 1 during installation Rumi, August 6, 2021 Step 1 Perform normal installation process up to the disk partitioning menu. Step 2 Select manual partitioning method in the disk partitioning menu. Step 3 Create empty partition table on each disk used to create RAID1 array. Continue Reading
Softether Linux Client using Bridged with Softether VPN Server Rumi, August 2, 2021 It’s assumed that you already have a vpn server deployed in your network, created user, password and enabled bridged network during vpn server configuration. A sample snippet of VPN Server Bridge enabled is below- So here’re the setup value- On Softether Server IP- 103.146.221.30/24 and Gateway- 103.146.221.1 Client Server IP-… Continue Reading
Install ONLYOFFICE Document Server with Nginx on Debian 10 Rumi, August 1, 2021 Step 1 – Install Packages Dependencies In this first step, we will install some packages dependencies needed by the Document Server, including the RabbitMQ-server, Redis, and Nginx-extras. Update your Debian system repository and install Document Server packages dependencies using the apt command below. sudo apt update sudo apt install redis-server… Continue Reading
Install and Secure Redis on CentOS 7 Rumi, July 21, 2021 Step 1 – Install and Enable Remi Repository Firstly, we will add the Remi repository to the CentOS 7 system. The Remi repository provides the latest version of Redis package for our installation. Before adding the Remi repository, let’s install the EPEL repository and yum utility packages. sudo yum install… Continue Reading
Install Lancache on Debian 10 Rumi, July 20, 2021July 20, 2021 Step 1: Installing Docker The Docker installation package available in the official Debian repository may not be the latest version. To ensure we get the latest version, we’ll install Docker from the official Docker repository. To do that, we’ll add a new package source, add the GPG key from Docker… Continue Reading