Category: SysAdmin

0

PXE/TFTP Boot File Search Path

When booting a machine using (i)PXE there is simple logic the boot process will use to find the most specific boot file it can find to bootstrap from. Where the most specific one is...

0

Understanding OpenShift CagalogSource Image

The CatalogSource is the definition of a source that contains bundles (packages) that we can install on our cluster, in the CatalogSource definition, there is a pointer to the index image, e.g let’s examine...

Jenkins logo 0

Jenkins systemd service file

This is a small snippet to run Jenkins via systemd service unit and not via the included init.d file (which systemd need to auto-generate a unit for it).

Podman Logo 1

Running Laravel Sail with Podman

Start the Podman system service Be sure the podman-docker and docker-compose packages are installed. After installing the packages, start the Podman systemd socket-activated service using the following command: