Eduardo Mínguez
Eduardo Mínguez
https://github.com/equinix/metal-cli/blob/baa9ce0e45de76739bb93c4549254ed0d43123f2/internal/projects/project.go#L41 It should be: ``` Short: "Project operations: create, get, update, delete, and bgp-enable, bgp-config, bgp-sessions.", ``` As shown by: ``` ❯ metal project Information and management for Projects and...
Bird doesn't take into account if the K3s API is down, so if for any reason it is, traffic will still be routed to the unhealthy server. https://github.com/unixsurfer/anycast_healthchecker fixes it...
First thing is first, so thank you for this project! I've seen this project https://github.com/custom-components/sensor.mitemp_bt collects the data sent by the sensors instead pooling them, so the battery of those...
https://github.com/silenc3r/fedora-better-fonts
``` echo 'fastestmirror=true' | sudo tee -a /etc/dnf/dnf.conf echo 'max_parallel_downloads=20' | sudo tee -a /etc/dnf/dnf.conf ``` From https://github.com/iBurley/dotfiles/blob/master/fedora_setup.sh
From https://github.com/iBurley/dotfiles/blob/master/fedora_setup.sh ``` sudo ln -s /usr/share/fontconfig/conf.avail/10-hinting-slight.conf /etc/fonts/conf.d/ sudo ln -s /usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf /etc/fonts/conf.d/ sudo ln -s /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d/ gsettings set org.gnome.settings-daemon.plugins.xsettings antialiasing 'rgba' gsettings set org.gnome.settings-daemon.plugins.xsettings hinting 'slight' ```