gomp

joined 2 years ago
[–] gomp@lemmy.ml 9 points 4 months ago (1 children)

Because podman :)

[–] gomp@lemmy.ml 1 points 4 months ago (1 children)

The main difference is probably that I have a desktop PC rather than a laptop (plus, a few old hard disks lying around).

I think I'll keep the local replica even when I'm finished reorganizing the library: the local copy doubles as a backup and I must say I am enjoying the faster access times.

[–] gomp@lemmy.ml 4 points 4 months ago

I also read that drives should not be spun down and up too often, but I think it only matters if you do that hundreds of times a day?

Anyway, the reason I spin down my drives is to save electricity, and... more for the principle than for the electric bill (it's only 2 drives).

[–] gomp@lemmy.ml 3 points 4 months ago (3 children)

Never heard of it.... OMG that must be the worst name for a backup solution! :D

It reeks of abandoned software (last release is 0.50 from 2018), but there is recent activity in git, so... IDK

[–] gomp@lemmy.ml 5 points 4 months ago (5 children)

Yes, Syncthing does watch for file changes... that's why I am so puzzled that it also does full rescans :)

Maybe they do that to catch changes that may have been made while syncthing was not running... it may make sense on mobies, where the OS like to kill processes willy-nilly, but IMHO not on a "real" computer

[–] gomp@lemmy.ml 3 points 4 months ago* (last edited 1 hour ago)

The ones I added recently are all git-related (one key for signing and I started using different keys for codeberg, gitlab and github)

[–] gomp@lemmy.ml 6 points 4 months ago (4 children)

I did add a bunch of new keys to my ssh agent... this might really be it!

[–] gomp@lemmy.ml 5 points 4 months ago

Now that's a neat idea! (not sure I'll ever implement it though: having passwords on my ssh keys is already enough of a hassle, plus having provisioning and scripts ask for password is a PITA)

Anyway, I was just trying to authenticate with a password, like we used to back in the day :)
(it's only for install isos or freshly installed systems that I've not provisioned yet - everything else requires a key).

[–] gomp@lemmy.ml 2 points 4 months ago (1 children)

How would that improve security when all a bad actor has to do is add -o PubkeyAuthentication=no on their side?

Also, I'm pretty sure it used to just ask for a password?

[–] gomp@lemmy.ml 15 points 4 months ago

It used to back in the day, especially if you tried using shitty windows usb inkjets.

Nowadays basically all printers are network printers (they are, aren't they?) plus we have cups which is the same thing macos uses (so manufacturers actually care).

[–] gomp@lemmy.ml 3 points 4 months ago

Agreed. I don't come here to read about windows.

Also, "microsoft's ads for linux" in the title is ~~a fraud~~ clickbait.

[–] gomp@lemmy.ml 14 points 4 months ago* (last edited 4 months ago)

(I assume you meant "I created a separated /var partition")

You can move/resize partitions from basically any live usb (via cli or gparted for gnome and kde partition manager for kde).

Shall you want to, you can also merge the var partition with (say) your root partition:

  1. mount both partitions in two directories (just create empty ones and mount on them, say ~/root and ~/var)
  2. inside ~/root create the new var/ directory
  3. copy the data over
  4. edit ~/root/etc/fstab (remove the line for the old var partition)
  5. use whatever partitioning tool to get rid of the actual partition and expand the previous/next one

Be aware that you can very easily lose your data ;)

PS: just in case, try running flatpak uninstall --unused

view more: ‹ prev next ›