Skip to main content

在 Ubuntu 18.04 PVE LXC 環境下安裝(社群版)

  • 請先使用 PVE 下載「ubuntu-18.04-standard_18.04.1-1_amd64.tar.gz」的 LXC 範本。

image-1592292782630.png

  • 建立一個新的「CT」,參考內容如下圖。

image-1592292882270.png

image-1592292961445.png

  • 重新開機後(大約 20 秒就開完了),執行以下安裝指令:
apt update
apt install vim openssh*openssh-server net-tools curl locales-all-y
gnupgapt python3-unoupdate
apt upgrade -y
#如# 如過程中有重新啟動服務的提示,請選擇 yes 即可

apt upgrade -y
curl https:http://ezgo.goodhorse.idv.www.oxoffice.com.tw/apt/ezgo/ezgo.gpg.ubuntu/oxool-deb.key | sudo apt-key add
echo "deb [arch=amd64] http://free.nchc.org.www.oxoffice.com.tw/ezgo-core/apt/ubuntu/ oxool8oxool-v3 main" > ~/oxool.list
echo "deb-src http://free.nchc.org.tw/ezgo-core/ oxool8 main" >> ~/oxool.list
mv ~/oxool.list /etc/apt/sources.list.d/
apt update
apt install oxool -y
  • 設定開機要啟動的服務
systemctl enable oxool
reboot
  • 重新啟動主機,重新使用 root 登入並確認 OxOOL Community 正常啟動
netstat -tlnp

結果如下:

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 127.0.0.1:9981          0.0.0.0:*               LISTEN      22383/oxool                
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      6523/systemd-resolv 
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      4389/sshd           
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      2575/master         
tcp6       0      0 :::9980                 :::*                    LISTEN      22383/oxool          tcp6       0      0 :::22                   :::*                    LISTEN      4389/sshd           
tcp6       0      0 ::1:25                  :::*                    LISTEN      2575/master