Archive for the tag 'script'

 

 

Aug 20 2009

File server cluster on Windows 2003 Server Standard Edition

Published by dave under Windows

Most of us already know cluster features aren’t provided on Windows 2003 server Standard Edition.
The thing is you’ve got a shared storage space but you can’t (or don’t want to) afford 2 Windows Enterprise licences just for a file server.
There is DFS indeed but one acknowledge it is a pity to replicate data that resides [...]

No responses yet

Jan 21 2009

Find Duplicate Files with a Shell Script

Published by dave under linux

This shell script finds duplicate files in a given directory comparing their (md5) checksum. This means the content is checked and is strictly identical, rather than the filename or date of creation.
This is usually useful to delete large files. ‘Find’ command option -size can help speeding up and finding the largest duplicate files.
 

admin@fileserver$
find /usr/bin -type [...]

No responses yet

Dec 04 2007

htpasswd Generator

Published by dave under Apache

Create a .htpasswd Entry

Username

Password

Download

Download the php or Perl free script from the links below if you want to integrate the .htpasswd generator to your site or intranet
Php .htpasswd Generator
Perl [...]

No responses yet