18

Oct/11

Bash Reverse Search

A cool little tip when using Bash shell is the reverse search in the shell history. If your looking for a previous command hit the key combo [ctrl + r] and the prompt changes to (reverse-i-search) Type in the command … Continue reading

02

Nov/09

Check GUI Program Is Running In Linux

Overview I have create a bash script to: Check if the program’s process is running If so just quit the script If not start up the program Using this script and crontab it allows the script to be ran every … Continue reading

12

Jun/09

Linux Terminal Not Auto-completing

in the terminal is one of the most useful features in command line. Both DOS and Linux support autocomplete with the key . This is when you type part of the command or file name and press tab to complete … Continue reading