I freed 30GB using Filelight
-
And that's all, I'm happy since I was out of space.
I love Filelight. Whoever came up with it is brilliant.
-
And that's all, I'm happy since I was out of space.
i use https://dev.yorhel.nl/ncdu for this
-
Does Linux have spacesniffer?
No, and I miss it. Space sniffer was so good.
-
Omfg.
I was trying to remember the name of kdirstat ladt night when I stumbled across filelight and made use of that instead.
And now there'sa thread on this exact topic. Y'all need to quit it with all this Truman Show nonsense, Baader-Meinhof alone isn't enough to explain how frequently shit like this happens. XD
Y'all need to quit it with all this Truman Show nonsense
Oh shit, he's onto us!
-
This is why I've set up a ramdisk on
~/.cache
and~/Downloads
-- "free" automatic cleanup plus a tad more of performance because why not.I might do that just to force myself to organize and move files out of downloads.
-
i use https://dev.yorhel.nl/ncdu for this
Also dust
-
Y'all need to quit it with all this Truman Show nonsense
Oh shit, he's onto us!
Cheese it!
-
Is this a Linux version of windirstat?
-
I recommend it too. It's simple as doing:
sudo rm -rf /
Where "-rf" obviously stands for "remove french".
(This is a joke don’t do this or you’ll ruin your computer)
-
Clean all the cache downloads of Arch Linux Packages
pacman -Scc
Remove unused docker networks and images
docker system prune --all
Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use "n" instead of "f" for a dry run)
git clean -xdf
Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)
git gc --aggressive --prune=now
Remove old journal logs, keeping last seven days
journalctl --vacuum-time 7days
Remove pip cache
pip cache purge
Remove unused conda packages and caches:
conda clean --all
If you are a Python developer, this can easily be several or tens of GB.
-
I create a cron job with something like:
docker system prune -af --filter="until=XXh"
where XX is on the order of a few days.ah, this filter by timestamp might be very useful to me, thanks
-
I might do that just to force myself to organize and move files out of downloads.
I don't think you'll need to do that, unless you are planning to download files that are over 4Gb long and/or you are using a potato that has less than 1 Gb of ram.
t. I've set my entire ram into a ramdisk, and the performance actually IMPROVED compared to not setting a ramdisk at all.
-
And that's all, I'm happy since I was out of space.
-
And that's all, I'm happy since I was out of space.
I use
du -hs * | sort -h
-
I recommend it too. It's simple as doing:
sudo rm -rf /
Where "-rf" obviously stands for "remove french".
-
And that's all, I'm happy since I was out of space.
Looks like the Gnome Disk Usage Analyzer but for KDE.
-
I'm more of a baobab person myself
Isn't it the same?
-
I freed 50gb by running 'docker system prune'...
Oh hey thanks for reminding me, freed 5GB which should buy me a bit of time on upgrading the server I use for this lemmy instance.
-
Isn't it the same?
Basically, just using gtk instead of Qt
-
Cheese it!
@EveryMuffinIsNowEncrypted @VonReposti Cheese? That's a James May job.