PHP activation for lighttpd

We will see how to let lighttpd execute PHP scripts and display their results instead of their content.

FastCGI configuration of PHP5

To execute PHP scripts, lighttpd can use the standardised interface CGI that is used by web servers. It is an interface that allow easily the exchange between a ...

more ...

tar and archives manipulation

Archives and their manipulation

Archives files (.tar) allow to group together files and folder and their respective attributes in a single file.

You have to note that the options of tar utility can be passed without the habitual preceding dash -.

General options

The f option (like file) will be used ...

more ...





Deconnected subversion with SVK

Date Tags SVN / DVCS Lang fr

SVK installation

apt-get install svk

Create a local repository with the following command:

svk depotmap --init

Create a local repository mirror

svk mirror svn://adresse_du_depot_distant.ex //local/nom_local_du_depot
svk sync //local/nom_local_du_depot

Create a workingcopy from the local repository mirror:

svk checkout //local/nom_local_du_depot repertoire

Local use of SVK

Add ...

more ...

Syncthing on server

Syncthing is peer to peer synchronisation software than run on a lot of platform. To be able to synchronise two devices they need to be both up at the same time. At the moment Syncthing is aimed to be run as a single user. Therefore if we want that several ...

more ...

Offline and caching of LDAP authentication

Centralised authentication through LDAP is very useful. No matter the number of machine that used it, the user have the same login and groups. When the user change his password on one of the machine, the password is updated everywhere. However in case of lack of connection with the LDAP ...

more ...

Delete duplicate messages in Mutt

Duplicated message in a mail box could append when consolidating to mailbox or only by mistake. Since each message is identified by an unique message-id while sending, duplicated message have the same message-id, and therefore can be easily identified.

To identify them with mutt, you need to configure it to ...

more ...