Recently Updated Pages
Jupyter Notebook
Installation With pip pip install notebook Python Virtual Environment With Python Venv mkdir...
Cybersecurity
Social media is a great way to connect to other security professionals in the industry 社交媒體是與業界...
Phrases
I'd like to take a personal day off next week; 請假一天 May I have three days off next week; 請三天假 ...
tmux
Sessions Start session tmux new tmux new -s mysession Show sessions tmux ls Kill se...
AIX 管理技巧
Install package lsof Where to download the lsof, bind, rsyslog, openssh, openssl, etc packages? ...
LLM Models
Chinese LLMs Taiwan LLM - Project TAME (TAiwanese Mixture of Experts) GitHub: https://githu...
Fine-Tune
模型微調工作流程 準備資料集(訓練資料) 準備基礎模型 匯入資料集 開始微調作業 (Fine-Tune) 評估新模型損失曲線 以新模型做實際推論 準備資料集 開始微調模型...
loop
for loop for i in var1 var2 var3; do echo $i; done for ((i=1;i<=10;i++)); do echo $i; done for...
test
字串或文字的比對 Str1 = str2 | 當str1與str2相同時, 傳回True Str1 != str2| 當str1與str2不同時, 傳回True Str1 < Str2 ...
Face Detection
Coding deepface - About A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gen...
Words
Fundamentals; Basics (基礎; 基本) incindent; event (事件) Regulations; Compliance; Regulatory Compl...
grep
教學網站 http://www.cyberciti.biz/faq/grep-regular-expressions/ https://www.ubuntupit.com/practic...
DNS Online Tools
DNS Check DNS Check DNSChecker Google Admin Toolbox Dig Google Admin Toolbox Check MX Nslo...
What's DNS
Tutorials What is Round-Robin DNS? - GreenCloud What is a DNS Amplification Attack? - GreenCl...
AIX VM with qemu
Introduction What can it be used for? AIX Training and Practice Testing/Developing Environme...
Q & A
NFS 遠端目錄無法卸載 Umount a NFS directory with the error: device is busy 當遭遇某些異常情況時,原先的 NFS 目錄可能無...
Diagram
OSI Model Power over Ethernet (PoE)
Nessus
Tutorials How to Install and Configure Nessus Vulnerability Scanner on Kali Linux How to inst...
KVM/QEMU
簡介 QEMU為Fabrice Bellard開發的開源硬體模擬器軟體,支援模擬x86、ARM、SPARC、RISC-V、MIPS各種架構的電腦。 Home: QEMU Installat...
AIX VM with virt-manager
技巧 AIX系統的虛擬磁碟 hdisk0 ,裝置類型必須是 SCSI 磁碟,並且使用指令先建立 qemu-img create -f qcow2 hdisk0.qcow2 20G,磁...