!!! Installation of SUSE 10.2 (29-12-2006)
* use /dev/hda6 as root, use existing /home on /dev/hda8 and existing swap partition
* extra packages selected on top of "defaults" : lynx, locate, ntop, JDK5, mysql, apache2, and more of them, but I can't remember
* change runlevels, disable NFS, Samba, and a few more, enable apache2, smartd
* create users anneke, claudia, esther, tomcat, wim with correct UIDs and empty home
* download and install NVidia video driver, according to [instructions on the openSUSE site|http://en.opensuse.org/NVIDIA]
* hack openSUSE according to [http://www.softwareinreview.com/cms/content/view/60/]
* download and install Tomcat 6.0.2 in /usr/local/tomcat
* cp -pR /mnt/suse10.1/usr/local/tomcat/webapps/JSPWiki /usr/local/tomcat/webapps
* change WEB-INF/jspwiki.properties : baseURL : localhost:8080 instead of 88.211.133.30
* "lsbinit" tomcat:
** cp old /etc/init.d/tomcat and run YaST edit runlevels to enable it
* customize apache2 :
** add the following to httpd.conf : {{{
# include all the required stuff for krm (kruimeltje)
Include /etc/apache2/krm.conf
Include /etc/apache2/tomcat-connector.conf
Include /etc/apache2/user.conf
ExtendedStatus On
}}}
** cp /mnt/suse10.1/etc/apache2/{krm.conf tomcat-connector.conf user.conf} /etc/apache2
** cp -R /mnt/suse10.1/etc/apache2/krm-ssl /etc/apache2
* customize SSH, change /etc/ssh/sshd_config : {{{
Protocol 2
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys
}}}
!!TO DO (install and/or test)
* customize apache2 :
** ssl config
** /srv/www/htdocs
** install extra apache mods __rewrite proxy status jk__ (check : [http://localhost/server-status])
* mysql (for krm and Gallery)
* install/test/check ntop ''(ntop -A -u wwwrun)''
* cupsd config, does printing work correctly ?
* install gkrellm
* install webmin, configure/copy fw config, check with [http://www.grc.com]
**copy /etc/webmin/firewall/iptables.save ?
* K3B suppoort for MP3 oke ?
* ktorrent oke ?
* ftp services
* Gallery 2
* sysconfig: cleanup tmp and tomcat dirs regularly (''MAX_DAYS_IN_TMP MAX_DAYS_IN_LONG_TMP'' ?)