1 The function of any shell, whether Bash, KSH, CSH is to take commands entered on the...
Bash
A little scripting goes a long way to make sure you won't run out of space with...
When you collaborate on a digital project with someone, it’s a guarantee that eventually someone’s going to...
With a little Bash scripting, you can automate tasks on your Linux system. Learn more with these...
Use Bash to print 2-sided documents on a printer that can only print on one side.
I have recently been working on some code that needs to run on a remote host using...
Image by Gerd Altmann on Pixabay. As you probably know by now, I believe in automating everything....
Image by Opensource.com: CC-by-SA 4.0 Author’s note: This article is excerpted in part from chapter 15 of...
Image by Opensource.com: CC-by-SA 4.0 Author’s note: This article is excerpted in part from chapter 13 of...
The base64 command converts binary data to ASCII data so that it can be transmitted as text....
In Episode 1, How to do fast, repeatable Linux installations #1 — Bash scripts, I discussed how...
Image by: Opensource.com Some of my articles and an entire book have been about The Linux Philosophy...
How my easy, home-made backup program saves time, space on the storage medium, and network bandwidth
How my easy, home-made backup program saves time, space on the storage medium, and network bandwidth
Nothing can ever go wrong with my computer and I will never lose my data. Riiiiight.
This article...
have always been interested in historical dates and determining the actual day of the week an...
Learning a new programming language can be a fun exercise.
Writing a short Bash script can save typing lots of instructions at the command line.