openwrt-feeds 1 2 3 4 5 6 src-git packages https://github.com/coolsnowwolf/packages src-git luci https://github.com/coolsnowwolf/luci src-git routing https://git.openwrt.org/feed/routing.git src-git telephony https://git.openwrt.org/feed/telephony.git src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main
PVE开启SR-IOV 开启 IOMMU CPU 支持VT-D和VT-X,并在BIOS中打开编辑文件/etc/default/grub 修改行GRUB_CMDLI
github问题 kex_exchange_identification 1 2 3 4 5 6 kex_exchange_identification: Connection closed by remote host Connection closed by 20.205.243.166 port 22 fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. From stackoverflow.com : For fixing the issues add the Hostname for Git on ~/.ssh/config, 1 2 3 Host github.com Hostname ssh.github.com Port 443
zerotier自建moon节点 OneDrive\configs\OWV9\etc\config\zero\moons.d 1 2 3 4 5 6 7 8 9 10 11 curl -s https://install.zerotier.com/ | sudo bash sudozerotier-cli join $planetid cd /var/lib/zerotier-one/ sudo zerotier-idtool initmoon identity.public > moon.json nano moon.json # "stableEndpoints": [ "111.111.111.111/9993" ] # 111.111.111.111修改
PVE解决e1000-detect-hardware-hang的问题 经常发现PVE无法PING通 论坛上的结论是关闭 tso gso gro 1 2 nano /etc/network/interfaces #找到对应的
PVE解决inbound丢包问题 最近经常收到netdata的警告邮件 netdata inbound packet 查了github之后找到的解决方案sudo install llpdap #安装在pve的ho
WIN10无法睡眠的解决方法 网卡:检查是否因为网卡数据传输引起。取消允许此设备唤醒计算机,从根本上杜绝软件调用网卡引起的不睡眠。(挂机下载貌
Debian最小化安装新系统配置 安装语言选择英文,时区选择上海 核对时区 1 2 3 4 timedatectl date # 24小时显示 sudo localectl set-locale LC_TIME=en_GB.UTF-8 以下操作为方便可以先切换到roots