Posts by Category

blog

Installing XNU Headers on MacOS 13

1 minute read

Sometimes, you need certain header files that aren’t available with the default MacOS toolchain. For example, I’m building a replacement for caffeinate which...

Mass Convert Videos with FFmpeg and PowerShell

2 minute read

FFmpeg is immensely powerful when it comes to modifying and transcoding videos, but it’s lacking one important feature: it can’t handle multiple files at onc...

Use Sudo with Touch ID

1 minute read

If you have a MacBook with Touch ID, you can skip typing your password into sudo by using Touch ID! It’s much faster and potentially more secure. It’s also s...

How to Enable Mosh in an Azure VM

1 minute read

Azure is a pretty great service for hosting cloud services. One of the many things you can do is host a Virtual Machine in the cloud. Mosh is better than SSH...

Running Windows 10 on Raspberry Pi KVM

3 minute read

You might not know this, but Windows 10 is in fact completely compatible with ARM64. ARM architectures are very power-efficient, which makes them perfect for...

Back to Top ↑