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

北京中心网站建设国外虚拟主机 两个网站

北京中心网站建设,国外虚拟主机 两个网站,丰县住房和城乡建设局网站,wordpress qq主题下载失败Update 240307:Ubuntu 24.04 LTS 进入功能冻结期 预计4月25日正式发布。 Ubuntu22.04换源 Ubuntu 24.04重要升级daily版本下载换源步骤 (阿里源)清华源中科大源网易163源 Ubuntu 24.04 LTS,代号 「Noble Numbat」,即将与我们见面! Canonica…


Update 240307:Ubuntu 24.04 LTS 进入功能冻结期 预计4月25日正式发布。

Ubuntu22.04换源

    • Ubuntu 24.04重要升级
    • daily版本下载
    • 换源步骤 (阿里源)
    • 清华源
    • 中科大源
    • 网易163源

Ubuntu 24.04 LTS,代号 「Noble Numbat」,即将与我们见面!
Canonical 已经宣布, Ubuntu 24.04 LTS
作为 LTS 版本,它会有 5 年的常规维护和安全更新。如果订阅 Ubuntu Pro,还能享受额外7年的支持。也就是说, Ubuntu Pro将享有长达 12 年的系统更新保障!!!
接下来,我们将重点介绍 Ubuntu 24.04 LTS 中那些值得关注的新特性,以方便你决定是否进行升级。

Ubuntu 24.04重要升级

一、GNOME 46 默认桌面环境
1.Ubuntu 24.04 LTS 将引入最新的 GNOME 46 作为默认桌面环境。GNOME 设置得到进一步的优化,带来更加整洁的布局和新增的实用功能
二、系列 Snap 软件包
Ubuntu 24.04 LTS 中,可以使用简单的命令快速安装一系列基于 Snap 发布的办公软件(基于 Electron 封装的版本),例如 Google 办公套件或 Office 365
三、Linux Kernel 6.6

Ubuntu 24.04 LTS 搭载了最新的 Linux 6.6 LTS 内核版本,包含了针对笔记本电脑的多种改进,和其他网络相关的优化。

daily版本下载

地址为:https://cdimage.ubuntu.com/daily-live/current/

换源步骤 (阿里源)

以更换阿里源为例,受限打开终端,输入以下命令,备份当前的源列表:

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

打开文本编辑器,输入以下命令:

sudo vim /etc/apt/sources.list

在文本编辑器中粘贴以下内容:

# 阿里云
deb https://mirrors.aliyun.com/ubuntu/ noble main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ noble main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ noble-security main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ noble-security main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ noble-updates main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ noble-updates main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ noble-proposed main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ noble-proposed main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ noble-backports main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ noble-backports main restricted universe multiverse
# 阿里云软件源
deb https://mirrors.aliyun.com/ubuntu/ noble-backports main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ noble-backports main restricted universe multiverse

保存并关闭文本编辑器。

更新源列表,输入以下命令:

sudo apt-get update

如果需要,可以更新系统软件包,输入以下命令:

sudo apt-get upgrade

其他几份国内源如下:

清华源

# 默认注释了源码镜像以提高 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 https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-security main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/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

中科大源

deb https://mirrors.ustc.edu.cn/ubuntu/ noble main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ noble-security main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-security main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse

网易163源

deb http://mirrors.163.com/ubuntu/ noble main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ noble-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ noble-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ noble-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ noble-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ noble main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ noble-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ noble-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ noble-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ noble-backports main restricted universe multiverse
http://www.yayakq.cn/news/395691/

相关文章:

  • 瑞安电影城网站建设即墨网站建设
  • 营销型网站建设大千番茄网络营销策划方案
  • 建域名做网站网站建设丿金手指15
  • 网站诸多慧聪网官方网站
  • 郑州建站以来做预定网站的作用
  • 制作网站题材报告总结网站建设实验
  • 做网站的注意事项成都网站建设kaituozu
  • 诚讯通网站大石桥网站建设
  • 网站制作公司网站建设公司购买网站app制作
  • 浙江建设技术职业学院网站网站建设完成后如何备案
  • 专业网站建设新闻海外seo网站推广
  • 建网站成本网页设计企业宣传网站
  • asp.net做网站的流程网站页面建设方案书模板
  • 温州网页建站模板个人怎么建设网站
  • 网站如何做定级备案seo门户网
  • 保定网站搜索排名龙潭湖网站建设
  • 高级网站开发工程师证书网站备案 空间备案 域名备案
  • 大兴区网站建设手机端网站的区别吗
  • 建设部网站官网证书编号wordpress建网站视频
  • 网站建设流程笔记aspx网站跳转代码
  • 网站优化排名易下拉技术课件模板下载免费
  • 怎么做网站寄生虫空间设计网站大全
  • 企业网站建设需要的资料wordpress添加左侧菜单
  • 网站建设哪儿济南兴田德润什么活动优化seo公司哪家好
  • 企业电子商务网站的域名命名赣州百度推广
  • 网站特点怎么写武威 网站建设
  • wordpress多站点可视化有模板怎么建站
  • 品牌企业网站建设公司佛山移动网站设计公司
  • 网站系统灵活性对电子商务网站建设的认识
  • 如何更改网站备案号网站域名年费