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/:
I am making a script that can download high quality music files, currently from free-mp3-download.net and slavart.gamesdrive.net. Are there any others? I could look into torrenting things automatically and maybe looking into Lidarr? Not 100% on how that works but any ideas on what else I could add or links to other places I can...
I recently made a post discussing my move to Linux on Fedora, and it’s been going great. But today I think I have now become truly part of this community. I ran a command that borked my bootloader and had to do a fresh install. Learned my lesson with modifying the bootloader without first doing thorough investigation lol....
Before you can fix a bootloader, you first need to learn how to install and set up a bootloader. I think most people learn that part when they try Arch
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....
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.
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....
This decade old electric cooler box gave up the ghost around 2 years ago, with the indoor outlet plug no longer working. The independent 12v input was still operational, so I kept it with the intention of eventually fixing it…...
The Nano’s PWM frequency can be adjusted from the default 490 Hz, with a maximum of 4MHz, at which point the resolution is 4. At a resolution of 256 (which is more than enough for this application), the maximum PWM frequency is 62.5 kHz, which is far outside our hearing range, though can still barely be heard by some younger cats
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
deleted_by_moderator
Programmer tries to explain binary search to the police (startrek.website)
Sites for downloading high quality music files
I am making a script that can download high quality music files, currently from free-mp3-download.net and slavart.gamesdrive.net. Are there any others? I could look into torrenting things automatically and maybe looking into Lidarr? Not 100% on how that works but any ideas on what else I could add or links to other places I can...
Just moved to Linux: a follow up
I recently made a post discussing my move to Linux on Fedora, and it’s been going great. But today I think I have now become truly part of this community. I ran a command that borked my bootloader and had to do a fresh install. Learned my lesson with modifying the bootloader without first doing thorough investigation lol....
You'll probably need a lot of imagination.. (i.imgflip.com)
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?
toilet humour (lemmy.world)
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....
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.
Why doesn’t my front page show me posts from my subscribed communities even if it says it would?
Basically the title....
Anon does a little trolling (lemmy.zip)
Never change Lemmy (lemmy.world)
Source: lemmy.world/comment/5668411
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....
"Counting the Days" by PortSherry (i0.wp.com)
Source: Website - RSS
Images not loading
Images aren’t loading for me on rc10/rc11. I didn’t have this issue on rc8/rc9....
Got my electric cooler box working again 😁 (images2.imgbox.com)
This decade old electric cooler box gave up the ghost around 2 years ago, with the indoor outlet plug no longer working. The independent 12v input was still operational, so I kept it with the intention of eventually fixing it…...
Blocking instances does not work
Since the new version was deployed to lemmy.ml which allows blocking instances I tried to block an instance....