I hereby claim:
- I am thylong on github.
- I am thylong (https://keybase.io/thylong) on keybase.
- I have a public key whose fingerprint is D576 5918 0C00 4882 33D0 4F37 08A9 AFCF 3F5D 1EF7
To claim this, I am signing this object:
| FROM nginx:alpine AS builder | |
| # nginx:alpine contains NGINX_VERSION environment variable, like so: | |
| # ENV NGINX_VERSION 1.15.0 | |
| # Our NCHAN version | |
| ENV NCHAN_VERSION 1.1.15 | |
| # Download sources | |
| RUN wget "http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" -O nginx.tar.gz && \ |
| // Playbook - http://play.golang.org/p/3wFl4lacjX | |
| package main | |
| import ( | |
| "bytes" | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| "encoding/base64" |
I hereby claim:
To claim this, I am signing this object:
| Verifying that +thyl is my Bitcoin username. You can send me #bitcoin here: https://onename.io/thyl |
| // Lister les paquets installés sur un serveur | |
| dpkg --get-selections | |
| // apache2.conf | |
| // Enlever les bandeaux donnant des informations sur le serveur en cas de 404 | |
| ServerSignature Off | |
| ServerTokens Prod | |
| a2enmod : permet d’activer un mod pour apache | |
| a2dismod : permet de désactiver un mod |