Are you tired off typing out full commands? if so aliases can save you time. They allow you to shorten long commands down into one word. To add a alias edit ~/.bashrc
nano ~/.bashrc
Then come to the bottom of that file and add your aliases like this:
alias rm = "rm -i" alias lightyrestart = "/etc/init.d/lighttpd restart" alias server_name="ssh -v -l USERNAME IP ADDRESS"
Then Reload your .bashrc file and your aliases should be enabled
source ~/.bashrc


This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.