PC softwares
Colab, Notepad++, Git-for-Windows, Python3-for-Windows, LLM & ComfyUI
雲端平台
Google Colab 新手的入門教學
Kaggle 使用教學
程式語言
Python Programming
Python Tutorials
程式編輯器
For Windows
For Ubuntu / MacOS
- nano (for Ubuntu / MacOS)
- vim (for Ubuntu / MacOS)
Linux作業系統模擬器
Git-for-Windows
Linux Command 命令列指令與基本操作入門教學
ls -l
(列出目錄檔案)cd ~
(換目錄)mkdir new
(產生新檔案夾)rm file_name
(移除檔案)rm –rf directory_name
(移除檔案夾)df .
(顯示SSD/硬碟的用量)df -a
(顯示所有儲存裝置的用量)du –sh directory
(查看某檔案夾之儲存用量)free
(檢查動態記憶體用量)ps –a
(列出正在執行的程序)kill -9 567
(移除程序 id=567)cat /etc/os-release
(列出顯示檔案內容,此檔案是作業系統版本)vi file_name
(編輯檔案)nano file_name
(編輯檔案)clear
(清除螢幕顯示)history
(列出操作記錄)
GNU / Linux 各種壓縮與解壓縮指令
GPU 工具箱與函式庫
Python 解譯器與軟體包
Python3 for Windows
- Python 3.13.7 Download Windows installer (64-bit)
- Python 3.12.10 Download Windows installer (64-bit)
Windows 如何安裝Python3.11
Ubuntu OS
$ python3 -V
Ubuntu 20.04 LTS
Python 3.8.10
Ubuntu 22.04 LTS
Python 3.10.12
Ubuntu 24.04 LTS
Python 3.12.3
Install Python packages
啟動 GitBash (啟動 Linux終端機)
python3 -V
python3 –m pip install --upgrade pip
pip -V
pip install jupyter
pip install pandas
pip install matplotlib pillow imutils
pip install opencv-python
pip install scikit-learn
git clone https://github.com/rkuo2000/cv2
PyTorch
Get-Started
PyTorch Tutorials
pip install torch torchvision torchaudio
Tensorflow
Tensorflow Turorials
pip install tensorflow
LLM 安裝
Ollama
ollama -h
ollama -v
ollama pull gemma3
ollama list
ollama run gemma3
LM Studio
ComfyUI
ComfyUI 安裝
This site was last updated September 17, 2025.