Monthly Archives: June 2008
Anti Spam Filter for Exchage Server
Yes, you heard right, today topic covers an Exchange Server. You know an Exchange Server right? It’s one of those M$ operated box with mails going all inside and all around it. It’s no secret that the mail server of Micro$oft has reputations of having security holes and is super prone to spam… well, with … Continue reading
Used Another ‘For… DO’ Loop
The last post, was used to chmod a list of home directory. I used another application for that ‘for..do’ loop again… it’s climbing my favorite script command list.. second only to ‘while…do’.. for X in `ls -last | grep 2006 | awk ‘{print $9}’` do rm -rf $x done bye bye 2006 directories!