Installing LEMP – Ubuntu 16.04, Nginx, MariaDB & PHP 7
Make sure you have Ubuntu 16.04 64 bit. In this tutorial, I’m assuming you are logged in as root and issuing the commands as root (Not recommended in live environment). READ MORE
Fixing “perl: warning: Setting locale failed” On Ubuntu
If you’re ever faced with this warning, which usually happens on a fresh Ubuntu installation: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = READ MORE
Playing With Linux Vim
Vim (Vi Improved) in a Unix/Linux text editor. It’s an improved version of Vi and is used in most modern Linux distributions from the command line or as an READ MORE
Installing a Signed SSL Certificate For Openfire 4 on CentOS
Openfire is a real time collaboration application server written in Java. Checking Installed Certificates To check for the installed certificates, run the following command: /opt/openfire/jre/bin/keytool -list -v -keystore /opt/openfire/resources/security/keystore READ MORE
Hardening PHPMyAdmin Installation
PHPMyAdmin is written in PHP and provides a user friendly interface that facilitates the database management, database optimization and query executions. However, the default settings of PHPMyAdmin are not READ MORE
Bash Script to Benchmark A Linux Server
Whether you’re using Linux on a VPS, dedicated server, laptop or desktop pc, this script will benchmark the hardware. It is written in BASH and will benchmark the CPU, READ MORE