It used to be one of the joys of writing embedded software was never having to deploy shell scripts. But now with platforms like the Raspberry Pi becoming very common, Linux shell scripts can be a big ...
Sound eXchange, or SoX, the “Swiss Army knife of audio manipulation” has been around for as long as the Linux kernel, and in case you’re not familiar with it, is a command line tool to play, record, ...
The shell does far more than run commands. Here’s how Bash expands your input behind the scenes so you can write cleaner, ...
So, we have a shell script that starts james (the JAVA mail server). I was alerted to the fact that despite the script being the last line in rc.local, it wasn't starting on boot. So, I went to the ...