
linux
ws04170099
这个作者很懒,什么都没留下…
展开
-
CentOS6.5下添加epel源
0.安装yum优先级插件 yum install yum-priorities 1.epel简介: https://fedoraproject.org/wiki/EPEL/zh-cn rpm -Uvh http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh htt...原创 2016-04-27 15:43:01 · 135 阅读 · 0 评论 -
Ubuntu中使用iptables
(一) 设置开机启动iptables # sysv-rc-conf --level 2345 iptables on (二) iptables的基本命令 1. 列出当前iptables的策略和规则 # iptables -L -n -n: 用数字形式显示 # iptables -L -v -v: 打印详细的信息 2. ...原创 2015-10-29 16:15:41 · 432 阅读 · 0 评论