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…
Memcached is a high-performance caching system that is primarily used to speed up sites that rely on databases. It is…
ProFTPd is an Open source FTP daemon, widely used for its granular configuration ability. This is a guide to provide…
Essentially bash scripting is just linking commands together. You can perform many tasks consistently using predefined scripts allowing them to…
Supervisord is a simple system for process management and monitoring. It can start processes or restart them when they crash.…
A default gateway is what linux will use to interact with other computers connected on the network. This is typically…
SSH key authentication can be used for password-less login between 2 servers. This is also useful for adding a key…
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…