Category: Linux

How To Use Nginx As Reverse Proxy Server

Nginx is an open source Web server and a reverse proxy server. You can use nginx for a load balancing and/or as a proxy solution to run services from inside...

Read More

Update / Install Packages Under Redhat Enterprise / CentOS Linux Version 6.x

How do I use yum command to update and patch my Red hat Enterprise Linux / CentOS Linux version 6.x server via RHN / Internet? Can I use up2date command...

Read More

How To Optimise MySQL & Apache On cPanel/WHM

On this optimization process we will go over the Apache core configuration and modules that are part of Apache core. We think that with the correct settings of Apache and...

Read More

How To Use Rsync To Backup Your Data

rsync is a protocol built for Unix-like systems that provides unbelievable versatility for backing up and synchronizing data.  It can be used locally to back up files to different directories...

Read More

Install YouTube-DL – A Command Line Video Download Tool for Linux

youtube-dl is a Python based small command-line tool that allows to download videos fromYouTube.com, Dailymotion, Google Video, Photobucket, Facebook, Yahoo, Metacafe,Depositfiles and few more similar sites. It written in pygtk and requires Python interpreter to run this program, it’s not platform restricted. It should...

Read More

Protect Apache using Mod_evasive on RHEL/CentOS & Fedora

How to Install Mod_Evasive in RHEL/CentOS & Fedora As we already installed required dependency packages above, so let’s install the mod_evasive module. Step 1: Installing Mod_Evasive Just run the following...

Read More

Manage Processes with killall and kill

killall is a tool for ending running processes on your system based on name. In contrast, kill terminates processes based on process ID number or “PID.” kill and killallcan also send specific system signals to processes....

Read More

iRedMail: Build A Full-Featured Mail Server On CentOS 6 With Postfix, Dovecot, PostgreSQL

Build A Full-Featured Mail Server On CentOS 6 With Postfix, Dovecot, PostgreSQL Summary We’re going to set up a free, full-featured mail server on CentOS 6.2, all mail service related...

Read More

How To Set Up Multiple SSL Certificates on One IP with Apache on Ubuntu 12.04

You can host multiple SSL certificates on one IP Address using Server Name Identification (SNI). About SNI Although hosting several sites on a single virtual private server is not a...

Read More

How To Create a SSL Certificate on Apache for CentOS 6

About Self-Signed Certificates A SSL certificate is a way to encrypt a site’s information and create a more secure connection. Additionally, the certificate can show the virtual private server’s identification...

Read More