
How to Install WebSVN for Subversion on CentOS
In this post, i will guide you on how to set up the WebSVN in your subversion repository. WebSVN will enable you to view your subversion repositories with default useful…
How to Install WebSVN for Subversion on CentOS
In this post, i will guide you on how to set up the WebSVN in your subversion repository. WebSVN will enable you to view your subversion repositories with default useful…
How to Install Subversion 1.6.16 on CentOS 5.5 Server
Subversion is a open source version control system that will manages files and will keep the changes made to the files, over time. This will allows us to recover older…
How to Transfer Folder or Directory Using SCP Command in Linux
In this post, I will show the basic syntax on how to use secure copy (SCP) command to transfer the directory between linux servers. SCP allows directory to be transferred…
How to Transfer Files Using SCP Command in Linux
There are many way to transfer files over the network between the linux operating system. In this post, I will show the basic syntax on how to use secure copy…
How to Troubleshoot the Directory Server System Tuning Analysis Warning and Notice in CentOS
Before we proceed to install and configure the directory server, we must check for minimum operating requirements. This checking and scanning task can be done by using the linux or…
How to Install 389 Directory Server on CentOS/RHEL
In this short guide I will show you on how to install 389 directory server on CentOS server. This guide assume that your CentOS server has been completely installed with…
How to Resolve init: Id “x” respawning too fast: disabled for 5 minutes
In most of linux distributions, this message means that the system boot by default into runlevel 5, which is supposed to respawn (re-start again after it’s been exited) a gui…
How to Show Line Number in vi or vim Editor
A VI or VIM editor is a simple editor used by system administrators or programmers in Linux and Unix server environment. vi or vim is actually the same thing as…
How to Remove Games and Entertainment in Linux
When you installing CentOS, game also included in the the Operating system. Apart from the Games and Entertainment section there were games that were present in the gnome-games. However, there…
How to Fix “missing the MySQL extension” on Linux
I believe most users who try to install WordPress on a Linux server encountered this problem. This problem occurs if Apache, PHP and MySQL server has been installed but without…
How to Delete User Account in Linux
There is an easy way to delete the user account on linux which is using userdel command. You can read the manual page of this userdel command by typing ‘man…
How to Add User into Group in Linux
There are two ways to add user into existing group which are useradd and usermod. The useradd command is to create a new user or update default new user information….