- F2 on boot, disable Secure Boot
- Plug in Live USB
- Load from Live USB
Keyboard layout
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Danny Grove", | |
| "label": "Systems Architecture, Systems Security, DevOps, Engineering Management", | |
| "image": "https://2.gravatar.com/avatar/3ed10ed55078d2c9cc1ae8fe440f089cbe31f7c56a5afc7fc1d3dd3259bd86a0?size=256&d=initials", | |
| "email": "recruiting@dannygrove.com", | |
| "phone": "", | |
| "url": "https://dannygrove.com", | |
| "summary": "As a seasoned professional in Systems Architecture, Systems Security, and DevOps, my journey is highlighted by extensive expertise in web application architecture, engineering, and entrepreneurship. Proficient in Python, Node.js, JavaScript, TypeScript, Shell scripting, and Golang, I bring a modern and versatile approach to system architecture and developer operations. My knowledge extends to Linux administration and an array of current technologies.", |
| #!/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 |