How to Enable mod_perl on Linux CentOS 6.3

The default apache configuration installed without mod_perl. This can be a good idea in order to minimize the number of things that can go wrong. This post will covers the…

How to Secure OpenSSH (SSHD) on Linux

OpenSSH is a widely recognized open-source alternative to proprietary Secure Shell software. It provides SSH connectivity tools that enable remote login and file transfer via SCP or SFTP. OpenSSH was…

How to Install Subversion on CentOS 6.3

This post will cover the quick steps to install Subversion 1.6 on linux CentOS 6.3 server. Apache Subversion (often abbreviated SVN) is a open source software versioning and revision control…

How to Find Default Gateway IP address on Linux

The default gateway is a network device that allows a computer to communicate with other networks, including the internet. Knowing your default gateway IP address is essential when configuring or…

Nginx Reverse Proxy Setup for Linux Server

Nginx also pronounced “Engine-X” is a free, open-source HTTP Web server and one of the best alternative to Apache http server. It is a high-performance edge web server with the…