vortexsurfer

joined 1 year ago
[–] vortexsurfer@lemmy.world 11 points 1 month ago (1 children)

It should be possible to download the audio files directly from archive.org, using a browser.

[–] vortexsurfer@lemmy.world 14 points 1 month ago (2 children)

Not an expert, but the only thing I can imagine is that it's related to certificates or keypairs used for encrypted communication / authentication. Afaik ssl certificates can be issued to a given company, for example, and might become invalid when that company no longer exists. Or it becomes impossible to issue new ones.

Something in that vein, maybe.

[–] vortexsurfer@lemmy.world 44 points 3 months ago (3 children)

What an amazing businessman!

[–] vortexsurfer@lemmy.world 77 points 3 months ago (1 children)

I'm a Norwegian Linux enthusiast and have never heard anything about the government using Ubuntu or Linux. Seems unlikely, from what I know. I know that within healthcare Windows is still widely used, even on the server side...

On the other hand, a lot of software for official services is being developed as open source now, so that's at least a good step in the right direction. Example: https://github.com/navikt

[–] vortexsurfer@lemmy.world 11 points 5 months ago

I literally have an account there dedicated to porn. Have had it for years. I stopped using Twitter after the muskocalypse, except I still check my porn account every once in a while.

You have to actively go looking for porn there, but once you do it's a neverending rabbit hole. Especially if you're into some niche/fetish stuff. There's some unique stuff to be found there...

[–] vortexsurfer@lemmy.world 2 points 5 months ago (1 children)

It actually wouldn't surprise me if this turned out to be true

[–] vortexsurfer@lemmy.world 2 points 6 months ago (1 children)

If you want to make your playbooks/roles more universal, there's a generic package module which will figure out what package manager to use based on the detected OS.

Or, if that doesn't fit your needs, you can add conditions to tasks (or blocks of tasks), like

when: ansible_os_family == "Debian"

and use that for tasks specific to a given Linux distro/family.

Ansible will detect a lot of info about each host and make it available as facts. See for example https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_vars_facts.html

[–] vortexsurfer@lemmy.world 24 points 10 months ago (4 children)

No, you give the AIO container access to your docker daemon and it will create / handle / supervise all the other containers nextcloud needs.

[–] vortexsurfer@lemmy.world 4 points 11 months ago (1 children)

I tried Volumio recently, and was prepared to maybe get the paid version if it was as great as it seemed. But the user interface was so god-awful! Absolutely unusable for me. Would never pay for it.

Instead I googled a bit and found Moode - a million times better, and free. Don't remember if it does multiroom audio, but personally I don't need that currently.