Recently Updated Pages
Bechmark
Benchmark for LLM engines bench.py ollama 支持并发之后和 vllm 相比性能如何?我们测测看_ollama vllm-CSDN博客 YT: o...
More
LocalAI LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacemen...
Learning
Tutorials Create your own custom Raspberry Pi image PiShrink – Make Raspberry Pi Images Small...
Learning MySQL
MySQL Backup How to Backup/Restore MySQL/MariaDB and PostgreSQL Using ‘Automysqlbackup’ and ‘A...
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; 請三天假 ...
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...
What's DNS
Tutorials What is Round-Robin DNS? - GreenCloud What is a DNS Amplification Attack? - GreenCl...
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,磁...
Learning Nginx
The NGINX Handbook – Learn NGINX for Beginners Hardening Nginx How to password protect di...
實用技巧
通用語法 條件語法: == != > < >= <= in 邏輯語法: && # AND || # OR ! # NOT 常用篩選: ty...