Set http proxy in terminal on Mac

Sometimes we need a proxy to connect some website, but on Mac, if we start a proxy, the terminal might not use the proxy directly, here is…

Set http proxy in terminal on Mac

Sometimes we need a proxy to connect some website, but on Mac, if we start a proxy, the terminal might not use the proxy directly, here is how to set proxy in Terminal.

For example, the http proxy port is 8889, and socks port is 1089, then the command can be like below:

export http_proxy=http://127.0.0.1:8889 
export https_proxy=http://127.0.0.1:8889 
export ALL_PROXY=socks5://127.0.0.1:1089

Read more

AI读经 - 马太福音 第7章

AI读经 - 马太福音 第7章

这段经文出自《马太福音》第7章,是耶稣“登山宝训”的总结部分,主题集中在信徒的内在生命与外在行为。主要内容包括不论断他人(1-5节)、寻求神的帮助(7-12节)、选择生命的道路(13-14节)、提防假先知(15-20节)、真信徒的生命表征(21-23节)、以及听道与行道的重要性(24-27节)。这些教导旨在呼召信徒过敬虔和真实的生活,表现出神国的公义与恩典。

By Stephen Li