
Tue Dec 12 2023
Cut Command in Linux
Cut is a command-line utility that allows you to cut line parts from specified files or piped data and print the result to standard output.
Read more

Mon Dec 11 2023
Apache Commands You Should Know
Apache HTTP server is the most popular web server in the world. In this guide, we will go over the most important and frequently used Apache commands including starting, stopping, and restarting Apache.

Mon Dec 11 2023
Awk Command in Linux with Examples
This article covers the essentials of the awk programming language. Knowing the basics of awk will significantly improve your ability to manipulate text files on the command line.

Mon Dec 11 2023
How to Check if a File or Directory Exists in Bash
In Bash you can use the test command to check whether a file exist and determine the type of the file.
Tue Dec 05 2023
How to Add a Directory to PATH in Linux

Tue Aug 10 2021
How to Create Directories in Linux (mkdir Command)

Tue Aug 10 2021
How to Check your Ubuntu Version

Mon Jun 28 2021
Linux ifconfig Command

Sun Jun 27 2021
Cd Command in Linux (Change Directory)

Thu Jun 03 2021
How to Set and List Environment Variables in Linux
