»

26

Mar


2012

IN Applications, Linux

Mac OSX Lion VMware 4 Ubuntu Server 11

by Jose • No Comments

This tutorial is simply an updated version of a previous one I did for Snow Leopard. We now Mac OS X Lion, and the instructions are updated to reflect that. For my local development, I have used LAMP environments where I would install them from source, or 3rd party solutions such as MAMP. The problem with those solutions is that I can’t try different things whenever I want, such as different configurations, and there might be a possibility that the code will not behave the same on a real environment.

Luckily for us virtualizing has become a popular way to quickly deploy environments for testing, and scraping. I have really come to embrace this technology, and if you haven’t already I would urge you to start using or an entertaining the idea.

One of the problems one might face is being able to edit your files through your favorite editor, and only using the server to test, but not do any actual development.

In this tutorial I will show you how to install Ubuntu Server on a virtual environment..

In order to move forward with this tutorial you will need
Mac OSX Lion 10.7.3 http://www.apple.com
VMware Fusion 4.1.1 http://www.vmware.com/products/fusion/
Ubuntu Server 11.10 http://www.ubuntu.com/server
It may work with future versions, and I will try to update this tutorial when new software is available.

Last Updated on March 26, 2012

Read full article →


18

Jan


2012

IN News

Websites go dark to protest SOPA and PIPA

by Jose • No Comments

Thousands of popular websites are now joining together on January 18, 2012 for 24 hours in order to protest congressional anti piracy bills that will amount to censorship. As it stands congress is currently considering passing legislation that could damage the free and open internet. All the websites ask people to please contact your local representative in order to prevent this from happening.
Read full article →




Running VMware Fusion 4 headless mode

October 10, 2011 • by Jose

VMware Fusion 4 was released in September, I usually wait a bit after the release to make sure it’s a stable solution. As it stands now it is currently 4.0.2, one of the issues that I had however was trying to run it in headless mode.

Read full article →

Enable incompatible addons in Firefox 6

August 08, 2011 • by Jose

Firefox recently released their next version of Firefox, version 6. They are now on a tighter release schedule similar to that of Google Chrome, developers must rush to deliver a release, but if the addons you currently use are not available for the next version, this will show you how to enable them.

Read full article →

Create a OS X Lion bootable drive

July 07, 2011 • by Jose

This week Apple released their next version of OS X named Lion. In order to get it, you must have the latest version of Snow Leopard, and download it through the App Store. The problem with this solution is that if something happens to your install, and you need to install a fresh copy by…

Read full article →

Using Sluggable in Doctrine 2 with Zend Framework

June 06, 2011 • by Jose

Doctrine 2 has some incredible new features, however some of the features of Doctrine 1 that I liked were not implemented in the new version. Sluggable being one of them, this tutorial will guide you through installing Sluggable in Doctrine 2 with Zend Framework.

Read full article →

Compress JavaScript files

May 05, 2011 • by Jose

One of the most overlooked practices while working with different developers, is the compression of JavaScript files. It’s very important for everyone to perform these steps to all their JavaScript files since it attributes reduced bandwidth consumption, faster download times, and faster execution of JavaScript.

Read full article →