- 5 Posts
- 165 Comments
rollingflower@lemmy.kde.socialto Linux@lemmy.ml•Are there any things in Linux that need to be started over from scratch?Deutsch0·1 年前- TPM encryption or LUKS in general
- general distro architecture like ostree
rollingflower@lemmy.kde.socialto Linux@lemmy.ml•Are there any things in Linux that need to be started over from scratch?Deutsch0·1 年前Yup, Wayland is so old it already has old concepts. But it is also changing a lot
rollingflower@lemmy.kde.socialOPto New Communities@lemmy.world•Random Communities that your Lemmy instance doesnt display.0·1 年前Ironically that link (that I manually took from the browser as it would otherwise be a permalink to my instance…) doesnt work in Jerboah
rollingflower@lemmy.kde.socialOPto Lemmy@lemmy.ml•Random Communities that your Lemmy instance doesnt display.0·1 年前Thanks, exactly what I searched for.
Lemmy has a huge problem with federation of small servers it seems? At least my server has immense troubles loading anything from some servers and it seems clicking the ! Links forces the server to load them.
I think every instance should promote a random community every day to prevent this tech-only and only big community monopoly
rollingflower@lemmy.kde.socialOPto Lemmy@lemmy.ml•Random Communities that your Lemmy instance doesnt display.0·1 年前Imagine Git for Lemmy
rollingflower@lemmy.kde.socialto Open Source@lemmy.ml•What apps would you love to have open-source alternatives for?Deutsch0·1 年前Damn didnt know that was FOSS
rollingflower@lemmy.kde.socialto Privacy@lemmy.ml•Anyone know exactly what info Youtube captures from you from its browser version (and by what means)?Deutsch0·1 年前Adblock doesnt help privacy.
You need to use a hardened browser with as little unique identifiers as possible. Then you need to delete cookies and use different or unified IP addresses, obviously.
rollingflower@lemmy.kde.socialto Free and Open Source Software@beehaw.org•Looking for a contacts app !Deutsch3·1 年前Fossify Contacts
Connect You
2 notes.
Timers are not needed luckily, you can but the timer in the .service file and call it a day. I love chatGPT for that as the syntax is annoying.
sudo cat > /etc/systemd/user/rsync-backup.service <<EOF [Unit] Description=do rsync backups with some conditions # After=network-online.target [Service] Type=oneshot # require a power connection (optional) # ExecStartPre=sh -c '[ $(cat /sys/class/power_supply/AC/online) = 1 ]' # require battery over 40% # ExecStartPre=sh -c '[ $(cat /sys/class/power_supply/BAT0/capacity) -ge 40 ]' # require the connected network to NOT be "metered" # ExecStartPre=sh -c '! $(nmcli -t -f GENERAL.METERED dev show | grep -q 'yes')' ExecStart=/home/user/.local/bin/rsync-backup # you might add everything you need # ExecStart=/path/to/something/else # delete old logs (disabled for testing) # ExecStartPost=rm -f /var/log/rsync-backups.log # log the updates # ExecStartPost=sh -c 'echo "Last backup: $(date)" > /var/log/rsync-backup.log' # write errors to log StandardError=file:/var/log/rsync-backups.log # GUI message #ExecStartPost=/usr/bin/notify-send -t 0 -a "Backup" "rsync backup finished." "$(output of some command if you want infos about the backup)" # run with low priority, when idling # Nice=15 IOSchedulingClass=idle # when conditions were not met, try again after 15 minutes # Restart=on-failure # RestartSec=900 [Timer] OnCalendar=daily Persistent=true [Install] WantedBy=multi-user.target EOF
That is a slightly modified variant of my automatic rpm-ostree system updates which took an hour or so with the help of ChatGPT and a lot of testing around.
Systemd services are lit.
If you add a “repeat when conditions are not met” you need another timer to start it. Like 2 loops, one big loop to start the process, and one small loop to keep trying until conditions are met. I do that with my system updates to prevent them being done
- with low battery (or even using an AC requirement)
- over a metered network
- when the system is busy
rollingflower@lemmy.kde.socialto Free and Open Source Software@beehaw.org•Has anyone used AtlasOS?Deutsch1·1 年前Okay then that was the “extreme” mode and maybe was already removed.
rollingflower@lemmy.kde.socialto Linux@lemmy.ml•Ubuntu Maker Canonical Announces New Collaboration With QualcommDeutsch0·1 年前I think their concept is just as flawed as “dash to dock”. Desperately trying to “not be Windows” (while mimicking mac lol)…
You have a huge top bar that is mainly unused space. You have no hitbox at the top right edge, because of the bad GNOME decorations (also in Firefox) and because of that stupid top bar.
Then having a dock with empty space around it, where you could easily fit clock, quicksettings and menu, why??
Dash to panel fixes most, just not the bad hitboxes to the top edge. And luckily it is very actively maintained.
Ubuntu meanwhile keeps that useless top bar and also places a bar at the edge. This is good for regular screens. But it is annoying when tiling in half.
And they dont fix it, as they still keep the silly top bar.
And the main issue is their theming, which breaks apps.
rollingflower@lemmy.kde.socialto Linux@lemmy.ml•XZ Utils is back on GitHub and Lasse Collin has been unbannedDeutsch0·1 年前Can we stop calling a good software dev autistic or stuff?
rollingflower@lemmy.kde.socialOPto Linux@lemmy.ml•Security issue CVE-2024-2905: World-readable /etc/shadow & /etc/gshadow on Fedora CoreOS, IoT, Atomic Desktops (including Silverblue & Kinoite)Deutsch0·1 年前If you use dnf you are not affected, yes
rollingflower@lemmy.kde.socialto Linux@lemmy.ml•OpenSUSE has the best installation menu of any OSs ever madeDeutsch0·1 年前Doesnt look like that, many translations but also normal maintenance
rollingflower@lemmy.kde.socialto Linux@lemmy.ml•OpenSUSE has the best installation menu of any OSs ever madeDeutsch0·1 年前It is also a lie as the installer doesnt know any percentages.
But afaik Debian installer, Calamares, Fedora Anaconda and more all have loading bars
rollingflower@lemmy.kde.socialto Linux@lemmy.ml•OpenSUSE has the best installation menu of any OSs ever madeDeutsch0·1 年前This is so damn needed
rollingflower@lemmy.kde.socialto Free and Open Source Software@beehaw.org•Has anyone used AtlasOS?Deutsch7·1 年前To my knowledge they did some horrible “performance” fixes like disabling Windows Defender.
Windows requires you to install random software. If you are really careful, you could live without antivirus, but honestly just dont.
If your PC doesnt tolerate the overcomplicated Windows 11, any Linux distro is lighter.
I recommend to give Fedora Kinoite a shot. It is a very modern distribution model.
Fedora Discussion is a good resource for help, and I am always down to fix the small Kinoite issues like video codecs or flatpaks.
Did it!