openwrt无法透明使用代理的处理 现象openwrt无法透明使用代理,比如我在openwrt上安装了passwall,openwrt本身可
新建VPS安装记录 核对时区 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
postgrest配置及说明 准备scecret和token 1 2 3 4 5 # Allow "tr" to process non-utf8 byte sequences export LC_CTYPE=C # Read random bytes keeping only alphanumerics and add the secret to the configuration file echo "jwt-secret = \"$(< /dev/urandom tr -dc A-Za-z0-9 | head -c32)\""
git解决 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 sudo apt install gnutls-bin git config --global http.sslverify false git config --global http.postBuffer 1048576000 //增加至1GB缓存 #设置git最小和最大下载速度 git config --global http.lowSpeedLimit 0 git config --global http.lowSpeedTime 999999 #
openwrt安装privoxy转换socks5到http代理很多软件不支持socks5代理,只支持http代理,比如cmd和powersh
常见工具的代理设置.socks5代理转http代理可见 openwrt安装privoxy转换socks5到http代理 更新2024-09-20
群晖NAS上面使用Crontab群晖nas默认不能直接使用crontab -e来管理计划任务 默认群晖是不允许root直接登陆的, 所以我们要先切
openwrt配置LAN口多IP 与虚拟机中不同之前都是在PVE中装的openwrt,要访问其它网段,直接加虚拟网卡就可以。 但在实体硬件上这招