Show your collection, Lemmy!
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    bravemonkey
    1mo ago 100%

    Interesting, thanks! I bought a small bottle just to try it and am not a fan generally, but that sounds like a good combination to try

    2
  • linux
    Linux 1mo ago
    Jump
    VirtualBox 7.1 Released with Qt 6 GUI, Wayland Support for Clipboard Sharing - 9to5Linux
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    bravemonkey
    1mo ago 100%

    Vbox will create a bridge with my wifi card (I'm a laptop user with no option for a wired nic in the host).

    I've never been able to get kvm to do that and haven't found any working instructions online that a simpleton like me can follow

    5
  • Neocities bug - can't sign up
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    bravemonkey
    2mo ago 100%

    You can always try the 'Contact' form on the site, it's not likely anyone here is going to be able to give you good advice

    5
  • Firefox added ad tracking and has already turned it on without asking you
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    bravemonkey
    3mo ago 94%

    I’m surprised that no one has commented on the Mastodon post’s author recommending people ‘use a privacy concious browser like Chrome’. What a way to invalidate her arguments

    48
  • linux
    Linux 3mo ago
    Jump
    Question: If windows is required, what distro do you recommend?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    bravemonkey
    3mo ago 100%

    I would highly recommend against installing a pirated version of Windows like BearOfATime suggests (at least via the second link he provided) - it could cause trouble for both you and your school.

    8
  • Basedflare - Open source alternative to Cloudflare
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    bravemonkey
    6mo ago 100%

    Love their ‘terms of service’ and complete lack of privacy policy (at least for me, the link is not showing any policy). Whoever pays for this nonsense gets what they deserve.

    21
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSO
    Socialism 6mo ago
    Jump
    My local DSP branch uses WhatsApp :/
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    dankmemes 6mo ago
    Jump
    The only time that american dating system is superior
    What are you playing this weekend? 2024-04-20
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    bravemonkey
    6mo ago 100%

    I finally bought Tears of the Kingdom a few weeks ago, still working my way through it. I love just wandering around finding secrets, shrines and Koroks, although I just made it to the Wind Temple. I expect to spend a lot of time just in this game!

    3
  • linux
    Linux 8mo ago
    Jump
    Microsoft Rebranding CBL-Mariner Linux Distribution To "Azure Linux"
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    bravemonkey
    8mo ago 100%

    I don’t think it’s comparable to Amazon Linux even, it’s more infrastructure oriented. From the Wikipedia page:

    CBL-Mariner is being developed by the Linux Systems Group at Microsoft for its edge network services and as part of its cloud infrastructure.[5] The company uses it as the base Linux for containers in the Azure Stack HCI implementation of Azure Kubernetes Service

    https://en.wikipedia.org/wiki/CBL-Mariner

    4
  • I'm new to Podman and so far have been completely frustrated by it. I don't know if the issue is with the container or Podman since there are just no logs. I'm trying to run [Stirling-PDF,](https://github.com/Stirling-Tools/Stirling-PDF) using this command: podman run -d \ -p 8080:8080 \ -v /location/of/trainingData:/usr/share/tesseract-ocr/5/tessdata \ -v /location/of/extraConfigs:/configs \ -v /location/of/logs:/logs \ -e DOCKER_ENABLE_SECURITY=false \ --name stirling-pdf \ frooodle/s-pdf:latest With Docker, I have no issue running the this container. Under Podman the container immediately exits without logs - podman logs stirling-pdf shows nothing. The same thing happens running the same command with sudo or without sudo but using --rootful. I've also tried removing '-e DOCKER_ENABLE_SECURITY=false \' since it's very Docker specific. I can run ```podman run -dt --name webserver -p 8081:80 quay.io/libpod/banner``` with no issues, so is this something incompatible with the container? I feel like I'm missing something obvious - like where are the logs? I'm running on OpenSUSE-Tumbleweed, Podman version 4.9.0

    15
    19