Skip to content

Instantly share code, notes, and snippets.

View scrouthtv's full-sized avatar
😃

scrouthtv

😃
View GitHub Profile
@etnperlong
etnperlong / fakeroot-tcp.sh
Last active March 31, 2022 19:26 — forked from tytydraco/fakeroot-tcp.sh
Setup fakeroot-tcp without SystemV IPC support.
#!/bin/bash
cd /tmp
wget http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.25.3.orig.tar.gz
tar xvf fakeroot_1.25.3.orig.tar.gz
cd fakeroot-1.25.3/
./bootstrap
./configure --prefix=/opt/fakeroot \
--libdir=/opt/fakeroot/libs \
--disable-static \
@thalamus
thalamus / ArchLinuxARM-M1
Last active June 11, 2024 04:34
How to boot Arch Linux ARM in QEMU (patched for M1)
/*
* This document is provided to the public domain under the
* terms of the Creative Commons CC0 public domain license
*/
How to boot Arch Linux ARM in QEMU (patched for M1)
Prerequisites:
QEMU - patched for M1 processors - patches: https://github.com/utmapp/qemu