Debian9配置网络IP和apt源

配置网络IP修改/etc/network/interfaces,增加以下内容auto eth0 iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 gateway 192.168.1.1重启网络systemctl restart networking配置apt源修改/etc/apt/sources.list,增加...
阅读全文