
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 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 telnet on CentOS
Question : When i try to perform the troubleshooting using telnet command, the following error appeared. How to fix this ? [root@centos62 ~]# telnet localhost 25 -bash: telnet: command not…
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 Install gcc on CentOS 6.2
In this post, i will show you on how to install gcc package. The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming…
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….