
How to Install sysstat on CentOS 5.7 Linux Server
In this post i will show how to install sysstat on Linux CentOS 5.7 server. Sysstat package is on of the method to monitor the linux server. sysstat package contains…
How to Install sysstat on CentOS 5.7 Linux Server
In this post i will show how to install sysstat on Linux CentOS 5.7 server. Sysstat package is on of the method to monitor the linux server. sysstat package contains…
How to Install phpMyAdmin on CentOS 5.7 using RPMforge Repository
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. It can manage a whole MySQL server (needs a…
How to Install and Configure yum-priorities on CentOS 5/RHEL 5 Linux Server
In this post, i will show on how to install and configure yum-priorities on CentOS 5 or RHEL 5 Linux server. Theoretically, the repositories with the lowest numerical priority number…
How to Add the RPMforge Repository on CentOS 5/RHEL 5 Linux Server
In this post i will show on how to add the RPMforge repository into CentOS 5 and Linux Red Hat Enterprise Linux 5 (RHEL 5) and also applicable on CentOS…
vmstat command is a utility that will provides interesting information abaout processes, memory, i/O and CPU activity. When you run vmstat utility command without any arguments, you will see the…
Top command is utility to monitor system activity interactively. When you run top from shell window, it will display all the activity processes and updates the screen. In this post…
How to Backup and Restore MySQL Database on CentOS/RHEL
In this post, i will share on how to backup and restore MySQL database on Linux server. I have tested this on my CentOS and RHEL servers. MySQLDump — A…
How to Install MySQL Database Server on CentOS 5.7
In this post, i will show you on how to install MySQL server on CentOS 5.7. MySQL is a popular choice of database server that can stores and retrieves data…
How to Uninstall Webmin 1.570 on CentOS 5.7
In this post, i will guide on how to properly remove the Webmin package that was installed from tar.gz file. Just run the command /etc/webmin/uninstall.sh [root@CentOS57 ~]# /etc/webmin/uninstall.sh Are you…
How to Modify the Default Webmin’s Port Number on CentOS 5.7
To improve the security on my linux centOS server, it is recommended to change the default port of the service and change it to custom webmin’s port number. In this…
How to Stop, Start and Reload Webmin Service on CentOS 5.7
It would be a good idea to not have Webmin running all the time. You can start Webmin via ssh when you need it. Not also Webmin, it’s recommended to…
How to Install Webmin 1.570 on CentOS 5.7 from tar.gz file
In this post, i will share on how to install the Webmin, a web-based interface for system administration for Linux, on CentOS 5.7 server. Different from my previous post on…