UntouchedWagons

joined 2 years ago
[–] UntouchedWagons@lemmy.ca 1 points 2 years ago

That is a fantastic wojak.

[–] UntouchedWagons@lemmy.ca 5 points 2 years ago

It just works.

[–] UntouchedWagons@lemmy.ca 7 points 2 years ago (1 children)

I'd like to see something done involving Canada. In the lore the US annexed Canada for reasons but nothing was really done with it in the games. You don't even meet a Canadian ghoul.

[–] UntouchedWagons@lemmy.ca 3 points 2 years ago (1 children)

Supersolvers Outnumbered. Your character (my mom would call him Joe Cool) goes to a TV broadcasting station to stop the bad guy. You get clues as to his whereabouts by solving math questions like "song A was requests 10 times but song B got 27 requests. How many more times was song B requested?". Once you get all the clues you have to deduce which room the bad guy is hiding in. Initially figuring it out is easy but it gets harder. It still holds up in my opinion.

[–] UntouchedWagons@lemmy.ca 12 points 2 years ago

Oh the beautiful irony.

[–] UntouchedWagons@lemmy.ca 1 points 2 years ago

No idea, I don't use Kerberos.

[–] UntouchedWagons@lemmy.ca 2 points 2 years ago (1 children)

With these systemd mount files I don't need to touch the fstab, I can use ansible to copy the file, enable the service then start it. I can also have other services like Docker, Jellyfin or whatever to depend on that service. If the nfs share can't be mounted then systemd won't try to start docker.

[–] UntouchedWagons@lemmy.ca 4 points 2 years ago

With these systemd mount files I don't need to touch the fstab, I can use ansible to copy the file, enable the service then start it. I can also have other services like Docker, Jellyfin or whatever to depend on that service. If the nfs share can't be mounted then systemd won't try to start docker.

[–] UntouchedWagons@lemmy.ca 36 points 2 years ago* (last edited 2 years ago) (20 children)

Here's how to mount an nfs share:

#cat /etc/systemd/system/mnt.data.mount

[Unit]
Description=nfs mount script

[Mount]
What=192.168.0.30:/mnt/tank/Media
Where=/mnt/data
Type=nfs4

[Install]
WantedBy=remote-fs.target
[–] UntouchedWagons@lemmy.ca 21 points 2 years ago (3 children)

I want to believe.

[–] UntouchedWagons@lemmy.ca 4 points 2 years ago

I don't have any solutions but I'm interested in an alternative too.

view more: ‹ prev next ›