See also The table of equivalents / replacements / analogs of Windows software in Linux.
SDeleteTo zero out free space use SDelete http://www.microsoft.com/technet/sysinternals/Security/SDelete.mspx from Microsoft Technet.
Example:Putty
sdelete -c c:temp
Use Xming portable PuTTY to give you a tight X Window Server as well.Xming - X Window Server
Go here for the original PuTTY.
JWhich
JWhich is a program to find Java resources such as class files or property files. Just as the UnixMonitoring Toolswhichcommand finds executable files by searching thePATH, JWhich finds Java classes by searching theCLASSPATH.
Nagios: http://www.nagios.org/Perforce
Zenoss: http://www.zenoss.com/
A simple Backup Script:
$ cat bin/backup.shWinMerge
#!/usr/bin/sh
cd /cygdrive/c/projects
rm -f /cygdrive/c/projects/*.zip
for d in `ls -1`; do jar cfM $d.zip $d; done
cd /cygdrive/C/tu/Documentation
# rm -f DocumentationBuild.zip
jar cfM /cygdrive/c/projects/DocumentationBuild.zip Build
# rm -f SolutionDesign.zip
jar cfM /cygdrive/c/projects/SolutionDesign.zip SolutionDesign
# mv -f /cygdrive/c/tu/Documentation/*.zip /cygdrive/c/projects
mv -f /cygdrive/c/projects/*.zip /cygdrive/f/
An Open Source file merge utility.
SensiveGuard is license free for personal use.Tail for Win32
iSafer - a Winsock firewall.iSafer Sourceforge site:
Tail for Win32 is a Windows version of the UNIX 'tail -f' command.
No comments:
Post a Comment