2013年09月22日

system-config-firewall

system-config-firewall
1
system-config-firewall01.jpg
2
system-config-firewall02.jpg
3
system-config-firewall03.jpg

Clicking the 'Yes' button will override
any existing firewall configuration. Are
you sure that you want to do this?

Please remember to check if the services
iptables and ip6tables are enabled.


VPS5613.jpg


service mysqld start
service mysqld stop
service mysqld restart

/etc/init.d mysqld start

chkconfig mysql on
chkconfig --list mysql

posted by a23 at 22:16| Comment(0) | CentOS

CentOS 6.4 ファイアーウォール

CentOS 6.4 ファイアーウォール

CentOS5までの、ファイアウォールの簡易設定(lokkit)ないので。

------------------------------------------------
ファイアーウォール
yum install system-config-firewall
system-config-firewall


vi /etc/sysconfig/iptables

Portの設定も
------------------------------------------------
SELinux
system-config-securitylevel
vi /etc/selinux/config
SELINUX=disabled
posted by a23 at 13:12| Comment(0) | CentOS

2013年09月17日

LinuxでZIPの解凍

unzip xxx.zip
posted by a23 at 19:42| Comment(0) | CentOS