i discovered this today on irc
kerframil: my go-to 'vanilla' pastebin is termbin.com, which can be used with nc (busybox has an nc implementation)
i am a huge busybox fan, and i'm always looking for ways to use it more. i replace whatever pkgs i can with busybox.
so i hiked over to http://termbin.com for a quick look, and i am very impressed!
termbin.com is powered by Fiche - open source command line pastebin server. There is a link to github repository: https://github.com/solusipse/fiche.
i add these lines to my aliases
alias termbin="busybox nc termbin.com 9999" alias tb="termbin" alias wgetpaste="termbin" alias pastebin="termbin"
so now i can pastebin like so:
$ cat textfile | tb $ make install | wgetpaste $ lspci | pastebin
there.. nothing to be installed either :)
No comments:
Post a Comment