shell News and Articles
Bash Tips: Autocompletion
01.03.2012
Steer around errors and save yourself some typing by adding autocompletion to your Bash scripts.
Book Review: The Linux Command Line
24.02.2012
A complete introduction to the shell for novices and masters alike.
Qemu and the Kernel
Debugger
23.02.2012
Debugging the kernel of a running operating system has always been tricky, but now the Qemu emulator supports cross-platform kernel and module debugging at the programming language level.
Better Bash
Shell scripts from hell: Shebang
31.01.2012
In the beginning was the double pound sign and the exclamation mark – or at least shell scripts always start this way. The inventor, Dennis Ritchie, really didn’t know how much pain this was going to cause users.