1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 切换 root 用户
sudo -i

# 备份更新源
mv /etc/apt/sources.list /etc/apt/sources.list.bak

# 添加 Ubuntu 24.04 中科大源
echo "deb https://mirrors.ustc.edu.cn/ubuntu/ noble main restricted universe multiverse" >> /etc/apt/sources.list
echo "deb https://mirrors.ustc.edu.cn/ubuntu/ noble-security main restricted universe multiverse" >> /etc/apt/sources.list
echo "deb https://mirrors.ustc.edu.cn/ubuntu/ noble-updates main restricted universe multiverse" >> /etc/apt/sources.list
echo "deb https://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse" >> /etc/apt/sources.list

# 刷新一下看看速度
apt update

文章都用了啥

工具
VScode、git、npm

搭建教程

框架以及主题
Hexo、Butterfly主题

搭建教程

公告
这是一个公告
最新文章
网站信息
文章数目 :
9
运行时间 :
本站总字数 :
2.5k
本站访客数 :
本站总浏览量 :
最后更新时间 :