Stream Image

There are so many guides for copying to the clipboard from tmux to X11 and using the VI mode of tmux. I personally prefer to use the default mode with the default shortcuts. As such, I have looked and learned about using tmux list-keys which shows you existing short cuts to make my own to store in...

After upgrade Fedora, every now and then, the Nvdia drivers fail and it falls back to open source drivers. Which is both nice, and annoying. Its nice because you can still use your computer, its annoying because anything that requires Nvidia drivers won't work. I have in the past fixed this by remov...

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