In order to send an email from command line with a custom subject and the content taken from a from file: sendmail -v [email protected] < /path/to/file […]
Sometimes I need to reset all php fastcgi processes especially when I change the php version for users in their php-wrapper pgrep php-cgi | xargs kill […]
I simpliefied the code as much as possible var intervalHandler; $('#'+obj_id).mousedown(function() { intervalHandler = setInterval(function() { doTheWork(); }, 100); return false; }) $('#'+obj_id).mouseup(function() { clearInterval(intervalHandler); }); […]
A more exact error is “An exception oftype System.Security.Crypthography.CryptographicException” and happened when I was trying to install SharePoint2010 on windows 7 x64 I tried to find […]