2015-03-01から1ヶ月間の記事一覧

pfのメモ

http://www.omakase.org/freebsd/freebsd_pf.html http://gd.tuwien.ac.at/.vhost/www.openbsd.org/xxx/faq/pf/ja/filter.html

pfのメモ

http://www.omakase.org/freebsd/freebsd_pf.html

iptablesのめも

特定のhostに対する通信を止めたいblock.sh #!/bin/sh# iptables 初期化 iptables -F INPUT iptables -F OUTPUT iptables -F FORWARDiptables -A OUTPUT -d xxx.xxx.xxx.xxx -j DROP ルールを初期化したい flush.sh #!/bin/sh# iptables 初期化 iptables -F …

ブロック暗号

http://pentan.info/doc/block_cipher.html

javaでbase64

http://weblabo.oscasierra.net/java-apache-commons-codec-base64-1/