I freed 30GB using Filelight
-
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.
-
I use
du -hs * | sort -h
In Germany "du hs" is considered an insult and I think that's beautiful.
-
Yes, it is.
-
i use https://dev.yorhel.nl/ncdu for this
I'm à qdirstat guy : https://github.com/shundhammer/qdirstat
-
And that's all, I'm happy since I was out of space.
gdu
gang -
And that's all, I'm happy since I was out of space.
The always huge and killing my system space:
- pacman cache
- docker bullshit
- flatpaks
- journalctl files!