This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Michael - Art, Life & Enthusiast
themeek766.bsky.social
did:plc:sqvoqa3a56kzs52g3hbqqpnb
🚀 Quick Linux Tip
Want to quickly find the largest files eating up your disk?
$ du -ah / | sort -rh | head -n 10
Shows top 10 biggest files/folders from root.
Great for cleaning up space on your Linux server.
2025-08-29T13:25:29.107Z