Android - Outline Tutorial

Outline is an open source proxy software based on SS (Shadowsocks), from Jigsaw, a company with a considerable background.
Jigsaw was formerly known as Google Ideas, a technology incubator company established by Google and now operates as a subsidiary of Alphabet.

How to install the Chinese language pack for Openwrt 19.07

After upgrading the router to 19.07.1, I found that after installing the luci-i18n-base-zh-cn Chinese package, some parts are still in English. After verification, it is because luci has added another file: luci-app-opkg. As shown below, after installing the luci-i18n-base-zh-cn Chinese package, some parts are not translated into Chinese. So we need to install the following two software packages luci-app…

How to skip SSL certificate check in wget

By default, when you use wget to download files, wget will perform a validity check on the website's SSL certificate. Because SSL itself relies on the validity and verification of the certificate. Sometimes, you may want to bypass it. For example, when using wget to try to access a website with an expired SSL certificate or a website with a self-signed certificate.