Useful commands: Web Tools Windows share: smbclient, nmblookup, smbmount smbtree -N # Show all non-passworded shares! nmblookup -M -- - # master browser nmblookup -A IP # Find smb name by ip smbclient -L //machine # list shares smbclient //machine/share At the command line, type "help" for a list of commands SSH, SCP: ssh user@host "commands" command > ssh user@host "commands" scp file user@host:/remote/location scp user@host:"/remote/file/glob/*" /local/location ssh -L 8080:mythtv:80 mcarlson.ca Escape characters: ~. Disconnect ~# List forwarded connections