Changes between Version 15 and Version 16 of wade/drbl
- Timestamp:
- Sep 2, 2011, 4:17:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wade/drbl
v15 v16 1 1 [[PageOutline]] 2 2 = DRBL 豆知識 = 3 4 = 安裝 = 5 * 作業系統: debian 6 squeeze 6 {{{ 7 # 設定網路 8 sudo vim /etc/network/inerfaces 9 # 內容設定 drbl server 的ip 10 auto eth1 11 iface eth1 inet static 12 address 192.168.100.254 13 netmask 255.255.255.0 14 15 # 新增drbl儲藏庫 16 sudo vim /etc/apt/sources.list 17 # 內容設定 18 deb http://free.nchc.org.tw/debian/ squeeze main 19 deb http://free.nchc.org.tw/drbl-core drbl stable 20 21 # 安裝 drbl 22 sudo apt-get update 23 sudo apt-get install drbl 24 sudo /opt/drbl/sbin/drblsrv -i 25 # MAC address 存在 macadr-eth0.txt 26 }}} 27 3 28 4 29 == FAQ ==