views:

833

answers:

3

About 2 months ago, I found this incredibly great gdb tutorial written by Peter Jay Salzman.

It used to be accessible here, but I think the site has gone down for a couple of months now.

I found it on archive.org, and wanted to mirror it. I tried wget, HTTPTrack to no avail, they both errored out. Googling didn't reveal much either.

Is there anywhere I can find a mirror of this site?

A: 

wget worked fine for me.

wget --header='User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.2) Gecko/20121223 Ubuntu/9.25 (jaunty) Firefox/3.8' http://web.archive.org/web/20080511001311/http%3A//www.dirac.org/linux/gdb/
mrduclaw
I want the entire tree, not just the index page.
sheepsimulator
@sheepsimulator, my bad. Not everything is on archive.org and I don't know where else to get it. Sorry.
mrduclaw
'sok. I did a bit more poking under their Terms of Use and apparently they do not let you copy portions of the Wayback Machine. I assume this is for logistical reasons and not legal ones.
sheepsimulator
A: 

Great write up on the GDB.

Nice to see archive.org has it backed up.

modal
+2  A: 

I hope this is what you are looking for:

You may also be interested in reading this article: Mastering Linux debugging techniques ( http://www.ibm.com/developerworks/linux/library/l-debug/ )

claws