Posted in Linux, UNIX on déc 17th, 2007 No Comments »
Believe it or not, but latest Ubuntu release 1) does not include the latest PHP yet and 2) does not include mssql module.
Reading the newsgroups and forums, it seems nobody have a real tutorial on how to add it. You will also notice that Ubuntu builders have no plan to include it one day… (even [...]
Read Full Post »
Posted in Linux, Web on déc 9th, 2007 No Comments »
As usual in any new linux distro, Apache is not installed the same way as the previous. on ubuntu, you’ll find a bunch of files and directory in /etc/apache2.
I ended searching on “how can I add the LDAP authentication module, authzn_ldap. This module is in the mods-available directory.
One solution seems to link it to [...]
Read Full Post »
Posted in Linux, UNIX on sept 24th, 2007 1 Comment »
I’m really supprised today to see how applications uses Jack (the Linux - and other now - audio patch).
The Jack plus name is made of two parts : the application name and the “channel” name. The application name must be unique globaly, and the channel must be unique in each application.
While some seems to be [...]
Read Full Post »
Posted in Linux, UNIX on août 30th, 2007 No Comments »
This has always been a mess for sysadmins. Even good onces always get fooled by UNIX file rights and umask calculation.
The base is simple :
take 777 and substract the umask. If umask is 022, you’ll get a file permission of 755, which mean rwx-rwx-rwx.
Remember that 7 is 0111 in binary, so the rights are only [...]
Read Full Post »
Posted in Linux, UNIX on juin 22nd, 2007 No Comments »
Meme si je n’utilise pas ubuntu, ca peut tjrs etre utile. Je viens de passer dessus, donc je vous en fais profiter : http://www.prendreuncafe.com/blog/post/2006/09/05/489-installer-et-configurer-apache2-trac-et-subversion-sur-ubuntu
Read Full Post »