lsyncd - Lsyncd (Live Syncing Daemon) synchronizes local directories with a remote targets - Google Project Hostinghttps://code.google.com/p/lsyncd/
Outil de remote file system.
En réalité fait de la synchro unidirectionnel via rsync basé sur inotify
Ansible module for accessing the OVH DNS APIhttps://github.com/gheesh/ansible-ovh-dns
Generate Mozilla Security Recommended Web Server Configuration Fileshttps://mozilla.github.io/server-side-tls/ssl-config-generator/
Générateur de configuration SSL (apache, nginx, etc)
LA référence
Sonerezh | My music everywherehttps://www.sonerezh.bzh/
Alternative a subsonic
Gogs: Go Git Service - A self-hosted Git service written in Gohttp://gogs.io/
Github / Gitlab like écrit en GO
Open Source Alternative to Ansible Towerhttps://github.com/ansible-semaphore/semaphore
Interface graphique pour ansible
Prometheushttp://prometheus.io/
Riemann - A network monitoring systemhttp://riemann.io/
Système de supervision
ViMbAdmin :: Virtual Mailbox Administrationhttp://www.vimbadmin.net/
Interface d'administration de postfix
Postfix Admin - Web based administration interfacehttp://postfixadmin.sourceforge.net/
Interface d'administration de postfix
The personal, minimalist, super-fast, no-database delicious clone - community repohttps://github.com/shaarli/Shaarli
Dépot communautaire de Shaarli, plus vivant que l'original
Clone a Linux system install to another computer | Libre Thingshttp://positon.org/clone-a-linux-system-install-to-another-computer
Déplacer root (/) et boot de disque dur.
Booter sur un live CD/USB.
En root.
Dans gparted, créer une table des partition (msdos) et créer les partitions voulues (/ et swap dans mon cas), les formatter (ext4)
mkdir /media/old
mkdir /media/new
mount /dev/sdxy /media/old
mount /dev/sdwz /media/new
rsync -avHX /media/old/ /media/new/
Récupérer les uuid des nouvelles partitions :
blkid /dev/sdwz (pour root, swap, ...)
Editer /media/new/etc/fstab et mettre à jour les uuid avec celle des nouvelles partitions.
mount --bind /proc /media/new/proc
mount --bind /sys /media/new/sys
mount --bind /dev /media/new/dev
mount --bind /run /media/new/run
chroot /media/new
grub-install /dev/sdwz
update-grub
A Proper Server Naming Scheme: SSD VPS Cloud Hosting: MNX.iohttp://mnx.io/blog/a-proper-server-naming-scheme/
Principe de nommage pour les serveurs
Sitespeed.io - Analyze your website speed and performancehttp://www.sitespeed.io/
Oytil en ligne de commande pour analyser, mesure la perf de site web.
Produit de jolie rapports HTML ou peu alimenter un graphite
Siege Home Pagehttp://www.joedog.org/siege-home/
Outil de benchmark de site web, semble plus souple/fiable que ab et boom
ab - Apache HTTP server benchmarking tool - Apache HTTP Server Version 2.2http://httpd.apache.org/docs/2.2/programs/ab.html
Outil de benchmark de site web, outil fournis par apache
Série - flicage-brouillon - Standbloghttp://standblog.org/blog/serie/flicage-brouillon
Article sur la vie privée
OSSEChttp://www.ossec.net/
Outil de sécurisation des serveur par analyse de log.
Envoi les alertes par email et peu bloquer les IPs si l'alerte est critique
Alternative plus complète/complexe à fail2ban