Say you're on the console on your Raspberry Pi, and you want to take a screenshot. But without X running, what does one do?
Simple: Use fbgrab. To install it, just:
sudo apt-get install fbgrab
Pass fbgrab the name of the virtual terminal/tty you want to snapshot, and it'll …