發表文章

目前顯示的是 2月, 2015的文章

IPtables returns an error : security raw nat mangle filter FAILED

[root@i386 ~]# service iptables restart iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: security raw nat[FAILED]filter iptables: Unloading modules: [ OK ] iptables: Applying firewall rules: [ OK ]

CentOS XMPP Openfire

OPenfire 套件安裝與啟動 openfire 是 32 位元套件,在 64 位元的 Linux 系統上,必須加裝 glibc.i686 套件,否則無法啟動 openfire 且也要安裝 java。 yum install glibc.i686 java 安裝套件 openfire

CentOS LAMP 安裝

yum  -y  install  httpd  php  php-mysql  mysql  mysql-serve ★啟動 MySQL chkconfig mysqld on /etc/init.d/mysqld start ★啟動 Apache chkconfig httpd on /etc/init.d/httpd start