安装完成镜像
- 启用rpmfusion源
- sudo dnf upgrade 更新系统
- 安装gnome-tewaks(-tool)
- $ sudo dnf install gnome-tweaks
启用rpmfusion源:
- $ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
升级系统
- sudo dnf upgrade
安装中文输入法(kde)
- sudo dnf install -y ibus-pinyin
- sudo dnf -y install im-chooser
安装下载工具UGET,可以调用curl和aria2下载
- sudo dnf install uget
- 需要在uget-编辑-设置-插件-curl+aria2
在软件中心搜索chrome
- 安装chromium
安装星际译王
- $ sudo dnf install stardict stardict-dic-en.noarch stardict-dic-zh_CN.noarch
很强大的一个翻译软件。
安装p7z等压缩插件,解决归档管理器解压RAR和7z的难题
- $ sudo dnf install p7zip p7zip-plugins unrar unzip
加快dnf的下载速度:
- $ sudo nano /etc/dnf/dnf.conf
- 添加在最后 max_parallel_downloads=6
附录:
a.一些和fedora相关的站点
(1)DNF包管理工具wiki:http://dnf.readthedocs.io/en/latest/index.html
(2)fedora中文项目主页:http://fedoraproject.org/
(2)fedora定制主页:http://spins.fedoraproject.org/
(3)fedora中文wiki:http://docs.fedoraproject.org/zh-CN/index.html
(4)fedora第三方源:http://repos.fedorapeople.org/
(5)fedora copr源:https://copr.fedorainfracloud.org/
(6)fedoramagazine:https://fedoramagazine.org/
(7)fedora地图:https://apps.fedoraproject.org/
redhat系网站
(1)centos中文站:http://www.centoscn.com/
(2)centos中文wiki:http://wiki.centos.org/zh/FrontPage?action=show&redirect=zh
(3)opensuse 中文wiki:http://zh-tw.opensuse.org/%E6%AD%A1%E8%BF%8E%E5%85%89%E8%87%A8_openSUSE.org
(4)rhel wiki:http://en.wikipedia.org/wiki/RHEL
c.国内论坛
(1)红联社区:http://www.linuxdiyf.com/bbs/forumdisplay.php?fid=48
(2)fedora论坛:http://www.fedoraforum.org/ http://bbs.fedora-zh.org/forum.php
(3)fedora贴吧:http://tieba.baidu.com/f?kw=fedora
d.其他网站:
(1)gnome-shell https://extensions.gnome.org/,提供各种shell扩展
我安装的有 Advanced Volume Mixer ,Applications Menu, Media player indicator,NetSpeed, User Themes, Weather , Wobbly Windows
(2)gnome主题:http://gnome-look.org/
e.一些有用的链接
1)关于安装与修复grub2:
https://docs.fedoraproject.org/quick-docs/en-US/bootloading-with-grub2.html
2)使用dnf命令升级系统:
https://docs.fedoraproject.org/quick-docs/en-US/dnf-system-upgrade.html
3)重设root密码:
https://docs.fedoraproject.org/quick-docs/en-US/reset-root-password.html
4)fedora小技能:
https://docs.fedoraproject.org/quick-docs/en-US/
5)fedora安装NVIDIA驱动:
https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/
6)dnf常用的27个命令解释
https://www.tecmint.com/dnf-commands-for-fedora-rpm-package-management/
7)fedora常用的开发环境配置
https://www.if-not-true-then-false.com