Skip to Content

debian

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

DSA-1792-1 drupal6 -- multiple vulnerabilities

Posted in

In case you happen to use Drupal 6 on Debian, you might want to check for updates. A few nasty bugs were fixed in the last update (more details can be found at: http://www.debian.org/security/2009/dsa-1792).

So for aptitude users:

aptitude update && aptitude upgrade

And apt-get users:
apt-get update && apt-get upgrade

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.

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