docker system prune --all
Running the above command displayed the following on my mac
Total reclaimed space: 124.4GB
docker system prune --all
Running the above command displayed the following on my mac
Total reclaimed space: 124.4GB
Below is the command I used to check the status of an SSL Certificate for `id.planton.cloud` domain from command line | |
```sh | |
echo | openssl s_client -connect id.planton.cloud:443 -servername id.planton.cloud | head | |
``` | |
```sh | |
Connecting to 104.19.168.24 | |
depth=2 C=US, O=Internet Security Research Group, CN=ISRG Root X1 |
docker ps -q | xargs -r docker stop | |
docker builder prune --all --force | |
docker system prune --all --volumes --force |
--- | |
apiVersion: aws.project-planton.org/v1 | |
kind: AwsEcrRepo | |
metadata: | |
env: dev | |
name: ecr-repo | |
org: acmecorp | |
spec: | |
encryptionType: AES256 | |
imageImmutable: true |
``` | |
# make dot-files visible in all Open/Save panels system-wide | |
defaults write -g AppleShowAllFiles -bool true | |
# quit and reopen any app whose dialogs should respect the new setting | |
``` |
#!/usr/bin/env bash | |
set -o errexit | |
set -o nounset | |
set -o pipefail | |
# Set magic variables for current file & dir | |
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
echo "info : __dir is ${__dir}" | |
__file="${__dir}/$(basename "${BASH_SOURCE[0]}")" | |
echo "info : __file is ${__file}" |
list vcls
varnishadm -n /var/run/varnish-home vcl.list
Show a full vcl
varnishadm -n /var/run/varnish-home vcl.show <vcl-id>
Compile a vcl on varnish - make sure to provide absolute path
terraform output -json | jq --raw-output '."aws-iam_creds-iam_admin".value.encrypted_secret'| base64 -D | keybase pgp decrypt |
ssh-keygen -yf private-key.pem > public-key.pub |
I hereby claim:
To claim this, I am signing this object: