R's Workshop

Copy and Paste between Vim and Clipboard

工程師最常用的按鍵就是 Ctrl-C 和 Ctrl-V (誤). 為了快速地把從 Google / Stack Overflow 把找到的東西貼進 vim. 當然也要動點手腳讓 vim 可以存取系統的剪貼簿 (clipboard). Read more

Inside .git Direcroty

紀錄一篇簡介 .git/ 下的檔案與目錄功能的文章. 最近在思考要如何備份最小的 .git/ 目錄時會用到 Read more

Configure Locale for Docker Images

紀錄一下如何用 Dockerfile 設定 Docker images 的 locale. Read more

Clean APT Cache during Docker Image Build

以前就覺得 Docker image 很肥. 最近發現就算 Dockerfile 只有執行一行 apt update 也是會佔空間的!!! Read more

Split Large Archive into Multiple Files

紀錄一下在 Linux 上要如何把壓縮檔(tar or zip)拆成數個小檔案. Read more