Active Directory Database Corruption/Recovery
- No Comments
- Apr, 20, 2011
- Angelo Schalley
- Active Directory, DNS, Windows-Microsoft
Active Directory Database corruption and you don’t know what to do?
Did you got stuck with a domain controller that at startup is showing a message “Directory is Rebuilding Indices” and after a long time it fails?
Read more on Active Directory Database Corruption/Recovery…
Slow printing performance windows server
- No Comments
- Apr, 14, 2011
- Angelo Schalley
- Networking, Windows-Microsoft
– Uncheck ‘Render Print jobs on client computers’
– Uncheck ‘Enable Advance Printing Features’
– update all drivers for each printer
– Thrown in 2 hotfixes: KB951638 & KB959130
– Update windows server
– Time settings
Read more on Slow printing performance windows server…
Make a php info test file on your webserver
- No Comments
- Mar, 12, 2011
- Angelo Schalley
- html / php, IIS, joomla, Linux, Plesk Linux, Plesk Windows
put a file in your websites root directory or a in some folder :
info.php :
<?php
phpinfo();
?>
save and give execute writes : chmod +x