
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 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…
How to Add User to root Group on CentOS 5/CentOS 6
useradd is a low-level utility to create new users to the system. When used without the -D option, useradd command will create a new user account using the command line…
How to Install Which Command On CentOS
In this post, I will guide you on how to install which command on CentOS. The purpose of which command is to search the user’s $path for a program file…
How to Modify Date and Timestamps Using touch on CentOS
This post will guide you on how to modify date and time stamps using “touch” command. The touch command is easy to use and there are two reason to use…
How to Create a File With a touch Command on CentOS
This post will guide you on how to create a file using “touch” command. The touch command is easy to use and there are two reason to use it. 1….
How to Change the Hostname on CentOS 5.5 Server
In this post, i will show you how to change the hostname on linux CentOS 5.5. Reboot is required for both steps. Option 1. Change Hostname using command shell: [root@server…