What is your favorite pastebin-like service? I'm looking for something good with a CLI client that I can use.
I have been using hastebin.com for quite some time due to it's easy-to-use cli that uploads directly to hb:
[CODE]
cat file | haste --raw # or
haste file --raw
[/CODE]
It has served me well, but lately it's been giving me weird SSL/TLS errors when using it with curl on some of my boxen even after fixing the date iirc. Anyone else seen this? Should I host my own haste-server or should I use some other service?
Links:
hastebin.com
https://github.com/seejohnrun/haste-client
https://github.com/seejohnrun/haste-server