Docs
GitOps
Docs
Hugo
Docs
Keyboard & Mouse Sharing with Fedora Linux
tl;dr I recently did a fresh install of Fedora 40 on a desktop and struggled to get keyboard & mouse sharing working. Hopefully these sparse notes can help someone else out, but in the end I’m now using Deskflow (which is apparently now the upstream project for Synergy) to serve keyboard & mouse and an older version of Barrier that just happens to still work as a client
Products mentioned in this document:
Docs
Kickstart Knowledge Dump
https://github.com/rhinstaller/anaconda https://docs.centos.org/en-US/8-docs/advanced-install Create Kickstart files My Kickstart examples My Kickstart examples Using and modifying the automatically generated Any manual install of rhel or centos will generate a kickstart from the options you chose during installation and store them in /root (anaconda-ks.cfg ks_post.log original-ks.cfg)
Red Hat’s Kickstart generator Kickstart generator (for Red Hat subscribers only I think) View all available kickstart options in source code git clone https://github.com/rhinstaller/anaconda && \ cd anaconda view pyanaconda/core/kickstart/commands.
Docs
Kubernetes CNI Plugins
https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/ Kubernetes (version 1.3 through to the latest 1.33, and likely onwards) lets you use Container Network Interface (CNI) plugins for cluster networking. You must use a CNI plugin that is compatible with your cluster and that suits your needs. Different plugins are available (both open- and closed- source) in the wider Kubernetes ecosystem.
A CNI plugin is required to implement the Kubernetes network model.
You must use a CNI plugin that is compatible with the v0.