@Add TSIG key in DNS: Gen keythen add key in Primary DNS config.
1. Gen key.
- Command: tsig-keygen -a
@Add TSIG key in DNS: Gen keythen add key in Primary DNS config.
1. Gen key.
- Command: tsig-keygen -a
1. Download Cygwin: https://www.cygwin.com/
2. Install Cygwin under Windows
GUI安裝,大部分選擇預設值,以下項目要確認有被安裝
a.General build environment tools
非連續資料,又需要保留資料順序的話,適合用
$ awk '!x[$0]++' example.txt > unique_file_example.txt
其作用方式是:告訴 awk 要輸出哪些行,其中變數 $0 是整個要處理的文字內容,中括號 [ ] 是要它用陣列的方式處理。
所以每一行的內容會++附加輸入到陣列 x 裡面,且必須是「!」沒有設定過的。
朋友因為太忙,加上後來出國進修,託管他的VW GOLF 8V MK2在我這。
畢竟是老車,難免會有些小毛病,看了一些國外的影片/文章,研究問題點。
紀錄幾個debug朋友的VW GOLF 8V MK2(前期)怠速不穩/CO過高的問題:
怠速不穩可能的原因:怠速開關2P、供油壓力調節器(Fuel Pressure Regulator)、慢車穩定器/怠速穩定器、空氣流量計。
打開 系統COM port或是SOL logs 會發現一些密密麻麻很難辨識的文字或符號
善用控制輸出速度的指令,就能像慢速回放一樣,重新檢視console跟SOL的Log囉
To intentionally slow down console output in Linux, several methods can be employed:
1. Using pv (Pipe Viewer) for rate limiting:
The pv utility can be used to monitor the progress of data through a pipe and also to limit its transfer rate.
iPXE的Build-up請參考下方。
iPXE選單的設定,請參考之前寫的:https://jiruiwu.pixnet.net/blog/post/356092933
DHCP config 這邊跟標準PXE設定一樣,Config包含這些內容
舉例:
option architecture-type code 93 = unsigned integer 16;
原廠後避震的長度:
備註:
1. 此表原始為某車行FB所提供的數據(該貼文已失效),經查證發現有許多車款的數據是錯誤的長度。
2. 標註*代表,小弟沒查證過的部分
3. 許多車行/網拍,為了賣出改裝商品,標示其適用的車款不見得是正確的。
運行架構的部分,網路上很多,這邊就不贅述。
Under Linux, install nvme-cli
Cmd: yum install nvme-cli
一般情況下,拿到的設備,在Linux OS下會看到設備名稱結尾會有個n1的字串
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"
*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.
*Another main point is the certificate file must combine from server-cert, server-key, and ca.crt + ca.key.
=====================================================================================
遇到一件有趣的事,我們公司買來的source code - AMI MegaRAC要求ping得到zone(domain-name),才能nsupdate更新/註冊DNS...
在任何一個Linux不需要這個條件,都能順利註冊DNS
對比之下ㄏㄏ 真是有趣~~~
至於如何達成能ping得到zone呢?
在zone的正解檔案內加一筆紀錄,domain-name正解=dns-server囉
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
Step 1 - Current kernel version:
$uname -r