New pages
From wiki.vacula.xyz
- 14:39, 20 April 2026 Kubernetes/BuildConfigs (hist | edit) [168 bytes] Dracula (talk | contribs) (Created page with "== Authentication to GitHub Enterprise == Notes: * Cannot use signed SSH keys because the <code>kubernetes.io/ssh-auth</code> secret config API does not support that *") Tag: Visual edit
- 19:23, 6 April 2026 InfluxDB (hist | edit) [435 bytes] Dracula (talk | contribs) (Created page with "== Bucket and Schema Operations == Delete a measurement from a bucket's schema: influx delete --bucket grafana --predicate '_measurement="memory_usage"' --start 1999-01-01T00:00:00Z --stop 2027-01-01T00:00:00Z Bulk delete measurements from a bucket's schema: while read line ; do influx delete --bucket grafana --predicate '_measurement=$line' --start 1999-01-01T00:00:00Z --stop 2027-01-01T00:00:00Z ; done < bucket_measurements.txt") Tag: Visual edit
- 02:32, 20 March 2026 Wayland (hist | edit) [105 bytes] Dracula (talk | contribs) (Created page with "Things that don't work on Wayland * Window shading (KDE bug: https://bugs.kde.org/show_bug.cgi?id=377162)")
- 18:10, 10 March 2026 Vim (hist | edit) [107 bytes] Dracula (talk | contribs) (Created page with "Useful bits:")
- 12:25, 27 August 2025 Red Hat OpenShift/Virtualization (hist | edit) [90 bytes] Dracula (talk | contribs) (Created page with "How to move VMs from one namespace to another:")
- 03:10, 21 August 2025 Red Hat IdM (hist | edit) [977 bytes] Dracula (talk | contribs) (Created page with "== Fix/Remove SSH Host Pubkey from IdM Record == Manifests as the following: [lvacula@example.com@jumpbox ~]$ ssh root@10.0.0.1 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...") Tag: Visual edit
- 05:15, 30 July 2025 KDE (hist | edit) [426 bytes] Dracula (talk | contribs) (Created page with "== Removing (most) noto-fonts on Arch == # Remove the noto-fonts package using <code>sudo pacman -Rdd noto-fonts</code> # Add to") Tag: Visual edit
- 14:31, 1 May 2025 Kubernetes (hist | edit) [988 bytes] Dracula (talk | contribs) (Created page with "== Concepts == Decoupling: * run resources anywhere * don't tie an application to a specific server * don't store configuration within the application")