January 15Jan 15 購買雲主機之前,要知道主機商有無給你 noVNC 控制台,才能了解DD Linux過程是什麼情況DD Linux完成後,遇到SSH無法連線登入,這時才能使用 noVNC 控制台,檢查是否為網路卡設置的問題以及設置防火牆後,如果更換IP而將自己IP擋住,這時才能使用 noVNC 控制台去修改防火牆規則SSH登入之後,更新一下apt update -yapt install wget -y---------------------開始DD Debian---------------------DD腳本 作者 https://github.com/leitbogioro/Tools下載DD腳本wget --no-check-certificate InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh'設置權限chmod a+x /root/InstallNET.sh直接加參數 (指定debian 13、鏡像 ftp.hk.debian.org、root新密碼)bash InstallNET.sh -debian 13 -mirror "http://ftp.hk.debian.org/debian/" -pwd 輸入你自定的root密碼在SSH這部份,完成後,需要自己下指令 reboot 來重開機[Finish] Input 'reboot' to continue the subsequential installation.需要自己下指令重開機reboot接下來,使用主機商提供的noVNC控制台,查看DD Linux的情況如何完成後,再SSH登入root密碼是上面你自定的root密碼 Edited 8 hours ago8 hr by Jack
Create an account or sign in to comment