Back up a dead hard drive with rsync
This is just a quick note for my self : How on on Earth to backup an almost dead hard drive?
In my case, More »
This is just a quick note for my self : How on on Earth to backup an almost dead hard drive?
In my case, More »
<?php
/**
* On teste si l’on se trouve sur
* une URL de type node :
* node/1
* arg(0) = node
* More »
Un snippet permettant de savoir si l’utilisateur est un membre Drupal ou un anonyme.
function phptemplate_hello() {
// Récupération de l’objet global
More »