Nahum Shalman
  • Blog
  • GitHub
  • LinkedIn
  • Mastodon

Manta blind drop

  • Nahum Shalman

Nahum Shalman

Mar 18, 2014

Note to self:

Generate a signed URL:

msign -m PUT ~~/stor/where/you/want/it

Other person uploads to that location:

curl -X PUT -T some_file $signed_url

Thanks @dapsays!

Or in a pinch, just fire up @mcavage's
https://github.com/mcavage/manta-browser-upload on a server.

Private Web based IDE

These notes are a riff on a post by Chris Short. The biggest difference is that I will use the Tailscale TLS support rather than using external DNS access and a custom DNS record. This removes the need for a sensitive DNS API key. Chris's post is definitely worth a
Jul 7, 2022 2 min read

SSH SOCKS proxy but it's Tailscale

Have you ever run ssh -D 9999 somehost? You might find the rest of this interesting. I'm not going to go into detail for the use cases of why you might want to use a SOCKS proxy with e.g. your web browser, but if, like me, you've ever done
Apr 28, 2022 1 min read

Tailscale for illumos

Current status: Up to date with Tailscale 1.24.2. My SMF manifest and build script are checked in to my branch. I've added notes on how to set up an exit node.
Jul 13, 2021 4 min read
Nahum Shalman © 2023
Powered by Ghost