How to paste?

command | nc -N paste.bitsmanent.org 2023

In a nutshell:

$ echo Hello |nc -N paste.bitsmanent.org 2023
https://paste.bitsmanent.org/foo

Put an alias in your shell init file for easy use:

alias paste="nc -N paste.bitsmanent.org 2023"
Then you can do:
$ echo Hello |paste
https://paste.bitsmanent.org/foo

The input is eventually truncated to 32K.

Notice that deletion may occurs at any random time in the near future.

Served with beans.