amuck-landowner

Sprunge ! A really nice log / config sharing

darknessends

New Member
Just open sprunge.us and you will know. Tell me if you like it.

sprunge(1) SPRUNGE sprunge(1)

NAME
sprunge: command line pastebin.

SYNOPSIS
<command> | curl -F 'sprunge=<-' http://sprunge.us

DESCRIPTION
add ?<lang> to resulting url for line numbers and syntax highlighting
use this form to paste from a browser

EXAMPLES
~$ cat bin/ching | curl -F 'sprunge=<-' http://sprunge.us
http://sprunge.us/VZiY
~$ firefox http://sprunge.us/VZiY?py#n-
7


Helps you share a lot of big files and logs.
 
 
Last edited by a moderator:

Damian

New Member
Verified Provider
Seems to be a lot of typing to effect a "command line pastebin", especially when I can point-and-click at the exact data point that I want with my mouse with not much more effort.
 

acd

New Member
I can see a use for it, specifically when I have VNC access but no ssh, which is damn rare, but happens, like during initial install, or for telling people to pastebin something via script, for example.


Code:
{ echo "==== ROUTES ====" ; ip ro show table all ; echo "==== RPDB RULES ====" ; ip ru show ;  echo "==== IP ADDRESSES ====" ; ip addr show; echo "==== IPTABLES RULES ====" ; iptables-save; echo "==== IP6TABLES RULES ====" ; ip6tables-save; } 2>&1 | curl -F 'sprunge=<-' http://sprunge.us
 
Last edited by a moderator:
Top
amuck-landowner