linux服务器-连接校园网

安装ifconfig
​ sudo apt install net-tools

查看网络

ifconfig

验证是否有网

ping -c 4 qq.com
或者
sudo apt-get update

连接校园网

(0) help
./connect    # 若bin目录下可直接connect, 其他cd到connect目录,./connect 
(1) connect
./connect -u id -p password
(2) close the current connection
./connect  -c
(3) close all connections of a user
./connect -u <student/staff ID> [-p password] -c

猜你喜欢

转载自blog.csdn.net/mr1217704159/article/details/121351457