视频教程链接~Video Tutorial
How to login Beijing Car lottery system with modern browsers – 如何登录北京小客车摇号网站
Preface 如果你用了主流的浏览器,你可能将登录不了北京小客车摇号网站。小方支招。 Analising 这是因为摇号网站使用 HTTPS,可是它的验证码却是使用不安全的 HTTP Solution 手工修改验证码链接地址即可 如视频
Install Nginx latest build (1.15.4+) in Amazon EC2 (AMI Linux) , enable HTTP2/Server Push and TLS1.3 O-RTT – 安装 Nginx 最新版本到 EC2 上,并启用 HTTP2/Server Push 和 TLS1.3 O-RTT
Preface From Nginx v1.13.9, we gain HTTP2/Server Push eventually. And after nginx 1.15.4 it also support TLS1.3 0-RTT (early data) which support 0 roundtrip handshake…
迄今感觉最好的 Angular 5 在线编辑器&测试场 – Stupendous Angular 5 Online Editor & Playground
前言 —— Preface 是不是有时想整点小实验,又不想重新让 Angular Cli 编译整个项目? Wanna do some experiement without resorting to AngularCli to recompile whole project? 来,小方今天给大家定制了这款碾压 Plnkr / JsFiddle / CodePen…
超智能提速网络:联通4G无限流量与家用WIFI合作,多快好省的访问谷歌 —— Optimize network speed via Mobile 4G network and your home WIFI
知道么? 北京联通4G的国际带宽延迟一般低于正常的 WIFI; 你可以使用这个特性来高速访问谷歌 2017年底,联通推荐了无限流量冰激淋计划;以北京联通为例,99元包本地无限流量(4G网络下30G流量;3G网络下70G流量) 当然,30G 的高速流量估计也不够你的电脑一个月使用,所以还是要知道如何多快好省的使用。 前提: – 我这里只讲 macOS,Windows 道理一样的 – 手机以 iPhone 为例 原理: – 使用 Mac 的 WIFI 连接家用/公司无线路由器 – 使用…
Mac / iPhone 只需这几步,轻松连接很多有密码的 WiFi — Connect password protected WiFi for Mac / iPhone
你是个自由职业者,或者工作时间弹性的人,而且你还在为了 WiFi 而不得不天天找咖啡馆办公? 在公共场合,很多 WiFi 都有密码,而没有密码的 WiFi 经常连接不上(连接数过载)。来,今天咱们一起分享点小方的技巧——合法、合理、无须越狱。 前提条件: 你要用 Mac 办公; 你有一个 iPhone Mac 安装了最新系统 macOS High Sierra; iPhone 升级到 iOS 11 第一步 在…
The best way for macOS to copy big / mass files to NTFS drive – Mac 拷贝大文件到 NTFS 移动硬盘
Preface You may have read this blog How to Write to NTFS Drives on a Mac It might be OK to follow the guide to…
Script to enable Ubuntu use SSH dynamic port forwarding as a global HTTP_PROXY
If you want to set a proxy for your Ubuntu server to access Internet or your company private hosts, you may get disappointed for googing…
How to connect to Palo Alto VPN – GlobalProtect from Linux server without modifying any configuration? – 如何在不修改服务器配置下,使用 Linux server 连接 Palo Alto VPN?
The issue It’s boring and even impossible to follow offical doc of connecting GlobalProtect from PaloAlto website to just get your Linux server / desktop…
How to access internal private host behind corporate VPN safely from China after most VPNs being blocked out – 无须 VPN,也可以安全地访问外企公司内网服务器
Preface We know China government enforces all VPNs be censored and blocks out all unregistered VPN. It’s going to be a tall order to register…
How to fix docker pull failure of layers in Amazon S3 in China for MacOS – 如何解决中国MacOS 下 docker pull 失败(Amazon S3)被qiang
The problem – 问题 If you are Chinese developer, you may be familiar with: 如果你是中国的码农,你可能很熟悉: Yes, Amazon S3 is blocked out in China. 是的 Amazon…
How to count commits in a specific branch – 如何计算一个git 分支里的 commit数量?
Stackoverflow anwser link by Paul Lan I posted my answer here. https://stackoverflow.com/a/47133753/931908 The problem If you try to google Stackoverflow of how to count commits…