Nginx Reverse Proxy Container with a self-signed Certificate

Nginx Reverse Proxy Container with a self-signed Certificate

The title is a bit long, because I wanted it to describe exactly the task at hand. Create an Nginx reverse proxy container, with self-signed certificate. The purpose of this post is to create a quick-guide for this purpose. I happen to need it from time to time, for various purposes, such as: Self-signed certificate…

Citrix Workspace AppProtection blocks snap

Citrix Workspace AppProtection blocks snap

TL;DR: I am required to use Citrix Workspace and with it – AppProtection and it is blocking my ‘snap’ command. I’ve been using Citrix Workspace version 24.8.0.98 and had a weird issue when running ‘snap’ command: The root cause had to do with the integration between Citrix AppProtection and libX11.so, which blocked running multiple applications….

Customizing the Anaconda Installer Boot Image with product.img
|

Customizing the Anaconda Installer Boot Image with product.img

Red Hat’s Anaconda installer, used by Red Hat Enterprise Linux, Oracle Linux, and other RHEL-like distributions, offers a powerful customization method through an additional product.img file. This technique allows you to modify the first boot sequence with relative ease. What is product.img? The product.img is an additional image file that can be used to override…

Static Binaries: Easily put Modern Tools on Legacy Linux Systems

Static Binaries: Easily put Modern Tools on Legacy Linux Systems

If you’ve ever tried to run modern versions of ssh, rsync, or other essential tools on an old Linux system, you know the pain. OpenSSL errors, OpenSSL support, or even library dependency hell. The Problem With Old Linux Systems Sometimes, you’re stuck with an old Linux system that you can’t update, and you need these…