Skip to content

Instantly share code, notes, and snippets.

View zhanweiw's full-sized avatar

wingfancy zhanweiw

View GitHub Profile
@zhanweiw
zhanweiw / docker.md
Created August 17, 2022 09:00 — forked from FreddieOliveira/docker.md
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

@zhanweiw
zhanweiw / slab_content_top.py
Created July 9, 2021 12:27 — forked from wenjianhn/slab_content_top.py
A simple script that helps find the root cause of a memory leak issue
#!/usr/bin/env python
from __future__ import print_function
import re
import shlex
import sys
import subprocess
from collections import Counter