Live data from Hacker News

Duf: Disk Usage/Free Utility

github.com

11–20 of 46 posts

Re: Duf: Disk Usage/Free Utility

#11

For a CLI alternative to manually running `du -sh *` recursively to try and find which directory is taking up your space I recommend `ncdu`. I'm pretty sure there was a similar CLI app better than `ncdu` but I don't recall it right now.

There is also Duc: https://duc.zevv.nl/. It has a both a Tui and a Gui, but can also do nifty CGI things (shameless plug)

Re: Duf: Disk Usage/Free Utility

#12

For a CLI alternative to manually running `du -sh *` recursively to try and find which directory is taking up your space I recommend `ncdu`. I'm pretty sure there was a similar CLI app better than `ncdu` but I don't recall it right now.

baobab is a nice GUI alternative that has similar graphs to duc, except I can never remember the name =P (fortunately it shows up when I search the "start menu" for "usage")

https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer

Re: Duf: Disk Usage/Free Utility

#14

For a CLI alternative to manually running `du -sh *` recursively to try and find which directory is taking up your space I recommend `ncdu`. I'm pretty sure there was a similar CLI app better than `ncdu` but I don't recall it right now.

I use `ncdu --color dark` for pretty colors.

Re: Duf: Disk Usage/Free Utility

#15
post #3

Earlier quoted context omitted.

Is there anything similar to glances that's native, super light. Don't have python in all production server and I wonder how weighty it would be when things are getting haywire .. or am I wrong and glances is lightweight enough?

Try bashtop I dont prefer glances because of its dependencies of python and i really avoid installing big dependencies unless I feel its required for most of the other packages/use cases.

It seems bashtop is being deprecated in favour of a python based program for ease of maintenance and it actually uses less cpu. Makes sense if it's doing a lot of work in bash.

Re: Duf: Disk Usage/Free Utility

#16

For a CLI alternative to manually running `du -sh *` recursively to try and find which directory is taking up your space I recommend `ncdu`. I'm pretty sure there was a similar CLI app better than `ncdu` but I don't recall it right now.

baobab is a nice GUI alternative that has similar graphs to duc, except I can never remember the name =P (fortunately it shows up when I search the "start menu" for "usage") https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer

[deleted]

Re: Duf: Disk Usage/Free Utility

#17
post #11

For a CLI alternative to manually running `du -sh *` recursively to try and find which directory is taking up your space I recommend `ncdu`. I'm pretty sure there was a similar CLI app better than `ncdu` but I don't recall it right now.

There is also Duc: https://duc.zevv.nl/ . It has a both a Tui and a Gui, but can also do nifty CGI things (shameless plug)

Seconded. Duc is awesome. Thanks for your great work on it!

Re: Duf: Disk Usage/Free Utility

#18

For a CLI alternative to manually running `du -sh *` recursively to try and find which directory is taking up your space I recommend `ncdu`. I'm pretty sure there was a similar CLI app better than `ncdu` but I don't recall it right now.

Another option is

du | sort -n

(I've got it aliased to "dun".)

Post reply on HN