How do you even post that much
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTP
    tpihkal
    6d ago 100%

    This is one of the crazy parts of the Fediverse that I don't understand yet.

    I am aware of Kbin and was under the impression that it was very popular. I haven't been there but how would I know when an instance disappears or where would I be able to find out where it's been picked up later on?

    18
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearME
    me_irl 1w ago
    Jump
    me_irl
    Google Is Stuffing Annoying Ads Into Its Terrible AI Search Feature
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTP
    tpihkal
    2w ago 100%

    Personally, I won't be happy until there are unskippable video ads before two pages of sponsored results with an AI summary somewhere in the middle of the third page of search results.

    Of course there should be popups when advancing between search results pages.

    3
  • Russians claim Ukranian forces are dropping booby-trapped chocolate bars on Russian trenches.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTP
    tpihkal
    2w ago 75%

    You're not going to find anything if you're using Google for your searches.

    Try changing your location with a VPN. Search using Yandex. Translate your search to Russian first. Etc.

    4
  • https://www.youtube.com/watch?v=_QNMVMlx48E

    I don't see this story being shared on Lemmy and I don't know why. The Youtuber in this video has been shoved onto the front lines by a greedy company that can't own up to it's own failed product and instead wants to sue for defamation for a poor review. Share, like, subscribe, donate if you can. The "AllOffroad 4x4 Adventures TV" channel could use a little love.

    102
    2

    I'm very new to Linux but have wanted to set up a media server since the early 2000's so I've finally set up a mini-pc with Mint and I was roughly following this guide that I'd found on Lemmy [Complete Guide to Building...](https://a.lemmy.world/lemmy.world/post/6542476). I've had very little luck with the instructions provided in the link but like most of the suggested packages and have successfully gotten OpenSSH, Jellyfin, Docker and Docker Composer installed and working as far as I know. The newest problem that I'm having trouble finding an answer to is while following the instructions on hub.docker.com. I have pulled the Docker image but when I go to create and run the container I get a message docker: invalid reference format. I believe I have everything entered exactly as I'm supposed to: $ sudo docker run --name adguardhome --restart unless-stopped\ > -v /home/justin/server/adguard/workdir:/opt/adguardhome/work\ > -v /home/justin/server/adguard/confdir:/opt/adguardhome/conf\ > -p 53:53/tcp -p 53:53/udp\ > -p 67:67/udp -p 68:68/udp\ > -p 80:80/tcp -p 443:443/tcp -p 443:443/udp -p 3000:3000/tcp\ > -p 853:853/tcp\ > -p 784:784/udp -p 853:853/udp -p 8853:8853/udp\ > -p 5443:5443/tcp -p 5443:5443/udp\ > -d adguard/adguardhome Does anyone have any advice for me?

    11
    1

    I'm new to Linux and new to Docker but I'm setting up a media server and was advised to setup adguardhome. I'm following the instructions on the hub.docker.com site to create and run the container, however when I enter the following code: sudo docker run --name adguardhome --restart unless-stopped\ > -v /home/justin/server/adguard/workdir:/opt/adguardhome/work\ > -v /home/justin/server/adguard/confdir:/opt/adguardhome/conf\ > -p 53:53/tcp -p 53:53/udp\ > -p 67:67/udp -p 68:68/udp\ > -p 80:80/tcp -p 443:443/tcp -p 443:443/udp -p 3000:3000/tcp\ > -p 853:853/tcp\ > -p 784:784/udp -p 853:853/udp -p 8853:8853/udp\ > -p 5443:5443/tcp -p 5443:5443/udp\ > -d adguard/adguardhome docker: invalid reference format. See 'docker run --help'. It always tells me invalid reference format. Can someone explain what I'm doing wrong b/c I'm guessing it's probably something stupid.

    9
    0