/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.unixsheikh.com
| | www.daemonology.net
0.5 parsecs away

Travel
| |
| | meka.rs
1.0 parsecs away

Travel
| | FreeBSD Upgrade Bootloader
| | jmmv.dev
2.5 parsecs away

Travel
| | Suppose you have a nice PowerMac G5 big beast around and want to install a modern operating system on it. Suppose that you want FreeBSD to run on it. Suppose that you would like to use ZFS as much as possible, say to use the machine as a NAS. If all of the above apply to you, you have come to the right place! Read on for how I got FreeBSD 10.0-CURRENT with a ZFS root to work on a PowerMac G5. I am pretty sure the instructions here apply to other PowerPC-based machines as well, although the specific details on how to set up the boot loader most likely differ.
| | vxlabs.com
18.4 parsecs away

Travel
| In this post I show how you can setup a Kubernetes pod for reproducible development purposes on a single-node Kubernetes cluster using Rancher Desktop on Linux or Docker Desktop for Windows. What are devcontainers? At my quasi-hypothetical workplace, we are fans of Visual Studio Code's development containers idea, or devcontainers for short. In short, you add a specially crafted devcontainer.json file (and some docker yamls) to your repo, and the next time a new dev opens the project, they will be prompt...