Calling all twitter'ers, use twitter from the command line

Post Type: 
Tip
Hi Guys,

If any of you are using twitter here's a great tip.

First you need to install Curl if you don't have it already, should be pretty easy to find.  For all your Ubuntu & Mint users, i imagine would be the same for you Xandros (eee) users too users, pretty common package so it should be in most package managers;

sudo aptitude install curl

Then all you need do is put the following commands in to the a terminal

curl -u yourusername:yourpassword -d status=”Your Message Here” http://twitter.com/statuses/update.xml

And now you can bleather from the command line,

you can find me f1nux on there

Arron