# Fedora 折腾记(一)

2 篇文章 0 订阅
2 篇文章 0 订阅

工作中服务器上都是安装的redhat系列,也就是使用的redhat 6和redhat 7,自己想在自己的笔电上安装centos用一下,虽然说工作不使用GUI,都是命令行,但是作为一个习惯了windows的人,对于GUI桌面还是情有独钟的。
而redhat系列能够拥有一个好看的桌面的也就只有Fedora了。所以在自己的虚拟机中安装了Fedora 27来玩一玩。在安装过后有一些东西需要自己设置,特此记录一下。

更新国内的yum源

# cd /etc/yum.repos.d
# wget http://mirrors.163.com/.help/fedora-163.repo
# wget http://mirrors.163.com/.help/fedora-updates-163.repo
# wget http://mirrors.sohu.com/help/fedora-sohu.repo
# wget http://mirrors.sohu.com/help/fedora-updates-sohu.repo
# wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=0
# wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=1
# wget http://mirrors.yun-idc.com/fedora-cds.repo
# wget http://mirrors.yun-idc.com/fedora-updates-cds.repo
# yum makecache

配置终端快捷键

安装完毕Fedora之后,你会发现没法在桌面直接打开终端,所以需要你自己手动设置。
活动 >> 应用程序 >> 系统工具 >> 设置 >> 设备 >> 键盘
然后滚动条拉到最后,点击“+”进行设置:
名称:随便
命令:/usr/bin/gnome-terminal
快捷键:按照你的习惯,尽量不要设置为:Shift+Ctrl+TShift+Ctrl+N,这两个按键是在打开的终端中再打开一个页面和新终端窗口。

安装查找最快源插件

打开终端输入:

# yum install yum-fastestmirror

修改配置文件:

# vi /etc/dnf/dnf.conf
# 添加下面的配置
fastestmirror=true

安装VIM

在执行上一步才发现没有安装VIM,果断采用dnf安装:

# dnf install vim

安装gnome-tweak-tool

gnome-tweak-tool是进行个性化配置的,可以很方便的进行主题设置:
下载你想要的主题,然后解压主题到/usr/share/themes/目录下,然后就可以在gnome-tweak-tool中进行设置了,顺便放上一个主题网站:
https://www.gnome-look.org/

# yum install -y gnome-tweak-tool

安装过后的gnome-tweak-tool程序名字是Teaks

安装谷歌浏览器

不得不说自带的firefox好难看。

# 添加chrome源
# cd /etc/yum.repo.d/
# wget  http://repo.fdzh.org/chrome/google-chrome-mirrors.repo 

# 安装chrome
# dnf install -y google-chrome-stable

输入法

输入法蛋疼,GTK桌面自带输入法无法输入中文,安装搜狗输入法也不行,算了,反正也不是太需要,有时间再折腾吧。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值