
How to Convert Provisioning Thin to Thick VMware Disk
There are two different types of disk provisioning which are thick (or preallocated) and thin (or dynamically). Both of these related with disk size. Thick (or preallocated) While we creating…
The technology blog that consist of updates, tips, recommendations, how-tos, manuals, troubleshoot solutions, fix errors on linux and windows.
How to Convert Provisioning Thin to Thick VMware Disk
There are two different types of disk provisioning which are thick (or preallocated) and thin (or dynamically). Both of these related with disk size. Thick (or preallocated) While we creating…
How to Extract ‘tar.bz2’ and ‘tar.gz’ file in Linux
In Linux, managing and manipulating files is a fundamental skill that every webmaster or website administrator should master. Among the various file types you’ll encounter, “tar.bz2” and “tar.gz” are quite…
How to Configure LDAP Authentication for Subversion on CentOS 5.5
In this post, i will show you on how to configure your existing subversion with LDAP authentication. This guideline assume that you are already configure the Apache and subversion with…
How to Install and Configure ViewVC for Subversion on CentOS
Another alternative for subversion repositories web viewer is ViewVC. Just like WebSVN, viewvc having many useful features such as viewing subversion repositories, directories, to view change log listings and it…
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, an open-source version control system, is a crucial tool for managing files and tracking changes over time. It allows users to recover older versions of data and examine the…
How to Transfer a File or Directory Using SCP Command in Linux
Secure Copy (SCP) is a command-line tool used to transfer files and directories securely between two Linux systems. SCP uses the Secure Shell (SSH) protocol to encrypt data during transmission….
How to Transfer Files Using SCP Command between Linux Systems
Transferring files between Linux systems is a common task for system administrators. There are numerous ways to achieve this, but one of the most secure and reliable methods is by…
How to Troubleshoot the Directory Server System Tuning Analysis Warning and Notice in CentOS
When setting up and configuring a directory server, it’s crucial to ensure that the system meets the minimum operating requirements. This can be achieved by utilizing the Linux or Unix…
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
The “init: Id ‘x’ respawning too fast: disabled for 5 minutes” error message is commonly seen on Unix-based systems. It usually occurs when a service or process (identified by the…
How to Show Line Numbers in vi or vim Editor
In the vi or vim editor, you might find it useful to display line numbers alongside the text in the buffer. This can help you navigate large files more easily…