Skip to content

Instantly share code, notes, and snippets.

View T4P4N's full-sized avatar
👋
Hello!

Tapan Kashyap T4P4N

👋
Hello!
View GitHub Profile
@T4P4N
T4P4N / mitmproxy.md
Last active March 26, 2025 15:36
Setup mitm proxy in Termux/Termux-arch

Installation

pacman -S mitmproxy

Setup & configuration

mitmproxy --listen-host 127.0.0.1 -p 4444
  • copy-paste the following in proxy settings:
  • proxy = 127.0.0.1
@T4P4N
T4P4N / aria2c-webui-termux.md
Last active August 24, 2025 16:41
Setup aria2c WebUI in Termux

Installation & Configuration

  • Install necessary pkgs
pkg install aria2c wget python git
  • Download webui for aria2c
@T4P4N
T4P4N / font.sh
Created August 7, 2019 07:51
Use custom fonts in termux
#!/data/data/com.termux/files/usr/bin/sh
# font changer
set -e -u
backup_font() {
cp /data/data/com.termux/files/home/.termux/font.ttf /data/data/com.termux/files/home/.termux/font.ttf.bak
}
restore_font() {
cp /data/data/com.termux/files/home/.termux/font.ttf.bak /data/data/com.termux/files/home/.termux/font.ttf
@T4P4N
T4P4N / intelligence100.md
Created December 4, 2021 12:31
ADVANCED PROGRAMMMER!

image