X

How To Install Memcached on CentOS

Memcached is a high-performance caching system that is primarily used to speed up sites that rely on databases. It is…

LinuxAdmin.io

Install And Configure ProFTPD On CentOS

ProFTPd is an Open source FTP daemon, widely used for its granular configuration ability.  This is a guide to provide…

LinuxAdmin.io

Bash Scripting Introduction

Essentially bash scripting is just linking commands together.  You can perform many tasks consistently using predefined scripts allowing them to…

LinuxAdmin.io

How To Upgrade Supervisord In CentOS 6

Supervisord is a simple system for process management and monitoring.  It can start processes or restart them when they crash.…

LinuxAdmin.io

How To Configure A Default Gateway on CentOS

A default gateway is what linux will use to interact with other computers connected on the network. This is typically…

LinuxAdmin.io

How To Setup SSH Key Authentication

SSH key authentication can be used for password-less login between 2 servers. This is also useful for adding a key…

LinuxAdmin.io

Install mod_deflate on Apache

Mod_deflate is an apache module. Prior to having mod_deflate it was mod_gzip. Post apache 2.0 mod_deflate is used, it provides…

LinuxAdmin.io