Useful Ubuntu Commands
This is a work in progress...
This post is a work in progress. Comment if you think I should add anything.
Find
Search within files
ack-grep -i "search string with.*regex"
Find a file by filename
find ~/my-dir/ -iname '*.moo'
sudo find /rootdir/ -iname 'moo.*'
System Configuration
Screen Brightness
sudo intel_backlight 40
The above command sets the screen brightness to 40%.