Skip to content

Instantly share code, notes, and snippets.

@kSpacer201
kSpacer201 / docker.md
Created October 13, 2023 17:11 — 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

@kSpacer201
kSpacer201 / amdDisplay_CudaGPU.md
Created February 28, 2023 06:40 — forked from Nitesh8998/amdDisplay_CudaGPU.md
Instructions To Succesfully Install Linux with Cuda in AMD machine
  1. Check the AMD Radeon Software for Linux latest version that is available. This is because until these graphics drivers support a linux kernel version there is no use trying to install linux in your machine.

  2. Check the kernel version supported and create a bootable drive of the linux distro with exactly that kernel.

  3. While installation DONOT agree 'download updates while installation'. Random updates are installed which can be a problem.

  4. After installing there is a high chance that the neither(internal gpu nor dedicated GPU) drivers are installed. If the linux doesnt boot under GUI, try TTY (ctrl+alt+F[1-6]) and change the following parameter in /etc/default/grub

    GRUB_CMDLINE_LINUX_DEFAULT = "nomodeset"