LBTI恋爱类型测试

https://lbti.020124.xyz 使用Codex GPT5.4创建

2026-04-06

常用ip命令123456789ip route # 打印main路由表ip route show table main # 打印main路由表的路由ip route show table all # 打印全部路由表的路由ip route get 1....

2026-04-06

常用命令代理123456789101112131415161718192021222324252627282930313233343536373839404142# --- envexport HTTP_PROXY=127.0.0.1:7897exp...

2026-04-06

给docker容器分配ipv6地址还是用内网ipv6吧 /etc/docker/daemon.json 12345{ "ipv6": true, "fixed-cidr-v6": "fd...

2026-04-06

UDP加速Hysteria2+udp2rawHysteria2Server1234567891011121314151617181920212223242526272829303132333435363738# 安装bash <(curl -f...

2026-04-06

VNC运行Chromium在SSH中运行 12345678910111213141516171819202122232425rm -rf ~/.vnc# Note: Use tigervnc to workaround xdotool issuesa...

2026-04-06

MPTCP 内核配置服务端123456789101112sudo -i sysctl net.mptcp.enabledsudo ip mptcp endpoint add [Another Path IP] signal # Add path 2...

2026-04-06

OSPF配置网络拓扑:一台国内服务器A,两台境外服务器B和C A 123456789101112131415161718192021222324252627282930313233343536log syslog all;debug protocol...

2026-04-06

SoftEther VPN 配置TCP窗口优化123456export WINDOW_SIZE=22000000 # 计算:800(Mbps) * 0.15(s) / 8(bits/byte) = 15(MB)sysctl -w net.core....

2026-04-06

OpenWRT常用配置屏蔽AAAA记录DNSMasq如果LuCI上有屏蔽AAAA记录的选项,启用即可,否则建议改用smartdns SmartDNS在/etc/smartdns/address.conf里添加: 1force-AAAA-SOA yes...

1234