Skip to content

Instantly share code, notes, and snippets.

View ravindu644's full-sized avatar
πŸ“š
Prepping for Exams. AFK

Ravindu Deshan ravindu644

πŸ“š
Prepping for Exams. AFK
View GitHub Profile
@ravindu644
ravindu644 / Guide-of-Lindroid.md
Created October 28, 2025 08:41 — forked from AngelaCooljx/Guide-of-Lindroid.md
A guide on how to use Lindroid

An Unofficial Guide of Lindroid

Official Guide: https://t.me/linux_on_droid/1263

What is Lindroid?

Lindroid is an Android app that lets you run Linux in a container, with support for hardware-acceleration. Official group: https://t.me/linux_on_droid

How to Compile Lindroid?

  1. Ensure your device has the necessary configurations:
    • Obtain a usable device configuration, kernel source, and ROM source code for your device.
@ravindu644
ravindu644 / docker.md
Created October 28, 2025 05:05 — 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