wiki:jazz/10-08-29

2010-08-29

  • [公務] 電腦教室測試 Dell OptiPlex 780 安裝 DRBL
    ~$ sudo dmidecode
    System Information
            Manufacturer: Dell Inc.
            Product Name: OptiPlex 780
    
  • 安裝 DRBL Server
    #!/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
    sudo /opt/drbl/sbin/drblpush -i
    
  • 安裝 Eucalyptus
    sudo apt-get install euca2ools eucalyptus-cc eucalyptus-cloud eucalyptus-common eucalyptus-gl eucalyptus-java-common eucalyptus-nc eucalyptus-sc eucalyptus-walrus
    
Last modified 14 years ago Last modified on Aug 30, 2010, 1:59:39 AM