This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am anthr76 on github. | |
* I am anthr76 (https://keybase.io/anthr76) on keybase. | |
* I have a public key whose fingerprint is A54D 8FB5 06C1 0335 2E67 7375 87CB 975C FF2E 7D8F | |
To claim this, I am signing this object: |
This file contains 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
#!ipxe | |
# aarch64 | |
# This script is quite disgusting but someday I'll clean it up | |
# OpenSUSE Operating System | |
# http://opensuse.org | |
isset ${dhcp-server} || goto static_ip | |
set netsetup netsetup=dhcp | |
goto goto_menu |
This file contains 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
kubectl get pods --all-namespaces -o=jsonpath="{range .items[*]}{'\n'}{range .spec.containers[*]}{.image}{'\n'}{end}{end}" | sort | uniq | grep -Ev 'quay|gcr|ghcr' | sed -e 's/docker\.io\///g' | sort | uniq |
This file contains 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
podman run --name obs_builder --cap-add=sys_admin --cap-add=MKNOD \ | |
-it --mount type=bind,src=$PWD,target=/build,z \ | |
-v ~/.config/osc/oscrc:/root/.config/osc/oscrc:ro,z \ | |
-w /build \ | |
registry.opensuse.org/opensuse/tumbleweed:latest |
This file contains 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Anthony Rabbito", | |
"label": "Site Reliability Engineer", | |
"email": "[email protected]", | |
"phone": "(570) 815-3829", | |
"url": "https://anthonyrabbito.com", | |
"summary": "Open source enthusiast, full time student, and Site Reliability Engineer. Intrigued by not over-complicating workflows, but making them useful and always reproducible -- DRY (do not repeat yourself). In my pastime I like to host GitOps clusters at home and in the cloud to practice site reliability engineering, and contribute back to OpenSource projects. Besides technology I enjoy taking the back-roads and driving spiritually.", | |
"location": { |
This file contains 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
#!/bin/sh | |
sudo -- sh -c ' | |
rpm-ostree override reset \ | |
python3-perf \ | |
python3-perf-debuginfo \ | |
kernel-doc \ | |
kernel-tools \ | |
kernel-devel-matched \ | |
libperf-devel \ |
This file contains 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 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
sourcing setup hook '/nix/store/9czqx8nqf9vq9lz2cci000al74rlhlnf-install-shell-files/nix-support/setup-hook' | |
sourcing setup hook '/nix/store/sjjp9j2nfl66rl19d5mbh0xajfanlall-update-autotools-gnu-config-scripts-hook/nix-support/setup-hook' | |
sourcing setup hook '/nix/store/gwkch2vkywxcdxy4wjvim78ffcrh7zfy-sdkroot-11.0/nix-support/setup-hook' | |
sourcing setup hook '/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh' | |
sourcing setup hook '/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh' | |
sourcing setup hook '/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh' | |
sourcing setup hook '/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh' | |
sourcing setup hook '/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh' | |
sourcing setup hook '/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh' | |
sourcing setup hook '/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh' |