系统配置

更换国内较快源

国内比较快速和稳定的源有以下几种:

注:华科大将在今年暑假恢复镜像源站(https://mirros.hust.edu.cn),目前正在校园网内测。

以中科大开源镜像站为例,参考List Generator 或者 Debian 源使用帮助)生成如下软件源配置文件内容:

deb https://mirrors.ustc.edu.cn/debian bookworm main contrib non-free
# deb-src https://mirrors.ustc.edu.cn/debian bookworm main contrib non-free
deb https://mirrors.ustc.edu.cn/debian bookworm-updates main contrib non-free
# deb-src https://mirrors.ustc.edu.cn/debian bookworm-updates main contrib non-free

将上述内容写入到 /etc/apt/sources.list, 然后 apt-get update

对于 PVE 8.0 非订阅用户,注释所有 /etc/apt/sources.list.d 中的所有软件源文件,并添加如下两个文件:

  • ceph-no-subscription.list
deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription
  • pve-no-subscription.list
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

添加sudo权限

首先,Debian 镜像默认没有安装sudo(apt-get install sudo),然后编辑/etc/sudoers

root ALL=(ALL) ALL
<your_user_name> ALL=(ALL) ALL

转换到 Debian Rolling Testing (可选)

将 bookworm 改成 testing 即可,执行 sudo apt update

deb https://mirrors.ustc.edu.cn/debian testing main contrib non-free
# deb-src https://mirrors.ustc.edu.cn/debian testing main contrib non-free
deb https://mirrors.ustc.edu.cn/debian testing-updates main contrib non-free
# deb-src https://mirrors.ustc.edu.cn/debian testing-updates main contrib non-free

磁盘挂载

添加一个新的硬盘,修改 /etc/fstab 从而实现自动挂载。

/dev/sda1       /data   ext4    defaults        0       0 

安装常用软件

安装Openssh server

参见本站内的教程

安装百度网盘

安装百度云进行跨平台文件传输

安装谷歌浏览器

安装谷歌浏览器替换 Firefox 作为默认浏览器,同步google账户上的书签,插件,应用程序等。

安装 Thunderbird 邮件客户端

安装雷鸟邮件客户端替换 Evolution 作为默认邮件客户端。

安装中文输入法 Fcitx

  • sogoupinyin (搜狗输入法) 和 googlepinyin (谷歌输入法)

参见教程

然后在fcitxconfig中选择对应的中文输入法,sogoupinyin

sogou

安装 Vagrant 和 VirtualBox

根据本站内的教程来安装 Vagrant 和 VirtualBox。

安装一些自己喜欢的应用程序

通过 apt 安装

通过 deb 包安装

系统清理

删除无用软件

sudo apt purge gnome-2048 aisleriot gnome-chess five-or-more \
hitori iagno gnome-klotski lightsoff gnome-mahjongg gnome-mines \
gnome-nibbles quadrapassel four-in-a-row gnome-robots gnome-sudoku \
swell-foop tali gnome-taquin gnome-tetravex gnome-maps

删除 Firefox 浏览器:

sudo apt purge firefox-esr

删除 Evolution 邮件客户端:

sudo apt purge evolution

去除无用软件依赖:

sudo apt autoremove

美化

安装字体

sudo apt-get install ttf-mscorefonts-installer

Gnome Shell Extensions

我喜欢的 Gnome 桌面扩展列在My Favourite Gnome Extensions

搞完收工,切记莫折腾,可以便好!