Skip to content

Instantly share code, notes, and snippets.

@JonTheNiceGuy
Created November 19, 2019 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonTheNiceGuy/a44b8ca1c0e0abdd2c5caabce5ec1d93 to your computer and use it in GitHub Desktop.
Save JonTheNiceGuy/a44b8ca1c0e0abdd2c5caabce5ec1d93 to your computer and use it in GitHub Desktop.
How to publish an "about" message on Secure Scuttlebutt
ssb_id="$(if command -v jq >/dev/null 2>&1 ; then ssb-server whoami | jq -r .id ; else ssb-server whoami | grep id | cut -d\" -f4 ; fi)"
ssb-server publish --type about --about "$ssb_id" --name "JonTheNiceGuy" --description "Linux advocating geek. Fujitsu Distinguished Engineer since 2018. Blogging @ [jon.sprig.gs](jon.sprig.gs)
[Twitter](https://twitter.com/JonTheNiceGuy)|[FB](https://facebook.com/JonTheNiceGuy)|[LinkedIn](https://linkedin.com/in/JonTheNiceGuy) @ JonTheNiceGuy
🗺️ [Glossop, Derbyshire, UK : Maidenhead Grid: IO93ak](http://levinecentral.com/ham/grid_square?Grid=IO93ak) - Amateur Radio Callsign: [G7VRI](https://hamqth.com/g7vri)
He/Him
SameAs [Blog](@EFWzZK2K+b++CbBszsVkAB+WHlRJtX2kX8ynaJp0nHA=.ed25519), [Mobile](@3SEA7qNZQPiYFCzY6K57f0LTc9l+Bk6cewQc6lbs/Ek=.ed25519), [Laptop 1](@p3gu8eLHxXC0cuvZ0yXSC05ZROB4X7dpxGCEydIHZ0o=.ed25519), [Laptop 2](@3xnWXOEsfSNvazULuT54WL8AxGcUNCRyBPbCWcR/1ow=.ed25519), [Tablet](@ayUZ+IXBH8zX0HLk8A6h9YzIGy+LKy/RDIKJOT/xeVQ=.ed25519), [dispatch.sprig.gs Pub](@xp+ZlMOuhjiDHywThMB8pPsGvWjZH7qFKnRK8Y/0VTE=.ed25519)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment