搜索内容

系统

  • bat

    bat 读取txt单行内容为变量

    rem 读取适配器每行为变量 setlocal enabledelayedexpansion for /f "delims=" %%i in (C:\123.txt) do ( set /a n+=1 if !n!==1 set A=%……
    wanghaha 2022-09-29
  • win10防火墙

    windows 防火墙和屏蔽端口135,445

    防火墙的开启 本内容需要登录后才能查看
    wanghaha 2022-09-27
  • win10防火墙

    禁用鼠标按键

    参考:https://blog.csdn.net/qq_22794759/article/details/109061615 https://blog.csdn.net/bruce135lee/article/details/77969248 https://gmd20.github.io……
    wanghaha 2022-09-26
  • centos

    lnmp 安装云锁

    云锁官方 https://yunsuo.qianxin.com/cloud/download pc管理端 https://download.yunsuo.qianxin.com/v3/%E4%BA%91%E9%94%81%E5%AE%A2%E6%88%B7%E7%AB%AF(%E5……
    wanghaha 2022-09-24
  • windows10

    windwos搜索软件

      本内容需要登录后才能查看
    wanghaha 2022-09-22
  • windows10

    windows提升最高权限

    利用提权工具NSudo进行 GitHub地址 https://github.com/M2Team/NSudo 官网地址 https://nsudo.m2team.org/zh-hans/ 文件夹NSudo Launcher 运行里面的bat打开运……
    wanghaha 2022-09-22
  • centos

    centos防火墙开启firewall和iptables

    在centos7默认启用的是firewall,但是如果需要用到iptables是否会冲突 冲突,默认启动firewall,iptables需要安装 如果开启了firewall在开启iptables那么firewal……
    wanghaha 2022-09-13
  • centos

    centos7 syn的防御全部总结

    1.查看安装防火墙 centos防火墙开启firewall和iptables 2.防火墙策略设置 iptables基础还原 iptables规则初始化 iptables基础还原加syn iptables规则初始化……
    wanghaha 2022-09-13
  • centos

    iptables规则初始化和防御syn

    确定firewalld防火墙是否开启和关闭在开启iptables 1.关闭firewalld命令 查看防火墙是否启动:   firewall-cmd --state 关闭防火墙: systemctl stop firewalld……
    wanghaha 2022-09-13
  • centos

    iptables规则初始化

    iptables目录 /etc/sysconfig iptables初始化规则 在windows利用Notepad++   工具粘贴下列文本 注意:编码转换 使用ANSI 另存为iptables.sh 保存类型为Unix sc……
    wanghaha 2022-09-12