Beginners Guide to Udev in Linux – The Geek Diary
Link: Beginners Guide to Udev in Linux – The Geek Diary: "Udev is really cryptic and advanced. It is often hard to trobuleshoot if you need to. What is it? Udev is the device manager for the Linux kernel. Udev dynamically creates or removes device node files at boot time in the /dev directory for all types of devices. Udev is now part of systemd as you can see by viewing the “udev” file names included with the systemd RPM package."
Tutorial on how to write basic udev rules in Linux
Link: Tutorial on how to write basic udev rules in Linux: "Another tutorial on these hairy udev rules! Getting the base concepts about udev rules"
Home - Coder v1 v1.32 docs
Link: Home - Coder v1 v1.32 docs: "This looks pretty interesting. Sort of what I've been trying to home grow. "Coder is a self-hosted platform that allows organizations to securely provision developer workspaces (featuring remote IDEs and all related resources) for DevOps, platform, and software engineering teams.""
Home – Coder v1 v1.32 docs
Home - Coder v1 v1.32 docs –This looks pretty interesting. Sort of what I've been trying to home grow. "Coder is a self-hosted platform that allows organizations to securely provision developer workspaces (featuring remote IDEs and all related resources) for DevOps, platform, and software engineering teams."
Get Started with Hotwire in Your Ruby on Rails App | AppSignal Blog
Link: Get Started with Hotwire in Your Ruby on Rails App | AppSignal Blog: "Learn the basics of Hotwire and how to use it in your Rails app."
How to build x86 (and others!) Docker images on an M1 Mac – Jaimyn's Blog
Link: How to build x86 (and others!) Docker images on an M1 Mac – Jaimyn's Blog: "This is super helfpul, and fixes a problem that totally stymeed me!"
How to build x86 (and others!) Docker images on an M1 Mac – Jaimyn’s Blog
How to build x86 (and others!) Docker images on an M1 Mac – Jaimyn's Blog –This is super helfpul, and fixes a problem that totally stymeed me!
100 Tips for a Better Life - LessWrong
Link: 100 Tips for a Better Life - LessWrong: "Nice list of tips, with some gems thrown in. “The other day I made an advice thread based on Jacobian’s from last year! If you know a source for one of these, shout and I’ll edit it in. “"
100 Tips for a Better Life – LessWrong
100 Tips for a Better Life - LessWrong – Nice list of tips, with some gems thrown in. “The other day I made an advice thread based on Jacobian’s from last year! If you know a source for one of these, shout and I’ll edit it in. “
Basic Postgres database in Kubernetes
Link: Basic Postgres database in Kubernetes: "In this post, we will bring up a Postgres database instance in Kubernetes and then connect to this instance using a cronjob. The goal is…"