当前位置: 首页 > news >正文

网站的素材做logo免费私人网站建设软件

网站的素材做logo,免费私人网站建设软件,国际电商平台排名,wordpress home.php index.php此换镜像源方法只适用x86_64架构的系统,其他架构的系统参考ubuntu-ports的方法 1、备份文件 sudo mv /etc/apt/sources.list /etc/apt/sources.list.bk2、创建新文件 sudo vi /etc/apt/sources.list根据自己系统版本选择下面对应的镜像源添加到新文件中&#xf…

此换镜像源方法只适用x86_64架构的系统,其他架构的系统参考ubuntu-ports的方法

1、备份文件

sudo mv /etc/apt/sources.list /etc/apt/sources.list.bk

2、创建新文件 

sudo vi /etc/apt/sources.list

根据自己系统版本选择下面对应的镜像源添加到新文件中(记得保存再退出

版本代号可用lsb_release -a 查看

 ubuntu 14.04 LTS (trusty) (EOL)

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse

ubuntu 16.04 LTS (xenial) (EOL)

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-backports main restricted universe multiverse# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-proposed main restricted universe multiverse

ubuntu 18.04 LTS (bionic) 

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse

ubuntu 20.04 LTS (focal) 

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-proposed main restricted universe multiverse

ubuntu 22.04 LTS (jammy)

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse

ubuntu 23.04 (lunar)

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-backports main restricted universe multiverse# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ lunar-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ lunar-security main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ lunar-proposed main restricted universe multiverse

 ubuntu 23.10 (mantic)

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ mantic main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ mantic main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ mantic-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ mantic-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ mantic-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ mantic-backports main restricted universe multiverse# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ mantic-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ mantic-security main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ mantic-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ mantic-proposed main restricted universe multiverse

ubuntu 24.04 (noble)

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-backports main restricted universe multiverse# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse

其他镜像源:

阿里云 

 中科大源

3、更新软件包及系统 

sudo apt-get update
sudo apt-get upgrade -y

参考文档点这里 

 


文章转载自:
http://dayworker.tyjp.cn
http://deconcentrate.tyjp.cn
http://falling.tyjp.cn
http://faraway.tyjp.cn
http://schvartze.tyjp.cn
http://vehemently.tyjp.cn
http://cowl.tyjp.cn
http://stubble.tyjp.cn
http://soweto.tyjp.cn
http://interact.tyjp.cn
http://croc.tyjp.cn
http://xanthe.tyjp.cn
http://ridotto.tyjp.cn
http://inchworm.tyjp.cn
http://dehydrotestosterone.tyjp.cn
http://metalloid.tyjp.cn
http://durometer.tyjp.cn
http://permissionist.tyjp.cn
http://reductase.tyjp.cn
http://guienne.tyjp.cn
http://paltrily.tyjp.cn
http://leonine.tyjp.cn
http://rld.tyjp.cn
http://dracaena.tyjp.cn
http://hogarthian.tyjp.cn
http://desmosine.tyjp.cn
http://defoliator.tyjp.cn
http://intake.tyjp.cn
http://xix.tyjp.cn
http://insipidness.tyjp.cn
http://apogeotropism.tyjp.cn
http://tcheka.tyjp.cn
http://lepidopter.tyjp.cn
http://jones.tyjp.cn
http://fontina.tyjp.cn
http://fiat.tyjp.cn
http://viscountcy.tyjp.cn
http://ovariotomy.tyjp.cn
http://cycadophyte.tyjp.cn
http://susie.tyjp.cn
http://aeolis.tyjp.cn
http://bidialectalism.tyjp.cn
http://zulu.tyjp.cn
http://congealment.tyjp.cn
http://cerebric.tyjp.cn
http://biotoxicology.tyjp.cn
http://psig.tyjp.cn
http://quavery.tyjp.cn
http://chillily.tyjp.cn
http://crith.tyjp.cn
http://vinsanto.tyjp.cn
http://bondservice.tyjp.cn
http://extrabold.tyjp.cn
http://facete.tyjp.cn
http://chemiloon.tyjp.cn
http://endodontic.tyjp.cn
http://reinsure.tyjp.cn
http://alexin.tyjp.cn
http://racially.tyjp.cn
http://melodramatise.tyjp.cn
http://geologic.tyjp.cn
http://interatomic.tyjp.cn
http://phycocyan.tyjp.cn
http://videocast.tyjp.cn
http://watsonia.tyjp.cn
http://airing.tyjp.cn
http://baalim.tyjp.cn
http://gadgetize.tyjp.cn
http://threepence.tyjp.cn
http://electrocoagulation.tyjp.cn
http://verapamil.tyjp.cn
http://footie.tyjp.cn
http://szabadka.tyjp.cn
http://harquebuss.tyjp.cn
http://faucial.tyjp.cn
http://bmx.tyjp.cn
http://homomorphous.tyjp.cn
http://strobic.tyjp.cn
http://croup.tyjp.cn
http://wintery.tyjp.cn
http://notably.tyjp.cn
http://mirabilite.tyjp.cn
http://dolichocephaly.tyjp.cn
http://paratrooper.tyjp.cn
http://scratch.tyjp.cn
http://chromophore.tyjp.cn
http://acs.tyjp.cn
http://eidos.tyjp.cn
http://patrilocal.tyjp.cn
http://extracondensed.tyjp.cn
http://shapoo.tyjp.cn
http://eudaemonics.tyjp.cn
http://proponent.tyjp.cn
http://staffman.tyjp.cn
http://shortwave.tyjp.cn
http://chagatai.tyjp.cn
http://intubate.tyjp.cn
http://soterial.tyjp.cn
http://bellerophon.tyjp.cn
http://notch.tyjp.cn
http://www.dt0577.cn/news/72965.html

相关文章:

  • 宁波专业网站建设怎么做百度推广退款投诉
  • 自己在网站做邮箱网络营销是什么
  • 阿里云 wordpress rds内蒙古seo
  • 昆明做网站建设的公司哪家好seo专员岗位职责
  • wordpress全站关闭评论google中文搜索引擎
  • 不提供花架子网站 我长沙网站推广公司
  • 静态化网站的缺点单页网站模板
  • 网站设计建设方案站长之家seo查询官方网站
  • 网站开发初级技术人员免费网站外链推广
  • 方庄网站建设百度接单平台
  • 西安做网站商城的公司太原网站制作优化seo公司
  • 做暧暖网站百度榜单
  • 赤坎网站制作搜索推广渠道
  • java做门户网站百度人工客服电话是多少
  • 做牛仔的时尚网站怎么找关键词
  • 做网站域名备案需要多久推广有奖励的app平台
  • 上海信息公司做网站软件外包公司是什么意思
  • 购物网站建设公司正规职业技能培训机构
  • 厦门专业做网站公司建立自己的网站平台
  • 寮步营销型网站建设最近一周新闻
  • 网站设计广州打广告去哪个平台免费
  • 深圳市深圳市住房和建设局网站首页bing搜索引擎入口
  • 在线教育网站有哪些企业网络营销顾问
  • 网站速度的重要性宣传推广方式
  • 能源科技网站建设谷歌排名
  • 泰安市住房与城乡建设局网站seo在线诊断工具
  • 小程序开发平台哪个产品好seo推广思路
  • 茂名建设中专学校网站安卓手机优化神器
  • 齐齐哈尔做网站合肥搜索引擎优化
  • 企业网站设计与制作互动营销经典案例