Hi.
I don't use windows at home, but when ever I need to access my b3 from a windows machine I use PuTTY:
http://www.chiark.greenend.org.uk/~sgtatham/putty/
Alternativ Kitty which is close to being the same thing, but has a few tweaked features:
http://kitty.9bis.com/
These programs excel due to the fact its both ssh telnet and serial connections on windows, you can tweak it alot, but main thing its, by default its nearly as good as the ssh on a native linux box.
About the b3 - my main tool is Midnight Commander. mc, : apt-get install mc.
I would advice people who has difficulties overviewing the filesystem on linux to take a look at it. When you get the hang of it's brilliant Its a two window look that you can switch between on the [tab]-key. It has internal or external editors - your choice, vim, nano etc. The bar at the buttom is shortcuts to F-keys.
few usefull commands over ssh:
ps -A = Complete process tree
ps -A |less = browseable process tree (to quit :q)
ps -A |grep smb = check if samba is running and what pid it has.
otherwise there is always the program 'top'
pkill proccessname = to kill some process by name.
tcpdump - listen on the network packets on your network
nmap - brilliant portscanner check what services you really run -> please don't abuse.
You may allready know this, or have something better, let us know
