Home

openconnect客户端指定路由表

安装 openconnect 之后 brew install vpn-slice For BNU, 执行: sudo echo password | sudo openconnect --user username https://sslvpn.bnu.edu.cn --juniper -s "vpn-slice 59.64.60.0/24 172.16.18.0/24" --servercert pin-sha256:rwRWSQS5A+4Od1knTO7iPT8+YSp6b9LovjOl0iKLvRA= --passwd-on-stdin

Read more

在线编译 x86 LEDE

主要参考自 https://p3terx.com/archives/build-openwrt-with-github-actions.html 项目地址 https://github.com/P3TERX/Actions-OpenWrt 支持项目请随手点个 star,让更多的人发现、使用并受益。 基础使用 首先你必须要熟悉整个 Open­Wrt 的编译过程,这会让你非常容易的理解如何使用 GitHub Ac­tions 进行编译,即使你没有成功过。因为实际上本地编译近 90% 失败的原因是因为网络问题导致的,中国大陆特色,咱也不敢多说。GitHub Ac­tions 服务器由 Mi­crosoft Azure 提供,拥有万兆带宽,可以使编译成功率大大提升。 在自己搭建...

Read more

mac 下 编译 x86 LEDE

brew unlink awk brew install coreutils diffutils findutils gawk gnu-getopt gnu-tar grep make ncurses pkg-config wget quilt xz brew install gcc@11 hdiutil create -size 20g -type SPARSE -fs "Case-sensitive HFS+" -volname OpenWrt OpenWrt.sparseimage hdiutil attach OpenWrt.sparseimage cd /Volumes/OpenWrt echo 'export PATH="/usr/local/opt/coreuti...

Read more

挂载阿里云盘到软路由

1. 挂载 阿里云盘 为 Webdav 我们使用 https://github.com/messense/aliyundrive-webdav ./aliyundrive-webdav -w . -r xxxx --root /TimeMachine 即可。 但我们想做的事情是用它做 AFP 服务器,所以实际上是在 docker 中进行的.

Read more

摸鱼网站两则

听蛙纯音乐网 地址:https://www.itingwa.com 最好听的轻音乐纯音乐分享、试听、欣赏、下载、推荐、排行。 小霸王,其乐无穷 地址:https://www.yikm.net 在线小霸王游戏机,上千款小霸王、红白机、街机游戏,各种类型应有尽有,找回童年的乐趣儿。 支持电脑和手机,游戏非常丰富​,还可以和朋友一起联机玩耍。​

Read more

Python Requests 信任自签名证书根证书

只需要将如下证书文件放到环境变量即可 export REQUESTS_CA_BUNDLE=/path/to/your/certificate.pem python start.py 例如,当使用 xxx 时, export REQUESTS_CA_BUNDLE="/Users/zzc/SmallSoftware/xxx/cert/CAkey.pem" python xxx.py 该贴转自 https://stackoverflow.com/questions/30405867/how-to-get-python-requests-to-trust-a-self-signed-ssl-certificate

Read more

IDM

IDM 方法1:重置试用! 仅需要删除注册表信息即可再次试用30天! 将以下内容保存为 reset.reg (含最后一行空行) 双击运行即可! Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}] [-HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}] [-HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7B8E9164-...

Read more

Mac 创建自启动后台服务

首先创建一个文件 com.gotox.startup.plist,内容如下: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.gotox.startup.plist</string> <key>KeepAli...

Read more