The Hacker Within II

Another useful thing about tracking THW projects is that it’s so easy to forget about Linux commands, utilities, etc. that I’ve used in the past. THW posts can serve as a record of such commands. Today I needed to capture a screen shot of some web images of the nuclear fuel cycle for a memo (each facility had a different image, so it was too much work to save each image separately). And of course I forgot to bookmark the site I used last time I needed help with this problem and couldn’t quite find it.

Here’s how I did it when I finally figured it out:

> xwd -out cycles.xwd
[clicked on open Firefox Window]
> convert cycles.xwd cycles.jpg

Easy as pie, right?