Posts Tagged ‘debian’

xen 3.02 on Debian Etch / AMD64

Friday, July 18th, 2008

A quick walk-through of installation of Xen 3.02 on Debian Etch (AMD64):

KERNELS=”linux-2.6-xen0 linux-2.6-xenU” make -j7 world
make install
make linux-2.6-xen0-config CONFIGMODE=menuconfig
make -j7 linux-2.6-xen0-build
make linux-2.6-xen0-install
make linux-2.6-xenU-config CONFIGMODE=menuconfig
make -j7 linux-2.6-xenU-build
make linux-2.6-xenU-install

vim /boot/grub/menu.lst

title Xen 3.0.2 / Debian GNU/Linux, kernel 2.6.16
root (hd0,0)
kernel /xen.gz dom0_mem=131072
module /vmlinuz-2.6-xen0 root=/dev/sda2 ro console=tty0
savedefault

Install xen-tools, xen-shell etc

update-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20

Mike Renfro’s Blog : My Own Private Debian Repository

Wednesday, July 9th, 2008

So I made a new Debian-style repository off to the side of my regular Debian mirror.

Mike Renfro’s Blog : Stupid Puppet Trick: Agreeing to the Sun Java License with Debconf Preseeds and Puppet

Wednesday, July 9th, 2008

Mike Renfro’s Blog : Unattended Debian Installations (or How I Learned to Stop Worrying and Love the preseed.cfg)

Wednesday, July 9th, 2008

Debian Administration - Debian Administration Resources

Wednesday, July 9th, 2008

Aptitude - using together with Synaptic and Apt-get - NewbieDOC

Sunday, July 6th, 2008

Installing And Using OpenVZ On Debian Etch | HowtoForge - Linux Howtos and Tutorials

Saturday, May 31st, 2008

DSPAM With Embedded ClamAV Integrated Into Postfix With Virtual Users And Domains | HowtoForge - Linux Howtos and Tutorials

Monday, May 19th, 2008

Howto: ISP-style Email Server with Debian-Etch and Postfix 2.3

Monday, May 12th, 2008

OpenVZ On Debian Etch For Webservers | HowtoForge - Linux Howtos and Tutorials

Friday, May 9th, 2008