Archive for the tag 'unix'

 

 

Jan 21 2009

Find Duplicate Files with a Shell Script

Published by 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.   [...]

No responses yet

Nov 15 2008

Speed up your Compile Times

Published by under linux

Having loads of apps to compile, I worked on improving times. I wasn’t getting the best performances out of my Linux Redhat, so I turned off the cpuspeed service. I don’t know what’s up with cpuspeed, but it doesn’t release the full cpu capabilities. Then I took benefits of the server’s 4 processors running "make [...]

No responses yet

Aug 29 2008

Restrict LDAP or NIS Users Access on Unix

Published by under ldap,linux

A lot of networks use LDAP or NIS to authenticate users on servers. There is no policy control by default and access is granted to all users in the central database. Access can be restricted to some of the accounts adding them into the default passwd file if the compat mode is set. This works [...]

No responses yet

« Prev - Next »