OP mentionned containers, and Podman/Quadlet generates such services for health-checking a container service, so it might be that.
Visionary disruptor igniting paradigmatic shifts through AI-powered, omnichannel innovation that fuels exponential scalability & maximum impact.
- 0 Posts
- 16 Comments
kaki@sh.itjust.worksto Linux@sh.itjust.works•Can't figure out what systemd service is failing.3·9 days ago
kaki@sh.itjust.worksto Linux@programming.dev•The Free Software Foundation Europe was cancelled by their payment provider after refusing to hand over personal account data!English1·23 days agoThe non-profits I’ve donated to usually allow bank transfers and sending cash or checks by mail.
I setup BTRFS RAID1 on my NAS recently, here’s what I gathered on BTRFS RAID levels:
- RAID1 vs RAID10:
- RAID10 theoretically offers better performance (stripping), but the BTRFS implementation isn’t well optimized so you don’t get that much of a performance boost compared to RAID1.
- RAID1 may also waste less disk space when using disks of different sizes compared to RAID10, here’s a simulator to check: https://www.carfax.org.uk/btrfs-usage/ . In your case it doesn’t matter since all your disks are the same size.
- RAID5/6:
- It’s not only the write-hole, scrubbing is also broken (huge read amplification make performance unusable on large file systems).
- RAID5/6 is slower than everything else (not a BTRFS problem, it’s just parity calculations).
- I believe the BTRFS developers are getting (relatively) closer to fixing RAID5/6 these days, but they still don’t recommend using it. Switching between BTRFS RAID modes can be done pretty easily later without creating a new filesystem, so you could always switch to it later once it’s fixed.
In your case, I’d probably use RAID1 or RAID10 for data, and RAID1c3 for metadata.
EDIT: just saw that you don’t care that much about losing the data. In that case you don’t need any fancy RAID thing, as someone else said just add all your disks in single mode (the default), way simpler and you don’t lose any disk space.
- RAID1 vs RAID10:
kaki@sh.itjust.worksto British Problems@feddit.uk•I'm in a hotel in America with no kettle in my room, if I want tea I have to microwave it.English6·5 months agoKettles are common in Japan despite having an even lower voltage than the US. So I think it’s mostly the latter.
Removed by mod
Most of these are not free, according to your second link.
kaki@sh.itjust.worksto Jellyfin: The Free Software Media System@lemmy.ml•Jellyfin for iOS 1.7.0 Submitted to the App StoreEnglish6·6 months agoHave you tried the “Merge Versions” plugin?
kaki@sh.itjust.worksto France@jlai.lu•Cinq pays - France, Danemark, Grece, Italie, Espagne - vont tester une application de vérification de l'âge en ligne (Commission Européenne & DSA)Français4·9 months agoSi les preuves d’âge sont anonymes et que le service en ligne ne peut pas faire de lien avec l’identité de l’utilisateur, ça veut dire qu’on peut utiliser la preuve de quelqu’un d’autre. J’imagine que ça va vite trouver un moyen d’utiliser des preuves d’âges piquées à leurs parents. Et j’espère que ce n’est qu’une simplification pour la présentation, mais si ça nécessite vraiment une application mobile sans alternative web, ça voudrait dire que comme d’habitude si on a pas de téléphone Android ou iOS c’est tant pis pour vous. C’est moins pire que ce que je redoutais, mais ça reste beaucoup d’emmerde pour pas grand bénéfice à mon avis.
kaki@sh.itjust.worksto Linux@lemmy.ml•What is the supposed workflow for vanilla Gnome for keyboard users?English5·9 months agoThere’s hotkeys for workspace navigation, I use them all the time: Super+Alt+Left/Right will navigate to the next/previous workspace (Super+PageDown/Up also works). If you go in Settings -> Keyboard shortcuts -> Navigation you’ll find more, notably to move windows between workspaces.
As for the fullscreen by default, there’s extensions for that I guess, though personally it doesn’t bother me since after the window is maximized once it should restore its maximized state the next time it’s opened. With Super+Arrow keys to position the window, I personally barely use the mouse for window management.
kaki@sh.itjust.worksto Fuck Cars@lemmy.world•TIL the UK built a working hovertrain prototype in the 1970s and then abandoned itEnglish28·10 months agoThey allowed for >250km/h speeds. They were basically competing technology and were developed at the same time as modern high speed rail (and lost).
kaki@sh.itjust.worksto Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?English23·10 months agoQalculate!, the calculator I use every time I need to do a calculation, especially if it involves units or currency conversion. Does everything I’ve ever needed out of an everyday calculator (even symbolic calculation and exact results), while keeping the usual simple calculator interface.
kaki@sh.itjust.worksto No Stupid Questions@lemmy.world•Why are American cops allowed to be morbidly obese?3·10 months agoThe only group that can’t unionize is the military, there’s plenty of police unions in France.
kaki@sh.itjust.worksto Self Hosted - Self-hosting your services.@lemmy.ml•[Question] Why does a Docker container have access to a directory on my system not explicitly mounted as volume?English13·11 months agoThe Nextcloud AIO container itself doesn’t have access to the backup directory, but it has access to the docker socket (
/var/run/docker.sock). Having access to the docker socket means it can perform any docker operation on the host system, in this case starting a separate backup container with the backup directory mounted.
kaki@sh.itjust.worksto Forum Libre@jlai.lu•Qu'est-ce que ça veut dire, cette phrase : «J’ai pu l’cœur à la fête»Français6·2 years agoCe n’est pas une erreur, c’est une déformation courante de plus, ça fait plus familier/populaire.
Pouvoir vérifier son vote après l’élection c’est une mauvaise idée pour les mêmes raisons qu’avec le vote papier, ça signifie qu’il n’y a plus d’anonymat du vote. Un tiers pourrait très bien te mettre la pression pour récupérer ta carte/PIN (ou par phishing, ou faille informatique, ou…) et s’assurer que tu as voté pour la bonne personne.
The GT 730 uses a GF108 chip according to https://www.techpowerup.com/gpu-specs/geforce-gt-730.c2590, which you can find under the codename NVC1 on the nouveau website.