R's Workshop

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

GCC Warnings

Many projects enable additional diagnostics by using the -Wall and -Wextra command-line options. Some projects even turn them into errors via -Werror as their first line of defense. Read more