Disable submit button on click
Are you looking for a JavaScript code to disable your HTML form submit button on first click to prevent double clicks ? so here is the code , it has been tested on IE 8 , Firefox 3.5 and Chrome. I am...
View ArticleHow to Disable Password Expiration on Windows Server 2008
If you’re not using Active Directory, your “Local Security Policy” dictates things like password complexity rules, account lockouts, and password expiration. To turn off password expiration: 1) Login...
View ArticleDisable WordPress Commenting System to prevent spam
It is a few days that I have installed Disqus wordpress plugin and I am quite impressed by it. I am receiving no more spam/bot messages through Disqus commenting system , but still bots are able to...
View ArticleForce public key authentication on SSH daemon (disable password authentication)
It is a very good security practice to completely disable password authentication on your Linux server and use public key authentication method. In order to do that you need to create your own...
View ArticleDisable ipv6 on Linux
To disable ipv6 on Linux, add following line to /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 Now apply the change : sysctl -p
View Article