If you are new to WebUpd8, do not forget to subscribe: 
Subscribe To Web Upd8 RSS Feed!
Subscribe to our YouTube channel!
Follow WebUpd8 on Twitter!
Andrew on Last.fm
Like us on Facebook!
Follow us on Google Buzz!





Using the following command, you can check your unread messages in Gmail, via a simple terminal:

curl -u username:password --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if /<name>/; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'


For other very useful Linux commands (some also work on Mac OS X), visit THIS and THIS post.

[via commandlinefu]