Articles in this series
What is Linux? Linux is a powerful, open-source operating system that serves as the backbone of countless technologies we use every day. It was...
What is Linux Kernel? The Linux kernel is the core part of the Linux operating system and acts as a bridge between software applications and the...
Introduction to Package Managers One of the common ways to categorize Linux distribution is by the package manager it uses. For...
File Compression and Archival Viewing file sizes du (disk usage): To inspect the size of the file. du -sk: shows the size of a file or directory in...
DNS in Linux Let’s say we have 2 computers A (192.168.1.10) and B (192.168.1.11) connected with a common network. To check the connectivity...
Linux Accounts A Linux account is a unique user identity that grants access to a Linux system. It consists of a combination of a username, password,...