ตำแหน่ง Config ของ RHEL(Red Hat) and CentOS
ServiceConfigLogApache /etc/httpd/conf/httpd.conf/etc/httpd/conf.d/*/home/$user/conf/web/httpd.conf/home/$user/conf/web/shttpd.conf (ssl) /var/log/httpd/access_log/var/log/httpd/error_log/var/log/httpd/domains/$domain.log/var/log/httpd/domains/$domain.error.log PHP /etc/php.ini/etc/php.d/* /var/log/httpd/domains/$domain.error.log Nginx /etc/nginx/nginx...
โปรแกรมใช้ทดแทน Adobe บน Windows, Mac, Linux
โดย LINUX
โปรแกรมใช้ทดแทน Adobe บน Windows, Mac, Linux ถูกจัดกลุ่มเพื่อให้ดูง่าย
...
คำค้น:
โปรแกรมใช้ทดแทน Adobe บน Windows, Mac, Linux
CentOS 7 การใช้ iptables ป้องกัน SSH Brute Force
โดย LINUX
RHEL 7 / CentOS 7 ผู้ดูแลสามารถป้องกันการโจมตี SSH Brute Force ด้วย iptables คือ Hacker จะสุ่มเดารหัส Login ไปเรื่อยทำให้เครื่องค้างหรือช้าลง
คำสั่งในการปฏิเสธหาก Hacker ลอง Login ผิดเกิน 3 ครั้งมีดังนี้* ก่อนใช้คำสั่งโปรดดูขั้นตอนการติดตั้ง iptables ด้านล่าง
1. ก็อปคำสั่งด้านล่างนี้ทีละบันทัดไปวางในหน้าจอ SSH Command:
iptables -A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -m recent...
19 ข้อผู้ดูแลระบบ Linux ต้องศึกษา
โดย LINUX
19 ข้อผู้ดูแลระบบ Linux ต้องศึกษา สำหรับผู้ที่ทำงานเกี่ยวกับการเขียนโปรแกรม หรือดูแลระบบควรศึกษาหัวข้อเหล่านี้ไว้ เพื่อลดต้นทุน เพื่อสร้างโอกาสใหม่ ๆ
คำสั่งพื้นฐานก็มีความสำคัญเมื่อทำงานกับระบบ เราจึงจำเป็นต้องเรียนรู้เพื่อเพิ่มประสิทธิภาพการทำงานให ้รวดเร็ว
ตามหัวข้อด้านล่างนี้คือสิ่งที่คุณสามารถทำได้บนระบบ Linux
ห้วข้อ1 : Prepare/Advanced Installation
หัวข้อ2 : Package Management...
แก้ปัญหา Vesta CP This site can’t be reached
โดย LINUX
หากผู้ดูแลระบบจะเข้าไปจัดการ Server ด้วย Vesta CP แต่ไม่สามารถเข้าได้ เช่น https://xxx.xxx.xxx:8083 หรือพร็อตอื่นๆ
และแสดง Error: This site can’t be reached
การแก้ปัญหาให้พิมพ์คำสั่ง:
service vesta restart
จากนั้นลองเข้าใหม่และคลิก Acept SSL Private จะสามารถใช้ได้แล้ว
...