hello100's recent timeline updates
hello100

hello100

V2EX member #413857, joined on 2019-05-20 10:44:16 +08:00
hello100's recent replies
同样的需求,人在美帝。
现在用的小米 12 是 s ultra.
刷了 EU 又刷回国航了,如楼主所说,过不了 safenet ,nfc 刷卡这边基本是必须的。

现在我车上专门放了个 iPhone13pro 用来导航,没插卡,Android 开了个自动任务,到车上就自动打开热点,然后 iPhone 连接热点导航。

其实非常不方便,但是没什么很好的解决方案,不想用 iPhone ,不想被收智商税,只能这么操作了。
Jun 17, 2019
Replied to a topic by isleon 程序员 程序员们都有空健身吗?多久健身一次?
每天都在游戏里多跑一会儿。
May 20, 2019
Replied to a topic by frankcreen 程序员 如何借助 vultr 加速 git 代码的克隆
`git config --global http.proxy 代理地址`
`git config --global https.proxy 代理地址`
这种方法是不会起作用的,因为很多 repo 用的是 SSL 的地址,SSL 的地址不会使用 http 和 https 的 proxy。
真正的解决方法是使用 SSL 的 proxyCommand
在你的.ssh/config 中加入这么一行:
···
Host github.com
Hostname github.com
User XXXX
IdentityFile /home/XXXX/.ssh/id_rsa
ProxyCommand /bin/nc -X5 -x 172.0.0.2:1080 %h %p
···

最后一行会让 git 使用 172.0.0.2:1080 地址的 socket5 代理。我的 linux 跑在 VM 里,这个地址是我 windows 上的 s-s 的地址。
我这边上海电信可以轻松下载到 10MB/s
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2535 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 15:25 · PVG 23:25 · LAX 08:25 · JFK 11:25
♥ Do have faith in what you're doing.