Using Starship prompt and Font settings

Regarding to the official Starship install instruction; First we need to download and install the Nerd Fonts Notes on Font settings in Window Terminal and VS Code application If some symbols was missing; shown as a regtangle block. We need to download Symbols Nerd Font too.
Read more

การย้าย Git remote/origin ไปยัง URL อื่น

เรื่องมีอยู่ว่า repo ของแอพที่กำลังพัฒนาอยู่มีการย้าย Git server. ย้ายบ้านจาก Gitlab ไปยัง Github. ฝั่ง Git server หรือ Git remote เรามีการ migrate codes หรือ repos ทั้งหมดไปแล้ว โพสต์นี้บันทึกไว้สำหรับฝั่ง dev ว่าถ้าไม่ clone codes มาจาก URL หรือ server ใหม่ เราจะแก้ไข local repo ในเครื่องของเราได้อย่างไร ขั้นตอนคือ 1 เราจะเปลี่ยนชื่อ remote เดิมในเครื่องเรา (โดยปกติมันจะเป็นชื่อ origin) 2 เพิ่ม remote ใหม่ซึ่งจะมาเป็น default remote (มาเป็น origin แทนตัวเดิม) 3 เปลี่ยนให้ branch ที่ clone ลงมาแล้วไป sync กับ origin (ตัวใหม่)
Read more

Add the big clock on Window desktop; เพิ่มนาฬิกาขนาดใหญ่ให้วินโดว์เดสทอป

Clock ที่ window ให้มามันขนาดเล็ก และมองไม่ชัดเจนเท่าไหร่ เลยไปหา solution แบบไม่เสียเงินมาได้
Read more

บันทึก do and don't ไปเที่ยวต่างประเทศเอง (ยุโรป)

ไปฤดู Spring ยังหนาวอยู่ (5℃-11℃) ถ้าเจอฝนตก🌧️จะยิ่งโคตรหนาว เตรียม jacket กันหนาว จะให้ดีควรกันน้ำ/กันฝนได้ด้วย ใช้ถุงสูญญากาศ pack เสื้อกันหนาวข้างต้นก็ประหยัดพื้นที่ได้เยอะ ใช้ถุงสูญญากาศแบบม้วนๆเอง ไม่ต้องมีที่สูบก็ได้ เตรียมยาแก้แพ้ ลดไข้ไปให้พร้อม
Read more

WSL: ย้ายโฟลเดอร์ wsl ไปยังดิสก์อื่น Migrate WSL data folder to another disk

เรามีพื้นที่ C: ไดร์ฟที่จำกัด (มี 512GB แล้ว แต่ใช้งาน container image เยอะมาก) เลยหาทางย้าย folder ที่ docker desktop และ rancher desktop ที่ใช้ตัว WSL ไปไว้ใน external hard disk ซึ่งเป็น SSD (external usb3 interface ซึ่งมีความเร็วอ่านเขียนที่ยอมรับได้เวลาใช้งาน) ไปค้นเจอใน SO เราทำตาม solution แรก ไม่ต้องไป clone/download script มาหรอก วิธีนี้ต้องมีพื้นที่ใน external disk เหลือเยอะหน่อย; 2 เท่าของข้อมูลที่จะย้ายไป
Read more

ใช้ Gitlab API ลบ user ใน groups, projects

Gitlab มีเอกสารแนะนำการใช้งาน API เอาไว้ที่นี่ Gitlab API v4 เวลาเรียกใช้ API จะต้องส่ง token ไปด้วย แบบนี้ curl --header "Authorization: Bearer OAUTH-TOKEN" "https://gitlab.example.com/api/v4/projects" เราจะต้องไปสร้าง Access Token เก็บเอาไว้ก่อน ไปที่ personal_access_tokens ให้สิทธิ์ api,read_user endpoint ที่ใช้ดูว่ามี group ที่สนใจอยู่ไหม (myGroup) curl --request GET --url 'https://gitlab.com/api/v4/groups?search=myGroup' --header 'authorization: Bearer <Persoanl Access Token>' จะได้ผลลัพธ์เป็น json array ตัวอย่าง
Read more

VSCode on Window 11 Snap Layout control missing [solved]

Symptom: When your mouse cursor over the maximize/minimize button of the VSCode window there’s no Snap Layout balloon shown. Solution 1: Press Win + Z; It’s the window shortcut to open the snap layout menu. Solution 2: Modify vscode user settings.
Read more

แก้ปัญหา Dell Latitude 7410 Window 10 Pro ใช้ Jack Mic (ไมค์ small talk) ไม่ได้

เวลาประชุม online เสียบหูฟัง small talk แล้วแต่ใช้ไมค์🎙ไม่ได้ ได้ยินแต่เสียง เจอปัญหา Window 10 ไม่เจอ ไมค์จาก small talk (Jack Mic) กันไหม 😥 ทนอยู่ตั้งนาน วันนี้เจอทางแก้แล้ว บ้างก็ว่าให้ไปโหลด Realtech Audio GUI มา (Dell รุ่นอื่นไม่ใช่ Latitude ของ Latitude ติดตั้งแล้วไม่มี GUI ให้) บ้างก็ให้ download Waves Maxxaudio จาก Window store หรือ Dell support website ก็ติดตั้งได้นะ แต่ใช้งานไม่ได้
Read more