首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

fedora17一些常见配备

2013-01-23 
fedora17一些常见配置1.修改启动模式设置默认启动无图形界面多用户#!/bin/shiptables -I INPUT -p tcp --d

fedora17一些常见配置
1.修改启动模式
设置默认启动无图形界面多用户

#!/bin/shiptables -I INPUT -p tcp --dport 22 -j ACCEPT

执行chmod +x /etc/rc.d/rc.local赋予执行权限即可
参考:http://www.sungyism.com/blog/post/159/

热点排行