How to Uninstall Webmin 1.570 on CentOS 5.7
In this short guide, we will walk you through the process of correctly uninstalling the Webmin package that was initially installed from a tar.gz file on a CentOS 5.7 system….
How to Uninstall Webmin 1.570 on CentOS 5.7
In this short guide, we will walk you through the process of correctly uninstalling the Webmin package that was initially installed from a tar.gz file on a CentOS 5.7 system….
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…
How to Install wget on CentOS 5.7
wget is a popular command-line tool used for downloading files from the internet. It is commonly used for downloading large files, downloading entire websites, and downloading files in the background….
How to Add a User to the Root Group
Adding a user to the root group is generally not recommended, as it grants the user the same privileges as the root user, which can lead to security risks and…
How to Install CentOS 5.7 Server Part 2
This tutorial shows how to install CentOS 5.7 32 x86 server. This steps may be similar with other version of CentOS or RHEL and i do not issue any guarantee…
How to Install CentOS 5.7 Server Part 1
This tutorial shows how to install CentOS 5.7 32 x86 server. This steps may be similar with other version of CentOS or RHEL and i do not issue any guarantee…
When browsing the Internet using Internet Explorer, you may encounter an error message stating that “Content was blocked because it was not signed by a valid security certificate.” This error…
How to Install Httpd on CentOS 5.7
Apache httpd is one of the most popular web servers and has a lot of features that make it very extensible and useful for many different types of websites.This steps…
How to Install Which Command On CentOS
The which command is a helpful utility for finding the location of executable files in the system’s PATH. It is useful for determining the binary file being executed when multiple…
How to Install gcc on CentOS 6.2
In web servers and website administration, the ability to install and configure software is a fundamental skill. One such software is the GNU Compiler Collection (GCC), a compiler system produced…