虚拟化系统镜像下载地址及Linux更新国内源

虚拟化系统镜像下载地址及Linux更新国内源

Linux

  • Ubuntu

下载地址:http://mirrors.melbourne.co.uk/ubuntu-releases/
http://mirrors.huaweicloud.com/repository/ubuntu-releases/

  • centos

下载地址:http://mirrors.melbourne.co.uk/centos/

windows

https://www.microsoft.com/zh-cn/software-download/windows10ISO?OCID=WIP_r_Win10_Body_AddPC

更新国内源

阿里: http://mirrors.aliyun.com/repo/
腾讯: http://mirrors.cloud.tencent.com/repo/

ubuntu

wget -O /etc/apt/sources.list http://mirrors.cloud.tencent.com/repo/ubuntu16_sources.list
wget -O /etc/apt/sources.list http://mirrors.cloud.tencent.com/repo/ubuntu18_sources.list
wget -O /etc/apt/sources.list http://mirrors.cloud.tencent.com/repo/ubuntu20_sources.list
gpg --keyserver keyserver.ubuntu.com --recv {根据提示}
gpg --export --armor {根据提示} | apt-key add -
apt-get clean all
apt-get update

修改网卡立即生效

vim /etc/network/interfaces
--------------------------------------
iface ens33 inet static
address 192.168.78.31
netmask 255.255.255.0
network 192.168.78.0
gateway 192.168.78.2
broadcast 192.168.78.127
dns-nameservers 8.8.8.8

#刷新网卡
sudo ip addr flush ens33
#重启网卡
service networking restart

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值