As a System Administrator, server uptime has much importance. The servers must be running as long as possible. While keeping this server uptime consistent, a System […]
Webmin is a web-based graphical tool for unix . It is used to manage services like User management, Disk managemet, Network, Iptables ( Firewall ), Cron, Apache, […]
SVN – Apache subversion SVN – Subversion is a versioning and revision control system used by developers to track and keep up earlier versions of their […]
yum (RHEL/CentOs/SL/etc) has an option which allows you to limit the download rate/amount of bandwidth used to download packages. Here’s how you do it: Edit the /etc/yum.conf file and […]
When you see the following prompt with a blinking cursor instead of your RHEL 5 (Or CentOS/Scientific Linux v5 obviously) server booting, you will have in […]
How to execute command via SSH on remote machine and get output on local machine console. ## SYNTAX ssh [user]@[remote host] [command] ## EXAMPLE ssh […]