Rabin.IO Blog

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...

0

Manually run dkms to build kernel modules

Some time dkms will fail to build a new version of a module after package upgrade or kernel upgrade, so this is my quick notes about this *note: you don’t need to add the...

0

How to delete a pipeline in Gitlab

As of this writing (v12.1), GitLab still don’t have way to delete pipelines in its web UI, and you can’t control how many pipelines to keep, so yo may end up with a bunch...

0

Using gpg (1.x) with gpg-agent (v2.x)

If one needs to sign/encrypt multiplies files and the PGP key is encrypted, they can use the gpg-agent to keep the key accessible for some period of time and enter the password once. For...

laravel logo 9

Laravel & Lumen with Informix DB

I was looking to try and work with Lumen to create a API frontend for few services we have, and the problem I had was to make Laravel/Lumen to work with Informix DB. I...