Currently browsing category

Computers, Page 73

攻擊我電腦的清單

TAIWAN 218.32.211.37 61.231.150.26 61.231.157.185 203.68.137.19 211.21.250.195 USA 64.250.227.52 66.219.97.14 64.62.190.225 68.72.4.4 JAPAN 221.117.59.3 CHINA 218.65.87.12 210.83.203.115 220.194.58.119 218.191.218.147 202.110.184.100 219.147.192.91 219.150.171.48 222.212.255.2 …

watch command

[root@localhost ~]# watch Usage: watch [-dhntv] [–differences[=cumulative]] [–help] [–interval=] [–no-title] [–version] examples: # watch –interval=0.1 cat /proc/mdstat

/etc/skel

[root@xxx skel]# ls -f . .kde .bash_logout .bashrc .emacs .. .canna .bash_profile .gtkrc .zshrc

/etc/sysconfig/iptables

-A RH-Firewall-1-INPUT -p tcp –dport XX -s XXX.XXX.XXX.0/24 -j ACCEPT # -p protocol # –dport destination port # –dports ssh,www,https,pop3,smtp,imap,imaps,pop3s # -s …

Setting up Apache with mod-ssl

This is very quick and dirty guide to setting up Apache with mod-ssl. The end result is a secure connection but one …