Monthly Archives: March 2009

Fedora: Firewall Iptable

Configuration: vi /etc/sysconfig/iptables services iptables restart
Posted in Fedora | Comments closed

Fedora: Bannir des IP avec Fail2ban

Installation: yum install fail2ban Configuration: /etc/fail2ban/jail.conf Demarrer le Deamon: fail2ban-client start Vérifier le status: fail2ban-client status Source: www.fail2ban.org
Posted in Fedora | Tagged , | Comments closed

Fedora: ajouter un programme au démarrage

1.) make a new file in the /etc/init.d/ directory 2.) add your script to this file with the following lines at the top #!/bin/bash # chkconfig: 345 85 15 # description: of your file 3.) enter this in the shell chkconfig --add startup_filename
Posted in Uncategorized | Leave a comment