Web Design

Archive for August, 2009

Update your Twitter status from the Linux command line

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[...]


Install KDE 4.3 in Ubuntu Jaunty

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[...]