WYSIWYG Editor
bootstrap et jquery
Très joli
Clone de disque Mac
Clone de disque sur Mac
Replication Postgresql avec 9.4 => possibilité de spécifier une BDD
Pour utiliser ce plugin pour Firefox
cd /etc/init.d
update-rc.d ton_script defaults
ou encore
update-rc.d ton_script start 99 2 . stop 99 2 .
(99 indique qu'il sera éxécuté dans les derniers, défaults = 20)
Pour supprimer un script au démarrage:
update-rc.d -f helloworld remove
IFFT opensource
serveur opensource de reporting
Methode pour surveiller fichiers site web ou répertoire
un script python pour surveiller fichiers et répertoires
tchat pour support open-source
Classe python pour manipuler Iptables
Très bon site pour bloquer des IP par pays
exemple de fichier .htaccess généré :
Copyright 2016 COUNTRY IP BLOCKS™ LLC
#all rights reserved.
#This list may not be redistributed in any form.
#this list includes network data on the following countries:
#CHINA
<Limit GET POST>
order allow,deny
deny from 1.0.1.0/24
deny from 1.0.2.0/23
deny from 1.0.8.0/21
deny from 1.0.32.0/19
deny from 1.1.0.0/24
...
allow from all
</Limit>