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
You: It’s a single user system
Also you: Tmpfs would have to be done for every user
And a /tmp/ symlink would have to be created for every user too, so I don’t get your point
Tmpfs is just as easy as making a symlink, but without the filename conflicts between files in ~/.config/ and /tmp/. You just need to add a line to /etc/fstab
<span style="color:#323232;">find /home/ -mindepth 1 -maxdepth 1 -type d -exec mount none {}/.cache/ -t tmpfs -o size=16G </span><span style="color:#0086b3;">;
</span>
for doesn’t work here because it uses spaces to delimit strings, which could cause issues with filenames that contain spaces
You can also create a systemd user service, which is useful if you don’t have root access. The above mount command requires root, but the following doesn’t and is more robust than symlinking to /tmp/:
Name one init system that boots as fast as systemd on a modern distro with many services. Then name a display server that’s actually easy to maintain and to develop client applications for
The current issues with Wayland are due to it being new, X11 fanboys not wanting to explore the idea of contributing to Wayland, and client applications that are poorly designed
Picture of a disassembled Duracell 9v battery. Below the terminal assembly is a clear plastic case where you can see six sets of stacked rectangular terminals and fillings.
Trying to repair a Hyperkin Duke Xbox controller where the left trigger doesn’t respond. Found that the resistance of this potentiometer doesn’t change when it’s moved, so I’m looking to replace it. I’m a novice with this stuff though and I’m having trouble identifying it. Any help is appreciated.
Found that the resistance of this potentiometer doesn’t change when it’s moved
Are sure you’re measuring across the correct terminals? The resistance between the two terminals of the resistive portion is constant. I would expect the resistance of a failed pot to either be zero or infinite
I have noticed that some posts on some Lemmy instances created by others have successfully made use of the details/summary tags which gives an arrow that expands....
Anyone have an idea why the Previous button would be missing from all pages? I can click Next and it seems to navigate me forward, but there is not Previous button to go back a page. Checked lemmy.world just to verify it wasn’t my imagination and indeed the Previous button is still there....
Programmer tries to explain binary search to the police (startrek.website)
deleted_by_moderator
Reminder to clear your ~/.cache folder every now and then (lemmy.world)
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
toilet humour (lemmy.world)
Yet they immediately forgot again (pixelfed.social)
Never change Lemmy (lemmy.world)
Source: lemmy.world/comment/5668411
I bet the rest of the world has better paper (sh.itjust.works)
This 9v battery contained six cells stacked like a layer cake (lemmy.sdf.org)
Picture of a disassembled Duracell 9v battery. Below the terminal assembly is a clear plastic case where you can see six sets of stacked rectangular terminals and fillings.
Self Post (lemmy.world)
I used to think I found the perfect, stable, boring system with Debian + KDE Plasma....
Anon does a little trolling (lemmy.zip)
Can someone help me identify this potentiometer from a third party Xbox controller? (lemmy.one)
Trying to repair a Hyperkin Duke Xbox controller where the left trigger doesn’t respond. Found that the resistance of this potentiometer doesn’t change when it’s moved, so I’m looking to replace it. I’m a novice with this stuff though and I’m having trouble identifying it. Any help is appreciated.
details-summary HTML tags treated as literals (~~BUG or~~ SUE)
I have noticed that some posts on some Lemmy instances created by others have successfully made use of the details/summary tags which gives an arrow that expands....
Blocking instances does not work
Since the new version was deployed to lemmy.ml which allows blocking instances I tried to block an instance....
Previous button missing in 0.19?
Anyone have an idea why the Previous button would be missing from all pages? I can click Next and it seems to navigate me forward, but there is not Previous button to go back a page. Checked lemmy.world just to verify it wasn’t my imagination and indeed the Previous button is still there....
"Counting the Days" by PortSherry (i0.wp.com)
Source: Website - RSS
Lemmy captchas for messages, post
Hello, i just started a lemmy instance, i was wondering, is it possible to enable captchas when you’re messaging and creating posts?
Why doesn’t my front page show me posts from my subscribed communities even if it says it would?
Basically the title....