Rabin.IO Blog

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 0

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:

0

RPM Packaging Informix IDS 11.70 for CentOS 7

This is a rough version of my documentation for installing informix inside a container and then package it as RPM, I put it here in case it benefits anything else. Stand Alone Install Make...

ansible logo 0

Ansible: Split A String By Length

This is something I needed to allow me to push a base64 encoded certificate into A Cisco ASA, but there was buffer limit on the input ERROR: Input line size exceeded available buffer (510...