FYI

2007-09-11 by Administrator, tagged as software

Today I’d like to give an update on two tools already known to most tool fetishists. Everybody knows PuTTY and probably everyone is using it to connect to SSH servers from a Windows box. But lately I had to reset a Cisco Catalyst switch from the serial console and since the Hyperterminal is not part of Windows Vista anymore I had to look for a utility to help me out. Well, what can I say? It surely helps to read what is on the screen. PuTTY is capable of doing serial connections. I just love this tool. Now, please someone tell me a situation I could use this raw thing.

PuTTY Screenshot

Well, and the other tool I just discovered a cool function of is dd. One great thing about *nix machines is that they already come with so many basic tools right away. So the task was to create an ISO image of a CD. My first hit was K3B and it worked, of course. But then I doscovered that a simple

dd if=/dev/cdrom of=/home/user/image.iso

does also do the trick.