Tipps & Tricks
Mounting ISOs (i.e. CD Images)
With the
Deamon Tools one can mount ISO Images as a Device very easily.
Using Sophos/Netbios Problems
At the University of Freiburg one needs to start the
Netbios Helper Service and enable the option
Netbios over TCP/IP to access the Sophos Files at
sweeupdt.files.uni-freiburg.de
Unixutils
With the
UnixUtils one can "enhance" a Windows Systems shell to more power i.e. with
grep,
find, etc.
Remove all SVN/CVS Folders using Unixutils
for /F %i IN ('find -name ".svn"') DO RD /S /Q "%i" ;