To use my Arch Linux repository,
add the following lines to /etc/pacman.conf
.
And add my GPG Public Key to pacman-key
: F508C2FC21E2863FA39546463314C866A827369A
.
[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 = https://x-3rd.llk.moe/mirrors/arch/origincode/$arch # Mirror
rsync://fantasea.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"