7th August 2009
in
cli
You can easily update your Twitter status from the CLI by using this one simple command:
curl -u user:password -d status=”Your status message” http://twitter.com/statuses/update.xml
where user is your usernam[...]
Tags: curl, status, twitter
5 Comments
6th August 2009
in
KDE
Here’s how to install the newly-release KDE 4.3 in Ubuntu Jaunty.Open up your sources.list file:
sudo nano /etc/apt/sources.list
add the following line at the bottom of the file:
deb http://ppa.launchpad.net/kubunt[...]
Tags: Jaunty, KDE, Ubuntu
6 Comments