views:

106

answers:

3

Hi !

On many forums, I need to show some log files or any text file in general (configuration, source code,...). Usually this messages are quite long and the post is hard to read if there's several big code blocks...

Where can I store it on a different website such as imageshack for the pictures. I don't want to use websites such as megaupload or rapidshare as there is usually a time limitation and a captcha and need to wait with the free account (so 1 minut needed to just open a simple text file).

I don't have any personal website where I could store it and anyway even if I had one I'm not sure it's really a good idea as I don't know how long I'll keep it...

Thank you

A: 

How about Sourceforge? Or maybe Google Code?

bkritzer
good for the source code but maybe not easy enough for the log filesI need something easy and fast to both consult and post
Martin Trigaux
+3  A: 

Pastebin.com or another pastebin site sounds like it fits your needs. My personal preference is for Codepad.org.

Velociraptors
yeah that's about what I'm looking forThank you. I'll try Lodge It (http://paste.pocoo.org/) which is kind of really easy
Martin Trigaux
A: 

Gist is really nice too, you can embed the file and others can use git to pull it.

ustun