apt工具 -----> 网关 国内网络(仓库源) 美国网络(仓库源)
/etc/apt/sources.list
https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/
sudo apt-get update
sudo apt install sl 安装包
sudo apt-cache show sl 查看包信息
sudo apt remove sl 删除包
sudo apt-get source sl 获取源码
sudo apt-cache search sl 网关:
DNS设置
vim /etc/systemd/resolved.conf
添加
DNS=8.8.8.8 114.114.114.114
保存 重启生效
路由添加
route add default gw xxxxxx
route add xxxxxx dev eth0ping http://www1.baidu.com/