在 Ubuntu 18.04 環境下安裝(社群版)
建議請記得設定成固定 IP,可參考上述安裝文件 [3]
-
以一般 User 重新登入後執行以下指令來更新、安裝相關指令及 OxOOL Community 套件
sudo apt install vim openssh-server net-tools curl -y
sudo apt update
sudo apt upgrade -y
如果有重新啟動服務的提示,請選擇 yes 即可
sudo curl https://ezgo.goodhorse.idv.tw/apt/ezgo/ezgo.gpg.key | sudo apt-key add
sudo echo "deb [arch=amd64] http://free.nchc.org.tw/ezgo-core/ oxool8 main" > ~/oxool.list
sudo echo "deb-src http://free.nchc.org.tw/ezgo-core/ oxool8 main" >> ~/oxool.list
sudo mv ~/oxool.list /etc/apt/sources.list.d/
sudo apt update
sudo 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
上述流程感謝 ezgo 團隊的 Franklin 協助提供~