2007-08-20

Subversion server configuration

The file /etc/xinetd.d/svnserve should contain:
service svnserve
{
socket_type = stream
protocol = tcp
user = root
wait = no
disable = no
server = /usr/bin/svnserve
server_args = -i -r /xxxx/xxxx/xxxx
port = 3690
}

The path /xxxx/xxxx/xxxx is the SVN repository.

Disabling IPv6

echo "alias net-pf-10 off" >> /etc/modprobe.conf

Ubuntu 7.04 Feisty repository


# Canonical commercial (vmware, etc.)
deb http://archive.canonical.com/ubuntu feisty-commercial main
# Subpixel font rendering
deb http://www.telemail.fi/mlind/ubuntu feisty fonts
deb-src http://www.telemail.fi/mlind/ubuntu feisty fonts main
# Compiz-Fusion
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
# Ubuntu Studio (theme, icons, etc.)
deb http://archive.ubuntustudio.org/ubuntustudio feisty main
deb-src http://archive.ubuntustudio.org/ubuntustudio feisty main
# Pidgin for Feisty
deb http://repository.debuntu.org/ feisty multiverse
deb-src http://repository.debuntu.org/ feisty multiverse

SSH configuration

Check these out:
http://manual.sidux.com/en/ssh-en.htm
http://www.freebsddiary.org/ssh-higher-port.php
http://fedorasolved.org/post-install-solutions/securing-ssh

UbuntuStudio wallpaper

Check rudikuin

LVM and Virtualization

system-config-lvm
virt-manager


Check RedHat http://virt-manager.et.redhat.com/