SSH over HTTPS

System & Network Admin
Docker container build driver
The Docker container driver runs BuildKit in a container image.
Creating your Own Base Image for Docker
Have you ever wondered what it's like to create a docker base image that users can import and build on? This tutorial will show you how to make your own Docker base images from scratch in two different approaches.
Firewalld: An Easier Way to Manage Linux Firewalls
Tired of iptables? With firewalld, you can easily open ports, block IP addresses, manage zones, and even add a GUI for easier management.
How to run an MS-DOS-based web server (seriously) #MSDOS #Networking #VintageComputing
Bryan Lunduke posts a guide on running a DOS-based web server. Yes, DOS. And, while DOS may not be the high-up-time, massively scalable Web Server platform of the future… it’s still a heck of…
czkawka
Multi functional app to find duplicates, empty folders, similar images etc.
Using Nginx as a Forward Proxy | Baeldung
Learn how to use Nginx as a forward proxy for any requested location.
Database Fundamentals
NixOS has one fatal flaw
This short from my Ship It! apperance created a firestorm of comments from folks who were unsatisfied with the lack of explanation behind my conclusion. Let me explain…
Uniting the Linux random-number devices
Blocking in the kernel's random-number generator (RNG)—causing a process to
wait for "enough"
entropy to generate strong random numbers—has always been controversial. It has also led to
various kinds of problems over the years, from timeouts and delays caused
by misuse in user-space
programs to deadlocks and other problems in the boot
process. That behavior has undergone a number of changes over the last few
years and it looks possible that the last vestige of the difference between
merely "good" and "cryptographic-strength" random numbers may go away in some
upcoming kernel version.
Logo alt="" height="100%" width="2em" style={{display: "inline", verticalAlign: "middle"}} / Klunok | Klunok
Klunok is a smart versioning and automatic backup daemon for Linux.
Git Prompt Kit
A collection of configurable, fast Git status components for custom zsh themes
Understanding System Log Management Using Logrotate | Linux Journal
rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with minimal configuration and with the help of reNgine’s correlation, it just makes recon effortless.
mTCP NetDrive
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…
A guide to home row mods
What are home row mods? What is a mod-tap? What settings do you need to use? What are the alternatives? And more in this article...
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…
"Can I Get a Staging Environment?" - Answer this question once and for all
Read about what happens when you start experiencing bottlenecks within your organization and the solutions that can help you streamline your process.
Key Cost Optimization Strategies for Multi-Cloud Environments - DevOps.com
All my favorite tracing tools: eBPF, QEMU, Perfetto, new ones I built and more - Tristan Hume
Doing tricks on the Linux command line
Linux tricks can make even the more complicated Linux commands easier, more fun and more rewarding.
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.
LikeC4 - Visual Studio Marketplace
Extension for Visual Studio Code - Support for the LikeC4 modeling language
A Basic Guide to Configuring DHCP Failover
ISC DHCP allows you to configure failover easily, with these steps.
DNS Debug Deep Dive | Step-by-Step Troubleshooting Guide
Join us on a DNS debugging deep dive, starting from bisecting the problem to reproducing the issue and finding a fix.
Proxmox VE Helper-Scripts | Scripts for Streamlining Your Homelab with Proxmox VE
Scripts for Streamlining Your Homelab with Proxmox VE
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.
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.
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...