$Id: rebuild.txt,v 1.1 2008/02/13 23:09:49 jerry Exp $ rebuild.txt ----------- rebuild of trevor to FreeBSD 6.2 RELEASE 19th October 2007 using packages only, xorg 6.9.0 and KDE 3.5.4 to start kde edit .xinitrc xhost marles xrdb -load $HOME/.Xresources startkde set screen resolution 1152x864 and keyboard UK edit .profile to add CVSROOT export CVSROOT=:ext:jerry@marles:/usr/local/cvsroot cvs co doc from here on all the documentation is available vi CVS to enable sound and wireless NIC edit /boot/loader.conf snd_ich_load="YES" # Intel ICH (Fester's PC) ath_hal_load="YES" # Wireless NIC if_ath_load="YES" edit /etc/fstab to get backed up files from marles and cynthia marles:/usr/home/jerry /marles/jerry nfs rw 0 0 marles:/usr/local/www/apache22/data /marles/www nfs rw 0 0 //jerry@cynthia/jerry /cynthia/jerry smbfs rw 0 0 //jerry@cynthia/public /cynthia/public smbfs rw 0 0 from here on the files backed up on marles and cynthia are available cvs co config-files use .Xresources to enable a nice xterm use nsmb.conf to authenticate smbfs create link to application /usr/X11R6/bin/xterm -e ssh marles edit /etc/ttys to enable kdm #ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure tty8 "/usr/local/bin/kdm nodaemon" xterm on secure enable cd writing - pkg_add -r cdrtools use mail/calendar/addressbook in /marles/jerry edit ~/.kde/share/config/kmailrc change folders=/marles/jerry/kmail in the [General] section. in kontact use calender /marles/jerry/korganiser.ics and address book /marles/jerry/addressbook.vcf to enable ssh without a password ssh-keygen -t dsa cd .ssh scp id_dsa.pub jerry@marles: ssh marles cat id_dsa.pub >> .ssh/authorized_keys rm id_dsa.pub /*** end ***/