Debian Squeeze backport of Burp 1.3.48
I have backported burp on Debian Squeeze 6.0.10 amd64 as of today. Original from Burp-1.3.48-4~bpo70+1. burp_1.3.48-4~bpo70+1~bpo60+1_amd64
I have backported burp on Debian Squeeze 6.0.10 amd64 as of today. Original from Burp-1.3.48-4~bpo70+1. burp_1.3.48-4~bpo70+1~bpo60+1_amd64
Remove all kernels but the latest For regular Debian/Ubuntu, type: for kernel in $(cd /boot; ls -1cr vmlinuz-* | head -n -1 | cut -f2,3 -d’-‘); do sudo apt-get remove -y $(dpkg -l | egrep “^ii linux-image-$kernel” | awk ‘{print $2}’); done If you are using ProxMox, type: for kernel in $(cd /boot; ls -1cr … [Read more…]
This is tested on Debian Squeeze, but should work on most Debian derived distributions and on other Linux distributions with small changes. I have written almost the same guide some years ago, but I wanted to add an extra disk to my QNAP NAS and decided to write it down again. Requirements; 2 identical disks … [Read more…]
Today I replaced my Ubuntu 10.04 desktop with Debian Squeeze (frozen testing). Installation went smooth, beside two small problems. I could not select Danish locale. I had to select ‘C’ as locale, and later on select DK keyboard layout. I also ended up with two kernels installed. The first would not boot (called -trunk), but … [Read more…]
On my server i have several Linux Vservers running. This works really well, but i am missing some sort of fail-over. I have read articles about drdb8 and active-passive setups, but I don’t want something to complicated. To solve my problem, I have written a small script to rsync a vserver remotely. The script will be … [Read more…]