คำสั่งที่ใช้บ่อยสำหรับการดูแลเครือข่าย

25/07/2025 webadmin 0

คำสั่ง Command Line อะไรบ้าง❓ที่ต้องใช้บ่อยในการแก้ปัญหาเครือข่าย สรุปคำสั่ง Command Line ที่ต้องใช้บ่อยในการแก้ปัญหาเครือข่าย ทั้งระบบปฏิบัติการ Windows และ Linux 🔹ใช้เมื่อ : ต้องการรู้ว่าเชื่อมต่อกับ IP ปลายทาง หรือเว็บไซต์ปลายทางได้ไหม ping 8.8.8.8ping google.com 📌กรณีใช้งาน : 🔹ใช้เมื่อ : [อ่านต่อ]

How to Update SSL KEY (Siamechohost)

29/11/2021 webadmin 0

FreeBSD Host Web 1. Copy File 489xxxxx.crt -> /usr/local/etc/apache24/extra/ssl_key/409xxxxx.crt 2. Copy File My_CA_Bundle.ca-bundle -> /usr/local/etc/apache24/extra/ssl_key/My_CA_Bundle.ca-bundle 3. Reboot Host Firewall / Windows 1.System -> Certificate->edit ssl_st.ac.th [อ่านต่อ]

Validating Input in Google Forms

12/09/2021 webadmin 0

https://support.google.com/docs/answer/3378864?hl=en&ref_topic=6063592#zippy=%2Cexamples-of-regular-expressions https://www.labnol.org/internet/regular-expressions-forms/28380/ https://itsociety.rocks/tutorial/2015/09/16/How-To-Validate-Google-Forms/

แก้ไขปัญหา WordPress ใส่ iframe ไม่ได้

13/08/2021 webadmin 0

ปัญหานี้เจอใน WordPress User ที่เป็นผู้ดูแลเว็บต่างๆ (Mutilsite) ไม่สามารถใช้คำสั่งประเภท embed / iframe ใน editor Post หรือ Page ได้ แต่ User Webadmin สามารถใส่ได้ งงกันอยู่นานไปเจอการแก้ไขปัญหานี้ สามารถแก้ได้ครับ ——————————————- Here is a [อ่านต่อ]

ESXi – การตั้งค่า Auto start virtual machine

09/11/2020 webadmin 0

การตั้งค่าให้ virtual machine เปิดอัตโนมัติหลังจากเปิดเครื่องโฮส 1. Login เข้า vSphere Client 2. กดเลือกที่ root 3. เลือกแถบ Configuration 4.ในส่วนของ Software เลือก Virtual Machine Startup/Shutdown 5. จะเห็นรายชื่อ Virtual Machine [อ่านต่อ]

Generate CSR File (FreeBSD >> Open SSL)

28/10/2020 webadmin 0

สร้าง Key openssl genrsa -out st.ac.th.key 2048 ——————————————— เข้ารหัส แล้วสร้างแฟ้ม CSR ใหม่ openssl req -new -sha256 -key st.ac.th.key -out st.ac.th.csr ——————————————– เมื่อได้รับ  SSL Certificate  ให้แก้ไข [อ่านต่อ]