sudo
sudo apt update
sudo apt install -f
dpkg -i
ufw
sudo ufw disable
telnet --version
telnet example.com 23
注意:Telnet傳輸數據未加密,存在安全風險,建議在生產環境中使用SSH替代。