安装fedora后要做的事情

1、关闭SELinux

  $sudo vi /etc/sysconfig/selinux

  - SELINUX=enforcing
  + SELINUX=disabled
2、新建普通账户并为其设置密码(推荐):

# useradd <username>

# passwd <username>

赋予 sudo 权限:

# visudo

在 root ALL=(ALL) ALL 下加入:

 	 <username> ALL=(ALL) ALL

3、安装 7zip:

  $ dnf install unrar p7zip

4、安装 Fedy:

  $ dnf update
  $ curl https://satya164.github.io/fedy/fedy-installer -o fedy-installer && chmod +x fedy-installer && ./fedy-installer

5、修改 host name:

  $ hostnamectl set-hostname - -static “myhostname”

6、安装声破天:

  $ dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo

  $ dnf install spotify-client

7、更换图标主题:

  $su -c "curl https://satya164.github.io/fedy/fedy-installer -o fedy-installer && chmod +x fedy-installer && ./fedy-installer"
  $sudo fedy -e numix_themes

8、安装 Dock

  $sudo dnf install cario-dock

9、使用 dnf 缓存:/etc/dnf/dnf.conf 添加 keepcache=true 即可。
	
10、使用 dnf 最快源:
	$ sudo dnf install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-22.noarch.rpm http://download1.rpmfusion.org/free/fedor	a/rpmfusion-free-release-22.noarch.rpm

11、安装 steam:
  $ dnf install steam

12、安装搜狗输入法:
	$sudo wget http://repo.fdzh.org/FZUG/FZUG.repo -P /etc/yum.repos.d/ && sudo dnf install sogoupinyin fcitx-qt5 im-chooser -y
	在 im-chooser 选择 fcitx;重启 Gnome 即可使用。
13、安装 WiFi 驱动 例如: iwlwifihttp://fdzh.org/wifi

  $wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-*.tgz 
  $tar -xvf iwlwifi-*.tgz 
  $cp iwlwifi-*.ucode /lib/firmware
最后重启即可。

14、安装 Chrome:
  $ sudo wget http://repo.fdzh.org/chrome/google-chrome_fzug.repo -P /etc/yum.repos.d/ && sudo dnf install


                
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值