Monthly Archives: August 2007

HowTo Search SLUG Archives

Google search:

foo site:http://lists.slug.org.au/archives/

Thanks to Rick, SLUG list.

Reconfigure X.org on Ubuntu

dpkg-reconfigure --priority=high xserver-xorg

Thanks to Geoff W, SLUG list.

Multisite CVS Drupal Installation on Ubuntu

I’ve written a howto on HowToForge called Multisite CVS Drupal Installation on Ubuntu.

libdvdcss2 and w32codecs for Ubuntu

Ubuntu Blog has a good article on enabling libdvdcss2 and w32codecs for Ubuntu. In a nutshell, add the medibuntu repositories, then apt-get install w32codecs libdvdcss2. See also Ubuntu Guy‘s article. See also Medibuntu

Find 50 biggest files

Here’s how to find the 50 biggest files on a partition:

sudo find / -xdev -type f -printf "%15s %pn" |sort -nr | head -50 | less

Thanks to Erik de Castro Lopo, SLUG list.

Next Page »