發表文章

目前顯示的是 2025的文章

How to reset password of account kali on Kali Linux

1. Look for line of "Linux ..." in GRUB menu, change message ro to rw 2. Append "init=/usr/bin/bash " and "system.unit=multi-user.target" at the end of line of "Linux..." 3. Press Ctrl + x to reboot  # system will reboot to root mode 4. command "passwd kali"  # change kali password (default account kali) 5. command  "exec /usr/sbin/init"  # go to init for testing 6. reboot kali

在Windows利用CLI模式移除程式

圖片
1.  利用管理員身分開啟 cmd.exe終端機 2.  wmic product get name  #輸入指令 3.wmic product where "name like '%intel%'" get name,version  #輸入指令 4.  wmic product where "name like 'Intel(R) Computing Improvement Program'" call uninstall  /nointeractive  #輸入指令 @powershell 1. 用管理員開啟powershell,輸入 Get-AppxPackage -all *intel(R)* | Remove-AppPackage -AllUsers 2. 移除

No code / Low code 的LLM平台

 1. Dify 2. Vibe coding 3. GPT bot 4. AutoGen studio(low-code) 5. Flowise  6. LlamaFlow 7. AnythingLLM 8. AgentGPT 9. LangChain 10. NocoBase 11. APITable 12. LowCodeEngine 13. Amplication 14. Supervision 15. Node-RED 16. Refine 17. TooUet 18. Appsmith 19. n8n 20. NocoDB 21. AppFlowy 22. make.com

混淆矩陣(confusion matrix)相關指標

真陽(比)率 (True Positive Rate, TPR) - 我們所關心的事件(陽性),被正確預測出的比例 同義詞:敏感度(sensitivity)、召回率(positive recall、recall) 真陽率=敏感度=召回率= TP / (TP + FN) . # TP: True Positive真陽, FN: false Negative假陰 假陰(比)率 (False Negative Rate, FNR) - 陽性事件中,被錯誤預測為陰性的比例: 假陰率=1-真陽率=1-(TP / (TP + FN)) = FN / (TP + FN) 真陰(比)率( True Negative Rate, TNR )  - 陰性事件中被正確預測出的比例 同義詞:特異性(specificity)、陰性召回率(negative recall) 特異性 = TN / (TN + FP ) # TN: True Negative真陰, FP: False Positive假陽 假陽(比)率 (False Positive Rate, FPR) - 陰性事件被錯誤預測為陽性的比例 假陽率 = 1- (TN / ( TN + FP )) = FP / (TN + FP) 從觀測面向轉預測面向 精確 度(precision) - 預測為陽性事件中正卻的比例、陽性率預測值(Positive Predictive Value, PPV) 精確度 = PPV = TP / ( TP + FP ) 陰性率預測值 (Negative Predictive Value, NPV) - 類別分布平衡情況下,預測為陰性的正確比例 NPV = TN / (TN + FN) 偵測率(detection rate) - 所有樣本中,陽性被確偵測出來的比例 DR = TP / ( TP + FN + TN + FP ) 普遍率(prevalence) - 該類樣本佔樣本總數的比例,以陽性為例,所有樣本中陽性事件比例為實際 陽性事件普遍率 普遍率 = (TP + FN) / (TP + FN + FP + TN)  偵測普遍率(detection prevalence) - 所有樣本中預測為陽性的比例,普遍與偵測普遍率都大於偵測率 偵測普遍率 (TP + FP) / (TP + ...

Downgrade kernel on rocky linux 8

圖片
 grubby --info=ALL | grep -B1 '^kernel=' ls /boot/vmlinuz* grubby --set-default /boot/vmlinuz-4.18.0-553.45.1.el8_10.x86_64 # 58.1 downgrade 45.1 grubby --default-kernel. # to confirm  reference https://support.flashgrid.io/hc/en-us/articles/21054031806359-Downgrade-kernel-in-RHEL8

word內表格標題重複每頁出現

圖片
1. 選取標題 2. 選擇表格版面配置 3.點選重複標題        參考資料 https://support.microsoft.com/zh-tw/office/%E5%9C%A8%E5%BE%8C%E7%BA%8C%E9%A0%81%E9%9D%A2%E4%B8%8A%E9%87%8D%E8%A4%87%E8%A1%A8%E6%A0%BC%E6%A8%99%E9%A1%8C-2ff677e0-3150-464a-a283-fa52794b4b41