Archive for February, 2007

Wednesday, February 28th, 2007

Pre-installed Linux - But What About Support?

Ryan Paul over at Ars Technica wrote a very interesting article today regarding the rumors about whether or not Dell will put Linux on their desktop machines.
We would gladly see more diversification, and less dominance on the PC desktop market, but do we have to sacrifice something from our beloved Linux in order for it […]

Wednesday, February 28th, 2007

Spin Your Mac Like a Record: Virtual Desktops Impresses Friends, Increases Productivity

Here’s a little trick we’ve been using for a long time here at Playing With Wire. Virtual desktops. The idea with a virtual desktop is that it’s like having multiple monitors, except that you don’t have multiple monitors. Instead you have several ’spaces’ or separate desktops and you can go to them very quickly.
The […]

Tuesday, February 27th, 2007

SugarCRM - Customer Relationship Management Made Easy and Cheap.

Continuing our series “Building the Base-camp,” we continue with a CRM-system. In a modern corporation a CRM-system is a crucial element to optimizing your business.
There are a couple of Open Source CRM systems available, but we decided to use a software called SugarCRM, which filled our needs just fine. The user-interface of SugarCRM is […]

Monday, February 26th, 2007

Review of The Definitive Guide to symfony

Symfony is a PHP web development framework, similar to Ruby on Rails. The framework is currently gaining in popularity; a few months ago it was announced that it is used by Yahoo! Bookmarks, for instance. Recently, version 1.0 of symfony was released. A print manual, “The Definitive Guide to symfony” by François Zaninotto and Fabien […]

Saturday, February 24th, 2007

Infinite Loop with ‘cp’

Did you know you could create an infinite loop with the ‘cp’-command? I didn’t. I managed to create an infinite loop with the following commands:

cd dir
mkdir backup
cp -rfv ../* ./

Before I knew it, I had a 20-some level deep folder.