Skip to content

Instantly share code, notes, and snippets.

@oofnikj
oofnikj / answerfile
Last active March 11, 2026 07:18
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"
@seriyps
seriyps / mtp_install.sh
Last active February 17, 2026 18:29
Interactive MTProto proxy installer
#!/bin/bash
# Automatic interactive installer for mtproto proxy https://github.com/seriyps/mtproto_proxy
# Supported OS:
# - Ubuntu 24.xx
# - Ubuntu 23.xx
# - Ubuntu 22.xx
# - Debian 11 bullseye
RED='\033[0;31m'
GR='\033[0;32m'