Linux Terminal Shortcuts

Posted in diy, linux, resources and tips, tutorial, ubuntu linux on Mar 19, 2009

I came across this great article full of “Linux Terminal Shortcuts” this morning and thought I would share. Well the title of the post was actually “50 ways to impress geeky linux friends”, but I think there were some good tidbits in there for people using linux that might not know how powerful the command line is. Although it requires a bit more effort than the dumbed down “point and click” world – I think you might find these features far more useful (and advanced) than any version of Windows.

Out of the 50 tips, here are the ones I picked out to be most useful Linux Terminal Shortcuts:

  1. Rip a DVD: You wouldn’t think it would be this easy, but you can rip a DVD on the command line with the following: dd if=/dev/cdrom of=/cdrom_image.iso
  2. Encrypt your files: Easily encrypy any files from prying eyes using this command: gpg -c filename.doc, and simply enter your password twice. Then to decrypt them later, just run this command: gpg filename.doc.gpg and enter the password you used.
  3. Block a Web Site: Kids use your laptop a lot? Boyfriend spending too much time on MySpace? You can block any web site in linux quickly and easily. Just run this command to open a file: gedit /etc/hosts, and then add 127.0.0.1 website.com one by one to block any web sites you want!
  4. Scan Wireless Networks: If you want to scan for all available wireless networks, run this command: iwlist scan, and get much more info on each than you would ever get in Windows.
  5. Convert text to HTML: Linux shines in it’s ability to process information, and particularly in conversion utilities. For example, convert a text file into HTML like this: recode ..HTML < file.txt > file.html
  6. Schedule a download: Say you want to download an 800MB file but want to do it when everyone is asleep? Just run this command: echo ‘wget url’ | at 01:00

I’m sure there are tons more not in that article – post yours now below!

Linux Multimedia Hacks, Kyle Rankin, Very Good Book
US $29.94
End Date: Wednesday Mar-24-2010 13:49:16 PDT
Buy It Now for only: US $29.94
Buy it now | Add to watch list

Linux Desktop Hacks
US $17.18
End Date: Friday Mar-26-2010 11:55:22 PDT
Buy It Now for only: US $17.18
Buy it now | Add to watch list

Linux Server Hacks
US $16.67
End Date: Friday Mar-26-2010 22:17:32 PDT
Buy It Now for only: US $16.67
Buy it now | Add to watch list

Linux Server Hacks: 100 Industrial-Strength Tips and To
US $8.98
End Date: Wednesday Mar-31-2010 16:15:04 PDT
Buy It Now for only: US $8.98
Buy it now | Add to watch list

Linux Server Hacks, Volume Two: Tips & Tools for Connec
US $6.94
End Date: Saturday Apr-03-2010 22:06:56 PDT
Buy It Now for only: US $6.94
Buy it now | Add to watch list

NEW Ubuntu Hacks: Tips & Tools for Humanizing Linux ...
US $19.78
End Date: Sunday Apr-04-2010 0:44:19 PDT
Buy It Now for only: US $19.78
Buy it now | Add to watch list

LINUX DESKTOP HACKS - JONO BACON (PAPERBACK) NEW
US $17.20
End Date: Friday Apr-09-2010 14:52:00 PDT
Buy It Now for only: US $17.20
Buy it now | Add to watch list

Linux Server Hacks, Volume Two: Tips & Tools for Connec
US $6.93
End Date: Tuesday Apr-13-2010 11:44:47 PDT
Buy It Now for only: US $6.93
Buy it now | Add to watch list

Print This Post Print This Post

Leave a Reply

CommentLuv Enabled
  • My name is John Pratt and I like all kinds of geeky, gadget tech stuff. I maintain web sites, write a little code, fool around with Wordpress, Ubuntu, play lead guitar in a band, and have a general fondness for computers electronic 'thingies'!