Blxter

joined 1 year ago
 

Do y'all still see the comment section at bottom of torrent details for the tgx sites it has been gone ever since they seem to have gotten rid of the filter options aswell.

[–] Blxter@lemmy.zip 2 points 21 hours ago (1 children)

They have said there first release is this Friday. So I would expect it all to be updated then

[–] Blxter@lemmy.zip 17 points 3 days ago (5 children)

Who be looking at porn on the work PC lol. For me I have to give a ' reason' to disconnect form the work VPN. I do do anything on work PC besides work tbh

[–] Blxter@lemmy.zip 0 points 6 days ago

I would love to able to able to put a different OS that does nothing but what I actually tell it to so on my smart TV...

[–] Blxter@lemmy.zip 2 points 1 week ago

There is also vesktop on Linux aswell witch is what I use. But I've tried armcord and webcord before.

[–] Blxter@lemmy.zip 24 points 1 week ago

Not gonna lie... That little link is funny to me.

[–] Blxter@lemmy.zip 3 points 2 weeks ago

+1 for vesktop works great for me

[–] Blxter@lemmy.zip -1 points 2 weeks ago (1 children)

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

[–] Blxter@lemmy.zip 4 points 2 weeks 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.

[–] Blxter@lemmy.zip 6 points 2 weeks ago (2 children)

Didn't remedy just partner or start with them for the next control/alan wake game... Rip

[–] Blxter@lemmy.zip 3 points 3 weeks 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.

[–] Blxter@lemmy.zip 2 points 3 weeks ago

Never heard of ladybird looks interesting thanks

[–] Blxter@lemmy.zip 1 points 3 weeks 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.

 

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.

1
submitted 1 month ago* (last edited 1 month ago) by Blxter@lemmy.zip to c/linux_gaming@lemmy.ml
 

I am trying to use gamescope and mangohud at same time so I ran gamescope -e -W 2560 -H 1440 -r 144 --mangoapp %command% (to run at 1440p at 144fps I think) as the launch option on steam but when I load into the game aiming goes crazy like 100x sensitivity but cursor movement (like in setting etc is normal). Is the command wrong I also hit win+f to make full screen. Is this the right way to use gamescope?

  • nvidia gpu
  • endeavoros

Thanks

 

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

2
submitted 4 months ago* (last edited 4 months ago) by Blxter@lemmy.zip to c/piracy@lemmy.dbzer0.com
 

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
 

Not a mechanical keyboard but I thought was cool and maybe sort of adjacent.

product page: https://clvx.one/

17
submitted 6 months ago* (last edited 6 months ago) by Blxter@lemmy.zip to c/selfhosted@lemmy.world
 

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 can not get rpc working on vesktop flatpak version on linux I have followed this https://github.com/flathub/dev.vencord.Vesktop/ and still no game activity. I have asked many times on there discord but with no help...

I am open to changing discord clients to whatever etc if someone has one to suggest

54
submitted 7 months ago* (last edited 7 months ago) by Blxter@lemmy.zip to c/linux@lemmy.ml
 

Hello, I am trying to boot and install Linux mint onto a desktop Intel CPU with Nvidia gpu and I have been sitting here (notice the little white line)for 20+ minutes now. I can boot into compatibility mode and did that successfully and installed but I am not sure if I installed a different version since I booted into compatibility mode (only reason I think this is that it could not detect more than one monitor at a time after install). Do I just have to wait?

Thanks

Solution: in grub screen when selecting what to boot to, press e to edit boot commands and add nvidia-drm.nomodset=1 at the bottom and then continue to boot. You will need to do this once more after installing and rebooting. Then install Nvidia drivers and reboot once more and you are good to go.

 

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
 

As title says I have a direct attached storage attached to a Linux machine (that used to be windows). Said raid system started as being called ./Raid and is now after 2 restarts of of the lap top it is now ./Raid2. Is there a way to make it not change names every time I do a restart. I did some looking online but don't want to do something that will ruin the content that is on those drives.

Thanks

view more: next ›