this post was submitted on 03 Dec 2023
386 points (96.6% liked)

Linux

56477 readers
1754 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 6 years ago
MODERATORS
 

Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system

(page 2) 50 comments
sorted by: hot top controversial new old
[–] Shape4985@lemmy.ml 4 points 2 years ago

Bleachbit is good for clearing up some space

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

I just map both the user cache and the /tmp directory to a RAM drive. I allocated 4 GB but in practice it never gets even close to that much, and Linux seems to not be reserving the entire 4 GB at boot so I would assume how much RAM is used depends on how much is actually in your cache.

It also defers cache and tempfile related problems to turning it off and on again.

[–] lntl@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

$ crontab -e

      • */2 * rm -rf /home/lntl/.cache
load more comments
view more: ‹ prev next ›