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 »
wp-search-with-algolia
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/cnbeining.com/html/wp-includes/functions.php on line 6121In 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 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”}
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 »
For TGO鲲鹏会. CTO出了什么问题? 标签(空格分隔): note: 摘要: 为什么企业和CTO总是败兴而归,摩擦不断?Paul Robinson给出了他的真知灼见。 作者: Paul Robinson 正文: 有句话我不吐不快: 从前是缺好码农,现在是缺好CTO。这周有3家公司找我问怎么招CTO。是不是当承包商给的钱太多,以至于没人想循规蹈矩,搞的公司高层都招不到人了? 我对CTO这个问题有一套:我自己为CTO招聘这件事做了5年咨询(虽然最终也没成什么,项目死的挺快挺惨的),自己也全职做过几次CTO。 如果你想成为CTO,或者想招聘CTO,我有一言请静听。 CTO每天做什么? 工程师(特别是小型公司的工程师)会觉得CTO就是“超级技术领导”:他们觉得CTO是一个特别高年资的工程师,领导全司的技术方向。 我担任CTO时做了一点点事情: 和商业部门大佬沟通(CEO、董事会、投资人等),确定下面几个月的路线; 和产品和分析师研究出可行的产品路线图,和商业规划匹配; 按照产品和商业路线图规划技术路线图; 当某个路线技术上不可行时,劝说其他人放弃这个想法;(注意:不是简单的说“开发不了”——需要谈判技巧!) 设计开发团队,报告人和流程; 在功能、BAU和技术债/bug间找到平衡点,最大化商业利益;(一般来说没有公司会把修bug当成头等大事的) 关注技术开发涉及的合规性问题和法律变动; 准备并申请开发预算——工资和研发预算一般是两条线; 准备并申请运行预算,例如硬件、服务(数据中心、云服务等)、软件授权、专利授权等等; 把上面所有的东西和管理层和董事会讲明白,而且要说人话——用财务数字。这步需要做很多Excel表,并加以解释; 把上面所有的东西和投资人和未来的投资人讲清楚,而且留后手以免被开除;… Read more »