Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

LunchEnjoyer, to privacy in Best alternative to Chromecast?
@LunchEnjoyer@lemmy.world avatar

I just got the Nvidia Shield Pro (2019) model on sale during BF sale, totally a game changer for us! Although some tweaks are needed when first setup, such as ProjectIvy to replace AndroidTV bloat screen and Button Remapper to remap Netflix button on the remote to whatever else you want it to launch.

LunchEnjoyer, to privacy in Need To Change Privacy Strategy - Recommendations and BlackFriday
@LunchEnjoyer@lemmy.world avatar

Personally have this too, but would recommend against it as the support for Linux is tragic.

LunchEnjoyer, to linux in Selecting the New Face of openSUSE is Underway
@LunchEnjoyer@lemmy.world avatar

pprmint designs are by far superior imo

LunchEnjoyer, to piracy in Sharing RealDebrid Account with Family?
@LunchEnjoyer@lemmy.world avatar

Okok good to know 👌

LunchEnjoyer, (edited ) to piracy in Sharing RealDebrid Account with Family?
@LunchEnjoyer@lemmy.world avatar

Follow up question, these are two different solutions right?

Now this is definitely something I have to dig into! Thanks for this ✌️

LunchEnjoyer, to piracy in Sharing RealDebrid Account with Family?
@LunchEnjoyer@lemmy.world avatar

Yeah and I think I’ll go by paying for multiple accounts too. I don’t really mind paying for the convenience, it was just my pirate mind wanting to think about workarounds and hearing what people do.

LunchEnjoyer, (edited ) to privacy in Smart android keyboard respecting privacy?
@LunchEnjoyer@lemmy.world avatar

Sadly not a whole lot of good options, other than the other one already mentioned here.

However I’ve got my hopes up for the upcoming keyboard app by FUTO. (Louis Rossman announced it on his YT channel a few vids back )

LunchEnjoyer, to linux in Overheating laptop, should I try a lighweight distro - which one?
@LunchEnjoyer@lemmy.world avatar

Yeah it seems so, will try to get it done soon 👌

LunchEnjoyer, to linux in Overheating laptop, should I try a lighweight distro - which one?
@LunchEnjoyer@lemmy.world avatar

Uh thanks?

LunchEnjoyer, to linux in Overheating laptop, should I try a lighweight distro - which one?
@LunchEnjoyer@lemmy.world avatar

I will definitely check this out, merci 🌼

LunchEnjoyer, to piracy in VPN and qBittorrent not playing nicely
@LunchEnjoyer@lemmy.world avatar

In case you need a pointer, I had to do this recently too. I’m no docker expert, but this works for me 👌


<span style="color:#323232;">---
</span><span style="color:#323232;">version: '3'
</span><span style="color:#323232;">services:
</span><span style="color:#323232;">  gluetun:
</span><span style="color:#323232;">   image: qmcgaw/gluetun:latest
</span><span style="color:#323232;">   hostname: gluetun
</span><span style="color:#323232;">   container_name: gluetun
</span><span style="color:#323232;">   restart: always
</span><span style="color:#323232;">   cap_add:
</span><span style="color:#323232;">    - NET_ADMIN
</span><span style="color:#323232;">   environment:
</span><span style="color:#323232;">      - VPN_SERVICE_PROVIDER=custom
</span><span style="color:#323232;">      - VPN_TYPE=wireguard
</span><span style="color:#323232;">      - VPN_ENDPOINT_IP=
</span><span style="color:#323232;">      - VPN_ENDPOINT_PORT=51820
</span><span style="color:#323232;">      - VPN_PORT_FORWARDING=on
</span><span style="color:#323232;">      - VPN_PORT_FORWARDING_PROVIDER=protonvpn
</span><span style="color:#323232;">      - WIREGUARD_ADDRESSES=
</span><span style="color:#323232;">      - WIREGUARD_PUBLIC_KEY=
</span><span style="color:#323232;">      - WIREGUARD_PRIVATE_KEY=
</span><span style="color:#323232;">   devices:
</span><span style="color:#323232;">    - /dev/net/tun:/dev/net/tun
</span><span style="color:#323232;">   ports:
</span><span style="color:#323232;">    #Proton
</span><span style="color:#323232;">    - 34803:34803/udp
</span><span style="color:#323232;">    - 80:80
</span><span style="color:#323232;">    #Gluetun
</span><span style="color:#323232;">    - 8888:8888/tcp # HTTP proxy
</span><span style="color:#323232;">    - 8388:8388/tcp # Shadowsocks
</span><span style="color:#323232;">    - 8388:8388/udp # Shadowsocks
</span><span style="color:#323232;">    - 8000:8000/tcp # HTTP Control Server
</span><span style="color:#323232;">    - 8090:8090 # qBittorrent
</span><span style="color:#323232;">   volumes:
</span><span style="color:#323232;">    - /docker/appdata/gluetun:/gluetun
</span><span style="color:#323232;">
</span><span style="color:#323232;">#QBITORRENT
</span><span style="color:#323232;">  qbittorrent:
</span><span style="color:#323232;">    image: linuxserver/qbittorrent:latest
</span><span style="color:#323232;">    container_name: qbittorrent
</span><span style="color:#323232;">    network_mode: service:gluetun
</span><span style="color:#323232;">    depends_on:
</span><span style="color:#323232;">      gluetun:
</span><span style="color:#323232;">        condition: service_healthy
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      - PUID=1000
</span><span style="color:#323232;">      - PGID=1000
</span><span style="color:#323232;">      - WEBUI_PORT=8090
</span><span style="color:#323232;">    volumes:  
</span><span style="color:#323232;">      - /docker/appdata/qbitorrent:/config  
</span><span style="color:#323232;">      - /data/torrents:/data/torrents
</span><span style="color:#323232;">    restart: always
</span><span style="color:#323232;">
</span><span style="color:#323232;">
</span><span style="color:#323232;">
</span>
LunchEnjoyer, to linux in Overheating laptop, should I try a lighweight distro - which one?
@LunchEnjoyer@lemmy.world avatar

Yeah it’s a rather thin laptop, but I will open it up and get some cooling paste on it 👍

LunchEnjoyer, to linux in Overheating laptop, should I try a lighweight distro - which one?
@LunchEnjoyer@lemmy.world avatar

I’m alot on the go so don’t think there is a practical enough cooling stand for me, but thanks 🌻

LunchEnjoyer, to linux in Overheating laptop, should I try a lighweight distro - which one?
@LunchEnjoyer@lemmy.world avatar

Okidoki 👍

LunchEnjoyer, to linux in Overheating laptop, should I try a lighweight distro - which one?
@LunchEnjoyer@lemmy.world avatar

Yup thanks will do!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #