Tutorials
Control Console with SysReq
System request (often abbreviated SysRq or Sys Req) is a key on keyboards for PCs that has no standard use.
Tutorials
Use bash brace expansion to save {hours,days}
Brace expansion is one of the most powerful bash tricks with the potential to save you considerable time. Bash brace
Tutorials
Install Cinnamon on Ubuntu 12.04
Cinnamon is a re-implementation of the Gnome 2 desktop in GTK3 developed by the Linux Mint project as an
Tutorials
Get a list of all processes not run by you
Find the currently running processes on your system that were not started by yourself. A great way to find out
Tutorials
Get file type information from the command line
Sometimes you're not sure what type of file a file is. Perhaps the file doesn't have
Tutorials
Reload .bash_profile without logging in again
If you have updated your .bash_profile you may want to reload the latest changes into your current shell &
Tutorials
Find All Running Processes of a Program
Find the pids of all instances/processes of a given program running on your system
Tutorials
Piping between shells
Create your own bash pipes to send program output between shells, processes and users.
Tutorials
Quickly serve a folder via Web Server
Sometimes you'll want to quickly serve a folder from the command line, so you can view the contents
Tutorials
Set CDPATH to ease folder navigation
CDPATH is an environment variable which tells the cd command where to look for the specified folder. By including the
Tutorials
Use ifconfig.me to return your IP and Host
ifconfig.me is a web service that displays information about your connection, including IP address, hostname and User Agent string.
Tutorials
Find Top 404 Error Pages with Apache
A quick one-liner to find the most common pages giving 404 errors on your apache2 setup. Set this up
Tutorials
Execute last command as root
Sometimes you need to re-run a command you just ran, but this time as a super-user. For example,
Tutorials
Launch GNOME Shell from the console
Debug Gnome Shell, or run it from the console, either for plugin development or troubleshooting.
Tutorials
Use GNOME Looking Glass for debugging
Looking Glass is GNOME Shell's integrated inspector tool and JavaScript console useful for debugging.
Open the run prompt
Tutorials
Re-execute command line with !
Bash history expansion allows you to quickly re-run previous commands using ! and the number of the command in your history.
Tutorials
Control-R Through Your History
Interactively search through your command line history with a simple keyboard shortcut.
MacOS
Install Homebrew Package Manager for MacOS
Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn't include with OS X.