Blxter

joined 1 year ago
[–] [email protected] 1 points 10 hours ago

+1 for vesktop works great for me

[–] [email protected] -1 points 14 hours ago (1 children)

I've been using a modified client for about 2 and a half years now without being banned.

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

I use Plex (Plexamp) and I can not complain. I don't really access via the web browser however, I use the app for dedicated music playback.

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

I know for me I had to give Plex the local IPs to force local streaming because it would try to stream remote even on local network.

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

Never heard of ladybird looks interesting thanks

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

My car insurance does not work on Firefox. Bungie website does not work half the time. Maybe some others I can't think of. It really sucks. I just have chrome installed for when something breaks really sucks.

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

I tell you what... I have so many alarms going off in the morning this week lmao

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

Thanks I will also give this a try.

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

Thanks this is exactly what I was looking for. I can set to shuffly many local longs. I don't think I can. Solve a captcha when I wake up however lmao

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

That would seem to solve this and some other cool things.

 

My brain or whatever gets accustomed to the same alarm in the mornings and I wont wake up. I currently point my alarm clock to a spotify playlist so that it will play a random some from said playlist. I no longer use spotify and instead store local files or my plex/jellyfin server.

I have tried what seems like tons of alarm clock apps but non of them can do this. Is there one that does this.

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

Not more harmful than being obese. Or damage caused by body image issues.

Obesity is one of the leading risk factors for early death Obesity is responsible for millions of premature deaths each year

https://ourworldindata.org/obesity

[–] [email protected] 0 points 1 week ago* (last edited 1 week ago) (1 children)

I still don't see it. Example being Hugh Jackman from the new Deadpool movie. There are interviews with with saying "yes I just eat 5k calories a day of chicken, veggies, and fish." That is 100% false and not true. If someone watches that interview because they wanted to either know how he managed to look like that or just because they liked the movie. but then in the recommended section it does not show someone who actually knows shit about fitness and steroids etc how would they know. Sometimes that rabbit hole is good. And can bring upon knowledge. A lot of fitness influences speak out on what would be considered "unrealistic body standards" as it is unhealthy to attempt to look that way.

As for trying to make you nose looks a certain way I can't really speak on that. but I still believe that the restriction of anything on a site such as YouTube is a dangerous precedent to set.

Edit: clarity

 

Hey all,

Not exactly directly piracy but since I pirated the material I'm talking about thought it would fit. When I download books I often get both the audiobook and the epub of the same book but most of the audio books are in the format of the whole book in one file. Is there a website or someway to see timestamps on the audio book to relate with chapters in the book. I often listen to the book while cleaning or doing random things but want to read the same book later and having to find the right spot is hard and takes a long time.

Thanks

24
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

I have been using this config for qBittorrent for awhile and been working for the most part. Sometimes it gets "connection status: Firewalled" I would fix this by going to settings -> connection and click the "Random" button a couple times and save and then it would work again. This seems to not work anymore. Is there a better fix for this? Back before I used docker I don't remember ever having to do this. I have never done any kind of manual port forwarding my current VPN provider does not do that at the price I have it for right now. Let me know if you need more information about my setup or something

Thanks I guess it is just randomly breaks for now since it appears to be back.

Current Config file (minus the keys and stuff)

services:
  gluetun:
    image: qmcgaw/gluetun:latest
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=windscribe
      - VPN_TYPE=wireguard
      - WIREGUARD_PRIVATE_KEY=
      - WIREGUARD_ADDRESSES=
      - VPN_ENDPOINT_PORT=
      - WIREGUARD_PRESHARED_KEY= 
      - SERVER_REGIONS= 
    ports:
      - 8080:8080
      - 6881:6881
      - 6881:6881/udp
    restart: always
    
    
  qbittorrent:
    container_name: qbittorrent
    image: lscr.io/linuxserver/qbittorrent:latest
    network_mode: "service:gluetun"
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - WEBUI_PORT=8080
    volumes:
      - /home/blxter/server/qbittorrent/config:/config
      - /home/blxter/raid/media/torrents:/torrents
    restart: unless-stopped
    depends_on:
      gluetun:
        condition: service_healthy
17
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

Edit: So a solution I just found is that if I remove the second DNS from my router (1.1.1.1) then all traffic goes through adguard. This works but if I go on vacation and my parents are still home and this device dies or something then my mom will have no idea what to do...

Hello,

I have adguardhome running on a raspberry pi via docker compose. I once had tailscale installed on it but it has sense been uninstalled.

Using for example my phone when at home if it is on my tailnet the adguard works as intended and blocks ads trackers etc. But If at home and disconnected from my tailnet it does not go through adguard at all. So all my family members do not have the benefit of this and anything not on my tailnet. I would rather have it work for everyone and not sure how to fix or where I went wrong in the setup.

For the setup guide for adguard it says

AdGuard Home DNS server is listening on the following addresses: 127.0.0.1 172.18.0.2

So I added 172.18.0.2 to my /etc/systemd/resolved.conf file because before it had only DNS=127.0.0.1. This seems to have not worked unless I need to restart for it to take effect looks like this now

# Entries in this file show the compile time defaults. Local configuration
# should be created by either modifying this file, or by creating "drop-ins" in
# the resolved.conf.d/ subdirectory. The latter is generally recommended.
# Defaults can be restored by simply deleting this file and all drop-ins.
#
# Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config.
#
# See resolved.conf(5) for details.

[Resolve]
# Some examples of DNS servers which may be used for DNS= and FallbackDNS=:
# Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com
# Google:     8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google
# Quad9:      9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net
DNS=127.0.0.1 172.18.0.2
#FallbackDNS=
#Domains=
#DNSSEC=no
#DNSOverTLS=no
#MulticastDNS=no
#LLMNR=no
#Cache=no-negative
#CacheFromLocalhost=no
DNSStubListener=no
#DNSStubListenerExtra=
#ReadEtcHosts=yes
#ResolveUnicastSingleLabel=no

docker-compose file

version: '3.3'
services:
    run:
        container_name: adguardhome
        restart: unless-stopped
        volumes:
            - '/home/Blxter/server/compose/adguard-home/config/adguardhome/workdir:/opt/adguardhome/work'
            - '/home/Blxter/server/compose/adguard-home/config/adguardhome/confdir:/opt/adguardhome/conf'
        ports:
            - '53:53/tcp'
            - '53:53/udp'
            - '67:67/udp'
            - '68:68/udp'
            - '68:68/tcp'
            - '80:80/tcp'
            - '443:443/tcp'
            - '443:443/udp'
            - '3005:3000/tcp'
        image: adguard/adguardhome

Not sure what other info is needed to help moderately new to this Thanks

 

I often used this site to download flac songs that I was unable to find on SLSK or other torrents. Is there an alternative to this site that anyone knows of. It will be missed.

 

I have been trying to set up everything over on docker and have came across an issue where large file sizes (4K tv episodes etc) fail to download at all where 1080 (small sizes around 1 gb download just fine to same location).
Edit: an almost 8 gb season can download just fine but a 4.35 file will not and the 3.8 GB one will work (same TV show and name besides EP number)

I just pulled new image to attempt to fix but did not work. I found this but it tells me nothing or I think nothing.

Error message from logs:
(/downloads/Constellation.S01E02.HDR.2160p.WEB.H265-SuccessfulCrab[TGx]/constellation.s01e02.hdr.2160p.web.h265-successfulcrab.mkv) error: File too large"

file size for above are 9-10gb

compose file

services:
  gluetun:
    image: qmcgaw/gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=
      - VPN_TYPE=
      - WIREGUARD_PRIVATE_KEY=
      - WIREGUARD_ADDRESSES=
      - VPN_ENDPOINT_PORT=443
      - WIREGUARD_PRESHARED_KEY= 
      - SERVER_REGIONS= 
    ports:
      - 8080:8080
      - 9696:9696
      - 8989:8989
      - 7878:7878
      - 6881:6881
      - 6881:6881/udp
    restart: always
    
    
  qbittorrent:
    container_name: qbittorrent
    image: lscr.io/linuxserver/qbittorrent:latest
    network_mode: "service:gluetun"
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - WEBUI_PORT=8080
    volumes:
      - /home/blxter/server/qbittorrent/config:/config
      - /media/blxter/download:/downloads
    restart: unless-stopped
    depends_on:
      gluetun:
        condition: service_healthy
 

Hey, this might be a dumb question but I would like to know the differences of these two images for plex or other docker images.
I am new to using docker and would like to know the differences if there is one in using one over the other. I can not seem to find anything about this.
Thanks

 

Visits to music piracy websites went up more than 13 percent last year, a new report says. The majority of those visits were to sites that allow users to download the audio from YouTube URLs.

98
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

So I use a VPN when torrenting as per usual but with Soulseek I wish to share my music with others and that requires me to open a port. I have no problem doing so I just do not pay for a VPN that can do this at the current price I am paying. Is it possible/what are the chances of me getting in trouble ISP wise from using soulseek with no VPN. With where I live I would get in trouble with no VPN and torrents for clarity.
I see posts from years ago saying no just wondering if things have changed.

Thanks

26
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

Is there a way to access the full page of insider reviews without paying on the site rtings?

 

So recently bought the Pixel 8 with my previous carrier being Verizon and was going to put Grapheneos on it but I had no idea that Verizon locks the boot loaders of their devices even though google does not. What are some things I can do to de google the device or make it more private like Grapheneos would. Or am I out of luck. Thanks

view more: next ›