by Ramesh Natarajan on July 29, 2011
Question: I installed VMWare ESXi 4.1 on a Dell Poweredge Server. I created a Virtual machine, and while installing Red Hat OS 6.1 64-bit, it gives the following error message. My server is a new Dell poweredge R710 server, which support 64-bit CPU. Why do I get this error message and How do I fix it?
(more…)
by Ramesh Natarajan on July 27, 2011
Using Apache Virtual Host, you can run several websites on the same server.
For example, I can run both thegeekstuff.com and top5freeware.com on a single physical server that has one Apache webserver running on it.
(more…)
by Ramesh Natarajan on July 25, 2011
Before we understand what is nginx, we should know how to pronounce nginx.
Its not N G I N X. nginx is pronounced as “Engine X”.
nginx is short form after you remove both the e’s from “Engine X”.
nginx is an open source web server that is similar to Apache, but very light weight. nginx is both web server and reverse proxy server.
(more…)
by Ramesh Natarajan on July 22, 2011
Question: I would like to automatically rotate the apache access_log and error_log files. Can you explain with an example on how to do this?
Answer: This can be achived using logrotate utility as explained below.
(more…)
by Ramesh Natarajan on July 20, 2011

Lazy sysadmin is the best sysadmin –Anonymous
System administrators job is not visible to other IT groups or end-users. Mostly they look at administrators and wonder why sysadmins don’t seem to have any work.
(more…)
by Ramesh Natarajan on July 18, 2011
This article provides a total of 24 examples on iostat, vmstat, and mpstat commands.
- iostat reports CPU, disk I/O, and NFS statistics.
- vmstat reports virtual memory statistics.
- mpstat reports processors statictics.
This article is part of our ongoing Linux performance monitoring series.
Please note that iostat and vmstat are part of the sar utility. You should install sysstat package as explained in our sar (sysstat) article to get iostat and vmstat working.
(more…)
by Ramesh Natarajan on July 15, 2011
Question: When I perform rsync, it asks for my password on the remote server before starting the transfer. I would like to avoid this, and perform rsync without password. Can you explain with an example on how to setup rsync over ssh without password on Linux?
Answer: The following steps explains how to setup rsync over ssh that doesn’t ask for a password. This is helpful when you are scheduling a cron job for automatic backup using rsync.
(more…)
by Ramesh Natarajan on July 13, 2011
Many of you asked me this question: I read your articles regularly and learned a lot from them. I would like to thank TGS. How can I help?
The answer is simple: Help me grow the blog by personally recommending it to your friends and colleagues. Send them this welcome url, and request them to subscribe to the blog.
(more…)