Using Docker and Docker-Compose on macOS with Multipass
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 »
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 »
小盘机的空间经常不够用:我们可以把Backblaze B2的10G免费空间搬到小鸡上。 你需要: 接码手机号和邮箱 (可选)一个顶级域名,供注册Cloudflare 技术 Rclone Rclone最大的作用是同步文件。Rclone支持很多稀奇古怪的数据源,以及很多稀奇古怪的功能 – 其中包括将远程文件挂载成FUSE文件系统。 利用类似本文的方法,也可以将Google Drive,Onedrive,Dropbox,远程大盘鸡等挂载成文件系统。 Backblaze B2 Backblaze的服务器在美国西部,虽然只有一个机房但是便宜:每T存储每月5.12 USD。 为什么要白嫖B2而不是其他的存储? Backblaze加入了Cloudflare的Bandwidth Alliance,下载流量免费;上传不收费。 Backblaze B2是企业级存储:8个9的可靠性,3个9的可用性。不会像个人网盘删文件或限制API请求频率。 每个账户送10G存储空间,每日1G下载流量,2500次下载请求。对于白嫖够用了。 设置 Backblaze B2 注册Backblaze B2 点击 https://www.backblaze.com/b2/sign-up.html 注册。… Read more »
Feel free to steal my thoughts 🙂 https://1drv.ms/u/s!AnpifX1Elagmf3XVece9cnvMctg
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 https://searx.space/ – however… Read more »
Recently I got 2 sets of Microsoft Sculpt Ergonomic Desktop Keyboard & Mouse Bundle (https://www.microsoft.com/accessories/en-ca/products/keyboards/sculpt-ergonomic-desktop/l5v-00002) for use in office and at home. Quick review: The wrist rest for the keyboard… Read more »
由于SS挂的厉害,网上的教程又语焉不详,这里记录一下。 原理:用Nginx(Caddy)解TLS,V2Ray处理里面的连接。 不建议初学者直接上手搞WebSocket+TLS+Web+Nginx+CDN:容易出错的地方太多。 请务必读完全文再操作,特别是注意部分。 Preparation SSL: https://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”}