January 2011

View Unread mail in Gmail using Terminal in Ubuntu

image: 

By using Atom feeds you can able to view your unread mails in gmail using terminal in ubuntu.

Open Terminal

Install Curl
sudo apt-get install curl

then use the following command line

curl -u username –silent “https://mail.google.com/mail/feed/atom” | perl -ne ‘print “\t” if //; print “$2\n” if /(.*)/;’

replace user name with your gmail account

Now it will ask you for password

enter the password you will be able to see your unread mails

Will Android Become Next Windows for Hackers

image: 

When something has been more popular and make people’s attention it has been exploited. Likewise Windows the most used platform by users all over the world, Android is now the fastest growing mobile platform, the hackers targeted at it.