In the light of recent news that Docker Desktop for Windows and macOS is no longer free, efforts have been put in to search for a replacement. Docker Desktop? Docker… Read more »
engage.cloudflareclient.com is always resolving to 162.159.192.1, even on IPv6 DNS. Warp is available on 162.159.192.1 to 162.159.192.9 and 2606:4700:d0::a29f:c001 to 2606:4700:d0::a29f:c009. ALL IPv4 addresses are blackholed on GFW. NOT FOR… Read more »
SearX is a great meta search engine that aggrgate multiple engine’s result together, giving you privacy during searching. A list of public instances can be found at searx.space/ – however… Read more »
由于SS挂的厉害,网上的教程又语焉不详,这里记录一下。 原理:用Nginx(Caddy)解TLS,V2Ray处理里面的连接。 不建议初学者直接上手搞WebSocket+TLS+Web+Nginx+CDN:容易出错的地方太多。 请务必读完全文再操作,特别是注意部分。 Preparation SSL: freessl.cn 域名:https://www.freenom.com ,或者自己找一个 WebSocket WebSocket可以直接连接,或者套CDN。 Server { “inbounds”: [ { “port”: 10001, # 本地端口,不冲突即可 “listen”:”127.0.0.1″, # V2Ray只监听本机 “protocol”: “vmess”, “settings”: { “clients”: [ {… Read more »
The problem We always want to do continus integration and deployment with our repo. Bitbucket comes with handy build function. Version releasing with Zappa is easy: zappa update xxx will… Read more »
TLDR Step-by-step guide of how FleetOps migrate the Docker-based Flask API to AWS Lambda. History At FleetOps.ai we use Docker extensively when building APIs. Our API is built on Flask,… Read more »
Use case: 直接SOCKS肯定过不去GFW 公有的SS看Google会跳验证码或者IP黑掉 Chrome的SOCKS代理不支持密码验证 方法: 本地安装Proxifier。配置好SS 不要使用全局模式,只监听某个端口。准备好可以使用的SOCKS/HTTP代理。 在Proxifier中分别配置好两个代理。 如图设置: 在Proxifier中,对浏览器使用这个chain,如图所示(例子是curl): 现在你的浏览器走SS翻墙 但是IP换了。 $ curl “http://ip-api.com/json” {“as”:”AS32489 Amanah Tech Inc.”,”city”:”Toronto”,”country”:”Canada”,”countryCode”:”CA”,”isp”:”Amanah Tech”,”lat”:43.6683,”lon”:-79.4205,”org”:”Amanah Tech”,”query”:”184.75..xxx”,”region”:”ON”,”regionName”:”Ontario”,”status”:”success”,”timezone”:”America/Toronto”,”zip”:”M6G”}
Some WebOption videos would include a subscript file, which due to some reasons UofT decided to hide. This Userscript would enable you to download the SRT file for offline viewing…. Read more »