会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夜辰雪扬--linux运维笔记-云计算-虚拟化
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
2018年11月1日
vim 使用记录
摘要: 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)
2018年10月30日
windows 多用户登陆设置-授权过期设置
摘要: 在 “运行”中输入gpedit.msc打开“本地组策略编辑器” | 计算机配置 | 管理模板 | windows 组件 | 远程桌面服务 | 远程桌面会话主机 | 连接 | 限制连接的数量 | 编辑 | 选择 “已启用” | 选项 中 : 允许的RD最大连接数 :999999 | 应用 | 确定 上
阅读全文
posted @ 2018-10-30 16:35 夜辰雪扬
阅读(951)
评论(0)
推荐(0)
2018年10月17日
流量监控脚本监控网卡
摘要: 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)
ip网关配置
摘要: 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)
centos7【防火墙】常用规则-docker服务防火墙规则
摘要: 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)
ssh服务及安全配置
摘要: 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)
2018年10月16日
代码库
摘要: http://yuncode.net/list/java
阅读全文
posted @ 2018-10-16 19:57 夜辰雪扬
阅读(138)
评论(0)
推荐(0)
linux计划任务防暴力破解脚本+免密操作
摘要: 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)
上一页
1
2
3
4
公告