Linux: How do I install rtorrent with xmlrpc? Answer: Hi there,
well on Debian (Etch/Lenny) this is not that hard:
aptitude install libsigc++-2.0-dev build-essential libncurses5-dev libcurl4-openssl-dev libwww-dev libwww-ssl-dev subversion
for Etch:
aptitude install libsigc++-2.0-dev build-essential libncurses5-dev libcurl3-dev libwww-dev ...
Linux: How do I upgrade from Debian Etch to Debian Lenny? Answer:
Hi Folks,
Lenny is out for a few days now and the upgrade process is quite straight forward:
(please do that in textmode and not in your ...
glusterfs: How to install glusterfs in Debian Lenny? Answer:
cd /usr/src
wget "http://ftp.gluster.com/pub/gluster/glusterfs/2.0/LATEST/glusterfs-2.0.8.tar.gz"
wget "http://download.gluster.com/pub/gluster/glusterfs/fuse/fuse-2.7.4glfs11.tar.gz"
tar -zxf glusterfs-2.0.8.tar.gz
tar -zxf fuse-2.7.4glfs11.tar.gz
aptitude install sshfs build-essential flex bison byacc libdb4.6 libdb4.6-dev libfuse-dev
cd fuse-2.7.4glfs11
./configure && make && ...
Daemon: How to fix broken sasl after system update? Answer: If you get error message like these on Debian Lenny/Etch (after an system upgrade):
No run directory defined for , cannot stop
No run directory defined for ...
Daemon: How to install Tomcat5.5 in Debian Lenny? Answer: here are a few hints to get you started:
you need to change your /etc/apt/sources.list so it does include the non-free repository,so it will look like ...
Linux: How to install Debian Lenny from a USB stick? Answer: Hi there,the only hard thing here is preparing the USB stick, but actually the Debian guys took care of most of the process so, here ...
Debian: How to compile a custom kernel in Debian Lenny / Etch? Answer: This is usually quite straight forward, since Debian brings utilities with it to do this:
aptitude install build-essential kernel-package fakeroot libncurses5-dev bzip2
cd /usr/src
wget "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.tar.bz2"
tar -jxf linux-2.6.36.tar.bz2
cd ...
Linux: How do I upgrade from Debian Lenny to Squeeze? Answer: Here you go:
(please do that in textmode and not in your GUI, so KDE or whatever can be restarted without any issues)
vi /etc/apt/sources.list
(change lenny to ...
Debian: How to install ruby / rubygems / passenger on Debian Squeeze / Lenny? Answer: Here are a few steps to get you started:
aptitude update
aptitude install ruby ruby1.8-dev irb rdoc build-essential mysql-client libmysql-ruby libmysqlclient15-dev
The enviroment is setup, now we ...
Debian: How to install Openfire server on Debian Lenny / Squeeze? Answer: This isn´t that hard, so here we go:edit /etc/apt/sources.list to make the entries look like this one:
deb http://ftp.at.debian.org/debian/ lenny main contrib non-free
After that run the ...
Debian: How to fix "Failed to fetch Packages 404 Not Found"? Answer: Depending on which Debian mirror you are using, the error message looks like this:
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-i386/Packages 404 Not Found
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-amd64/Packages ...