Hot To Generate a Custom Color Palette For Cacti Aggregated Graphs
I had a use case where I wanted to colorizes an aggregated graph with a nice gradient color, so I looked to see how to add a new color template to Cacti, but the...
/home/rabin.io/notes
I had a use case where I wanted to colorizes an aggregated graph with a nice gradient color, so I looked to see how to add a new color template to Cacti, but the...
For some time now, I was looking for a way to Integrate Let’s Encrypt (LE) with My Cisco ASA, and use LE to issue the certificates for the VPN. And now Ansible is in...
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...
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...
I came around this bug with a Cisco switch when I was trying to run a Ansible playbook, and got the above error message, the tl;dr is that I was able to overcome this...
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...
Note to my self, mostly, took some time to find this, I was able to scp to copy file from/to the flash disk (disk0) on the device, but was not able to pull the...
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...
Although CloudVision runs on CentOS 7 and uses nginx as a front end for the services, you can’t just use letsencrypt to issue a cert, as it seems like CV will overwrite it each time....
This is a more specific use case of running GUI application with Docker, the procedure is pretty simple (and most option are common for most GUI application), You mount the UNIX socket for the...