Run IIS6 in 32 bit mode
To run IIS6 in 32bit mode you need to run these commands: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 “C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe” -i
To run IIS6 in 32bit mode you need to run these commands: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 “C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe” -i
how to check current apache connections Since apache will spawn a new process for each new connection you need to determine how many httpd processes are currently running I would recommend checking the count from this command against the MaxClients…
how to speed up lotus notes Is your lotus notes slow? Do you cringe when you have to search for anything? It’s maintenance time! Instructions: Shut down lotus notes Open up an administrative command prompt Browse to the directory where…
if you already have apache installed on redhat linux # chkconfig httpd on # start
howto list all users in security group active directory ? dsquery group -name “” | dsget group -members -expand | dsget user -fn -ln -disabled
How to install fail2ban on ubuntu 10.10 Install Fail2ban # apt-get update # apt-get install fail2ban List IPtables to see if it is running # iptables -L You will see this at bottom of IPTables: Chain fail2ban-ssh (1 references) target…
To remotely capture http or https traffic with charles you will need to do the following: HOST – Machine running Charles and hosting the proxy CLIENT – User’s machine generating the traffic you will capture Host Machine 1. install fully…
how to update the windows path single command ? In command prompt type: SET PATH=%PATH%; Examples: SET PATH=%PATH%;C:\Program Files (x86)\GNU\GnuPG SET PATH=%PATH%;C:java
while upgrading redmine i received error: don’t know how to build after running: rake db:migrate:upgrade_plugin_migrations RAILS_ENV=production You probably copied all your old plugins over the new ones. This is incorrect. Install it again on another machine and copy the plugins…
how do we Fix Please specify the path to mono error? This occurs with a mindtouch dekiwiki install full error, “Please specify the path to mono in the Advanced Configuration section. ” To fix in redhat yum install mono-core mono-web…