Stream Image

HP 3PAR arrays format their drives with 520 byte sectors, which are incompatible with standard operating systems. There are many guides online for reformatting 520 byte drives to 512 using sg_format, but HP 3PAR HGST drives with FIPS encryption (model HSCP0920S5xnFMRI) are particularly stubborn. T...

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

I haven't posted in a long time, so may as well post images of my desktop internals.

They have nice specs. They run UNIX/Linux 90% of the time. The gaming machine is the only machine that runs Windows and it runs it with the web browser sandboxed and in an standard user account. I don't want those...