Skip to content

Instantly share code, notes, and snippets.

View Bitsonwheels's full-sized avatar
🏠
Working from home

Bitsonwheels Bitsonwheels

🏠
Working from home
  • Leipzig
View GitHub Profile
@unixfox
unixfox / howto.md
Last active November 19, 2025 12:19
Install Alpine Linux on Oracle Cloud ARM VPS with Ubuntu pre-installed
@bhelm
bhelm / arch-chroot.sh
Created April 16, 2020 09:46
Chroot script from Archlinux (arch-chroot), works on any distri
#!/bin/bash
shopt -s extglob
# generated from util-linux source: libmount/src/utils.c
declare -A pseudofs_types=([anon_inodefs]=1
[autofs]=1
[bdev]=1
[bpf]=1
[binfmt_misc]=1