February 19, 2009
We have been trying to find an open source CMS solutions for www.frostytour.co.uk Edward found ‘Joomla’ available at www.joomla.org . Over the last week we have now implemented Joomla. – content editing is now going to be a lot more easier for us. Joomla provides the following features: • User Management – Authentication including LDAP, [...]
February 12, 2009
@echo off rem for more info please see http://support.microsoft.com/kb/934838 rem central admin echo *** Updating Central Admin password “%commonprogramfiles%\Microsoft Shared\Web server extensions\12\BIN\Stsadm.exe” -o updatefarmcredentials -userlogin %1 -password %2 rem other app pools echo *** Updating app pool passwords “%commonprogramfiles%\Microsoft Shared\Web server extensions\12\BIN\Stsadm.exe” -o updateaccountpassword -userlogin %1 -password %2 -noadmin rem ssp – new echo *** [...]