Jabber server ejabberd
Monday, August 9, 2010 1:27:30 PM
Blog
Sticky post
Thursday, October 2, 2008 1:24:33 PM
Thursday, September 16, 2010 7:45:57 PM
*filter :INPUT DROP [0:0] :FORWARD DROP [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -p icmp -j ACCEPT -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -i lo -j ACCEPT #-A INPUT -p tcp -j REJECT --reject-with tcp-reset #-A INPUT -p udp -j REJECT --reject-with icmp-port-unreachable #-A INPUT -j REJECT --reject-with icmp-proto-unreachable # SSH omezeni na 4 pokusy behem 60 sekund -A INPUT -p tcp -i eth0 --dport ssh -m state --state NEW -m recent --set -A INPUT -p tcp -i eth0 --dport ssh -m state --state NEW -m recent --update --seconds 60 --hitcount 4 -j DROP -A INPUT -p tcp -i eth0 --dport ssh -m state --state NEW -j ACCEPT # www 80 -A INPUT -p tcp -i eth0 --dport www -m state --state NEW -j ACCEPT # https 443 -A INPUT -p tcp -i eth0 --dport https -m state --state NEW -j ACCEPT # ftp 21 #-A INPUT -p tcp -i eth0 --dport ftp -m state --state NEW -j ACCEPT # Jabber s2s -A INPUT -p tcp -i eth0 --dport 5280 -m state --state NEW -j ACCEPT # Jabber 5222 -A INPUT -p tcp -i eth0 --dport xmpp-client -m state --state NEW -j ACCEPT # Jabber 5269 -A INPUT -p tcp -i eth0 --dport xmpp-server -m state --state NEW -j ACCEPT # CS 1.6 -A INPUT -p udp -i eth0 --dport 27015 -m state --state NEW -j ACCEPT #-A INPUT -p tcp -i eth0 --dport 26900 -m state --state NEW -j ACCEPT
... IPTABLES_MODULES="ip_conntrack_ftp"
Monday, August 9, 2010 1:27:30 PM
Sunday, February 21, 2010 2:17:55 PM
define('PLOGGER_LOCALE', 'cs');Překlad je určen pro verzi 1.0-RC1.Sunday, December 20, 2009 11:03:43 PM
# portsnap fetch # portsnap extractAktualizace portů:
# portsnap update
# cd /usr/ports/www/lighttpd # make install clean
# nano /usr/local/etc/lighttpd.conf # touch /var/log/lighttpd.error.log # chown www:www /var/log/lighttpd.error.log # touch /var/log/lighttpd.access.log # chown www:www /var/log/lighttpd.access.log # nano /etc/rc.conf -> lighttpd_enable="YES" # /usr/local/etc/rc.d/lighttpd startPodpora PHP5:
# cd /usr/ports/lang/php5 # make install clean # mkdir /var/run/lighttpd # chown www:www /var/run/lighttpdPovolte FastCGI v konfiguračním souboru lighttpd a spusťte.
Sunday, October 11, 2009 9:18:39 AM
Monday, June 22, 2009 4:00:52 PM
Monday, June 22, 2009 2:55:07 PM
Sunday, January 18, 2009 12:49:25 PM
Thursday, October 2, 2008 12:54:58 PM
anonymous
Anonymous writes: It's obviously what I am looking for , ve ...
anonymous
karpi writes: dík, přečetl jsem si.. Zjistil jsem dále:kdy ...
anonymous
anonymous
RNA writes: Sám si odpovím: Doplňte řádky 32 a 33, označen ...
anonymous
RNA writes: Mán stejný problém jako výše: Notice: Undefine ...
Ondra writes: Ahoj, prosím o radu. Mám vytvořeny 3 katego ...