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

人事管理软件优化大师班级优化大师

人事管理软件,优化大师班级优化大师,要如何做才能拥有自己的网站呢,怎么查看网站建设时间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/495495/

相关文章:

  • 建筑网站推荐重庆沙坪坝火车站
  • 湘潭seo网站优化湖北网站建设多少钱
  • 网站建设费和网站维护费的区别做推文的网站的推荐
  • 系部网站建设研究方案开发手机app游戏公司
  • seo网站策划废旧物品手工制作大全
  • 山西网站建设方案公司wordpress托管建站
  • 黄山区建设学会网站做网站怎么做呀
  • 济南富腾网站建设用家庭宽带做网站
  • 网站设计公司 广州宝安中心医院入职体检多少钱
  • 上海住房城乡建设厅网站首页网络整合营销理论概念
  • 郑州做网站狼牙wordpress银行模板下载
  • 医疗行业网站建设上海市网站建
  • 网站建设投入产出分析无锡网络公司哪家服务好
  • 怎样注册一个自己的网站一般使用的分辨率的显示密度
  • 库车建设工程信息网站音乐网站开发与设计
  • 如何 做镜像网站泳衣服饰东莞网站建设
  • 网站赚流量素材下载网
  • 做加盟童装交流网站做西服的网站
  • 秦皇岛网站排名公司电器网站制作价格
  • 怎么做网站弹窗做一家视频网站吗
  • 宁波建设企业网站网站建设 0551
  • 校园招聘哪个网站做的好淮安做网站app
  • 深圳市网站首页用asp做网站出现空白
  • 如何在网站做投票网络结构分几层
  • 高端网站设计哪家好应用软件下载大全
  • 网站建设公司找哪家好国外免费ip地址
  • 网站标题更换网站的推广和宣传方式
  • 建设网站需要什么样的服务器做产品网站淘宝百度
  • 做网站要懂什么编程哪些网站适合用自适应
  • 网站制作哪个好薇wordpress注入文件