This is an old revision of the document!
# cat /boot/loader.conf kern.hz="100"
Все по умолчанию, без LVM, время UTC, админ пользователь student
# sudo su - # passwd # mv ~student/ /usr/ # vipw # cat .inputrc "\e[A": history-search-backward "\e[B": history-search-forward # cat /dev/null > /etc/udev/rules.d/70-persistent-net.rules # cat /dev/null > /etc/hostname # cat /etc/network/interfaces auto lo iface lo inet loopback #auto eth0 #iface eth0 inet static # address 192.168.X.Y # netmask 255.255.255.0 # gateway 192.168.X.Z #auto eth1 #iface eth1 inet static # address 172.16.1.X # netmask 255.255.255.0 # gateway 172.16.1.254 # cat /etc/resolv.conf search corpX.un nameserver 172.16.1.254 # cat .bashrc ... export http_proxy=http://172.16.1.254:3128/ ... # apt-get install gpm # init 0