Archive for the 'Web server' Category

Creating and restoring an image of hard disk with Clonezilla

Tuesday, September 29th, 2009

Clonezilla is an open source disk imaging, cloning and backup software. It supports ext2, ext3, ext4, reiserfs, xfs, jfs of GNU/Linux, FAT, NTFS of MS Windows, and HFS+ of Mac OS. You can use it to clone single or multiple machines. It is more feature-rich than commercial Norton Ghost. In this video tutorial, I will [...]

Protecting website using basic authentication

Thursday, August 20th, 2009

Apache uses auth_mod to protect the whole or part of a site. Here we will see how to provide access to your website to only authenticated users. I will demonstrate and explain the use of basic authentication.

How to install and configure Apache on RedHat and derivatives

Thursday, August 20th, 2009

Initial installation and configuration of Apache can be daunting to newbies. This easy to follow tutorials explains it in very simple terms. It will take away that fear.

Configuring Apache for SSL

Thursday, August 20th, 2009

This practical tutorial shows how to configure SSL on Apache