摘要: cat /etc/redhat-release 版本查看centos windows端口查看netstat -aon | findstr "80"netstat -an | grep "80"护卫神克隆侠安全狗 1)、ctrl+v 进入列编辑模式 2)、向下或向上移动光标,把需要注释、编辑的行的开头 阅读全文
posted @ 2018-11-01 22:55 夜辰雪扬 阅读(163) 评论(0) 推荐(0)
摘要: 在 “运行”中输入gpedit.msc打开“本地组策略编辑器” | 计算机配置 | 管理模板 | windows 组件 | 远程桌面服务 | 远程桌面会话主机 | 连接 | 限制连接的数量 | 编辑 | 选择 “已启用” | 选项 中 : 允许的RD最大连接数 :999999 | 应用 | 确定 上 阅读全文
posted @ 2018-10-30 16:35 夜辰雪扬 阅读(951) 评论(0) 推荐(0)
摘要: 1.编写脚本 2.运行脚本监控网卡 [root@localhost ~]# sh jksd.sh enp2s0f1 阅读全文
posted @ 2018-10-17 22:50 夜辰雪扬 阅读(226) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-10-17 16:25 夜辰雪扬 阅读(1) 评论(0) 推荐(0)
摘要: vi /etc/resolv.conf nameserver 8.8.8.8 service network restart systemctl restart network vi /etc/sysconfig/network-scripts/ifcfg-enp2s0f1 TYPE=Etherne 阅读全文
posted @ 2018-10-17 11:16 夜辰雪扬 阅读(325) 评论(0) 推荐(0)
摘要: 1.防火墙常用规则 systemctl start iptables systemctl stop iptables systemctl restart iptablesiptables -nvL1.屏蔽ip地址和解封ip地址 iptables -A INPUT -s 22.22.22.22 -j 阅读全文
posted @ 2018-10-17 11:07 夜辰雪扬 阅读(4472) 评论(0) 推荐(0)
摘要: 1.清空防火墙 关闭 setenforcesetenforce 0 2 getenforce 3 setenforce 0 4 iptables -F 5 systemctl stop firewalld 6 systemctl disable firewalld8 vi /etc/selinux/ 阅读全文
posted @ 2018-10-17 10:26 夜辰雪扬 阅读(656) 评论(0) 推荐(0)
摘要: http://yuncode.net/list/java 阅读全文
posted @ 2018-10-16 19:57 夜辰雪扬 阅读(138) 评论(0) 推荐(0)
摘要: 1.在root创建satools目录 2.编辑防破解脚本 3.编辑计划任务每两个小时执行一次 4.设置任务开机启动 重启任务 5.查看被ban ip和记录 cat /var/log/secure|awk '/Failed/{print $(NF-3)}'|uniq -c|sort -rn 6. 7. 阅读全文
posted @ 2018-10-16 08:13 夜辰雪扬 阅读(334) 评论(0) 推荐(0)