Server Software
Server software configuration and installation procedures such as Apache, and Postfix
Apache Option FollowSymLinks not allowed here Error
Apache htaccess Option FollowSymLinks not allowed here error: find /home -name ".htaccess" -ty...
Migrating Self-Signed SSL Certificate to LetsEncrypt Certificate
Download Let's Encrypt Client sudo -s git clone https://github.com/letsencrypt/letsencrypt /op...
LAMP Stack Upgrade Issues
"Table Doesn't Exists" After MySQL/MariaDB Upgrade Paste MySQL data directory to upgraded data d...
Standard Installation Procedures for LAMP Stack on CentOS 7
1. System Upgrade yum -y update 2. Install Required Software yum -y install git policycoreu...
Slow Loading on Ownloud 8
Change /var/www/html/owncloud/config/config.php database host to 127.0.0.1 instead of localhost
Postfix and Dovecot Configuration
Installation hostnamectl set-hostname mail.<domain>.<tld> yum -y install postfix ...
Install RethinkDB on CentOS 7
Installing RethinkDB sudo wget http://download.rethinkdb.com/centos/7/`uname -m`/rethinkdb.repo ...
Turtl API Server and Client Installation CentOS 7
Turtl API Clone and Configure Turtl API Create a user for turtl API: sudo useradd turtl Switc...