techniques

2015

 

2013

  • How to create a patch and ensure it is applied within Salt Stack
    When you need to adjust a file with a specific code modification and you are sure the file will not change over time, patch is a viable solution. This tutorial shows how to create a patch, sign it, and make sure it is applied.
    Tags
    • salt-stack
    • techniques
  • Procédure pour avoir un environnement de dévelopement local facile à configurer avec Apache
    Mon environment de développement est sous Linux depuis plusieurs années. Avec le temps j'ai traîné dans mes portails privé de documentation cette procédure. Elle utilise des variables utilisés dans l'URL qui pointe vers votre hôte local de votre espace de travail où l'on peut héberger les fichiers de travail. Tout ceci, sans avoir à configurer pour chaque projet client.
    Tags
    • best-practices
    • favourites
    • linux
    • php
    • techniques
    • tutoriels
    • 📁 projets
  • Who else is using feature flipping thing on their web applications?
    Heard about a web application concept that can be described as: enabling or disabling live on the web? That's called "feature flipping". Here is my essay about how to describe and use.
    Tags
    • best-practices
    • development
    • techniques
    • workflows
  • Encapsulate a LDAP DN string using Arrays in PHP
    While I was writing an authentication and privileges assignation mechanism using information provided by an ActiveDirectory's LDAP DN string into my project's web application, I realized that there was no documented way to extract information from it. This snippet is about reading a complex DN string, and "explode" it into a manageable PHP Array.
    Tags
  • Creating and using Javascript events while combining events on two separates behaviors
    This is an article I wrote on my new project "HTML and CSS The Right way". I wrote it when I discovered something that chocked me: Did you know that the ‘click’ event is only a string and you can create any event name you may want? Here is an experimentation example.
    Tags
 

2012

 

2010

 

2009

 

2008

  • Tester le fonctionnement d'un serveur SMTP
    Envoyer et recevoir des courriels implique une combinaison de systèmes qui interagissent d'une façon assez complexe et un problème de réception ou de classement peut être causé par plusieurs raisons. Étant donné que tout est très intrinsèque sur un serveur, voici une procédure pour s'assurer que tout est en ordre.
    Tags
  • Effacer complètement un disque dur de façon sécuritaire
    Une procédure qui explique comment complètement effacer un disque dur en écrivant plusieurs fois des données aléatoires pour rendre beaucoup plus difficile de recouvrer les données.
    Tags
 

2007