R's Workshop

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

Linux Kernel Mainline

Github 上的 Kinux repos 只算是 Linus 個人 repos 在 Github 上的 mirror. 真正的 repos (以及其他的 dev repos) 都 host 在 git.kernel.org 上. Read more