Found 2336 bookmarks
Newest
Mount an MS-DOS network drive for vintage machines with TCP
Mount an MS-DOS network drive for vintage machines with TCP
NetDrive is a DOS device driver that allows you to access a remote disk image hosted by another machine as though it was a local device with an assigned drive letter. The remote disk image can be a…
·blog.adafruit.com·
Mount an MS-DOS network drive for vintage machines with TCP
Mèdved – web-based DNS zone transfer automation
Mèdved – web-based DNS zone transfer automation
It’s been a while since my last post, so today i have something bigger and – most probably – more usefull than usually. [Download link here] I present to you Mèdved (bear in serbi…
·wondershell.wordpress.com·
Mèdved – web-based DNS zone transfer automation
Doing tricks on the Linux command line
Doing tricks on the Linux command line
Linux tricks can make even the more complicated Linux commands easier, more fun and more rewarding.
·networkworld.com·
Doing tricks on the Linux command line
Carbon footprint estimator for AWS instances - Teads
Carbon footprint estimator for AWS instances - Teads
Curious about the power consumption and carbon footprint of an EC2 instance? As part of the first Measure challenge, get an estimation below.
·engineering.teads.com·
Carbon footprint estimator for AWS instances - Teads
LikeC4 - Visual Studio Marketplace
LikeC4 - Visual Studio Marketplace
Extension for Visual Studio Code - Support for the LikeC4 modeling language
·marketplace.visualstudio.com·
LikeC4 - Visual Studio Marketplace
Ephemeral Environments for CI/CD (GitOps) Pipelines
Ephemeral Environments for CI/CD (GitOps) Pipelines
In this article, we’ll see how to use Kubernetes to create ephemeral environments that look like production in a cost-effective way.
·bunnyshell.com·
Ephemeral Environments for CI/CD (GitOps) Pipelines
Securing Microservices Communication with mTLS in Kubernetes
Securing Microservices Communication with mTLS in Kubernetes
Microservices often communicate with each other to fulfill complex business operations, creating security and scaling challenges. Mutual Transport Layer Security (mTLS) can help. Here's how to get started.
·thenewstack.io·
Securing Microservices Communication with mTLS in Kubernetes
Run Nomad servers in Kubernetes (last mile help) - Nomad - HashiCorp Discuss
Run Nomad servers in Kubernetes (last mile help) - Nomad - HashiCorp Discuss
We have our services and main application all in Kubernetes, but part of our system offers workers to run workloads on. This used to be all managed directly in Kubernetes, but we want to be able to run on “remote” machines too. So the idea of orchestrating through Nomad came up. We have a POC running in 2 VM instances with a server on each. But I want to be able to scale up servers as needed easily and just keep our infra in Kubernetes if possible. I did find the nomad-on-kubernetes repository...
·discuss.hashicorp.com·
Run Nomad servers in Kubernetes (last mile help) - Nomad - HashiCorp Discuss
Self Hosting | netboot.xyz
Self Hosting | netboot.xyz
How to self host your own netboot.xyz in your environment
·netboot.xyz·
Self Hosting | netboot.xyz
Wave Terminal
Wave Terminal
An open-source, cross-platform terminal for seamless workflows
·waveterm.dev·
Wave Terminal
Marshaling SSH Private Keys - Why there's always a different block? | Carlos Becker
Marshaling SSH Private Keys - Why there's always a different block? | Carlos Becker
Not long ago, when I was building melt, I learned something interesting: if you restore a private key from its seed, and marshal it back to the OpenSSH Private Key format, you’ll always get a different block in the middle. Why? That lead to an investigation of how the private key format works. I didn’t find many good references out there, except OpenSSH’s source code. Let’s start from there, shall we?
·carlosbecker.com·
Marshaling SSH Private Keys - Why there's always a different block? | Carlos Becker
Home
Home
Boost subscriber performance by up to 25% for less than 1% of your overall 5G network investment.
·powerdns.com·
Home
5 Different Ways to Handle Errors in Bash
5 Different Ways to Handle Errors in Bash
Bash knows no exceptions. Exception handling like in other programming languages is not an option. But, at least, we have exit codes of…
·itnext.io·
5 Different Ways to Handle Errors in Bash