Skip to content

Commit

Permalink
Update 2023-12-02-PC-softwares.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo2000 authored Jul 31, 2024
1 parent f55b5ff commit bcfe4b5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions _posts/2023-12-02-PC-softwares.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ Colab, Notepad++, Git-for-Windows, Python3-for-Windows, GPU libraries (CUDA & Cu
---
## 程式編輯器

### For Windows: install [Notepad++](https://notepad-plus-plus.org/downloads/)
### For Windows
* Download [Notepad++ v8.6.9](https://notepad-plus-plus.org/downloads/)

### For Ubuntu / MacOS: no intallation needed, use built-in editors
* **nano** (for Ubuntu / MacOS)<br>
* **vim** (for Ubuntu / MacOS)<br>
### For Ubuntu / MacOS
* **nano** (for Ubuntu / MacOS)
* **vim** (for Ubuntu / MacOS)

---
## Linux作業系統模擬器
Expand All @@ -42,7 +43,8 @@ Colab, Notepad++, Git-for-Windows, Python3-for-Windows, GPU libraries (CUDA & Cu
* `mkdir new` (產生新檔案夾)<br>
* `rm file_name` (移除檔案)<br>
* `rm –rf directory_name` (移除檔案夾)<br>
* `df .` (顯示SD卡已用量)<br>
* `df .` (顯示SSD/硬碟的用量)<br>
* `df -a` (顯示所有儲存裝置的用量)<br>
* `du –sh directory` (查看某檔案夾之儲存用量)<br>
* `free` (檢查動態記憶體用量)<br>
* `ps –a` (列出正在執行的程序)<br>
Expand Down

0 comments on commit bcfe4b5

Please sign in to comment.