Skip Navigation
FCC Eyes Making Carriers Unlock All Phones Within 60 Days Of Purchase
  • I'm not purchasing expensive phones either, but I think it's important to note that this will probably have a significant affect on the industry (mostly in the US) and I'm not usually optimistic of how these changes affect the consumer in the long run.

    We still have to live in the real world. Someone still has to make those new phones that you eventually hawk.

  • FCC Eyes Making Carriers Unlock All Phones Within 60 Days Of Purchase
  • I imagine people will have to start purchasing their phones outright. This will probably affect the lower class' purchasing power disproportionately, but personally, I don't see a problem with saving to buy rather than purchasing "on credit" so to say.

  • PLA for keycaps - Bad idea?
  • I have no experience with printing key caps but do have experience with FDM and MSLA printing. I don't think PLA is probably your best choice, but PLA+ might be. TPU would be too soft (tough) and standard PLA might be to brittle (hard). Physics sounds weird irl.

  • Trouble installing adguardhome with Docker on Linux Mint

    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.... 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?

    1
    Trouble installing adguard with dock on mint

    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.

    0
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TP
    tpihkal @lemmy.world
    Posts 2
    Comments 416