Skip to content
Feb 20 09

GNOME leaves a lot of useless files

by Julien

I have been cleaning my ~/ and noticed a lot of files in ~/.metacity/sessions/ and ~/.config/metacity/sessions/ (800+) and in ~/.nautilus/ (600+).

Nautilus and Metacity are to blame for these behaviours. Bugs have already been reported in the Debian BTS and in the upstream bugzilla.

I hope this will be fixed shortly.

Feb 15 09

Lenny…

by Julien

lennybanner_indexedWell, I am sure all of you have already read the announcement: Lenny (aka Debian 5.0) is out!

I have been using Debian on all my machines since at least mid 2003, when Woody was stable. Sarge was then released in 2005, then Etch the year after.

I have updated my personal repository of unofficial packages for this new stable release. I have let etch packages available (under oldstable), but will remove them in a while. This repository is mainly mainly composed of backported or patched packages for my own use, but can be used by anyone (but I do not guarantee anything ;-) ).

Feb 7 09

My new xorg.conf

by Julien
~$ [ -s /etc/X11/xorg.conf ] ; echo $?
1

Yes, it is an empty file! I have just upgraded xorg to the experimental packages. hal does its job, and all devices are automatically detected and configured.
This is actually a great improvement, especially for those who had to fight against the XFree86 configuration file just to get a graphical session working, back in the late 90′s.
read more…

Jan 17 09

Counting Debian source packages #2

by Julien

Thanks to Joerg for pointing out pkg-nums.

I was pretty sure such a tool already existed but could not find it.

At least, my script (with Thomas’ amendments) allow distinctions between sections (free, contrib, non-free) ;-) And thanks to pkg-nums, I was able to check the results.

Jan 17 09

IPv6: Miredo link to HE Tunnel endpoint

by Julien

As announced a few weeks ago, my website should now be accessible through IPv6. The connectivity is made thanks to Hurricane Electric IPv6 tunnel service as recommended on Linode wiki.

At home, I use Miredo, an open-source Teredo IPv6 tunneling software for GNU/Linux and BSD. This works great with many websites. I can ping6 servers I know, like ipv6.google.com or www.debian-administration.org.
However, I cannot ping6 my Linode server until I have established a link from the linode to home. But after a while (a quarter or so), the link is dead, and I have to ping my home address again from the linode to make it alive.
read more…

Jan 17 09

Counting Debian source packages

by Julien

Following to Kushal’s post about counting total number of Debian packages, he concluded that sid currently has more than 30,000 binary packages (free, contrib & non-free).

IMHO it is more relevant to count source packages. I couldn’t find any existing way of doing it, I have hence written a short bash script.

read more…