this post was submitted on 07 Mar 2025
36 points (97.4% liked)

Linux

51580 readers
1012 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

And that's all, I'm happy since I was out of space.

top 50 comments
sorted by: hot top controversial new old
[–] ouch@lemmy.world 1 points 15 hours ago

Is there any disk usage tool that allows you to browse the tree while it's still being calculated, prioritizing current directory?

[–] somenonewho@feddit.org 3 points 3 days ago

Personally I'm a huge fan of dust

[–] MonkderVierte@lemmy.ml 2 points 3 days ago

My dad's Linux setup couldn't log in. After a bit of investigation, starting the session manually and so on, i got a hunch and indeed; i saw in Baobab that the backup script took the wrong disk, filled up the one with home, making it slow, so the log-in thingie timed out, failing the session.

[–] umbrella@lemmy.ml 3 points 4 days ago

this looks exactly like gnome disk usage analyzer

[–] atzanteol@sh.itjust.works 4 points 4 days ago (6 children)

I freed 50gb by running 'docker system prune'...

[–] Joelk111@lemmy.world 1 points 3 days ago (1 children)

I'm new to docker and all of my shit stopped working recently. Just wouldn't load. Took about a half hour to find out that old images were taking up about 63GB on my 100GB boot partition, resulting in it being completely full.

I added the command to prune 3 month old images to my update scripts.

[–] atzanteol@sh.itjust.works 1 points 2 days ago

Yeah, it's really not called out in the docs. I found out the same way.

load more comments (5 replies)
[–] pocopene@lemmy.world 3 points 4 days ago

No one showing love for ncdu around here?

[–] bricked@feddit.org 3 points 4 days ago (5 children)

I freed my entire disk by removing the French language pack

load more comments (5 replies)
[–] sfera@beehaw.org 2 points 4 days ago (1 children)

Looks like the Gnome Disk Usage Analyzer but for KDE.

[–] caseyweederman@lemmy.ca 1 points 4 days ago (1 children)

That's a weird way to spell Baobab

[–] noxypaws@pawb.social 2 points 4 days ago

To be fair Baobab is a weird way to spell Baobab

[–] eskuero@lemmy.fromshado.ws 2 points 4 days ago* (last edited 4 days ago) (1 children)

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

load more comments (1 replies)
[–] klu9@lemmy.ca 1 points 4 days ago (1 children)

Personally I'm loving diskonaut. "Graphical" representation but at, ahem, terminal velocity. Image

[–] some_random_nick@lemmy.world 1 points 3 days ago (1 children)

Jesus, that rustup folder is HUGE

[–] joe_cool@lemmy.ml 2 points 3 days ago* (last edited 3 days ago)

One of the things I dislike about Rust is the massive amount of disk space and time it takes to do a download, compile, test run.
2GB of dependencies and build files for a 200K binary is a bit much.

[–] devfuuu@lemmy.world 1 points 4 days ago

The always huge and killing my system space:

  • pacman cache
  • docker bullshit
  • flatpaks
  • journalctl files!
[–] muhyb@programming.dev 1 points 4 days ago
load more comments
view more: next ›