cringe
export GITHUB_TOKEN=ghp_adiugaslhdg...
export IQAIR_API_KEY=oiheorhialjkfbld...based
# add a new token called "cqsd/auth-only" for the "github" service to the macOS keychaincringe
export GITHUB_TOKEN=ghp_adiugaslhdg...
export IQAIR_API_KEY=oiheorhialjkfbld...based
# add a new token called "cqsd/auth-only" for the "github" service to the macOS keychain| #!/bin/sh | |
| # (in kubernetes, you'd use AllowPrivilegeEscalation probably, idk. exercise for the reader) | |
| docker run -it \ | |
| --privileged \ | |
| --pid=host \ | |
| alpine \ | |
| nsenter -t 1 -m -u -n -i bash | |
| # nsenter # exec something in a namespace (analogous to su -c) |
| Invoke with SQS. | |
| { command: "ls $1", "argv": "/tmp" } |
if you've been using qemu emulation to do your whole build in a different architecture like this
docker buildx build --platform=linux/amd64 -t whatever .
and you've been getting a segmentation fault at some point like this,
> [builder 4/4] RUN CGO_ENABLED=0 go build -ldflags '-w -extldflags "-static"' -o whatever ./cmd/whatever
| ### Keybase proof | |
| I hereby claim: | |
| * I am cqsd on github. | |
| * I am cqsd (https://keybase.io/cqsd) on keybase. | |
| * I have a public key ASDgyiV0RiYbcK9vcOefeL1cqWMJbZExGzTfI8l7Z2NZ5wo | |
| To claim this, I am signing this object: |
| TMUX_COLOR_ACTIVE=green | |
| TMUX_COLOR_INFO=blue | |
| TMUX_COLOR_FG=black | |
| set-option -g default-terminal screen-256color | |
| set -g history-limit 50000 # that oughta do it | |
| set -g display-time 4000 | |
| set -gs escape-time 10 | |
| set -g pane-border-style fg=brightblack |