User Tools

Site Tools


настройка_стенда

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
настройка_стенда [2010/05/05 13:06]
val
— (current)
Line 1: Line 1:
-====== Настройка стенда ====== 
- 
-===== FreeBSD ===== 
- 
-<​code>​ 
-# cat /​boot/​loader.conf 
-kern.hz="​100"​ 
-</​code>​ 
- 
-===== Ubuntu ===== 
- 
-==== Установка ==== 
- 
-Все по умолчанию,​ без LVM, время UTC, админ пользователь student 
- 
-==== Настройка ==== 
- 
-<​code>​ 
-# 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 
-</​code>​ 
- 
  
настройка_стенда.1273050387.txt.gz · Last modified: 2013/05/22 13:50 (external edit)