Site menu:

Categories

Tags

Site search

 

February 2006
M T W T F S S
« Jan   Mar »
 12345
6789101112
13141516171819
20212223242526
2728  

Archives

Links:

Archive for February, 2006

apt-cacher transparent proxying

apt-cacher is a really neat program which caches debian downloads. Very useful when you look after a few debian boxes and brilliant when you are doing automated installs.
However I’ve never used apt-cacher at home since it requires you to edit your sources.list file and then it wouldn’t work when I was somewhere without apt-cacher.
Well, [...]

FuseFS and xdelta/rsync

Whilst at work today I had a cunning plan, have a look at FuseFS and maybe implement a “diff” filesystem. I was originally thinking of rsync diffs (see rsync’s batch mode), but xdelta is probably an easier first fit (and would possibly work better).
There’s even Ruby bindings for FuseFS so I could [...]