搜索内容

最新文章

  • bat

    bat 安全策略组

    rem 导出IP策略: netsh ipsec static exportpolicy file=C:\ipsc.ipsec rem 将Policyagent服务设置为自动启动 sc config policyagent start = auto rem 启动P……
    wanghaha 2022-09-30
  • bat

    bat 文件路径变量

    %SystemRoot% = C:\WINDOWS 当前启动的系统的所在目录 %windir% = %SystemRoot% = C:\WINDOWS 当前启动的系统的所在目录 %windir%\system32  %windir%\SysWOW6……
    wanghaha 2022-09-29
  • 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 lnmp安装环境

    查看vps时区 参考:https://blog.csdn.net/ling1998/article/details/123696598 date Wed Mar 23 09:12:10 EDT 2022 查看当前时区:date 查看系统当前的……
    wanghaha 2022-09-13
  • centos

    centos防火墙开启firewall和iptables

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