I wanted to emulate MIPS guests on my Proxmox hypervisor so that I could do some security research on router firmware. Unfortunately, Proxmox has customised some of the QEMU packages and their dependencies, which makes it impossible to install the standard Debian qemu-system-mips package. To solve this, we need to build a modified version of Continue reading Emulating MIPS guests in Proxmox 8
So you want to 3D-print a camera accessory like a lens adapter, extension tube, or a custom lens? You ll need a lens mount design to go along with that! We ll clone the required dimensions from the mount found on a lens (for male mounts) or camera (for female mounts). One way to get an example Continue reading Reverse-engineering lens mounts for 3D printing
If you re using OCLP (OpenCore Legacy Patcher) on an old Mac in order to upgrade beyond the officially-supported macOS version to macOS Monterey instead, Xcode 13.2.1 will crash on launch with the error The application Xcode can t be opened, 6 . The crash report gives this cause: If you run Xcode from the Terminal (like /Applications/Xcode.app/Contents/MacOS/Xcode ) Continue reading Fixing Xcode…
This tutorial for installing macOS 13 Ventura has been adapted for Proxmox from Kholia s OSX-KVM project and Leoyzen s OpenCore configuration for KVM. You can get the full sourcecode of my OpenCore release on my GitHub here. Requirements I’ll assume you already have Proxmox 7.2 installed. You also need a real Mac available in order to fetch the Continue reading Installing macOS 13 Ventura on…
With the public release of macOS 13 Final, this beta guide is now obsolete, please see the new guide here instead This tutorial for installing macOS 13 Ventura has been adapted for Proxmox from Kholia s OSX-KVM project and Leoyzen s OpenCore configuration for KVM. You can get the full sourcecode of my OpenCore release on my Continue reading Installing macOS 13 Ventura Developer Beta on Proxmox 7.2
Regular fans for 3D printers have just two wires, power and ground, and we vary the average supply voltage to the fan using PWM to change its speed. However 4-wire computer fans like Noctuas are different, these fans expect a steady 12V power supply and a separate 5V PWM signal to set their speed. Check Continue reading Driving a 4-pin computer PWM fan on the BTT Octopus using Klipper
Have you run out of room on your macOS VM s disk? Here s how you can expand it. In the Hardware tab for your VM, select your disk and click the resize disk button at the top of the page. Enter the size increment in gigabytes (note, this is not the final size you want to Continue reading Expanding the disk of your Proxmox macOS VM
A new version of this tutorial is now available for the release of macOS 13 Ventura, you can see that here This tutorial for installing macOS 12 Monterey has been adapted for Proxmox from Kholia s OSX-KVM project and Leoyzen s OpenCore configuration for KVM. You can get the full sourcecode of my OpenCore release on my Continue reading Installing macOS 12 Monterey on Proxmox 7
Have you ever generated GPG keys, loaded them into your YubiKey, and then thrown away/erased your computer? You ll discover that when you take your YubiKey to a new computer, GPG refuses to automatically import your key when running --card-status. The common wisdom on the Internet is that this is because YubiKeys (and Smart Cards in Continue reading Recovering lost GPG public keys from your…
With the public release of Monterey, this guide is now obsolete, please use my new installation guide instead This tutorial for installing macOS Monterey Developer Beta has been adapted for Proxmox from Kholia s OSX-KVM project and Leoyzen s OpenCore configuration for KVM. You can get the full sourcecode of my OpenCore release on my GitHub here. Continue reading Installing macOS 12 Monterey…