- Jan 12 Mon 2026 21:25
-
Add TSIG key in DNS 簡易方法
- Nov 10 Mon 2025 20:35
-
Build executable IPMITool for Windows via Cygwin
1. Download Cygwin: https://www.cygwin.com/
2. Install Cygwin under Windows
GUI安裝,大部分選擇預設值,以下項目要確認有被安裝
2. Install Cygwin under Windows
GUI安裝,大部分選擇預設值,以下項目要確認有被安裝
- Oct 07 Tue 2025 19:37
-
Linux Remove Duplicate Data 移除 重複資料 方法 awk uniq
非連續資料,又需要保留資料順序的話,適合用
$ awk '!x[$0]++' example.txt > unique_file_example.txt
其作用方式是:告訴 awk 要輸出哪些行,其中變數 $0 是整個要處理的文字內容,中括號 [ ] 是要它用陣列的方式處理。
所以每一行的內容會++附加輸入到陣列 x 裡面,且必須是「!」沒有設定過的。
Ref: https://ishm.idv.tw/archives/529
$ awk '!x[$0]++' example.txt > unique_file_example.txt
其作用方式是:告訴 awk 要輸出哪些行,其中變數 $0 是整個要處理的文字內容,中括號 [ ] 是要它用陣列的方式處理。
所以每一行的內容會++附加輸入到陣列 x 裡面,且必須是「!」沒有設定過的。
Ref: https://ishm.idv.tw/archives/529
- Sep 24 Wed 2025 16:20
-
VW GOLF MK2 怠速不穩 CO過高 | VW G60 Basic Steps to Troubleshooting Bad Idle on a Corrado G60, for Beginners
朋友因為太忙,加上後來出國進修,託管他的VW GOLF 8V MK2在我這。畢竟是老車,難免會有些小毛病,看了一些國外的影片/文章,研究問題點。紀錄幾個debug朋友的VW GOLF 8V MK2(前期)怠速不穩/CO過高的問題:
怠速不穩可能的原因:怠速開關2P、供油壓力調節器(Fuel Pressure Regulator)、慢車穩定器/怠速穩定器、空氣流量計。蒐集來的故障現象:
怠速不穩可能的原因:怠速開關2P、供油壓力調節器(Fuel Pressure Regulator)、慢車穩定器/怠速穩定器、空氣流量計。蒐集來的故障現象:
- Sep 22 Mon 2025 18:37
-
Replay speed control when debug SOL / Console records with slow down console output in Linux Terminal
- Sep 14 Sun 2025 21:56
-
UEFI BIOS - Linux Standard/Native PXE chainload WDS via redirection iPXE
- Aug 18 Mon 2025 19:00
-
台灣常見速克達Scooter原廠後避震的長度
原廠後避震的長度:
備註:
1. 此表原始為某車行FB所提供的數據(該貼文已失效),經查證發現有許多車款的數據是錯誤的長度。
2. 標註*代表,小弟沒查證過的部分
3. 許多車行/網拍,為了賣出改裝商品,標示其適用的車款不見得是正確的。
4. 避震器長度變更5mm以上所改變的車輛幾何,可能變好騎,也可能變難騎;改變太多的時候(大於原廠8-10mm以上),車輛前後平衡變差,影響操控/煞車,亦可能導致輪胎不正常消耗。
5. 某些車款可能因長度加長,導致零件互相干涉,導致撞擊等。
====================================
山葉 YAMAHA
備註:
1. 此表原始為某車行FB所提供的數據(該貼文已失效),經查證發現有許多車款的數據是錯誤的長度。
2. 標註*代表,小弟沒查證過的部分
3. 許多車行/網拍,為了賣出改裝商品,標示其適用的車款不見得是正確的。
4. 避震器長度變更5mm以上所改變的車輛幾何,可能變好騎,也可能變難騎;改變太多的時候(大於原廠8-10mm以上),車輛前後平衡變差,影響操控/煞車,亦可能導致輪胎不正常消耗。
5. 某些車款可能因長度加長,導致零件互相干涉,導致撞擊等。
====================================
山葉 YAMAHA
- Apr 11 Fri 2025 15:50
-
NVMe namespaces handle under Linux | List / Create / Delete / Attach / Detach namespace
- Dec 17 Tue 2024 11:21
-
Windows 11 Install WSL | error code: 0x800701bc | Hang / Stock with msg: This may take several minutes...
Windows 11 - Switch WSL to 2 Error
$ wsl --set-default-version 2
Error: 0x800701bc WSL 2 requires an update to its kernel component. For information please visit https://aka.ms/wsl2kernel
1. Open "Control Panel"
2. Open "Program and Feature"
3. Click "Turn Windows features on or off"
4. Check the "Virtual Machine Platform" and "Windows Hypervisor Platform".
(一開始只安裝"Virtual Machine Platform",但還是會報error,後來才補安裝"Windows Hypervisor Platform",所以不確定是兩個都要還是"Windows Hypervisor Platform"足以)
5. OK then reboot OS
$ wsl --set-default-version 2
Error: 0x800701bc WSL 2 requires an update to its kernel component. For information please visit https://aka.ms/wsl2kernel
1. Open "Control Panel"
2. Open "Program and Feature"
3. Click "Turn Windows features on or off"
4. Check the "Virtual Machine Platform" and "Windows Hypervisor Platform".
(一開始只安裝"Virtual Machine Platform",但還是會報error,後來才補安裝"Windows Hypervisor Platform",所以不確定是兩個都要還是"Windows Hypervisor Platform"足以)
5. OK then reboot OS
- Dec 13 Fri 2024 17:28
-
How to Generate Self-Signed Certificate with SAN Certificate for AMI BIOS HTTPS BOOT | SSL
*A main point that didn't reveal under AMI BIOS Setup menu.
If using selfsigned certificate file, the CN(Common Name) must different between RootCA and Server certificate.
If using selfsigned certificate file, the CN(Common Name) must different between RootCA and Server certificate.
- Dec 13 Fri 2024 15:59
-
Bind9 DNS Domain Name Pingable Config & NSLOOKUP records.
遇到一件有趣的事,我們公司買來的source code - AMI MegaRAC要求ping得到zone(domain-name),才能nsupdate更新/註冊DNS...
在任何一個Linux不需要這個條件,都能順利註冊DNS
在任何一個Linux不需要這個條件,都能順利註冊DNS
- Nov 26 Tue 2024 18:09
-
How to Install or upgrade to "latest-Kernel 6.x" / "archived-Kernel 6.y" on CentOS Stream 9 / 8
How to Install or upgrade to "archived-Kernel 6.y" on CentOS Stream 9
6.y = the version of file that who's location is in "archive" folder
6.y = the version of file that who's location is in "archive" folder