A modern, interactive website for learning Linux commands through a structured 9-section training program. Built for GitHub Pages hosting with video tutorials and an interactive terminal simulator.
Here are some warm-up exercises for anyone just starting to use the Linux command line. Warning: It can be addictive. If you’re new to Linux or have simply never bothered to explore the command line, ...
The Linux command line is a text interface to your computer. Also known as shell, terminal, console, command prompts and many others, is a computer program intended to interpret commands. Allows users ...
To get started as a Linux (or Unix) user, you need to have a good perspective on how Linux works and a handle on some of the most basic commands. This first post in a “getting started” series examines ...
I used a Raspberry Pi 3 to develop and test my modules and drivers. To compile them, you need to install the Kernel headers on your Pi. On Raspbian you can do this with the following command: sudo apt ...
Simply put, a Shell Script is a program that is run by a UNIX/Linux shell. It is a file that contains a series of commands which are executed sequentially as if they were entered on the command line ...
In this tutorial, let's learn how to use the maxdepth and mindepth options with the find command to search for files and directories within specified range i.e. depth levels in Linux with examples. At ...
In our daily work with Linux, we regularly execute both simple and complex commands. While short and simple commands are easy to recall, remembering long and complex ones with multiple flags can be ...