Skip to content

Instantly share code, notes, and snippets.

View TuringKi's full-sized avatar

mxlol233 TuringKi

View GitHub Profile
@FreddieOliveira
FreddieOliveira / docker.md
Last active May 24, 2024 06:30
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

@chrisdone
chrisdone / gist:02e165a0004be33734ac2334f215380e
Last active May 23, 2024 18:34
Build and run minimal Linux / Busybox systems in Qemu

Common

export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS

Linux kernel

@stared
stared / live_loss_plot_keras.ipynb
Last active February 25, 2023 10:20
Live loss plot for training models in Keras (see: https://github.com/stared/livelossplot/ for a library)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.