- F2 on boot, disable Secure Boot
- Plug in Live USB
- Load from Live USB
Keyboard layout
| #!/usr/bin/env python3 | |
| import os | |
| import toml | |
| import sys | |
| def find_toml_files(directory): | |
| """Recursively find all TOML files in the given directory.""" | |
| toml_files = [] | |
| for root, _, files in os.walk(directory): | |
| for file in files: |
| # RAID Cheatsheet | |
| Findings along my way of managing my own NAS and RAID | |
| 1. Re-Assembling a RAID when the disks are avaiable but not active | |
| ```sh | |
| mdadm --assemble --scan --verbose --force | |
| ``` | |
| Generally if it thinks everythings a space it will try and fail to start up the RAID, |
| #!/usr/bin/env bash | |
| set -eou pipefail | |
| list() { | |
| CONTEXT="${1}" | |
| APIS=$(kubectl --context "${CONTEXT}" get --raw /apis | jq -r '[.groups | .[].name] | join(" ")') | |
| get "${CONTEXT}" "core" | |
| for api in $APIS; do |
| \documentclass[11pt, oneside]{article} | |
| \usepackage[margin=0.5in]{geometry} | |
| \geometry{letterpaper} | |
| \usepackage[parfill]{parskip} | |
| \usepackage{graphicx} | |
| \usepackage{amssymb} | |
| \usepackage{xcolor} | |
| \pagecolor{white} | |
| \usepackage[colorlinks = true, linkcolor = red, urlcolor = red]{hyperref} | |
| \pagestyle{empty} |
kubectl -n grafana-agent-operator port-forward grafana-agent-0 8080:8080curl localhost:8080/agent/api/v1/metrics/targets | jq | tee targets-pretty.jsonThis Gist confirms the Linked Identity in my OpenPGP key which links it to this Github account.
[Verifying my OpenPGP key: openpgp4fpr:c92fe5a3fbd58dd3ec5aa26bb10116b8193f2dbd]
This is an OpenPGP proof. For details check out https://metacode.biz/openpgp/proofs
I know exactly what I want in a long term role so I can save us some time.
For me to be willing to change jobs at this point I would expect:
| acl | |
| acpi | |
| acpid | |
| adwaita-icon-theme | |
| alsa-lib | |
| alsa-plugins | |
| alsa-utils | |
| amd-ucode | |
| ansible | |
| aom |
| node_modules |