I've never heard of those.
eneff
What rewards are you talking about?
Oof..
I had kept MikroTik in mind for a source of good value networking equipment, since I've heard many good things a few years ago, but apparently this has been an ongoing issue?
I'll need to do more research on this, but skimming this article I will probably avoid their products in the future.
Mumble still exists and isn't proprietary..
How is it not decentralized?
That doesn't match my personal experience at all.
Using the toilet with each other present has been a thing in every relationship I've been in. And no, at no point was that a kink of either one of us.
Are you trying to censor him?!
Glad to help! Just keep in mind that what you're doing there is dumping the entire dconf settings tree and applying it as is. That will include a lot of things you don't want/care about, including state data of certain applications. You should probably sift through the dump file and throw stuff out before loading it again, but I'm sure you'll figure it out.
export settings on old pc:
dconf dump / > dconf-settings.dump
import on new pc:
cat dconf-settings.dump | dconf load /
You can use
journalctl -b <index>
, where 0 is the current boot session, -1 the previous boot session and so on.You can see all sessions with
journalctl --list-boots
if you want to pick a specific one.