PIXNET Logo登入

吾給力的部落格

跳到主文

歡迎光臨jiruiwu在痞客邦的小天地

部落格全站分類:生活綜合

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 1月 12 週一 202621:25
  • Add TSIG key in DNS 簡易方法

@ Add TSIG key
in DNS:
Gen key  then add key in Primary
DNS config.
(繼續閱讀...)
文章標籤
CentOS RHEL CentOS Stream DNS TSIG DNSSEC

吾給力 發表在 痞客邦 留言(0) 人氣(6)

  • 個人分類:WorkWithLinux
▲top
  • 10月 07 週二 202519: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
(繼續閱讀...)
文章標籤

吾給力 發表在 痞客邦 留言(0) 人氣(5)

  • 個人分類:WorkWithLinux
▲top
  • 9月 22 週一 202518:37
  • Replay speed control when debug SOL / Console records with slow down console output in Linux Terminal

打開 系統COM port或是SOL logs 會發現一些密密麻麻很難辨識的文字或符號
善用控制輸出速度的指令,就能像慢速回放一樣,重新檢視console跟SOL的Log囉
(繼續閱讀...)
文章標籤

吾給力 發表在 痞客邦 留言(0) 人氣(2)

  • 個人分類:WorkWithLinux
▲top
  • 4月 11 週五 202515:50
  • NVMe namespaces handle under Linux | List / Create / Delete / Attach / Detach namespace

運行架構的部分,網路上很多,這邊就不贅述。
Under Linux, install nvme-cli
Cmd: yum install nvme-cli
(繼續閱讀...)
文章標籤

吾給力 發表在 痞客邦 留言(0) 人氣(60)

  • 個人分類:WorkWithLinux
▲top
  • 12月 13 週五 202417: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.
(繼續閱讀...)
文章標籤

吾給力 發表在 痞客邦 留言(0) 人氣(33)

  • 個人分類:WorkWithLinux
▲top
  • 12月 13 週五 202415:59
  • Bind9 DNS Domain Name Pingable Config & NSLOOKUP records.

遇到一件有趣的事,我們公司買來的source code - AMI MegaRAC要求ping得到zone(domain-name),才能nsupdate更新/註冊DNS...
在任何一個Linux不需要這個條件,都能順利註冊DNS
(繼續閱讀...)
文章標籤

吾給力 發表在 痞客邦 留言(1) 人氣(12)

  • 個人分類:WorkWithLinux
▲top
  • 11月 26 週二 202418: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
(繼續閱讀...)
文章標籤

吾給力 發表在 痞客邦 留言(0) 人氣(36)

  • 個人分類:WorkWithLinux
▲top
  • 10月 08 週二 202417:53
  • Install ipmitool with source of github under CentOS Stream/RHEL

#環境確認:
#確認已安裝的群組套件
yum grouplist
#確認已安裝 RPM Development Tools;若沒有安裝,yum groupinstall 'RPM Development Tools'
yum -y install autoconf automake libtool ncurses ncurses-devel ncurses-term readline readline-devel openssl-devel
(繼續閱讀...)
文章標籤

吾給力 發表在 痞客邦 留言(0) 人氣(30)

  • 個人分類:WorkWithLinux
▲top
  • 8月 30 週五 202412:04
  • After CentOS EOL switch to Vault or Fedora Project EL

剛好工作上需要使用EOL的CentOS,紀錄一下怎麼用
跟設定內網URL資源一樣
能連上網際網路的狀況下:
(繼續閱讀...)
文章標籤

吾給力 發表在 痞客邦 留言(0) 人氣(6)

  • 個人分類:WorkWithLinux
▲top
  • 8月 06 週二 202416:14
  • kernel: sfc : ERROR: PTP requires MSI-X and 1 additional | Ubuntu | RHEL | CentOS

Under Ubuntu:
root@localhost:~# dmesg | grep -i "error\|fail"
[   33.525272] ERST: Error Record Serialization Table (ERST) support is initialized.
[   36.379503] RAS: Correctable Errors collector initialized.
[   37.397760] sfc 0000:15:00.0 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[   37.729171] sfc 0000:15:00.1 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[   37.906404] sfc 0000:4c:00.0 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[   38.187964] sfc 0000:4c:00.1 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[   38.283690] sfc 0000:95:00.0 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[   38.488907] sfc 0000:95:00.1 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
root@localhost:~#
root@localhost:~# echo "options sfc rss_cpus=31" >> /etc/modprobe.d/sfc.conf
root@localhost:~# cp /boot/initrd.img-$(uname -r) /boot/initrd.img-$(uname -r).bak.$(date +%m-%d-%H%M%S)
root@localhost:~# update-initramfs -c -k $(uname -r)
接著將OS重開機
root@localhost:~# dmesg | grep -i "error\|fail"
[   33.541095] ERST: Error Record Serialization Table (ERST) support is initialized.
[   36.166919] RAS: Correctable Errors collector initialized.
root@localhost:~# 
(繼續閱讀...)
文章標籤

吾給力 發表在 痞客邦 留言(0) 人氣(19)

  • 個人分類:WorkWithLinux
▲top
12...5»

個人資訊

吾給力
暱稱:
吾給力
分類:
生活綜合
好友:
累積中
地區:

參觀人氣

  • 本日人氣:
  • 累積人氣:

最新留言

  • [25/04/19] Tan Ji Kao 於文章「Bind9 DNS Domain Nam...」發表了一則私密留言
  • [24/03/27] 阿桂 於文章「How to set OpenBMC t...」留言:
    順便再請教博主一個問題,ob的手冊上說ssh也是支持ldap...
  • [24/03/27] 訪客 於文章「How to set OpenBMC t...」留言:
    謝謝!已經找到原因了,web配置中的AD的URL不能直接使用...
  • [24/03/27] 阿桂 於文章「How to set OpenBMC t...」留言:
    您好: 是的,OpenBMC側沒有產生證書,只是生成CSR...
  • [24/03/25] 阿桂 於文章「How to set OpenBMC t...」留言:
    你好: Openbmc使用Windows AD Serve...
  • [22/09/12] 訪客 於文章「勁戰後扶手,DIY冷烤漆~...」留言:
    更正信箱: starskt@gmail.com...
  • [22/09/12] 訪客 於文章「勁戰後扶手,DIY冷烤漆~...」留言:
    不吝嗇跟您請教: 請問您噴完噴師父金油層,它能撐多久?有無...
  • [22/08/13] 202207 於文章「系統廠 PQA/DQA NPI工作流程...」留言:
    謝謝您!...
  • [22/07/19] 202207 於文章「系統廠 PQA/DQA NPI工作流程...」留言:
    謝謝分享!想詢問關於EVT階段也會"用PVT的方法提前驗證滿...
  • [22/05/12] 戴偉晨 於文章「[紀錄] GSX-R600 K8 疑難雜...」留言:
    了解了 ! 那我這樣溫度應該算是正常 ! 在61巡航也差不多...

文章分類

  • WorkThing (12)
  • WorkWithLinux (42)
  • Ubuntu Tips 嗚邦兔小姿勢 (7)
  • 兩輪相關 (25)
  • 四輪相關 (3)
  • 未分類文章 (1)

文章精選

最新文章

  • Add TSIG key in DNS 簡易方法
  • Build executable IPMITool for Windows via Cygwin
  • Linux Remove Duplicate Data 移除 重複資料 方法 awk uniq
  • VW GOLF MK2 怠速不穩 CO過高 | VW G60 Basic Steps to Troubleshooting Bad Idle on a Corrado G60, for Beginners
  • Replay speed control when debug SOL / Console records with slow down console output in Linux Terminal
  • UEFI BIOS - Linux Standard/Native PXE chainload WDS via redirection iPXE
  • 台灣常見速克達Scooter原廠後避震的長度
  • NVMe namespaces handle under Linux | List / Create / Delete / Attach / Detach namespace
  • Windows 11 Install WSL | error code: 0x800701bc | Hang / Stock with msg: This may take several minutes...
  • How to Generate Self-Signed Certificate with SAN Certificate for AMI BIOS HTTPS BOOT | SSL

熱門文章

  • (109,881)雙北地區 (台北市 / 新北市) 凱汰場 殺肉場 機車 中古零件材料 ( 含全台灣 )
  • (29,753)勁戰後扶手,DIY冷烤漆~
  • (19,423)勁戰 三角台對應的前叉流用性與改裝前叉 規格紀錄
  • (16,968)系統廠 PQA/DQA NPI工作流程
  • (7,529)DIY 製作 油箱貼 x GSX-R600 x 檔車 重機 仿賽 跑車
  • (7,283)[紀錄] GSX-R600 K8 疑難雜症/通病 ( 發電線圈 / 排氣閥門控制馬達 / 後視鏡鬆掉 )
  • (5,348)三代勁戰 前叉設定 紀錄
  • (4,664)Giant ATX SE2 開箱 & 騎乘心得
  • (3,410)IPMITOOL 設定 下一次開機指定 UEFI 裝置 Chassis Bootdev to EFI Dev x 如何確認How Check bootparam x clear-cmos=yes
  • (798)圖形介面Root登入 & 圖形介面Root登入 & 允許自行輸入帳號(LightDM) x 嗚邦兔小姿勢 x Ubuntu Using Tips

文章搜尋

動態訂閱

誰來我家