modprobe epat modprobe pd mount /dev/pda1 /cfdisk
modprobe epat modprobe pd mount /dev/pda1 /cfdisk
http://www.torque.net/parport/paride.html
wget http://www.php.net/get/php-4.3.1.tar.gz/from/dk2.php. wget <apache> tar zxf httpd-2.0.44.tar.gz tar zxf php-4.3.1.tar.gz cd httpd-2.0.44 mkdir /www ./configure --prefix=/www --enable-so make make install cd ../php-4.3.1 ./configure --with-apxs2=/www/bin/apxs --prefix=/www/php make make install cp php.ini-dist /www/php/lib/php.ini echo 'LoadModule php4_module modules/libphp4.so' >> /www/conf/httpd.conf echo 'AddType application/x-httpd-php .php' >> /www/conf/httpd.conf
rediger httpd.conf, tilføj ‘index.php’ til linien ‘DirectoryIndex’
Så skulle den funke
The old xmodmap hack has been remove, this is mucho more neater.
[submenu] (Keyboard Layout)
[exec] (Danish) {setxkbmap dk}
[exec] (English) {setxkbmap us}
[end]
No other files are needed, this is blackbox/fluxbox menu-style.
To enable PPPoO in freebsd, your /etc/ppp/ppp.conf should look like this:
default: set log Phase tun command set ifaddr 10.0.0.1/0 10.0.0.2/0 internet: set device PPPoE:INTERFACE set authname USERNAME set authkey PASSWORD set dial set login add default HISADDR Now "ppp -ddial internet" will connect you to the internet, there must be no default route prior to this. If you want to setup the machine to connect to the internet on bootup, insert the following in /etc/rc.conf , 'ppp_nat="YES"' make freebsd share the internet connection. ppp_enable="YES" ppp_mode="ddial" ppp_nat="YES" ppp_profile="internet"
http://www.argh.org/IPv6/IPv6-HOWTO/IPv6-HOWTO-3.html
modprobe usb-uchi modprobe usb-storage mount /dev/sda1 /mnt (driveren emulere scsi enhed, se i dmesg hvad enheden hedder)
X: xset b off console: setterm -blength
den ligger på:
http://blackthorne.dk/linux/?6=xf86&8=Workstation&10=linux
iptables -t nat -A PREROUTING -p tcp -d 10.2.1.1 --dport 16667 -j DNAT --to 80.161.143.54:6667