up vote 4 down vote favorite
share [g+] share [fb]

I'm using Ubuntu minimal install (With no window manager). What is the quickest and easiest way to upload a file somewhere? Something like a script to pastebin would work.

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

Ubuntu has a package called "pastebinit", which is a script that puts a file on pastebin and then prints the URL.

Install it with:

$ sudo apt-get install pastebinit

Using it is very easy:

$ pastebinit your_file.txt
http://pastebin.com/whatever
link|improve this answer
+1 That's awesome! – dag729 Jul 30 '10 at 11:11
feedback

Maybe this could help you:

bash-script-to-post-on-pastebins

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.