Blog: 2023-08-29 morning: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "Thinking about https://github.com/jdx/rtx Does it work like n where it installs things to the system default spot?")
 
No edit summary
 
Line 2: Line 2:


Does it work like n where it installs things to the system default spot?
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.<syntaxhighlight>
weave $ doctl compute droplet create \
--image debian-12-x64 \
--size s-1vcpu-512mb-10gb \
--region nyc1 \
--ssh-keys <my key fingerprint> \
weave-demo

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

Latest revision as of 12:26, 29 August 2023

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.