DEV Community

Cover image for National Space Day: May 2
Alex P
Alex P

Posted on • Originally published at yoursec.substack.com

National Space Day: May 2

Let’s celebrate this Space Day and review your disk’s space of your laptop

It’s easy todo with ncdu

Just install and run:

# macos
brew install ncdu

# linux ubuntu
apt install ncdu

# linux fedora
dnf install ncdu

# run
ncdu .
Enter fullscreen mode Exit fullscreen mode

Demo:
Image description

Video demo look at original page here https://yoursec.substack.com/p/national-space-day-2025-05-02

Top comments (0)