.. back to home

fedora系统安装后的基本操作


fedora 安装之后的操作

1. 换国内软件源

 1sudo sed -e 's|^metalink=|#metalink=|g' \
 2    -e 's|^#baseurl=http://download.example/pub/fedora/linux|baseurl=https://mirrors.tuna.tsinghua.edu.cn/fedora|g' \
 3    -i.bak \
 4    /etc/yum.repos.d/fedora.repo \
 5    /etc/yum.repos.d/fedora-modular.repo \
 6    /etc/yum.repos.d/fedora-updates.repo \
 7    /etc/yum.repos.d/fedora-updates-modular.repo
 8
 9sudo dnf makecache
10sudo dnf autoremove
11sudo dnf remove --oldinstallonly

2. 设置 gnome-terminal 快捷键 ctrl+alt+t

3. 安装基本软件

4. 如何给Linux安装新的字体

下载字体后放到下面目录即可:

1/usr/share/fonts
2$l
3总计 0
4drwxr-xr-x. 1 root root  246  4月14日 05:44 liberation-mono
5...