
Jun 11, 2013
How install Apache 2.4 PHP 5.4.16 and MariaDB 5.5.31 on Windows 7
As a followup to my post on How install Apache 2.4 PHP 5.4 and MySQL 5.5.21 on Windows 7, I decided to install the latest Apache 2.4 / PHP 5.4.16 and MariaDB 5.5 with PhPMyAdmin. The difference is using MariaDB and PHP 5.4.16. Apache 2.4 Install First download Apache 2.4.4 from http://www.apachelounge.com/download/ (httpd-2.4.4-win32-ssl_0.9.8.zip) Apache 2.4.4-win32-ssl_0.9.8.zip. Extract the zip and... read more
Jun 10, 2013
How to install Apache 2.4 PostgreSQL 9.2.4 and PHP 5.4 on Windows 7
In following along with previous posts and installing Apache stack on Windows systems I thought I might cover installing Apache 2.4, PostgreSQL 9 and PHP 5.4 on a Windows system. In this case a Windows 7 Professional 64 bit installation. Apache 2.4 Install First download Apache 2.4.4 from http://www.apachelounge.com/download/ (httpd-2.4.4-win32-ssl_0.9.8.zip) Apache 2.4.4-win32-ssl_0.9.8.zip. Extract the... read more
May 9, 2013
How to Fix Flash Player Crashing on Firefox 20
After a recent upgrade of Firefox to 20.01 Adobe Flash player starting crashing on sites. After Googling around I found that most were saying to upgrade or downgrade Flash. Tried them all with no change until I ran across a suggestion to install the debug version of Flash which did the trick. Download the Windows Flash Player 11.7 Plugin content debugger (for Netscape-compatible browsers) (EXE, 17.21MB)... read more
May 2, 2013
Disappearing Space on Windows 2008 R2 Caused by System Volume Information and Shadow Copies
Recently ran into an issue where a 400 GB drive was showing low space but looking at the files found that only 20 GB was being consumed. Upon checking on the drive turned on show hidden on the server in a folder called System Volume Information. The System Volume Information folder is a hidden system folder that the System Restore tool (XP, Vista/7/8) uses to store its information and restore points, it... read more
Apr 9, 2013
How to clear ARP Cache in Windows 2003 / 2008
There are many tools and different ways to troubleshoot TCP/IP network issues. One of those steps could involve clearing the ARP (Address Resolution Protocol) cache. One area where clearing the ARP cache can help is if you are seeing web pages not loading, ability to ping certain IP addresses. Clearing the ARP cache is easy to do. Open a a command prompt Start > Run > type cmd and click OK. Enter in... read more