Set the boot device via IPMI (next boot and future boots)
If for example as part of your baremetal automation you need to change the boot order of the machine, for example to force it to boot from network or remote ISO, you can use...
/home/rabin.io/notes
If for example as part of your baremetal automation you need to change the boot order of the machine, for example to force it to boot from network or remote ISO, you can use...
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).
On OBS when I tried to used the Flatpak package on Fedora 34 with KDE, and tried to use the XComposite option to capture a specific window, all the capture options in the select...
The TL;DR Or If you are lazy, just use this pre-defined line, and then reset the password from the WebUI.
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:
This is something that I was annoyed by a bit. I was using nginx as TLS termination in front of graylog2 so I was expecting this problem, and based on the documentation I was...
This is mostly a self documentation for my self, as I had to reset my Firefox profile, and I had to dig out this little script I wrote few years ago to “scratch my...
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...
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...