Pat and the Slackware crew announced Slackware 64 which is the 64bit port of Slackware. You will be able to buy it on DVD as soon as Slackware 13 has been released. More information: Slackware.com
Tag: slackware
Slackware 12.0 DHCP Server .conf file
# TheMachine DHCP configuration option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; option routers 192.168.0.1; # option netbios-dd-server 192.168.0.3; option domain-name-servers 213.240.241.252, 213.240.241.253; # option domain-name “empty-bg.com”; authoritative; #Default lease-time default-lease-time 43200; #Max lease-time max-lease-time 72000; subnet 192.168.0.0 netmask 255.255.255.0 { interface “eth1”; range 192.168.0.200 192.168.0.250;} ddns-update-style none; #host name.of.host { hardware ethernet M:A:C:a:d:d:r; “newDHCPgivenIPaddr”; } host […]