Procédure
Essais écrits pour expliquer étape par étape comment mettre quelque chose en place
2015
- Recover Discourse from a backup, adjust domain name Here is some preliminary notes on how one can restore a Discourse instance and change the domain name.Tags
procedure operations docker webplatform - 📁 experiments
- Converting a dynamic site into static HTML documents The following are the commands I ran on the last successful attempt to replicate the site I was working on. If you want to make a static version of your site, you might find those helpful.Tags
archiving procedure webplatform techniques - 📁 techniques
- Run a NodeJS process through forever from within a Docker container I’ve recently been through the steps to make a NodeJS web app to run from inside a Docker container. The objective of this project was to simplify the deployment of a web app that had many moving parts by making it a re-deployable service that is self-contained.Tags
linux docker open-source operations procedure webplatform - 📁 projects
- Upgrade to Python 2.7.9 on Ubuntu 14.04 LTS and make your own .deb package for deployment Need to run your web app with Python 2.7.9, but server environment uses Ubuntu Long Term Support? Don’t replace Python, leverage VirtualEnv instead!Tags
webplatform procedure operations best-practices - 📁 projects
- Install Discourse and Docker on Ubuntu 14.04 with aufs enabled I needed to install a set of VMs to run apps within Docker containers. In the case of Discourse, docker requires you to use aufs instead of devicemapper.Tags
standardization salt-stack procedure - 📁 projects
- Install PHP5 Memcached PECL extension and have it support igbinary Main part of my job is to make sure that its easy to reinstall a VM. Sometimes you need to build a package from source. How do you distribute it? Here’s one wayTags
linux cloud-computing procedure - 📁 projects
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
linux procedure operations techniques tutoriels - 📁 projects
- 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
techniques tutoriels procedure best-practices security - 📁 projects
2006
- Installer VMWare sur Ubuntu server avec le repositoire de Canonical Tags
linux open-source procedure - 📁 experiments