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 […]
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 […]
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 […]
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.
If you haven’t heard about PortableApps yet, you’ve missed out on something cool. PortableApps focuses on modifying popular (mainly open source) softwares to run on USB flash-drives. The benefit of this is that you have all your bookmarks and settings right there, and you don’t have to install the softwares you need on each and […]