David Ansermot Web Developer / TYPO3 Integrator

25oct/100

RDS security flaw in Linux Kernel 2.6.30 and higher

A flaw affecting the RDS for Linux allows a user to afford the status of "super user", a fix is luckily available.

A security flaw in Linux issue very recently discovered by a team of researchers. The scientists point the finger and a vulnerability that appeared in version 2.6.30 of the kernel of the operating system free, and that continues to this day.

It is situated in the RDS (Reliable Datagram Sockets) that came with this version of the kernel.

Download the patch

Source : VSR Security

19oct/100

Magento : Product price list sort bug

A Magento bug exists on 1.3.xx (and maybe 1.4) on the product list.

When you want to sort the products by price, it does't works.
To fix this, here's the way :

Open the file : app/code/core/mage/catalog/model/resource/eav/mysql4/product/collection.php
Go to line 1156 - 1158

It should looks like

 $this->getSelect()->joinLeft(
                    array('_price_order_table'=>$this->getTable('catalogindex/price')),
                    "{$entityCondition} AND {$storeCondition} AND {$groupCondition} AND {$attributeCondition}",

Remove the "AND {$groupCondition}".
Save then test.

Now the sort works logged in and out ;)

31mai/100

Joomla Security Release : 1.5.18

The Joomla Project announces the immediate availability of Joomla 1.5.18 [Wojmamni ama wojnaiki]. This is a security release and also corrects one priority issue in version 1.5.17.

Download full package
Download update packages

26avr/100

Joomla! 1.5.16 Released

The Joomla Project announces the immediate availability of Joomla 1.5.16 [Wojmamni ama busani]. It has been about six months since Joomla 1.5.15 was released on November 4, 2009.

The Development Working Group's goal is to continue to provide regular, frequent updates to the Joomla community.

Download Joomla 1.5.16
Installation instructions

14avr/100

Python 2.7 is now available in beta

The beta of Python 2.7 has just been put online by its developers. This latest version of Python 2.x brings many new features, unlike the later versions that are no more than patches (bug-fix-only-mode) until the arrival of version 3.0 of the language.

Among the new features in this release 2.7, we note in particular:

  • Ordered dictionaries
  • A module input / output (io) much faster
  • Views of dictionaries
  • A module sysconfig

With you to discover more!

You can download Python 2.7 here.