I love both the photo and the edit!
I love both the photo and the edit!
I stopped at “secret” (yes, the occurrence in the title) :)
TBH the checksums are pretty useless for humans who download an .iso and install it… they are mainly for mirrors and similar that download files without using them
Configure it like the current router and keep it as a backup?
You can run a lot of stuff on it, but those boxes aren’t really that powerful… a cheap, old raspberry pi from ebay (or anything really) will serve you better.
sudo zypper packages --unneded
will give you a list of packages that have not been explicitly requested and are not dependencies of explicitly requested packages. As for how to remove them… IDK (I do it manually, once in a blue moon: it’s not like there’s new unneded packages every week).
It’s been a while since I’ve used debian, but IIRC apt autoremove
will leave behind config files (unless you specify --purge
).
In tumbleweed (and I think all rpm-based distros?) config files are removed per default together with packages (well, the config files installed with the package, not others that may have been created later such as the ones in your \~
- basically zypper rm
is the same as apt purge
).
deleted by creator
Is it time to remove the pin from this post?
Different functions whose possible failure reasons have a non-empty intersection, but don’t coincide completely (IDK if this clarifies? I think the example code in the OP is clearer)
The best option would be to have a “regular” client that keeps a local copy in sync with the cloud instead of a mount.
BTW: IDK what cloud storage you are using, but IIRC some show files that are not available locally (ie. only the most recent files are downloaded locally - the older stuff is downloaded on request).
Alternatively, you could hack something together running unison locally in the guest to sync the cloud folder to a shared one… you’ll have two copies of the data though.
Finland was invaded by Russia before WWII, then participated in a campaign against Russia with the Axis powers and finally signed the Moscow Treaty with Russia and the UK and joined them against Germany… I fear history is more complex than what may serve your simplistic view (I’d go to far as to say that, most probably, reality is too).
Also, if I may, that happened some 80 years ago… do you think current Finns should be ashamed of that when they were not even alive back then? Can you name a nation that didn’t do anything shameful in the last century?
It’s a guy babbling about an anonymous website with the same-old stuff against Stallman, and how that is part of a conspiracy to harm free software.
I watched it (most of it) despite having formed my opinion on the quality of that DistroTube channel a while ago… you might want to be wiser than me and do something else with your time.
PS:
Before you put me in the pro-Stallman faction, let me clarify that I think the FSE (non the FSFe - BTW you should change your name guys) is largely irrelevant and so I’ve never investigated the allegations to Stallman enough to take a stance pro or against: I do not care.
I am amazed at the achievement, and even more amazed at how much people can cheer at anything like madmen.
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
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
I did add a bunch of new keys to my ssh agent… this might really be it!
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).
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).
(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:
Be aware that you can very easily lose your data ;)
PS: just in case, try running flatpak uninstall --unused
You can use OnFailure
in your .service
file if you want some thing to happen when that specific service fails, but I don’t know if there’s a blanket way to tell systemd to notify via email when any failure happens (I wouldn’t mind a desktop notification… will investigate)
I don’t use that so I’m mostly shooting in the dark, but… does
caps:escape_shifted_capslock
do what you want?(source:
localectl list-x11-keymap-options | grep esc
)