Using Intel ATOM as OpenSolaris NAS engine

I  recently started searching for a power- and price-efficient engine for modest-sized NAS, running OpenSolaris (Nexenta) of course. The idea to go to Intel ATOM first comes from their high power efficiency (1-13W TDP). To really benefit from it, do not only take into account the power used by the CPU, but also the whole motherboard (you know, chipset and GPU [Graphic Processing Unit]). ATOM is supposed to dissipate so little heat that a fan might not be necessary, so most motherboards for ATOM ship with passive/fanless cooling.

Installing Squid on ZFS

The recommended filesystem for Squid on OpenSolaris is ZFS: http://wiki.squid-cache.org/BestOsForSquid It is also recommended to disable the atime property on the filesystem holding the cache, and you may want to avoid using any type of RAID. To achieve this on Nexenta (or OpenSolaris, whatever), first create the ZFS filesystem: # zfs create -o atime=off -o mountpoint=/var/spool/squid3 syspool/squidcache Then install Squid (here for version 3.x, as you might have noticed from the com

Top projects of February 2010

February has been a planning and sales month. We've been very busy answering an enormous quantity of requests for quotes, one of them being to embed Chamilo into a Joomla site (which we have already done in the past, but not the same way), another one being the building of a multi-sources collaboration system built on Drupal. Here are a few projects that we would like to present to you:

Advanced PHP Course

We had been very busy preparing an advanced PHP course for Perú, with the idea of uniting the 5 only Zend certified engineers in Peru to teach a 120 hours curriculum.

Chamilo 1.8.7 to manage timezones

Well, it was rather a low priority task (due to its possible difficulty), but it has been advancing so well in just two days that I think I can already make a little preview on this... First of all, I'd like to officially welcome Guillaume Viguier-Just, who joined forces with us just yesterday. Guillaume has a considerable PHP development experience, so it's been pretty easy for me to give him a few basic tasks in Chamilo and it's apparently been pretty easy for him to honor them.

Top projects of January 2010

This year has taken a good start for us at BeezNest worldwide, and between writing around 3 times more offers than usually and launching new projects, we have been busy on a series of important missions that I'd like to take the opportunity to mention.

Gallery 2 and slow disk accesses

First of all, we've been busy trying to debunk a really well hidden flaw in an install of Gallery 2, whereby the "Comments" feature was so quickly getting spammed that the server could just not handle the number of requests sent by the application and a lot of other applications were slowing down.