本文主要是介绍Fedora20安装后需要作的事情,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1. 关闭防火墙 systemctl stop firewalld 停止防火墙
systemctl disable firewalld 禁用防火墙
2. 停用selinux
vi /etc/selinux/config
将文件中的SELINUX选项修改为disable.
# enforcing - SELinux security policy is enforced.# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disable
3. 安装更新源
a) yum install yum-fastestmirror
b) 下载 http://download1.rpmfusion.org下的free和nonfree中fedora20的rpm包(双击安装即可). 地址如下:
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-20.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-20.noarch.rpm
其他参考F19这篇关于Fedora20安装后需要作的事情的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!