A Guide to Yum and Apt 1. Overview Package Managers are a great feature of every Linux system. They allow us to easily handle the installation, removal, and inspection of software packages. In this tutorial, we’ll learn how to use two among the most famous ones: YUM and APT. 2.… Continue Reading yum-and-apt

Guide to Unix Swap 1. Introduction In this tutorial, we’ll introduce the Unix swap space, its advantages, and a few simple commands to manage it. 2. The Unix Swap Space Swap or paging space is basically a portion of the hard disk that the operating system can use as an… Continue Reading swap-space

Splitting Files in Unix Systems 1. Introduction In this short tutorial, we’ll take a look at a few different ways we can split files in Unix systems. All of these commands were tested in Bash, but are platform-independent. 2. Using split One of the most common ways of splitting files… Continue Reading split-files