
Loops are an important part of any programming language, they offer a way to repeat commands or instruction without repeating lines of code, the for loop comes in different styles in bash scripting... Read More
Loops are an important part of any programming language, they offer a way to repeat commands or instruction without repeating lines of code, the for loop comes in different styles in bash scripting... Read More
Learn how to live stream your screen to platforms like YouTube using FFmpeg with this comprehensive tutorial. Automate the process with a Bash script and manage recording status effortlessly... Read More
Streamline your i3 window manager keybindings management with this Bash script. Learn how to simplify visualization, customize options, and enhance your workflow efficiency.... Read More
Learn how to configure mpd, mpc, and ncmpcpp for seamless music playback on your system. Enhance your experience with a custom bash script for simplified control of your music player daemon through mpc commands... Read More
Shell scripting is the language of Linux Command Line, it is the most used language under linux because you can assimilate and use all other languages in your scripts. you can use Python scripts, All the operating system programs and commands, you can even run php scripts right from your terminal or shell scripts.... Read More