
How to Configure Bind Chroot DNS Server on CentOS 6.2
In this post, i will show you on how to configure Bind Chroot DNS Server on CentOS 6.2. Assumed that you have installed Bind Chroot DNS. 1. Install Bind Chroot…
How to Configure Bind Chroot DNS Server on CentOS 6.2
In this post, i will show you on how to configure Bind Chroot DNS Server on CentOS 6.2. Assumed that you have installed Bind Chroot DNS. 1. Install Bind Chroot…
How to List Available Apache httpd Web Server Package and Info on CentOS 6.2
In this post, i will show on how to list available Apache httpd web server package that was install on your CentOS server. Beside that, i will show how to…
How to Install and Configure Samba Server on CentOS 6.2
In this post, i will show you on how to install samba service on CentOS 6.2. This post assumed that you have configure local yum repository. [root@centos62 ~]# yum install…
How to Disable the SELinux on RHEL 6
In Redhat Enterprise Linux 6 (RHEL 6) minimal server installation, SELinux is set to enable. To disable SELinux, without having to reboot, you can use the setenforce command as below:…
How to Install Extra Repository for Redhat Enterprise Linux 6 (RHEL6)
In this post, i will show you on how to setup Extra Yum Repository for Redhat Enterprise Linux 6 (RHEL6). 1. How to Setup Local Yum Repository from CD-ROM/DVD-ROM image…
How to Setup Local Yum Repository from CD-ROM/DVD-ROM image on RHEL 6
In this article, I will share about how to update and install RPM packages from the image CD-ROM/DVD-ROM in Red Hat Enterprise Linux 6 (RHEL 6). This step can also…
How to Change the Hostname on RHEL 6/Centos 6 Server
We can change the hostname of the linux operating system by using two basic methods which using the command line or graphical interface. As a reference, this article will describe…
How to Secure MySQL Database Server
A Default MySQL installation is completely vulnerable to attacks. MySQL installation should be made as secure as possible. This is to protect the data collections and the information maintained by…
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 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
If your CentOS 5.7 server has been installed with minimal installation, wget command will not exist. Wget is a free network utility for linux to download files from the Web….
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…