exu

joined 1 year ago
[–] exu@feditown.com 1 points 9 months ago (1 children)

I've joined Linux clients to AD domains before, but I didn't know about Fleet Commander. (admittedly, I didn't really look) Might be something to play with for a bit

[–] exu@feditown.com 4 points 9 months ago

It might be understandable for something complex like a game, but this is simple text. You have to actively break that so it doesn't adapt.

[–] exu@feditown.com 3 points 9 months ago

Firefox reader mode worked great for me to make it readable.

[–] exu@feditown.com 3 points 9 months ago (1 children)

I don't get your point. Should we call EndevourOS Arch as well by your logic?

[–] exu@feditown.com 4 points 9 months ago (8 children)

That's still CLI based, while Calamares is graphical, no?

[–] exu@feditown.com 1 points 9 months ago (1 children)

After installing Lineage, I root the phone and install Neo Backup.
Then I just make an up to date backup on my old phone, copy that over (easiest with KDE Connect), and restore. That deals with about 60% of the apps and their data. The rest are mostly apps where I have to log in again and some special cases like WhatsApp or Signal where using their own backups is required.

I made a list when I changed my phone last year of working/non-working apps from my phone at that point.

Permissions don't carry over and have to be regranted to every app.

[–] exu@feditown.com 11 points 10 months ago (1 children)

You can soon in the EU

[–] exu@feditown.com 12 points 10 months ago (5 children)

It's also posaible to open Discord with Wayland directly by editing the exec command in the .desktop file. Can't remember what it was ofd the top of my head, but it's the same for all electron apps.

[–] exu@feditown.com 3 points 10 months ago

You're right, it's #!

[–] exu@feditown.com 6 points 10 months ago* (last edited 10 months ago) (2 children)

I use Bash for scripts, though my interactive shell is Fish.

Usually I use #!/usr/bin/env bash as shebang. This has the advantage of searching your PATH for Bash instead of hardcoding it.

My folders are only differentiated by those in my PATH and those not.

Most of my scripts can be found here. They are purely desktop use, no syncing to any servers. Most would be useless there.

For good practice, I'd recommend using set -euo pipefail to make Bash slightly less insane and use shellcheck to check for issues.
This is personal preference, but you could avoid Bashisms like [[ and stick to POSIX sh. (Use #!/usr/bin/env sh then.)

With shortened commands the risk is that you might forget how the full command works. How reliant you want to be on those commands being present is up to you. I wouldn't implement them as scripts though, just simple aliases instead.
Scripts only make sense if you want to do something slightly more complex over multiple lines for readability.

[–] exu@feditown.com 2 points 10 months ago

I started with Porkbun, but I also have some domains on Gandi because they offer a CC TLD I wanted.

[–] exu@feditown.com 7 points 10 months ago

I'm pretty happy with Authentik. Bitwarden at least has no issues with auto-filling the username and password fields when I want to log in.

It is also a very complete solution offering basically any current authentication protocol and integration with other providers.

view more: ‹ prev next ›