Skip to content

Instantly share code, notes, and snippets.

View Procsiab's full-sized avatar
🧪
Implementing mad experiments...

Lorenzo Prosseda Procsiab

🧪
Implementing mad experiments...
  • EXTRAORDY - La formazione ufficiale Red Hat
  • Italy
View GitHub Profile
@Procsiab
Procsiab / Caddyfile
Created March 4, 2023 13:22
Local test environment for Headscale, Caddy and some Tailscale clients
http://caddy:9080 {
encode gzip
reverse_proxy http://headscale:8080
}
@Procsiab
Procsiab / debian-ppc-qemu.md
Created September 27, 2022 17:55
Create a Debian powerpc VM with QEMU

Debian PowerPC VM

Credits to this Gist which helped me going through most of the steps; however I think that they are more detailed in here.

NOTE: I ran all the commands on a Fedora Workstation 36 system, with Linux 5.19.11 kernel.

Preparation

  • Install the QEMU binaries
sudo dnf install qemu-system-ppc