Linux

smbclient (mount, Windows XP, SFS, file sharing)

Since I always use some GUIs, I don't really remember anymore how to connect to a Windows machine via the command line. smbclient -L windowshost shows you the shares that are available. Often, you you cannot browse them without a login/password for that windows machine, therefore you need to type smbclient -L windowshost -U username And occasionally the netbios name doesn't work either and you need to replace it by the IP address.

SCPM (System Configuration Profile Management)

scpm is something like the Location Manager for Mac OS X. You need to be root to execute most of its commands: /sbin/scpm list Lists all available profiles. /sbin/scpm switch "profilename" Switches to the specified profile. /sbin/scpm add "newprofilename" Adds a new profile based on the present systems settings. The files subject to change are located in /var/lib/scpm/profiles/"profilename"/file and /var/lib/scpm/profiles/"profilename"/service. But you shouldn't modify them manually.

Pages