1 2 3 4 5 ··· 20 下一页
  2025年8月22日
摘要: 将当前Linux系统手动DD成Mikrotik系统 第一步:下载Mikrotik的硬盘镜像 wget -O /root/chr.img.xz https://us.feieryun.cn/users/xixi/public/image/mikrotik/chr-7.19.4-legacy-bios. 阅读全文
posted @ 2025-08-22 01:51 项希盛 阅读(3) 评论(0) 推荐(0)
  2025年7月27日
摘要: 先开好接收端 socat -u TCP-LISTEN:12345,fork,reuseaddr SYSTEM:"ffplay -autoexit -f wav -" 可以设置低延迟 socat -u TCP-LISTEN:12345,fork,reuseaddr SYSTEM:"stdbuf -o0 阅读全文
posted @ 2025-07-27 04:30 项希盛 阅读(4) 评论(0) 推荐(0)
  2025年5月21日
摘要: 手动模拟递归DNS解析过程:qwer.firadio.ip-ddns.com 本文档记录了使用Windows nslookup工具手动模拟递归DNS解析过程,从根域名服务器开始,一步步解析qwer.firadio.ip-ddns.com的A记录。 1. 根域名服务器 根据RFC文档,根域名服务器的I 阅读全文
posted @ 2025-05-21 15:20 项希盛 阅读(20) 评论(0) 推荐(0)
  2025年5月8日
摘要: VyOS学习笔记 1:添加IP地址 configure set interfaces ethernet eth1 address 192.168.9.6/24 commit save exit 2:添加静态路由 configure set protocols static route 192.168 阅读全文
posted @ 2025-05-08 22:24 项希盛 阅读(59) 评论(0) 推荐(0)
  2025年4月10日
摘要: Automating MikroTik DHCP Client and WAN List Configuration In this tutorial, we will walk you through a MikroTik script that automates the process of: 阅读全文
posted @ 2025-04-10 22:06 项希盛 阅读(30) 评论(0) 推荐(0)
  2025年4月6日
摘要: 在Windows Server 2012系统中绿色安装python 1:首先下载 https://www.python.org/ftp/python/3.13.2/python-3.13.2-embed-amd64.zip 然后解压到 D:\Users\%username%\programs\pyt 阅读全文
posted @ 2025-04-06 21:35 项希盛 阅读(86) 评论(0) 推荐(0)
  2025年2月28日
摘要: nano /etc/apt/sources.list Debian12一键换阿里云源的脚本 mv /etc/apt/sources.list /etc/apt/sources.list.bak echo ' deb http://mirrors.cloud.aliyuncs.com/debian b 阅读全文
posted @ 2025-02-28 20:28 项希盛 阅读(179) 评论(0) 推荐(0)
  2025年2月4日
摘要: 可以用于Wireguard的端口跳跃 AI提示词 写一个bash脚本用于修改iptables,传入参数,例如udp 1.2.3.4:700 50000-59999 就会自动添加/sbin/iptables -t nat -A OUTPUT -p udp -d 1.2.3.4 --dport 700 阅读全文
posted @ 2025-02-04 13:45 项希盛 阅读(59) 评论(0) 推荐(0)
  2025年1月19日
摘要: 为btrfs文件系统启用swap 1:首先挂载一个btrfs卷到/swap mount -o subvol=@swap /dev/disk/by-uuid/6cf264fc-e15b-456f-aaa1-ce7f194e1599 /swap 2:创建swapfile truncate -s 0 /s 阅读全文
posted @ 2025-01-19 18:13 项希盛 阅读(95) 评论(0) 推荐(0)
  2025年1月7日
摘要: 首先下载23988个域名 https://raw.githubusercontent.com/Loyalsoldier/cn-blocked-domain/release/domains.txt 然后编写node代码,修改爱快的IP和Cookie const fs = require('fs'); 阅读全文
posted @ 2025-01-07 01:45 项希盛 阅读(90) 评论(0) 推荐(0)
1 2 3 4 5 ··· 20 下一页