fedora33 安装后配置
fedora吧
全部回复
仅看楼主
level 2
范钟free 楼主
大致目录
1. 更新源
2. 输入法
3. 常用软件安装
4. 必备的gnome3扩展
新手, 入坑fedora不超过两个月, 仅做记录。 如果能帮助到一部分新人那就更好了。
而我使用fedora的初衷, 仅仅是喜欢gnome3桌面, 另外一个就是fedora的简洁, 不像隔壁ubuntu21.04, 乱七八糟, 连个fcitx5都装不利索
2021年04月25日 10点04分 1
level 2
范钟free 楼主
更新源
cd /etc/yum.repos.d/
sudo rename .repo .repo.bak fedora*.repo
sudo curl -OOOO https://mirror.iscas.ac.cn/mirror/fedora{,-updates,-modular,-updates-modular}.repo
sudo yum makecache
来源: https://mirror.iscas.ac.cn/mirror/fedora.html
虽然默认的官方源也能用, 但是不知道我家里的网络原因还是什么, 就是更新到一部分之后速度狂降。。
2021年04月25日 10点04分 2
level 2
范钟free 楼主
输入法
sudo dnf install fcitx5 fcitx5-chinese-addons fcitx5-configtool fcitx5-autostart
另外fcitx好像是因为架构原因还是什么, 在搜索框输入中文没有候选框, 解决方案
https://github.com/wengxt/gnome-shell-extension-kimpanel
然后启用gnome扩展,我没有用, 主要嫌弃输入框太丑。。
另外fcitx5主题什么的, 这个大家自己去找找哈。 我觉得默认就挺好的。
2021年04月25日 10点04分 3
大佬大佬 请问fedora35能用吗? [微微一笑] 新入坑的 搞了几天了输入法都没装好[不高兴]。 网上找的教程和文档都太老了
2021年12月06日 16点12分
level 2
范钟free 楼主
必备扩展
仅推荐我认为必须要用的,其他的大家自行搜索。
Dash to Dock 收藏栏面板
Pixel Saver 最大化隐藏标题栏
KStatusNotifierItem/AppIndicator Support 显示后台运行程序图标
Clipboard Indicator 复制剪切板
Alt Tab Workspace alt+tab 只切换当前工作区
Panel OSD 更改通知位置
另外怎么安装gnome扩展的这个问题自行百度哈,有详细的教程的。
2021年04月25日 11点04分 4
level 2
范钟free 楼主
常用软件安装
rpm桌面端软件能正常用的现在感觉越来越少了,如果喜欢rpm软件安装的话可以去opensuse软件库里面找,我个人比较推荐使用flatpak,如果里面没有想要的软件可以去snap里面找找,最后appimage和rpm
flatpak商城: https://flathub.org/home
snap商城: https://snapcraft.io/
2021年04月25日 11点04分 5
友情提示一下, 如果需要安装JB相关软件或者vscode不要用flatpak, 配置起来比较麻烦,可以用snap商城里面的,可以直接读取本机环境变量。
2021年04月25日 11点04分
level 2
范钟free 楼主
fedora docker安装
sudo dnf install docker
# 将当前用户加入到docker组
sudo gpasswd -a $USER docker
# 更新用户组
newgrp docker
设置国内源
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["https://mirror.iscas.ac.cn"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
报错处理
sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
2021年04月25日 11点04分 6
level 2
范钟free 楼主
嗯, 想了想好像没什么说的了, 祝大家使用愉快, 以上
2021年04月25日 11点04分 7
level 1
大佬是用的实体机吗,用的哪个ios源
2021年04月26日 07点04分 8
level 9
桌面用mate
2021年04月27日 16点04分 9
level 2
用过一段时间Archlinux, manjaro mint ubuntu arch最中意无奈每日一滚我真的没时间,,看到fedora 内网资料不多,感谢楼主!
2021年05月18日 14点05分 10
level 2
记得最初装的UBUNTU版本是6.X 转眼间这么多年过去的,我的linux水平却不咋的 这些年一直用win LINUX才刚开始几个月的主力使用,以前都是 每年尝鲜一次 ***才发现自己的吧龄真。。暴露了啊 [滑稽]
2021年05月18日 14点05分 11
level 8
在真机上使用linux的才是潜力高手,好文章给大家科普指点了
2021年05月18日 23点05分 12
真机linux很久了阿,从fedora18开始
2022年12月09日 17点12分
1