Monthly Archives: August 2007
HowTo Search SLUG Archives
| 19-Aug-2007 | Posted by Sonia Hamilton under Slug |
Google search:
foo site:http://lists.slug.org.au/archives/
Thanks to Rick, SLUG list.
Reconfigure X.org on Ubuntu
| 16-Aug-2007 | Posted by Sonia Hamilton under Ubuntu |
dpkg-reconfigure --priority=high xserver-xorg
Thanks to Geoff W, SLUG list.
Multisite CVS Drupal Installation on Ubuntu
| 07-Aug-2007 | Posted by Sonia Hamilton under |
I’ve written a howto on HowToForge called Multisite CVS Drupal Installation on Ubuntu.
libdvdcss2 and w32codecs for Ubuntu
| 07-Aug-2007 | Posted by Sonia Hamilton under 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
| 05-Aug-2007 | Posted by Sonia Hamilton under |
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.
Recent Comments