Recently Updated Pages
基本指令操作
常用指令 # List running containers docker ps # ssh into the container docker exec -it <containe...
Functions
參數類型定義範例 def _gpt_parse_images( image_infos: List[Tuple[str, List[str]]], prom...
Fine-Tune
模型微調工作流程 準備資料集(訓練資料) 準備基礎模型 匯入資料集 開始微調作業 (Fine-Tune) 評估新模型損失曲線 以新模型做實際推論 準備資料集 開始微調模型...
Hacker
Search Engines Shodan - Search Engine for the Internet of Everything. ZoomEye - Search for th...
ufw - Uncomplicated Firewall
Uncomplicated Firewall,簡稱 UFW,是 Ubuntu 系統上預設的防火牆組件。UFW 是為輕量化組態 iptables 而開發的一款工具。UFW 提供一個非常友好的介面用...
Xinference
Xorbits Inference (Xinference) is an open-source platform to streamline the operation and integra...
ssh
測試驗證服務的設定 # 重啟 sshd 前先驗證設定 # 沒有任何內容輸出,表示設定沒有錯誤 # 指令必須使用絕對路徑 /usr/sbin/sshd -t 檢視連線參數的設定 $ s...
Agent
Camel AI CAMEL-AI.org is the 1st LLM multi-agent framework and an open-source community dedicate...
Learning cURL
Basics of HTTP Requests with cURL: An In-Depth Tutorial Curl Cookbook Httpie - Alternative to...
Cheat Sheets
Bash bash_cheat_sheet.pdf bash-shell-scripting.pdf Curl curl-cheat-sheet.pdf Git ...
Function Calling
LLM(Large Language Model)的一個新功能是 Function Calling(函數呼叫)。這項功能允許LLM直接呼叫外部函數,並將其結果整合到模型的輸出中。下面是它的工作原...
系統管理技巧
Home 目錄 完整複製 Home 目錄 由於 User 的 Home 目錄內有許多隱藏檔,若要完整複製它們,有兩個方法: 方法一:可以複製成一個新目錄 cd /home cp -a ...
Voice
Gen Audio Stability AI Stable Audio HF: https://huggingface.co/stabilityai/stable-audio-op...
Dockerfile
Build Image Basic build command cd /path/to/Dockerfile docker build -t your-tag/your-name . S...
Docker Compose 指令
NOTE: 新版指令改成 docker compose。 NOTE: 服務一旦佈署完成,docker-compose.yml 的路徑如果有變更,就不能繼續使用指令 docker-compose...
NVIDIA NIM
Explore the latest community-built AI models with an API optimized and accelerated by NVIDIA, the...
Windows AD 認證
登入 RedHat 系統時,可使用 Windows AD 帳號。 RedHat 7/8 (不加入網域) 這個方式需要先建立相同名稱的本機帳號,通常這個會違反資安規範。 Chapter ...
Online Tools
More online tools Online CSV Tools Online Time Tools Get Public IP ↪ curl ifconfig.me 2...
Learning
Introduction Message Queue 簡介(以 RabbitMQ 為例) | 小信豬的原始部落 (godleon.github.io) RabbitMQ 基本介紹、安裝教...
Jupyter Notebook
Installation With pip pip install notebook Python Virtual Environment With Python Venv mkdir...