tpihkal

joined 2 years ago
[–] [email protected] 2 points 2 days ago (1 children)

I appreciate you for this link. I know the scene but never would have thought of it again b/c of my previous disgust.

[–] [email protected] 1 points 2 days ago

You are correct. I was making fun that an electric toothbrush is "as dumb as it comes."

Using baking soda is a thing that people do, but I'd save that for last resort situations. The "damp cloth" seemed to me like the least favorable application but, seriously, better than nothing tbh.

[–] [email protected] 2 points 2 days ago

Although my comment was making fun of electric toothbrushes being "as dumb as they come," this is actually pretty cool.

Ngl, I just ordered some online to throw in my day pack.

[–] [email protected] 12 points 2 days ago (4 children)

There's a light over at the Frankenstein place...

[–] [email protected] 5 points 2 days ago

Eyes of Ibad.

[–] [email protected] 8 points 3 days ago (6 children)

No reason to even use electricity. A damp cloth and some baking soda works just as well!

[–] [email protected] 3 points 1 week ago (1 children)

I've got your location narrowed down to two timezones!

[–] [email protected] 8 points 1 week ago (1 children)

Baa Ram Ewe. To your breed, your fleece, your clan be true!

[–] [email protected] 14 points 1 week ago (3 children)

They're called isopods.

[–] [email protected] 21 points 1 week ago

Just don't call them extinct!

[–] [email protected] 5 points 1 week ago (1 children)

I was always told I had to hold them in.

 

I have a 2017 Honda CRV and I recently had a problem with the skid plate falling down after taking it to an Official Honda Dealership for an oil change. Unfortunately, when it did, I was 70 miles from home, unprepared, and had to ask a client for tools to help me out of my jam.

I'm the type of person that likes to be prepared for any situation that comes up, and I'm trying to remedy that now.

The Current Kit:

I've added metric wrenches, a 1/4" socket set, standard Philips and flat head screwdrivers, a JIS screwdriver set, a metric hex-key wrench set, needle nose pliers, a screw jack with spare tire, digital air pressure gauge as well as a lithium ion battery tire inflator and jump kit.

Is there anything I'm missing?

I live in an upper floor apartment and don't have many people I can contact when I have a problem (I do have AAA, but it's not what it used to be) so it's important for me to be self-reliant while also having most of the tools that I need "on hand" without having to make multiple trips up and down the stairs.

 

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 ›