PIXNET Logo登入

吾給力的部落格

跳到主文

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

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

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 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
  • 11月 01 週五 202410:51
  • AMI USB0 under Windows

前陣子看到的資料: AMI USB0 under Windows
Windows:
1. Get-NetAdapter -InterfaceDescription "*NDIS*"
2. pnputil -i -a .\rndis.inf
3. Get-NetAdapter -InterfaceDescription "*NDIS*" | Select-Object -Property Name | findstr "Ethernet" | New-Variable -Name "host_intf_dev"
4. netsh interface ip set address name=$host_intf_dev static 169.254.0.18 255.255.0.0
還沒有環境確認
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkThing
▲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
  • 8月 01 週四 202415:33
  • LSA LSI® Storage Authority Software x CentOS Stream 9 啟動失敗 解決辦法 Solution of start success

[root@localhost server]# /etc/init.d/LsiSASH.sh start
Starting LSI Storage Authority:                           [FAILED]
[root@localhost server]#
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
  • 7月 08 週一 202410:50
  • Restore BMC to default setting. MegaRAC AMI

遇到鎖HTTP,只能HTTPS連線的BMC WebUI,但功能複驗流程把HTTPS關掉了,只能用inband ipmi command把BMC還原成default狀態...
-----------------------------------------------------------------------------------------------------
How to restore BMC to factory default by command(AMI code)
# ipmitool raw 0x32 0x66
印象中以前的AMI BMC (BMC WebUI還沒使用HTML5的FW)只需要用上面的command
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkThing
▲top
  • 6月 06 週四 202413:40
  • Linux Serial Console 設置的方法 systemd(systemctl) 跟 grub 的差異

從Systemd(Systemctl)設置:
$ cp /usr/lib/systemd/system/serial-getty@.service /etc/systemd/system/serial-getty@ttyS0.service
$ vi /etc/systemd/system/serial-getty@ttyS0.service
//# Modify "ExecStart" line as below.
//# E.g.: Rate=57600, 
>> ExecStart=-/sbin/agetty 57600 %I $TERM
//# E.g.: Rate=115200, 
>> ExecStart=-/sbin/agetty 115200 %I $TERM 
//# E.g.: Rate=115200, 
>> ExecStart=-/sbin/agetty 115200 %I $TERM 
//# E.g.: Rate=115200, 
>> ExecStart=-/sbin/agetty -o '-p -- \\u' 115200 %I $TERM
//# Recommend remove "--keep-baud" that if you expect it take effect immediately.(Mean without reboot or others operation.)
$ systemctl daemon-reload
//# For a built in serial port /dev/ttyS0
$ systemctl enable --now serial-getty@ttyS0.service
$ systemctl status serial-getty@ttyS0.service
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
  • 5月 30 週四 202415:36
  • CentOS 7 8 / Stream 8 9 調整 grub default 預設開機選項

CentOS 7 8 / Stream 8 9 調整 grub default 預設開機選項
Step 1: grubby --info=ALL 列舉目前所有的選項
查找要改成default option 的 index
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
«123...11»

個人資訊

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

參觀人氣

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

最新留言

  • [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

文章搜尋

動態訂閱

誰來我家