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
Jun 6, 2013
How To Install Bluefish 2.2.4 on Fedora 18
Bluefish is a great Web Development IDE for Linux / Windows and Mac OSX. Having the latest and greatest on Fedora 18 is always a plus and sadly in the repositories it is at 2.2.3 and not 2.2.4, but great news we can take care of that in short order. If you have installed Fedora’s supplied Bluefish you will need to uninstall it. $ sudo rpm -e bluefish bluefish-shared-data Now let’s download the... read more
Jun 3, 2013
Using the Raspberry Pi as a NAS
Here we have another great use for the Raspberry Pi as a NAS server for your LAN. In this post we’ll be using a Thermaltake BlacX USB SATA attached to the Pi with a 1 TB drive with ntfs shared to the Windows and MAC systems for access. Install ntfs support $ sudo apt-get install ntfs-3g Create the mount directory and mount it $ sudo mkdir /media/ext Mount as ntfs as user id pi $sudo mount -t auto... read more
