介紹 Python Timer decorator 計時裝飾器 — wraps、time.time()、函式計時。
紀錄用 debugpy 在 VSCode 中 attach 除錯 — 指定 port 連線遠端進程。
紀錄在 VSCode 設定 Python 自動排版 — black extension、formatOnSave、settings.json。
紀錄 du 指令計算目錄磁碟空間用量的方法與選項 — du -sh 統計易讀、df -h 查看硬碟容量、ls -A 隱藏檔案的管理技巧。
紀錄 find 指令搜尋檔案並執行相關動作的用法 — -name -type -exec -delete 選項。
紀錄在 tmux 搜尋歷史紀錄 — Ctrl+b [ 進入讀取模式、Ctrl+s 搜尋、n/Shift+n 下/上搜尋。
紀錄用 PS1 環境變數裝飾終端提示符 — export PS1、ANSI 色碼、emoji 與 git branch 顯示、線上產生器工具。
紀錄 iPhone 資料轉移與遷移的流程筆記 — iCloud 轉移、AnyTrans、舊裝置設定。
紀錄教練課程 33 — 全身耐力、循環、時間、心肺、強度。
紀錄 bash 處理 input options 的方法 — getopts 工具、flag 帶值參數、必填驗證檢查。