Skip to content

Instantly share code, notes, and snippets.

@astreknet
astreknet / Time_Machine_on_OpenBSD.md
Last active August 22, 2023 16:07
Apple's Time Machine on an OpenBSD box

Time Machine on OpenBSD

Minimalist installation of Apple's Time Machine on an OpenBSD box

Ingredients

Installation

  • On the server:
  1. Install netatalk # pkg_add netatalk
@astreknet
astreknet / OpenBSD_on_a_RP4.md
Last active August 22, 2023 16:00
OpenBSD on a Raspberry Pi 4
@astreknet
astreknet / OpenBSD_on_Apple_M2_QEMU.md
Last active April 11, 2024 08:39
OpenBSD on Apple M2 with QEMU

OpenBSD on Apple M2 with QEMU

Minimalist installation of OpenBSD on the Apple M2 using QEMU

Ingredients

Installation

  1. install QEMU with Homebrew brew install qemu, also possible with MacPorts
  2. Write a script with execute permissions chmod +x qemu_aarch64_install_openbsd.sh for installing the image.