To use my Arch Linux repository,
add the following lines to /etc/pacman.conf
.
And add my GPG Public Key to pacman-key
: 0A5BAD445D80C1CC & 62BF97502AE10D22 .
[origincode]
SigLevel = PackageRequired
Server = https://repo.origincode.me/repo/$arch
Server = https://build.archlinuxcn.org/~origincode/repo/$arch # EU, Arch Linux CN Build Machine
Server = http://mirrors.42lzmr.xyz/mirrors/origincode/$arch # Mirror
rsync://direct.origincode.me/repo/
.
To use my Android Captive Portal,
connect your phone using a USB cable and then use adb
to configure through the following commands. (adb
must be granted root permission)
adb shell "settings put global captive_portal_http_url http://captive.origincode.me/generate_204"
adb shell "settings put global captive_portal_https_url https://captive.origincode.me/generate_204"