Skip to content

Instantly share code, notes, and snippets.

View GeneralKaos666's full-sized avatar
🕶️

Ron Sloan GeneralKaos666

🕶️
View GitHub Profile
@jayamorin
jayamorin / Running-Docker-with-Android.md
Last active October 27, 2025 16:44
Running docker in android without root.
  1. Install the latest termux from GitHub or F-Droid

  2. Install openssh

pkg update && pkg upgrade
pkg install openssh
whoami
passwd
ifconfig
@rahaaatul
rahaaatul / zsh_on_termux.md
Last active October 27, 2025 21:48
Installing ZSH on Termux including themes & useful plugins

ZSH on Termux!

Spice up termux with beautiful themes and productivity plugins to make your life easier!

Install ZSH, GIT & LSD

pkg install zsh git lsd vim

Install Oh-My-Zsh

@lxfly2000
lxfly2000 / booru-sites.md
Last active October 25, 2025 04:39
Booru sites.
@oofnikj
oofnikj / answerfile
Last active October 27, 2025 01:48
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"