
Wed Jan 06 2021
How to Format USB Drives and SD Cards on Linux
This article explains how to format a USB Drive or SD Card on Linux using the parted utility.
Read more

Wed Jan 06 2021
How to Allow Remote Connections to MySQL Database Server
This article goes through the steps necessary to allow remote connections to a MySQL server. The same instructions apply for MariaDB.

Mon Jan 04 2021
Bash: Write to File
This article explains how to write text to a file in Bash, using the redirection operators and tee command.

Sun Jan 03 2021
How to Read a File Line By Line in Bash
When writing Bash scripts, you will sometimes find yourself in situations where you need to read a file line by line. For example, you may have a text file containing data that should be processed by the script.
Tue Dec 29 2020
Bash read Command

Wed Dec 23 2020
Listing Linux Services with Systemctl

Thu Dec 17 2020
How to Install and Configure VNC on CentOS 8

Wed Dec 16 2020
How to Use the nmap Command

Thu Dec 10 2020
Timeout Command in Linux

Thu Dec 10 2020
Tcpdump Command in Linux
