Opérations
Essais écrits en relation au métier de gérer une infrastructure informatique ou infonuagique et comment entretenir des systèmes pour des Applications Web résilientes et stables.
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
- Managing my PGP/OpenPGP keys and share across many machines A solution to the idea of sharing PGP private keys without risking to lose everything if one of the machines you shared it had been accessed.Tags
linux vulgarization operations security webplatform - 📁 procedure
- Migrating WebPlatform.org MediaWiki into Git as Markdown files Tags
archiving open-source operations webplatform - 📁 projects
- Add OpenStack instance meta-data info in your salt grains Ever wanted to target salt states based on data only the underlying OpenStack cluster knows. Here’s how I did it.Tags
linux operations salt-stack cloud-computing open-source - 📁 snippet
- 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
- Make Discourse “long polling” work behind Fastly or Varnish In the Discourse forums, if you’ve seen something saying that you have to provide a different origin to make long polling work, maybe you didn’t understand what you have to do. Here are the details of why and how to do it correctly.Tags
linux operations webplatform cloud-computing - 📁 projects
- Setting up Discourse with Fastly as a CDN provider and TLS Here’s how I setup a Discourse web application so that I can scale it by adding more Docker instances while keeping a low number of exposed web serversTags
operations cloud-computing webplatform linux caching varnish - 📁 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
- Creating a new Ubuntu Salt master from the terminal using Cloud-Init Cloud-Init is made in a way that it handles distribution specific package installation details automatically. With it, you can create a new salt master in a few commands.Tags
operations linux salt-stack cloud-computing - 📁 projects
- Quelques bouts de code pour automatiser le déploiement Avez-vous déjà voulu automatiser le déploiement de votre infrastructure serveurs web de A-Z? C’est exactement sur quoi je travaille en ce moment.Tags
cloud-computing development operations salt-stack - 📁 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