搜索内容

最新文章

  • 系统运维

    git

    标准流程(4 步) bash # 1. 查看当前状态(改了哪些文件) git status # 2. 查看具体改了什么(可选但推荐) git diff # 3. 把改动加入暂存区 git add <文……
    editor 今天
  • 网络运维

    大型DNS架构

    Client │ ▼ DNS 10.0.0.50 Anycast │ ┌────────────┼────────────┐ │                                   │                                   │ ▼          ……
    editor 今天
  • 系统运维

    dnsmasq 1个域名配置多个解析

    **Dnsmasq version 2.76  配置2个address= ,只生效第一个解析,需要按照如下格式配置host-record host-record=testxx.heytea-co.com,1.1.1.1 host-record=tes……
    editor 今天
  • 网络运维

    802.3af/at/bt 供电标准

    标准 常见名称 PSE交换机端口最大供电 PD设备最大可获得 使用线对 典型设备 802.3af PoE 15.4 W 12.95 W 2对 IP电话、普通AP、摄像头 802.3at PoE+ 3……
    editor 今天
  • 网络运维

    破解secureCRT license

    开始——运行——输入regidit,打开注册表,进入“HKEY_CURRENT_USER\Software\VanDyke”,删除"Evaluation License"目录,重新打开软件即可。
    editor 2026-09-15
  • 系统运维

    windows注册表

    *Windows 注册表本质上就是 Windows 的“集中式配置数据库”。 Windows 自己大量使用它,软件也可以选择使用它保存自己的配置、状态、安装信息、授权信息等。 微……
    editor 2026-09-15
  • 系统运维

    dnsmasq递归日志开启并分隔

    **开启递归日志: /etc/dnsmasq.conf log-queries  #开启 log-facility=/etc/dnsmasqlog/dnsmasq.log #递归日志存放路径 **开启日志分割 logrotate 默认centos……
    editor 2026-09-15
  • 网络运维

    TCP 拥塞

    TCP发送端 │ │ ┌──────── ┴────────┐ │                                                   │ cwnd                                          rwnd 拥塞窗口……
    editor 2026-09-14
  • 系统运维

    域环境中壁纸无法显示排查

    1.reg query "HKCU\Control Panel\Desktop" /v Wallpaper 注册列表查看本地壁纸路径是否正确 查看组策略是否有壁纸相关策略,在user configuration中 2. gpres……
    editor 2026-09-10
  • 网络运维

    IBGP RR防环

    AS 65000 IBGP IBGP ┌─────────────────────────────┐ │ ……
    editor 2026-09-10