- Download Fedora DVD Image (Tested with 36 KDE)
- Create a QEMU/KVM libvirt VM (I use virt-manager) Attach this boot image as boot disk. I used 20GB as the disk size. Name this VM fedoraX
- Set installation destination to the local drive
- configure networking so that you have internet access (Should work out of the box with DHCP)
- Create a user "vagrant" with password "vagrant"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file contains pin mappings for the stock 2020 Creality Ender 3 | |
# V2. To use this config, during "make menuconfig" select the | |
# STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9) | |
# communication. | |
# If you prefer a direct serial connection, in "make menuconfig" | |
# select "Enable extra low-level configuration options" and select | |
# serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC | |
# cable used for the LCD module as follows: | |
# 3: Tx, 4: Rx, 9: GND, 10: VCC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Set up ArgoCD | |
hosts: kubernetes_master | |
vars_prompt: | |
- name: "agekey" | |
prompt: "Enter the SECRET age key to use for SOPS" | |
private: true | |
tasks: | |
- name: Set up ArgoCD | |
environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Set up ArgoCD | |
hosts: kubernetes_master | |
tasks: | |
- name: Set up ArgoCD | |
environment: | |
KUBECONFIG: "{{ kubeconfig | default('~/.kube/config') }}" | |
block: | |
- name: Install Python Kubernetes module | |
become: true |
Postgres seems to not work correctly at the moment.
The first deploy will fail since the btree_gist
extension requires root to create.
This can be done manually with the following:
kubectl describe pod gitlab-postgres-0
Get the node this pod is running on, SSH to it- On the worker node, run
runc --root /run/containerd/runc/k8s.io/ exec -t --user 0 <CONTAINER ID> psql --user postgres
It will prompt for a password, get this password by running:
- Register for a no-cost Red Hat Developer subscription
- Download RHEL DVD Image (Tested with 8.6 and 7.9)
- Create a QEMU/KVM libvirt VM (I use virt-manager) Attach this boot image as boot disk. I used 20GB as the disk size. Name this VM rhelX.Y
- Set installation destination to the local drive
- configure networking so that you have internet access (Should work out of the box with DHCP)
- Quilt : https://quiltmc.org/en/
The mod launcher for all the below mods
- Bitwarden : https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/
A free and open source password manager, with a self-hosted option available - CanvasBlocker : https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/
Protects you from certain APIs which are commonly used to fingerprint your browser - ClearURLs : https://addons.mozilla.org/en-US/firefox/addon/clearurls/
Removes tracking elements from URLs before browsing to the page - CookieMaster : https://addons.mozilla.org/en-US/firefox/addon/cookiemaster/
Allows control of cookies per-domain - Dark Reader : https://addons.mozilla.org/en-US/firefox/addon/darkreader/
- Aurora Store : https://f-droid.org/en/packages/com.aurora.store/
Google Play alternative front-end that does not require a personal Google account - Bitwarden : https://mobileapp.bitwarden.com/fdroid/ / https://github.com/bitwarden/mobile/releases
Open source & self hostable password manager - DAVx5 : https://f-droid.org/en/packages/at.bitfire.davdroid/
Calendar, tasks and contacts sync from WebDAV- ICSx5: https://f-droid.org/en/packages/at.bitfire.icsdroid/
WebCal support for DAVx5
- ICSx5: https://f-droid.org/en/packages/at.bitfire.icsdroid/
- DuckDuckGo : https://f-droid.org/en/packages/com.duckduckgo.mobile.android/