Skip to content

Instantly share code, notes, and snippets.

View Keyaku's full-sized avatar

António Sarmento Keyaku

View GitHub Profile
@AngelaCooljx
AngelaCooljx / Guide-of-Lindroid.md
Last active July 9, 2025 13:26
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.
@willsthompson
willsthompson / sacd_ripping_guide.md
Last active July 5, 2025 01:27
SACD Ripping Guide
@pbrisbin
pbrisbin / headache.md
Created October 27, 2014 18:55
ZSH startup file headaches

Default behavior dictates the following order for ZSH startup files:

  • /etc/zshenv
  • ~/.zshenv
  • /etc/zprofile (if login shell)
  • ~/.zprofile (if login shell)
  • /etc/zshrc (if interactive)
  • ~/.zshrc (if interactive)
  • /etc/zlogin (if login shell)
  • ~/.zlogin (if login shell)