Skip to content

Instantly share code, notes, and snippets.

View Bitsonwheels's full-sized avatar

Bitsonwheels Bitsonwheels

  • Leipzig
View GitHub Profile
@unixfox
unixfox / howto.md
Last active June 8, 2025 01:10
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