Et vous, vous l'avez ?


Functional testing standalone Symfony2 bundles

Posté le dans Dev', WebDev'.

At some point, you want to release the fabulous bundle you are working on. You integrated it in one of your applications and it seems to work just fine, but just in case and because you want to ensure the quality of your bundle, you decide to test it properly. That’s a great idea. You … Lire la suite →

Storing Symfony2 sessions in memcached

Posté le dans Dev', WebDev'.

Even if the only example in Symfony cookbook is about storing sessions with PDO, adapting it to memcached is pretty straightforward. Memcached installation If it’s not already done, install the following packages (supposing you are on a Debian-like system) : This will install a memcached server and the PHP extension to use it. The server … Lire la suite →

Nabaztag:tag et Freebox révolution

Posté le dans Geekeries.

Heureux propriétaire d’un nabaztag:tag, vous souhaitez le connecter à votre box pour qu’il puisse fonctionner pleinement. C’est tout à votre honneur. Vous suivez le guide d’installation, accédez à l’interface d’administration du lapin pour entrer vos identifiants wifi et, comble du désespoir, le malheureux lapin ne parvient pas à se connecter, même après plusieurs redémarrages forcés. … Lire la suite →

Cache and logs folders rights problems

Posté le dans WebDev'.

Clearing the cache with the « php app/console clear:cache » command failed with the following message: The permissions problem could be solved with the following commands:

Mes fichiers de conf (Vim, Zsh, xmonad et git)

Posté le dans Geekeries.

Ayant récemment dépoussiéré mes quelques fichiers de configuration, c’est l’occasion pour moi d’en parler ici. Au programme : vim, zsh, xmonad et git ! Pour les détails des conf, je vous renvoie au README du repo Github. Parce que oui, tout est sur un repo : easier to share . Vous retrouverez en gros du … Lire la suite →