Posted by tauxeef on May 11, 2011 ·
the 5 Top and Best Linux Distributions for you geeks.
Best Desktop Distribution
Best Laptop Distribution
Best Enterprise Desktop
Best Enterprise Server
Best LiveCD
Once you find the best Linux distribution for your needs, you can visit our Linux Migration Guides to assist you in installing and using the one you'd like to try.
Best Linux Desktop Distribution
Nowadays the competition is tuff [...]
Posted by tauxeef on March 17, 2011 ·
With OpenCV it is possible to find structures on images. The library is shipped with training files to detect faces from different perspectives on images. To access the library and detect faces via PHP I wrote a wrapper.
Overview
This extension provides a PHP implementation of the OpenCV library. The extension offers two new functions. In princible, they differ only by their return value. The first [...]
Posted by tauxeef on March 10, 2011 ·
This is a (very) simple guide to adding a command or script to the debian / ubuntu startup sequence. There is obviously much more to it, but if you need to do very simple stuff, this can be useful.
1. Put the script in /etc/init.d - do not forget to give it execute permissions (’chmod a+x foobar’)
2. Run :
root@box:~# update-rc.d foobar defaults
‘foobar’ being the name of the script (must be [...]