tpihkal

joined 1 year ago
[–] tpihkal 5 points 10 hours ago
[–] tpihkal 1 points 10 hours ago

Don't give them any credit, this couple was too stupid to even do that.

[–] tpihkal -2 points 16 hours ago

Smoking a cigarette can be used as a bronchodilator. Maybe not the best choice, but probably not a big deal either if used occasionally.

[–] tpihkal 1 points 16 hours ago

Come Data banana, me wanna go home.

[–] tpihkal 1 points 16 hours ago

That's just the day-ta-day-ta?

[–] tpihkal 10 points 21 hours ago (1 children)

If were talking about a collection of information..."datta". If we're talking about the worlds' favorite android, his name sounds like "Day-tah".

[–] tpihkal 5 points 21 hours ago (1 children)

The first step to another Taylor Swift song.

[–] tpihkal 32 points 1 day ago (2 children)

Have you ever heard of a Shoestring Machine gun? A little creativity goes a long ways and a Glock is nothing special aside from being an excellent self defense weapon.

[–] tpihkal 17 points 1 day ago (3 children)

Nah, that's just double jeopardy. Can't get him for the same crime twice!

[–] tpihkal -1 points 2 days ago (18 children)

Time will tell.

[–] tpihkal 3 points 4 days ago (1 children)

SUN Bucks Summer Food Program for Kids.

[–] tpihkal 2 points 4 days ago

Their subscription based model really sucks. I use Solidworks at work and at home but my home copy is pirated. No way I'm paying $5k for software I'm not using to make a profit.

 

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.

 

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?

 

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.

view more: next ›