
How to Change Date and Time Linux on RHEL 6/7 and CentOS 6/7
This post assumed that your Red Hat Enterprise Linux 6 (RHEL 6) does not have Date/Time Properties installed. In order to change the date and In order to change date…
How to Change Date and Time Linux on RHEL 6/7 and CentOS 6/7
This post assumed that your Red Hat Enterprise Linux 6 (RHEL 6) does not have Date/Time Properties installed. In order to change the date and In order to change date…
How to Change Timezone Linux on RHEL 6/7 and CentOS 6/7
This post assumed that we will change the System Timezone from the command line without using redhat-config-date. There are several files and directories that are used for time zones. In…
How to Enable LDAP Authentication for Subversion on CentOS 6.2
This post will show the quick steps to enable LDAP authentication for existing subversion on linux CentOS 6.2. This guideline assumed that your existing subversion server has been configured properly…
How to Tuning, Install and Configure 389 Directory Server on CentOS 6.2
389 Directory Server 1.0 Tuning 389 Directory Server on CentOS 6.2 This post will share with you on how to perform system tuning analysis, install and configure 389 Directory Server…
How to Setup Local Yum Repository from CD-ROM/DVD-ROM image on CentOS 5.8
In this post, i will share on how to setup local yum repository from CD-ROM/DVD-ROM image on CentOS 5.8. This quick setup will very useful for those who do not…
How to Fix “MISSING: /usr/lib/libstdc++.so.6” Zimbra Installation on CentOS 6.2 x86_64
Questions : When i try to install Zimbra 7.1.4 on linux CentOS 6.2 server, i got the following error message and cannot proceed the zimbra installation. How can i fix…
How to Check Routing Tables on Fedora 16
In Linux operating system, routing table is used by the computer networks or servers to stores the routes of the destinations that responsible for forwarding. Routing tables contain a list…
How to Install Vim on Fedora 16
Vim is a text editor that is upwards compatible to Vi. Vim can be used to edit all kinds of plain text. It is especially useful for editing programs. In…
How to Grep Multiples Lines and using Specific Keyword on Linux
grep is a command line text search utility originally written for Unix or linux. In linux you can grep multiple lines before or after matching the keywords. This examples has…
How to Install “man” Command on Fedora 16
man is the system’s manual pager. Each page argument given to man is normally the name of a program, utility or function. The Linux command “man” is used to display…
How to Install crontab on CentOS 6.2
Question : When i try to edit and create the crontab on my CentOS 6.2 server, i get the following message: [root@centos62 ~]# crontab -e bash: crontab: command not found…
How to Setup Local Yum Repository from CD-ROM/DVD-ROM image on Fedora 16
In this post, i will share on how to install, update and remove RPM packages from CD-ROM/DVD-ROM image or local yum repository on linux Fedora 16 server. This will very…