Linux Boot Process Simplified 馃惂
A beginner-friendly guide to help you explore the Linux boot process.

Search for a command to run...
Articles tagged with #linux-for-beginners
A beginner-friendly guide to help you explore the Linux boot process.

How to List Files in a Directory with Option Flags

Command substitution allows you to assign the output of a shell command to a variable. This one of the most useful feature of shell scripts. After assigning the output to a variable, you can use the stored value anywhere in your shell scripts. This i...

Can You Change Directory In Bash Script?

Introduction to Linux Linux is an open source operating system that makes it possible for you to play with your computer. It was created in 1991 by a University of Helsinki student, Linus Torvalds. His goal was to create a free version of the MINIX(...
Package Managers How to install Software Package on Linux? A Software Package is basically a compressed archive that has all the necessary files required to run an app. There is also a high chance that app depends on other apps (meaning app has depen...
