PIXNET Logo登入

吾給力的部落格

跳到主文

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

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

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 9月 08 週五 202313:43
  • Solve The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license.

Remote session disconnected no remote desktop license servers available:
Msg: "The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license."
1. Open Registry Editor
2. Export to backup "Store": Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing\Store
2. Delete the "Store"
3. Export to backup "GracePeriod" : Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod
4. Delete the "GracePeriod"
PS: If have permission issue (can't set Administrators as Full Control), download PSTools to get psexec.
Run command by "psexec -i -d -s C:\windows\regedit.exec" to delete.
5. Open Service, select "Remote Desktop Services" and choose restart it.
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkThing
▲top
  • 8月 15 週二 202319:39
  • Setup a Simple FTP with vsftpd and prevent login user jail to system folder under Linux

Setup a Simple FTP with vsftpd under Linux
RHEL/CentOS: yum install vsftpd
Ubuntu: apt-get install vsftpd
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
  • 5月 04 週四 202316:41
  • Linux OS with iPXE to chain load / imgexec load WDS

2020年第三季,換公司後,發現這邊的PXE是用iPXE,但是沒有WDS,卻有WDT
由於也不太會用到WDS,問了維護管理員同時是TL的同事,他很忙沒空弄,所以一直沒有WDS可以用
就在今年第二季,先前維護管理的同仁,高升去別間公司當主管,由於我在前公司有維護Lab service的經驗
,所以我老闆就把這個工作指定交接給我 (( 怎麼又找上門了勒XDD
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
  • 4月 27 週四 202318:22
  • Curl 搭配 jq 處理Redfish資料,取得特定欄位的方法

查了一下怎麼拿json格式的裡面的特定資料
詳細請參考Ref
e.g.:資料長這樣子:
[
  {
...略
    "Attributes": {
      "ACPI002": true,
...略
    },
...略
  } 
]
curl -k -u admin:admin https://169.254.0.17/redfish/v1/Systems/Self/Bios | jq -s '.Attributes' 這樣查詢會錯誤:
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
  • 4月 24 週一 202314:56
  • How to Configure Rsyslog Server in CentOS/RHEL 8

紀錄工作用到rsyslog會需要的設定。
跟EL 7系列OS底下的設定方式一樣。
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
  • 3月 31 週五 202301:06
  • 大型重機 定期檢驗 民間代驗廠 / 監理所 / 監理站 驗車經驗與紀錄

以時間軸紀錄,過往去定期檢驗遇到的狀況,以及好不好驗,還有給民間代驗廠驗會不會遇到刁難的情況
以後回想的時候,有個客觀的時間點以及情況能回朔,才不會像某些車友拿很久以前的經驗在那邊讓別人覺得麻煩或害怕-.-
(繼續閱讀...)
文章標籤

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

  • 個人分類:兩輪相關
▲top
  • 3月 09 週四 202315:13
  • Linux Shell / Bash Shell Script 儲存 stdout / stderr 並 同時顯示在 terminal畫面上 且 command $? 符合預期

結論:
( commnad | tee stdout-by-tee.log ) 1> >(tee st-all.log) 2> >(tee stderr.log)
((commnad) 1> >(tee std.log)) 2> >(tee str.log) | tee tee-output.log
E.g.: (ipmitool -I lanplus -U admin -P admin -H 192.168.20.173 fru print | tee stdout-by-tee.log ) 1> >(tee st-all.log) 2> >(tee stderr.log)
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
  • 3月 08 週三 202316:07
  • Ubuntu Upgrade Kernel

Ubuntu Upgrade Kernel
若不是用root這個user,記得加上suto
(繼續閱讀...)
文章標籤

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

  • 個人分類:Ubuntu Tips 嗚邦兔小姿勢
▲top
  • 2月 08 週三 202317:59
  • Setup a Simple Useful RADIUS Service for APC / AMI WebUI under CentOS 7 / RHEL 7

1. Install RADIUS Packages
# Online install from command yum
yum install -y freeradius freeradius-utils
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
  • 1月 19 週四 202300:28
  • Power Button / Soft Power Off / Chassis Power Soft no work under CentOS 7.xx

CentOS 7.x
由於CentOS 7.xx 預設沒有安裝acpid service
(繼續閱讀...)
文章標籤

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

  • 個人分類:WorkWithLinux
▲top
«1...34511»

個人資訊

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

參觀人氣

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

最新留言

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

文章搜尋

動態訂閱

誰來我家