แสดงบทความที่มีป้ายกำกับ Centos แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ Centos แสดงบทความทั้งหมด

วันอาทิตย์ที่ 21 มกราคม พ.ศ. 2567

mysql command backup all databases

 # mysqldump -u root -p  --all-databases > backup.sql

วันพุธที่ 1 กรกฎาคม พ.ศ. 2558

You don't have permission to access /mrtg/ on this server MRTG CentOS


MRTG

You don't have permission to access /mrtg/ on this server
or access denied

1.edite httpd.conf
2.find    DirectoryIndex   index.php
3.add  index.html  and save
   exp : DirectoryIndex   index.php index.html
4.service httpd restart


วันอาทิตย์ที่ 4 มกราคม พ.ศ. 2558

eth0 ไม่ทำงาน ไม่สตาร์ทตอนเริ่มระบบ centos

เมื่อติดตั้ง centos 6.4 เสร็จแล้ว การ์ดแลน eth0 ไม่ทำงาน ไม่สตาร์ทตอนเริ่มระบบ centos ใช้คำสั่ง
#ifup eth0
นี่แค่ให้มันทำงานชั่วคราว
#vi  /etc/sysconfig/network-scripts/ifcfg-eth0
เปลี่ยน
ONBOOT="yes"
แค่นี่แหละ