CATEGORY

Linux

Process Monitoring on Linux

Introduction In this article we will discus the most common commands with examples which are used in process monitoring in Linux systems such as : pstophtoplsof 1....

Terminal Pagers

A terminal pager, or paging program, is a computer program used to view (but not modify) the contents of a text file moving down the file one...

Quota Management on Ubuntu

INTRODUCTION A Quota is a built-in feature of the Linux kernel that is used to set a limit of how much disk space a user...

Scheduling with cron & At

Introduction One of the challenges (among the many advantages) of being a sysadmin is running tasks when you'd rather be sleeping. For example, some tasks...

Compressing & Archiving files and directories

Introduction Linux Archiving & Compression Archiving is the process of combining multiple files and directories (same or different sizes) into one file. in the second...

How to Mount and Unmount File Systems in Linux

Introduction On Linux and UNIX operating systems, you can use the mount command to attach (mount) file systems and removable devices such as USB flash drives at...

Partitioning using parted & fdisk commands

Introduction Creating disk partitions enables you to split your hard drive into multiple sections that act independently. In Linux, users must structure storage devices (USB and...

FSTAB & MTAB

INTRODUCTION These are some of those critical programs for your computer. Without these, your computer will not know where to find any of the partitions...

History Command with Examples

History Command is used to view the previously executed command and it can also list it. This feature was not available in the...

Creating a single control-plane Kubernetes cluster with kubeadm

Introduction Kubernetes is a cluster and orchestration engine for Docker containers. In other words Kubernetes is an open source software or tool which is used to orchestrate and manage Docker...

Latest news