Blog: 2023-08-29 morning

From razwiki
Jump to navigation Jump to search

Thinking about https://github.com/jdx/rtx

Does it work like n where it installs things to the system default spot?


Back to weave, recreated my digital ocean droplet, this time calling it weave-demo rather than the default name.

weave $ doctl compute droplet create \
                --image debian-12-x64 \
                --size s-1vcpu-512mb-10gb \
                --region nyc1 \
                --ssh-keys <my key fingerprint> \
            weave-demo

I also made a fingerprint function, since the default behavior doesn't use the commonplace md5 hash one.