Few aspects of Unix system administration are more intimate than the relationship between the admin and their chosen shell. After all, the shell is the most fundamental interface to the system, the ...
Here are some basic skills to get started with bash, one of the best shells for preparing and using scripts on Linux. Scripting in Linux–putting commands into a file so you can run them as a group—is ...
How to use a Bash script for-loop for system administration in Linux Your email has been sent Bash scripting remains a staple of my endeavors in Linux as a system administrator, and I use it every day ...
I've never done shell scripting before so be easy. I'm working on converting a bunch of .mkv files I have to .mp4 for playback on my AppleTV. I've installed handbrake onto my server and all the files ...
I must admit that I don't really follow basketball. But, I do like to engage with folks at work, and every spring I've always felt a little left out when my work colleagues fill out their NCAA March ...
Many bash scripts use arguments to control the commands that they will run and the information that will be provided to the people running them. This post examines a number of ways that you can verify ...
Last year, I wrote an article for Linux Journal titled "Building Your March Madness Bracket" My article was timely, arriving just in time for the "March Madness" college basketball series. You see, I ...
I have a small bash script i have been try to get to work, but for the life, of me i cant. the code below will run the menu will appear but thats it goes the the last statment and does ...
A recent post about debugging constructs surprised me. There were quite a few comments about how you didn’t need a debugger, as long as you had printf. For that matter, we’ve all debugged systems ...
Jack Wallen shows you a nifty trick for easily starting, stopping, pausing, and resuming your VirtualBox virtual machines on a headless Linux server. There’s a nifty feature that comes with VirtualBox ...