Monday 19 December 2011

Install Windows 7 from USB drive using DISKPART

Windows 7 can be installed from a USB drive when the other installation methods are unavailable. We can choose between a memory card, hard drive which is USB compatible etc., and also several 3rd party tools are available for creating a USB bootable Windows 7 installation media, but I am using the "diskpart" command-line tool. Diskpart is a very good tool as it comes along with your install of Windows Vista, 7 and Server 2008.

RHCSA Exam

The RHCSA (RedHat Certified System Administrator) exam is a hands-on, practical exam that lasts 2.5 hours. The exam is performance-based, meaning that candidates must perform tasks on a live system, rather than answering multiple choice questions.

RHCE Exam

The RHCE (RedHat Certified Engineer) exam is a hands-on, practical exam that lasts 2.0 hours. Candidates are eligible to take the RHCE exam without first having passed the RHCSA exam, but RHCE will not be issued until both credentials are earned by a candidate.

Friday 14 October 2011

Authentication / Password Protection in Apache

There are many ways you can password protect directories under Apache web server. This is important to keep your file privates from both unauthorized users and search engines (when you do not want to get your data indexed). Here you will see the basics of password protecting a directory on your server. You can use any one of the following method:

Securing Apache Web Server with Encryption

In this blog we are going to discuss about encrypting communications to web server  using TLS/SSL.

Step 1:  Install mod_ssl and httpd

# yum -y install mod_ssl httpd


Navigation by WebRing.