eneff

joined 2 years ago
[–] eneff@discuss.tchncs.de 3 points 5 months ago* (last edited 5 months ago)

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.

[–] eneff@discuss.tchncs.de 1 points 5 months ago (1 children)

I've never heard of those.

[–] eneff@discuss.tchncs.de 1 points 5 months ago (3 children)

What rewards are you talking about?

[–] eneff@discuss.tchncs.de 4 points 5 months ago (3 children)

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.

[–] eneff@discuss.tchncs.de 85 points 5 months ago* (last edited 5 months ago) (5 children)

Mumble still exists and isn't proprietary..

[–] eneff@discuss.tchncs.de 1 points 5 months ago

Spacebar looks promising IMO.

[–] eneff@discuss.tchncs.de 2 points 1 year ago (1 children)

How is it not decentralized?

[–] eneff@discuss.tchncs.de 0 points 1 year ago (5 children)

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.

[–] eneff@discuss.tchncs.de 1 points 2 years ago (1 children)
[–] eneff@discuss.tchncs.de 5 points 2 years ago

Are you trying to censor him?!

[–] eneff@discuss.tchncs.de 2 points 2 years ago (1 children)

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.

[–] eneff@discuss.tchncs.de 5 points 2 years ago (3 children)

export settings on old pc:

dconf dump / > dconf-settings.dump

import on new pc:

cat dconf-settings.dump | dconf load /

view more: ‹ prev next ›