Skip to content

Instantly share code, notes, and snippets.

View ilhamsj's full-sized avatar
🏠
Working from home

Ilham ilhamsj

🏠
Working from home
  • Tech In Asia
  • Yogyakarta, Indonesia
  • 09:46 (UTC +07:00)
View GitHub Profile
# Check Docker disk usage
docker system df
# Check home directory size
du -sh ~
# Check largest directories in home
du -sh ~/* | sort -hr | head -20
# Check Documents directory