Skip to Content

ubuntu

Using Twitter from the command line with Twyt

Twitter is a fun micro-blogging service, but I'm not a huge fan of the web interface for it. Fortunately the kind folks at Twitter have made an API available and many third party applications have sprung up to use it.

Twyt is an easy to use and powerful way to work with Twitter from the command line. You can install it from a terminal in Debian and Ubuntu using:

# aptitude update && aptitude install python-twyt

Use locate to quickly find files on Linux

locate is a great way to quickly find files on your system. It searches using an index created using the updatedb utility so it can find files much more quickly than find can.

Use Aptitude to install all the packages from one Debian or Ubuntu computer to another

This post shows you how to quickly install all the packages on one Debian or Ubuntu system on another.

CD/DVD Burning, Mounting and Ripping from a Terminal in Linux

There are quite a few strong GUI tools for working with media in Linux. However, working from a terminal can frequently be more efficient and this post outlines some of the commands you can use to do this.

Stupid APT (and dpkg) Tricks

A short list of some of the apt and dpkg commands I use regularly. Working in a terminal this way is usually faster and more convenient than using graphical front ends to APT. Users logged in as root don't need to type in sudo where specified.

Syndicate content