1)关闭selinux
修改/etc/selinux/config文件中的SELINUX=”” 为 disabled,然后重启。
2) 关闭firewall
systemctl disable iptables.service
3) 启动sshd
yum install openssh-server openssh-server-sysvinit systemctl enable sshd.service
如果没有关闭防火墙,还要打开22端口
iptables -I INPUT -p -tcp --dport 22 -j ACCEPT
4) 系统清理
a)清除yum的cache:
yum clean all yum clean cache
b) 清除无用的包
package-cleanup --orphans package-cleanup --dupes package-cleanup --problems package-cleanup --oldkernel
5)本地源设置
将Fedora 17 DVD ISO添加为源
$sudo mkdir /mnt/f17dvd $mount Fedora-17-i386-DVD.iso /mnt/f17dvd
第二步在/etc/yum.repos.d目录添加源install-dvd.repo:
[install-dvd] name=dvd baseurl=file:///mnt/f17dvd enabled=1 gpgcheck=0
之后使用yum的相关参数可以忽略其他的源而只使用指定源。这样就可以不下载而直接安装:
$ yum --disablerepo=* --enablerepo=install-dvd list available
PS: 如何将源同步到本地:
从fedora的官网http://mirrors.fedoraproject.org/publiclist//Fedora/ 可以查到所有的镜像站点,国内有几个比较著名的镜像,比如中科大,163, 还有搜狐.
比如从sohu同步x86_64的二进制包:
wget -m ftp://mirrors.sohu.com/fedora/releases/17/Everything/x86_64/os/ wget -m ftp://mirrors.sohu.com/fedora/updates/17/x86_64/
然后将同步下来的目录放入ftp的根目录,在/etc/yum.repo.d/下面创建一个local.repo和local-updates.repo
[fedora-local] name=Fedora $releasever - $basearch failovermethod=priority baseurl=ftp://192.168.0.5/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/ enabled=1 gpgcheck=0</p> <p> [fedora-local-updates] name=Fedora $releasever - $basearch - Updates failovermethod=priority baseurl=ftp://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/ enabled=1 gpgcheck=0
© 版权声明
本文刊载的所有内容,包括文字、图片、音频、视频、软件、程序、以及网页版式设计等部门来源于互联网,版权均归原作者所有!本网站提供的内容服务于个人学习、研究或欣赏,以及其他非商业性或非盈利性用途,但同时应遵守著作权法及其他相关法律的规定,不得侵犯本网站及相关权利人的合法权利。
联系信息:邮箱aoxolcom@163.com或见网站底部。
联系信息:邮箱aoxolcom@163.com或见网站底部。
THE END
请登录后发表评论
注册
社交帐号登录