please_lemmy_out

joined 2 years ago

Yeah, it's a bit annoying and really should be built in to the CLI or GUI apps.

[–] please_lemmy_out@lemmy.world 15 points 1 year ago

Heading to the front? Sounds like he'll be getting a death sentence soon enough then.

Not to mention real sound insulation between flats.

[–] please_lemmy_out@lemmy.world 1 points 2 years ago

Agreed, Proton and other alternatives work great!

[–] please_lemmy_out@lemmy.world 2 points 2 years ago

Mostly bootleg cars.

[–] please_lemmy_out@lemmy.world 4 points 2 years ago (1 children)

Dumb question but do you have any FF extensions that might be causing issues and can you disable them for the site?

[–] please_lemmy_out@lemmy.world 1 points 2 years ago

Yup, if you just use a couple different IPs in a given time they will arbitrarily mark you as requiring a license.

[–] please_lemmy_out@lemmy.world 6 points 2 years ago (1 children)

I think you need to add like so:

[–] please_lemmy_out@lemmy.world 1 points 2 years ago (1 children)

Was just looking at that and it seems promising. I take it you can setup a Goodreads list and Readarr will just periodically update and auto-add?

 

Obviously am aware of Readarr but is there anything equivalent to Overseerr for book request tracking? Or has anyone found other creative ways of processing requests automatically to Readarr?

[–] please_lemmy_out@lemmy.world 4 points 2 years ago

Even though it failed a lot of the features it introduced like collaborative work were carried over to their GSuite/Workspace apps later.

[–] please_lemmy_out@lemmy.world 4 points 2 years ago

Arch is just the base that is used for the containers. It doesn't matter what your host OS is.

[–] please_lemmy_out@lemmy.world 4 points 2 years ago* (last edited 2 years ago) (1 children)

Are you using OpenVPN or Wireguard configs?

For Wireguard I had to slightly modify the commands to open a port to:

natpmpc -g 10.2.0.1 -a 0 0 tcp 60

natpmpc -g 10.2.0.1 -a 0 0 udp 60

while true ; do date ; natpmpc -g 10.2.0.1 -a 0 0 tcp 60 && natpmpc -g 10.2.0.1 -a 0 0 udp 60 || { echo -e "ERROR with natpmpc command \a" ; break ; } ; sleep 45 ; done

view more: next ›