I hereby claim:
- I am brianwitte on github.
- I am brianwitte (https://keybase.io/brianwitte) on keybase.
- I have a public key ASDzWd1lYLYFSkDOkNt8zNFty20jOUFk7v7iC6ziIobnmQo
To claim this, I am signing this object:
| #!/bin/bash | |
| # SPDX-License-Identifier: Unlicense | |
| # | |
| # debian-live-ssh-setup.sh | |
| # | |
| # Purpose: Configure SSH access on Debian live instances | |
| # Author: [email protected] | |
| # Created: February 26, 2025 | |
| # | |
| # Usage: sudo ./debian-live-ssh-setup.sh |
| # | |
| # NOTE - below are useful podman aliases that are | |
| # modified from this docker-based gist: | |
| # | |
| # https://gist.github.com/jgrodziski/9ed4a17709baad10dbcd4530b60dfcbb | |
| # | |
| function palias-fn { | |
| echo "############################################################################" | |
| echo "# #" |
| #!/bin/bash | |
| # SPDX-License-Identifier: GPL-2.0-or-later | |
| # Copyright(c) 2023 Brian Witte | |
| # define urls of the release tarballs | |
| LIBBPF_URL="https://github.com/libbpf/libbpf/archive/refs/tags/v1.2.2.tar.gz" | |
| BPFTOOL_URL="https://github.com/libbpf/bpftool/releases/download/v7.2.0/bpftool-libbpf-v7.2.0-sources.tar.gz" | |
| # define where to extract the libraries | |
| LIBBPF_DIR="libbpf" |
I hereby claim:
To claim this, I am signing this object:
| Welcome to my Github profile. | |
| Standby for dispatch. | |
| -brian |
| SPC | |
| SPC: find file | |
| , switch buffer | |
| . browse files | |
| : MX | |
| ; EX | |
| < switch buffer | |
| ` eval | |
| u universal arg | |
| x pop up scratch |
| PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\] @ \[\033[0;36m\]\h \w\[\033[0;32m\]$(__git_ps1)\n\[\033[0;32m\]└─\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\] ▶\[\033[0m\] ' | |
| ## For MacOS, add this under | |
| ## source $(brew --prefix)/etc/bash_completion.d/git-prompt.sh |