I hereby claim:
- I am jake-shadle on github.
- I am jakeshadle (https://keybase.io/jakeshadle) on keybase.
- I have a public key ASCHLZzM_k1oshqUzJWdK1fYlIpCZRPmSV7yD_mTlQUqjgo
To claim this, I am signing this object:
| import sys | |
| import re | |
| import os | |
| testCaseRegex = re.compile (r'TEST\s*\((\w+),\s*(\w+)\)') | |
| expectRegex = re.compile (r'EXPECT_(\w+)\s*\((.*)\);') | |
| assertRegex = re.compile (r'ASSERT_(\w+)\s*\((.*)\);') | |
| leadingWhitespaceRegex = re.compile(r'^(\s*)') | |
| module = "[unknown]" |
| git clone --bare https://github.com/Jake-Shadle/dot_files.git $HOME/.cfg | |
| function config { | |
| /usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@ | |
| } | |
| mkdir -p .config-backup | |
| config checkout | |
| if [ $? = 0 ]; then | |
| echo "Checked out config."; | |
| else | |
| echo "Backing up pre-existing dot files."; |
I hereby claim:
To claim this, I am signing this object:
| Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 | |
| Set-Service sshd -StartupType Automatic | |
| Set-Service ssh-agent -StartupType Automatic | |
| Start-Service sshd | |
| Start-Service ssh-agent |
| @powershell ./bark.ps1 %* |
| # We'll just use the official Rust image rather than build our own from scratch | |
| FROM docker.io/library/rust:1.54.0-slim-bullseye | |
| ENV KEYRINGS /usr/local/share/keyrings | |
| RUN set -eux; \ | |
| mkdir -p $KEYRINGS; \ | |
| apt-get update && apt-get install -y gpg curl; \ | |
| # clang/lld/llvm | |
| curl --fail https://apt.llvm.org/llvm-snapshot.gpg.key | gpg --dearmor > $KEYRINGS/llvm.gpg; \ |
Credit to Johan Petersson 2005-08-14, original was located at https://www.trilithium.com/johan/2005/08/linux-gate/ but is now defunct (and broken in Wayback Machine).
When you use the ldd utility on a reasonably recent Linux system you'll frequently see a reference to an ethereal entity known as linux-gate.so.1:
ldd /bin/sh