Topic
linux-for-beginners
9 articles

Linux Boot Process Simplified 🐧
Linux boot process steps


Everything you need to know about the Linux 'ls' command.
The ls command is one of the most commonly used Linux commands for listing available files or directories from the command line.


WTF is Linux Shell Command substitution.
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.


How to change Directory In Shell Scripts?
For convenience, there are times you may want to run a shell script that changes your current working directory to another directory.

Linux System Directories Explained
If you are a beginner and want to get familiar with the Linux file system. This blog is for you! Learn functionalities of Linux system Directories.


Package Managers Demystified
Installing software on Linux is very important thing to know especially if you want to become proficient in Linux. APT and other package managers help us.


A beginner's guide to Dualbooting Windows with Ubuntu: Part 2
- Intro to Dual-booting - Compatibility checks and prerequisites for dual-booting. - Partitioning of the disk. - Live USB creation. We are now moving on…


A beginner's guide to Dualbooting Windows with Ubuntu: Part 1
It is a technique of keeping multiple live OS on a system.


Starting your DevOps Journey as a Windows User
Install WSL, DevOps in windows, installing Docker in windows, Minikube and Kubernetes for windows
