How to install Raspberry Pi OS to NVMe storage by rpi-imager cli
เนื่องจากได้ case มาใหม่ซึงทำให้สามารถเพิ่ม NVME M.2 เข้าไปที่ Raspberry Pi ได้ และเครื่องที่ใช้อยู่ตั้งเป็น console mode เลยไม่มี mouse และ…
How to change boot into text console or GUI in Raspberry Pi
เราสามารถเลือกให้ Raspberry Pi OS boot เข้าสู่ console mode หรือ GUI mode ได้ 2 วิธีดังนี้ 1.…
How to setup wifi (5G) by cli on Raspberry Pi
Raspberry Pi OS มีคำสั่งที่สามารถใช้ตั้งค่า Wifi ได้ด้วยการใช้ command line ซึ่งจะช่วยให้นักพัฒนาที่ไม่สะดวกใช้ GUI ในการตั้งค่า โดยสามารถรันคำสั่ง # raspi-config เมื่อรันแล้วจะพบหน้า…
How to fix “no matching host key type found”
เมื่อเรา remote ไปที่เครื่อง linux server ด้วย ssh แต่พบว่าไม่สามารถ remote เข้าไปได้และพบ error ตามด้านล่าง Unable to negotiate…
How to find and kill an advisory lock query?
เมื่อรัน application หรือ query database postgreSQL แล้วพบ "advisory lock" เราจำเป็นต้องตรวจสอบ query ที่ทำให้เกิด Lock และ kill…
How to fix SSL_ERROR_RX_RECORD_TOO_LONG on nginx
เมื่อเราใด้ config nginx และเจอปัญหา error "SSL_ERROR_RX_RECORD_TOO_LONG" จาก command curl แสดงว่าเราได้ config การ return HTTP protocol…
Fixing SSH “no hostkey alg” on Debian/Ubuntu
สำหรับท่านที่ ssh ไปยัง debian/ubuntu server ปลายทางแล้วได้ message "no hostkey alg" สาเหตุเกิดจากว่า ssh client พยายาม connect…
How to enable TCP port 2375 for external connection on Rancher-Desktop
สำหรับท่านที่ใช้ Racher-Desktop และต้องการให้ docker engine รับ tcp connection ควบคู่ไปกับการใช้ docker.sock ก็สามารถทำได้ด้วยคำสั่งด้านล่างนี้ docker container run -dt…
How to disable visual mode on mouse select for vim
หากใครใช้ vi command แล้วพบว่าเวลา select ด้วย mouse แล้วพบว่าเข้า visual mode ซึ่งบางครั้งก็สร้างปัญหาในการ copy และ paste วิธีการแก้ไขไม่ให้เข้าสู้…
How to stress test the memory on linux
คำสั่ง stress ช่วยให้เราสามารถทำการทดสอบ workload บน cpu, memory, io, HDD บน POSIX system ซึ่งในบทความนี้จะมาแชร์คำสั่งที่ใช้ในการทดสอบ workload ให้ใช้…