Wake, Boot, Repeat: Remote OS Selection With GRUB And ESP
What do you do when you need to choose an OS at boot but aren’t physically near your machine? [Dakhnod]’s inventive solution is a mix of GRUB, Wake-on-LAN (WOL), and a lightweight ESP82…
Turn Your Raspberry Pi into a Blazing Fast 5G Router with This Tiny 5G HAT – TheLinuxCode
Hey friend! Have you heard about these new 5G cellular networks promising lightning quick speeds? Well with this clever little Raspberry Pi add-on called the 5G HAT, you can unlock 5G and turn your Pi into a speedy modern router in no time. Intrigued? Read on! An Introduction to 5G You‘ve likely heard the term […]
Self-Hosted TRUST with your own Certificate Authority!
TRUST. It's what certificates are all about. How do we know that we can trust a server? We verify that the server has a certificate, and that the certificate...
I'm sure many of you follow me because you use Proxmox. It's been a staple of my content for some time now. So, while working on the next episode of the Ceph...
Lix is an independent variant of the Nix package manager, developed by a team of open-source volunteers, and maintained by and for a passionate community of users.
These days, adding a little LCD or OLED to your project is so cheap and easy that you can do it on a whim. Even if your original idea didn’t call for a display, if you’ve got I2C and a …
This post has a weird genesis. If I think back to the first time I heard of Transit Encryption I originally thought it was something else, and when I finally understood what the docs were telling me, I thought it was the dumbest idea ever.
Turns out I was way wrong. Over the next half an hour I hope to explain why.
The point of transit encryption is to provide a mechanism for requesting vault encrypt some content for you as a service, so that you can send that encrypted blob over untrustworthy, or observable channels.
How does postgresql.service know which postgresql instances to start?
I've installed postgres 9.5 on ubuntu 16.04 which creates postgresql.service and postgresql@.service.
I understand that the postgresql.service spawns all enabled instances of postgres, and I can c...
How Amazon Whispernet For Kindle 3G Really Works - Good E-Reader
The Amazon Kindle line of e-readers have been incorporating 3G internet access since the very first model that came out in 2007. Whispernet internet access is
How to safely connect cloud server to home GPU server
Unlock home GPU power for cloud workloads with Tailscale and Docker. I demo a simple architecture that tunnels requests to your local rig, skipping pricey cloud GPUs. All ports stay hidden, ensuring a tight, cost-effective environment.
Introduction to Linux interfaces for virtual networking | Red Hat Developer
Linux has rich virtual networking capabilities that are used as basis for hosting VMs and containers, as well as cloud environments. In this post, I will give a brief introduction to all commonly used virtual network interface types. There is no code analysis, only a brief introduction to the interfaces and their usage on Linux.