News

Script Doctor While bash scripting is often maligned and not without reason, it is very flexible and powerful, as this example shows.
It is easy to dismiss bash — the typical Linux shell program — as just a command prompt that allows scripting. Bash, however, is a full-blown programming language. I wouldn’t pres… ...
Learning Bash is really useful, especially if you want to unlock the full power of a Unix or Linux system. Here are some of the most compelling reasons to look at Bash scripting as something to learn.
Common errors with for loops One of the most common errors when using scripts bash on GNU/Linux is to read a file line by line by using a for loop (for line in $ (cat file.txt) do. ..). In this ...
Leveraging the functionality of Apache with CGI and Bash scripting in such a way that it can be consumed by GitHub allows for almost endless possibilities. Resources For more information on topics ...
Essential nmcli commands to manage network connections, configure Wi-Fi and Ethernet, set static IPs, and troubleshoot errors ...
The Linux script command has been around for ages and provides a simple but useful service. It lets you record command line activity – both input and output.
The Advanced Bash-Scripting Guide includes some more involved examples in chapter 27, covering sending a protocol request, getting web pages, and even UDP use. Editor's Note: If this does not work for ...
FFmpeg was designed as a cross-platform solution for video and audio recording, conversion, and streaming using simple static command lines. Using variables and 'for loops' in a command string ...