Stream Image

In looking to setup load balancing of FreeIPA, there is not too much documentation on how to do this to where Kerberos authentication is successful. After lots of research, I found the key to making this work.

Example haproxy config

global
  chroot  /var/lib/haproxy
  daemon
  group  haproxy
  l...

If you plan on testing puppet autosign scripts, it is useful to generate test certificate signing requests (CSR) to verify that your script works. There is not much information online for this, so I had to go review documentation for extensions and requests. Below is what I have learned.

CSR

...

There does not appear to be any documentation on getting Nvidia support added to Docker or other container run times on Fedora 36, and it appears that Nvidia does not officially support Fedora with libnvidia-container repositories. I looked into this and found a solution to get Nvidia to work with D...

I wanted to setup bridge networking with my main Arch Linux box so that I could connect to virtual machines in KVM. I was using the MACVTAP connection in Libvirtd, however that prevents you from being able to connect to the virtual machines due to the Linux host not knowing how to talk to the MAC a...

This is my new tool for viewing statistics from vnStat. I needed it with my new router, so I thought I'd open source my efforts.

The repository is at https://git.gec.im/GRMrGecko/vnStatGraphP

screenshot

YouView has been updated and is now Open Source! https://github.com/GRMrGecko/YouView

I decided to go open source due to lack of time to update and now that I pretty much deleted all my bad code from years ago.