27
									  Sep
									  2013
									Red Branch | For Future Reference …
									I noticed one of our Windows 2008 servers running low on space on the C: drive and used Disk Usage Analyzer to scan the disk. I had been suspecting the winsxs directory as this has been a culprit in the past: However, this time it turned out to be... » More									
								
									The length of time it was taking after logging in to get Dropbox started was beginning to get on my nerves. The following worked for me: Open the Dropbox Preferences dialog and disable the option for "Start Dropbox on system startup" Next... » More									
								
									I wanted to add some colour to the output of my bash shell script and was able to do so with the following - very simple red and green: if ; then tput setaf 2 echo "OK There are no problems" tput sgr0 else tput setaf 1 echo "WARNING There... » More									
								
									On a misbehaving application we were seeing 200 transactions per second to a MS SQL Server database when normally there would be approximately 10 queries per second. To analyse the type of SQL queries received by the server I used 'SQL Server... » More									
								
									I was looking for an alternative to the Windows software 'Softerra LDAP Browser'  and I stumbled upon Apache Directory Studio. Apache Directory Studio is based on Eclipse and allows browsing to LDAP directories, searching and editing. I tested it with... » More