Archives
now browsing by author
How to Install and Configure SVN Server on Debian Linux Systems
Subversion is an product of Apache Software Foundation. It is open-source revision control system, which is designed to be a replacement for CVS. This article will help you install and configure SVN Server on Ubuntu & LinuxMint operating system. 1. Install Required Packages First install required packages for Subversion serverRead More
How to Increase the size of an LVM logical volume on Linux systems
In this article, I’ll show you how to increase the size of a LVM logical volume on Linux systems (RPM Family “Redhat / CentOS / Scientific Linux” and Debian Family “Debian / Ubuntu” and other families ). As a system administrator, you will face this scenario many times and youRead More
Increase the capacity of an LVM volume group on Linux Systems
In this article, I’ll show you how to increase the capacity of an existing LVM volume group by adding more physical volumes on Linux systems (RPM Family “Redhat / CentOS / Scientific Linux” and Debian Family “Debian / Ubuntu” and other families ). As a system administrator, you will faceRead More
How to Create a Logical Volume Using LVM on Linux Systems
In this article, I’ll show you how to create a new logical volume within an existing LVM volume group. It’s a simple and straight froward task which you will face a lot when managing Linux Systems. Prerequisites: a working installation of LVM2, and an existing LVM volume group with sufficientRead More
Howto set and fix postfix timezone to your local timezone
Here’s the issue I trying to fix, simply Postfix records in maillog have time stamps from different time zones. Symptoms If you look at /usr/local/psa/var/log/maillog, you may find your postfix/smtpd time stamp is switched by several hours: Feb 15 05:24:33 server postfix/smtpd[11984] Feb 15 14:24:44 server postfix/smtpd[12001] Feb 15 05:24:44Read More
How to Install Git 2.8.1 on CentOS Linux Systems
Git has released 2.8.1 version on Apr 03, 2016. Git is a free and open source distributed version control system . It is designed to handle a small to very large projects with speed and efficiency. To read more details and changes about Git 2.8.1 read Git release notes. IfRead More
How to Install Git 2.8.1 on Debian Linux Systems
Git has released 2.8.1 version on Apr 03, 2016. Git is a free and open source distributed version control system . Git 2.8 comes with the large number of updates verses previous release 2.7. It is designed to handle a small to very large projects with speed and efficiency. ToRead More
What is the Difference Between RAID 10 and RAID 01 (RAID 1+0 Vs RAID 0+1)
In this article, I’ll show you the difference between RAID 10 and RAID 01. RAID 10 is not the same as RAID 01. There are many differences between them and each one has it’s own advantages and disadvantages. This article explains the difference between the two with a simple diagram.Read More
A Simple Explanation for RAID 2, RAID 3, RAID 4, RAID 6 with Diagram
In this article, I’ll explain the main key points and differences between basic RAID systems. RAID stands for Redundant Array of Inexpensive (Independent) Disks. This article will show you the minimum hardware requirements and the advantages of different RAID types “RAID 2, RAID 3, RAID 4 and RAID 6” .Read More
A Simple Explanation for RAID 0, RAID 1, RAID 5 and RAID 10 with Diagrams
In this article, I’ll explain the main key points and differences between basic RAID systems. RAID stands for Redundant Array of Inexpensive (Independent) Disks. This article will show you the minimum hardware requirements and the advantages of different RAID types “RAID 0, RAID 1, RAID 5 and RAID 10” .Read More