Server

How to remove X-PHP-Originating-Script

Posted by on October 3, 2012 at 11:09 am

X-PHP-Originating-Script Will show the line and script of the file witch sent the email within php.  You may want to disable this for security reasons. To do so… Just edit /etc/php5/cgi/php.ini and change the following to: mail.add_x_header = Off   While your in there change: expose_php = Off

How to setup Domain Keys (DKIM) using Debian and Postfix

Posted by on October 3, 2012 at 9:11 am

DomainKeys is an e-mail authentication system designed to verify the DNS domain of an e-mail sender thereby allowing a person, or organization to claim some responsibility for the message and helps verify that your mail is legitimate. This will help your emails not get flagged as spam or fraud, especially if you are doing bulk […]

JavaScript – SSL Strip Detector with Client Alert

Posted by on February 13, 2012 at 8:33 am

Code name: JavaScript SSL Strip Detector and Alerter. Code version: v1.0 Copyright: Copyright (C) 2012  Richard Cornwell Website: http://thegeekoftheworld.com/js-ssl-strip-detector/ Email: richard@techtoknow.net Code license: GNU General Public License v3 You can find this Script at: http://thegeekoftheworld.com/scripts/sslstripjs.txt   This code way made to protect the client for a local SSL Strip attack. Do take note this is only for the client side… not server […]

lm-sensors and HP DL140 G2 Not Working…

Posted by on January 15, 2011 at 2:38 am

When  I got my DL140 G2 for VM’s I did not think that lm-sensors would not work for the Temperature readings.  So When I got this 1U and Installed Debian I was very upset that they did not add apci nor bus reading 🙁  so after hours looking online I found a way to pull […]

IPTables + Bashrc Shortcut

Posted by on August 4, 2009 at 8:35 am

We All know IPTables and well be a bitch… so by adding the following lines to your /etc/bash/bashrc and/o….