23 ม.ค. 2563

Config phpMyAdmin in CentOS7

 /usr/share/phpMyAdmin/>
   AddDefaultCharset UTF-8

    mod_authz_core.c>
     # Apache 2.4
     
       Require ip 127.0.0.1
       Require ip ::1
       Require ip 192.168.1.11
     
!mod_authz_core.c> # Apache 2.2 Order Deny,Allow Deny from All Allow from 127.0.0.1 Allow from ::1

CentOS ติดตั้ง iptables แทน firewall เดิม

ทำการปิด และหยุดการทำงาน ของ Default Firewall ของ centos 

systemctl disable firewalld
systemctl stop firewalld
ปิดการทำงานโดยอัตโนมัติเมือทำการ boot os ใหม่
systemctl mask firewalld

วิธีทำการติดตั้ง iptables service และเปิดการใช้งาน iptables

yum install iptables-services -y
systemctl status iptables
systemctl enable iptables
systemctl start iptables
 
วิธีตรวจสอบ config ของ iptables
  •  rpm -qc iptables-services