Explore >> Select a destination


You are here

www.timnolte.com
| | du.nkel.dev
8.5 parsecs away

Travel
| | A personal code notes blog
| | nbailey.ca
9.2 parsecs away

Travel
| | Kubernetes is our generation's Asbestos.
| | www.nequalsonelifestyle.com
8.9 parsecs away

Travel
| | The main Friendica documentation has install instructions for setting up the core part of the system. However it assumes that you have properly installed all the dependencies and leaves securing the system as an exercise to the user. While I have found a couple of tutorials around the internet like this one or this one to fill in the gaps before that I have found them a little lacking and dated as well. I was able to make my way through it but I'm not sure if all will. I therefore decided to write this soup to nuts tutorial on standing up a Friendica instance with Ubuntu 22.04. Please use the table of contents to skip parts that you don't need, like setting up your cloud instance.
| | blog.thalheim.io
40.2 parsecs away

Travel
| Lately, I hacked on some kernel modules to get more debug logs out of a kernel module on my NixOS machine. Because NixOS does not follow the Filesystem Hierarchy Standard (FHS) for filesystem layouts, the standard kernel hacker tutorials won't fully apply to NixOS. However, by leveraging the NixOS configuration, we can quickly set up an environment that allows us to compile the Linux kernel and its modules. Where can you define the kernel?