How to enable gzip compression on an Apache server
Background Numerous sites that test web server speed refers to ‘compression on the server’. The idea behind this compression is that the server compresses certain
Background Numerous sites that test web server speed refers to ‘compression on the server’. The idea behind this compression is that the server compresses certain
As of April 2019, it seems fresh server installations of Debian do not attach properly to mirrors. This article explains how to manually add a
As of Ubuntu 18.04 the default network stack uses something called Netplan. To see which version of Ubuntu you have, do cat /etc/issue. If you
Check if your target system is Ubuntu 16.04 (this procedure may work with other versions as well but not newer versions (18.04+) that use something
To change the hostname in CentOS 7, you have to do four things: 1. Modify /etc/sysconfig/network HOSTNAME=hostname.domain.com 2. Modify /etc/hosts Find: 127.0.0.1 localhost localhost.localdomain localhost4
You deploy a new server and get the following message: > -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory How to
The most common type of attack on Linux servers are performed by script kiddies. They have computers running that continuously scans the internet to find
Tar and Zip are both file compression formats that you’ll encounter. You can use built-in utilities in Linux to compress and decompress / expand these

The key to solving Linux related server problems is to know where the log files are stored and to be able to get to them
dig +short myip.opendns.com @resolver1.opendns.com Reference: https://www.cyberciti.biz/faq/how-to-find-my-public-ip-address-from-command-line-on-a-linux/