Find and Delete All Sub Directories/Files Exclude Some Directory

I need to remove all sub-directory excluding some directories. The solution I found is using find and xargs.

2023-01-22 · 1 min · 116 words

Disk Usage du and df Useful Snippets

Useful df and du snippets that I frequently used

2023-01-09 · 2 min · 368 words

Commitizen: Bikin Commit Message Berguna

Commit message adalah bagian yang sering diabaikan dalam programming menggunakan version control. Padahal menurut saya commit message sangat penting saat membaca dan mengetahui alasan kenapa kode ditulis. Apalagi mengerjakan proyek bersama dalam tim. ...

2021-06-03 · 2 min · 351 words