Skip to content

Instantly share code, notes, and snippets.

View bupd's full-sized avatar

Prasanth Baskar bupd

View GitHub Profile
@moio
moio / kubectl_node_proc_access.md
Last active March 10, 2025 01:54
kubectl: access a host's /proc filesystem from a (privileged) Pod

kubectl: access a host's /proc filesystem from a (privileged) Pod

export NODE_NAME=35.93.96.175
kubectl apply -f - <<EOF
apiVersion: v1
kind: Pod
metadata:
  name: proc-writer
 labels:
@FreddieOliveira
FreddieOliveira / docker.md
Last active October 28, 2025 08:35
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

@fjpalacios
fjpalacios / arch-i3gaps-install.md
Last active October 10, 2025 02:52
Arch + i3-gaps Install Guide

Arch + i3-gaps Install Guide

First set up your keyboard layout. For example, in Spanish:

   # loadkeys es

For a list of all acceptable keymaps:

   # localectl list-keymaps