置 顶
2016
03-08
03-08
搭建自已的yum源仓库:http仓库和ftp仓库 1004 VIEW
搭建http-yum 仓库:
[root@www ~]# yum install httpd
[root@www ~]# systemctl enable httpd
ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'
.... Read More >
2016
03-07
03-07
iptables 防火墙整理及简单应用 799 VIEW

2016
03-07
03-07
nginx配置实例 1075 VIEW

2016
03-07
03-07
CentOS 7上安装Nginx 1.8.1 详解 936 VIEW

2015
11-14
11-14
Zabbix安装图解教程 1005 VIEW

2015
11-13
11-13
CentOS 7 下SSH配置方法详解 2705 VIEW

2015
11-13
11-13
SSH登陆出现:Network error:Software caused connection abort 16393 VIEW
问题现象:用SSH登陆出现:Network error:Software caused connection abort
相关配置文件检查如下:-----正常
通过telnet登陆,用SSH命令可以正常使用,防火墙也正常,配置文件
#:vi /etc/ssh/sshd_config
#Protocol 2,1 ← 找到此行将行头“#”删除,再将行末的“,1”删除,只允许SS.... Read More >
2015
11-13
11-13
CentOS下ethtool 命令详解 2999 VIEW
ethtool 是用于查询及设置网卡参数的命令。
使用概要:
ethtool ethx //查询ethx网口基本设置,其中 x 是对应网卡的编号,如eth0、eth1等等
ethtool –h //显示ethtool的命令帮助(help)
ethtool –i ethX //查询ethX网口的相关信息
ethtool –d ethX //查询.... Read More >