FreeBSD ------- cd /usr/ports/net/cvsup-without-gui/ && make install clean && rehash && cvsup -g -L2 /usr/share/examples/cvsup/ports-supfile -h cvsup.planetmirror.com X -configure distfiles.yourdomain.net and add it as a MASTER_SITE_OVERRIDE=http://distfiles.yourdomain.net/${DIST_SUBDIR} in /etc/make.conf The documentroot is pointing to /usr/ports/distfiles and if I need to get somethign which needs to be installed everywhere I fetch it there once and then do the fetching on all the other machines. pkg_add -r pkg_tree In /usr/ports, make fetch install /usr/ports/linux_base-debian edit /etc/rc.conf to have linux_enable="YES" or sudo kldload linux chroot /compat/linux /bin/bash install portupgrade portinstall -vpP 16:27 <@Chaos> and then cp /usr/share/examples/etc/make.conf /etc 16:27 <@Chaos> edit that and uncomment the stufff about SUP 16:27 <@Chaos> if you installed /usr/src cd /usr/src && make update 16:40 <@Chaos> it'll do /usr/src then /usr/ports 16:40 <@Chaos> once thats done 16:40 <@Chaos> do a make buildworld 16:41 <@Chaos> and while thats building create /sys/i386/conf/ from GENERIC and change / add / remove stuff to match your HW 16:41 <@Chaos> then do a cd /usr/src && make buildkernel KERNCONF= 17:05 < ^Sarge^> make buildworld && make buildkernel && mergemaster && init 1 17:06 < ^Sarge^> or you could just cheat n do make world && mergemaster && make kernel && init 6 Upgrading cvsup -h cvsup.au.freebsd.org -g -L2 /usr/share/examples/cvsup/standard-supfile cvsup -h cvsup.au.freebsd.org -g -L2 /usr/share/examples/cvsup/ports-supfile cd /sys/i386/conf cp GENERIC KERNELNAME cd /usr/src make buildkernel KERNCONF=KERNELNAME make buildworld Adsl router ----------- /boot/loader.conf ipfw_load=yes Manual: kldload ipfw /etc/ppp/ppp.conf default: set device PPPoE:rl0:internode set speed sync set mru 1492 set mtu 1492 set ctsrts off enable lqr add default HISADDR set timeout 0 set redial 0 0 # Network Address Translation (NAT) nat enable yes nat log yes nat same_ports yes nat unregistered_only yes enable dns internode: set authname username set authkey password To dial manually: ppp dial internode /etc/rc.conf # ppp stuff ppp_enable="YES" ppp_profile="internode" ppp_mode="ddial" ### Basic network and firewall/security options: ### firewall_enable="YES" # Set to YES to enable firewall functionality firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall firewall_type="simple" # Firewall type (see /etc/rc.firewall)