Standard Post with Image

สร้างระบบแอดมินสำหรับ EXFO Tester ด้วย FastAPI และ Alpine.js แบบเบาและมีประสิทธิภาพ

ในโพสต์นี้ ผมจะพาคุณสร้างเว็บแอปพลิเคชันเบา ๆ ที่เชื่อมต่อกับ EXFO Tester ผ่าน API, มีระบบล็อกอิน และแสดงผลการทดสอบ โดยใช้ FastAPI และ Alpine.js

Read More
Standard Post with Image

Building a Lightweight EXFO Tester Admin Panel with FastAPI and Alpine.js

In this post, I’ll walk you through how to build a lightweight web application that integrates with EXFO tester APIs, allows for user authentication, and fetches test results using FastAPI and Alpine.js.

Read More
Standard Post with Image

WazuhでCiscoネットワーク機器を監視する:完全ガイド

ネットワークインフラは、現代のあらゆる組織にとって基盤となる重要な要素です。そのインフラを保護し監視するためには、ログの一元収集と分析が不可欠です。

Read More
Standard Post with Image

การตรวจสอบอุปกรณ์เครือข่าย Cisco ด้วย Wazuh: คู่มือฉบับสมบูรณ์

โครงสร้างพื้นฐานด้านเครือข่ายคือกระดูกสันหลังของระบบไอทีในองค์กรยุคใหม่ และการรวบรวม log จากอุปกรณ์เครือข่ายแบบรวมศูนย์เป็นกุญแจสำคัญในการดูแลความปลอดภัย บทความนี้จะแนะนำวิธีการเชื่อมต่อ สวิตช์หรือเราเตอร์ Cisco กับ Wazuh เพื่อให้คุณสามารถตรวจสอบสถานะของอุปกรณ์ได้แบบเรียลไทม์

Read More
Standard Post with Image

Monitoring Cisco Network Devices with Wazuh: A Complete Guide

Network infrastructure is the backbone of any modern organization. To secure and monitor that infrastructure, centralized log collection is essential. In this guide, we’ll show you how to collect and analyze syslog messages from Cisco switches or routers using Wazuh, an open-source security platform.

Read More
Standard Post with Image

การใช้งาน SCPI กับอุปกรณ์ EXFO: คู่มือฉบับใช้งานจริง

ในยุคที่โลกของการทดสอบเครือข่ายโทรคมนาคม ดาต้าคอม และโครงข่ายไฟเบอร์เปลี่ยนแปลงอย่างรวดเร็ว การทำระบบอัตโนมัติไม่ใช่เรื่องฟุ่มเฟือยอีกต่อไป แต่เป็นสิ่งจำเป็น หากคุณใช้อุปกรณ์ EXFO เช่น NetBlazer, Power Blazer หรือ iOLM การเข้าใจ SCPI (Standard Commands for Programmable Instruments) จะช่วยให้คุณประหยัดเวลาและสร้างเวิร์กโฟลว์ที่มีประสิทธิภาพได้อย่างมาก

Read More
Standard Post with Image

SCPI を使った EXFO 機器の自動化:実践ガイド

今日の急速に変化するテレコム、データコム、光ネットワークの世界では、自動化はもはや贅沢ではなく、必須です。EXFO の NetBlazer、Power Blazer、iOLM などの機器を使用しているなら、SCPI(標準計測器制御コマンド)をマスターすることで、作業効率を劇的に高め、強力なテストフローを実現できます。

Read More
Standard Post with Image

Automating EXFO Instruments with SCPI: A Practical Guide

In today’s fast-paced world of telecom, datacom, and optical network testing, automation is no longer a luxury — it’s essential. If you’re using EXFO instruments like the NetBlazer, Power Blazer, or iOLM modules, mastering SCPI (Standard Commands for Programmable Instruments) can save you countless hours and unlock powerful test workflows.

Read More
Standard Post with Image

เราจะทำให้ program ที่มีขั้นตอนการทำงานที่ซับซ้อน และ ต้องแบ่งงานให้กับ programmer หลายๆ คนได้อย่างไร ?

หลายๆคน คงได้อ่านหนังสือเกี่ยว software engineering มาหลายๆ เล่ม  ก็จะมีข้อเสนอแนะหลายวิธี แต่วันนี้ผมจะมาพูดถึงการควบคุมลำดับการทำงานของ program ที่ซับซ้อน  ให้ง่ายขึ้นด้วยการสร้าง workflow engine system ขึ้นมาใช้เอง ลองกลับไปอ่านบทความก่อนหน้านี้  สร้าง business workflow process system ด้วย networkx.org

Read More
Standard Post with Image

สร้าง business workflow process system ด้วย networkx.org

ในทุกๆ business จะต้องประกอบด้วย workflow ( ขั้นตอนการทำงาน ) มากมาย ในหนึ่ง Workflow จะประกอบด้วย หลายๆ process   ยกตัวอย่างเช่น 

Read More