= 2010-08-29 = * [公務] 電腦教室測試 Dell OptiPlex 780 安裝 DRBL {{{ ~$ sudo dmidecode System Information Manufacturer: Dell Inc. Product Name: OptiPlex 780 }}} * 安裝 DRBL Server {{{ #!sh #!/bin/bash echo "deb http://free.nchc.org.tw/drbl-core drbl stable" > drbl.list sudo mv drbl.list /etc/apt/sources.list.d/ wget http://drbl.nchc.org.tw/GPG-KEY-DRBL sudo apt-key add GPG-KEY-DRBL sudo apt-get update sudo apt-get -y install drbl sudo /opt/drbl/sbin/drblsrv -i -c n -n n -m n -g n -k 2 -o 1 }}} * 安裝 Eucalyptus {{{ sudo apt-get install euca2ools eucalyptus-cc eucalyptus-cloud eucalyptus-common eucalyptus-gl eucalyptus-java-common eucalyptus-nc eucalyptus-sc eucalyptus-walrus }}}