Blxter

joined 1 year ago
[–] Blxter@lemmy.zip 3 points 1 day ago

+1 for vesktop works great for me

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

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

[–] Blxter@lemmy.zip 46 points 2 days ago

Rockstar replied to someone's support request

We certainly understand that you are unable to login to GTA online through Steam Deck after the update.

We would like to inform you that the primary goal of incorporating BattlEye into GTA Online is to enhance the overall gaming experience by actively scanning for cheats and exploits, and preventing players with cheats and mods from entering online. The Steam Deck players will not be able to join GTA Online but should be able to launch single-player without any issues. We appreciate your understanding in this matter.

If you have any further questions or concerns, please feel free to let us know. We are here to assist you.

Source https://www.reddit.com/r/linux_gaming/comments/1fizrqb/rockstar_official_replied_that_they_wont_support/

[–] Blxter@lemmy.zip 1 points 3 days ago

I can definitely see Microsoft releasing a "gaming os" that will lock down your PC and basically make it a console in all but name. I would be surprised if it's not in the works already for a handheld device.

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

[–] Blxter@lemmy.zip 83 points 5 days ago (4 children)

https://twitter.com/Palworld_EN/status/1834947171944485224

We are not changing our game's business model, it will remain buy-to-play and not f2p or GaaS.

[–] Blxter@lemmy.zip 8 points 5 days ago (2 children)

I just found this thread as well could not be a good thing for us Linux users.

https://x.com/tomwarren/status/1834863294730956803?s=46

[–] Blxter@lemmy.zip 4 points 5 days ago (1 children)

If it's anything like legion... Rip

[–] Blxter@lemmy.zip 6 points 6 days 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 1 week 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 1 week ago

Never heard of ladybird looks interesting thanks

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

 

URL is a link to a post about a Xbox one translation layer for windows. There is also work being done on a PS4 one where they recently played bloodborne using it. Would this work on Linux I would think so since wine is a translation layer for windows so if you just translate Xbox -> win -> Linux it would work... right? I'm not very informed on the matter and would like to know. Thanks

 

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.

23
submitted 3 weeks ago* (last edited 3 weeks 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

 

Hello, For some context I am moving into my first home. I am looking for a network solution to use and will last a long time. My original idea was just getting a new wifi 7 router maybe a gaming one since gaming is my passion but I got talking to my friend and he has a ubiquity Dream Machine and talks really highly about it and I would love this/something similar to it. He showed me all the features it does and the layout of the UI etc. Being able to add security cameras to it and such is something I very much so want a long with a lot of the other things it can do. I am good with technology I am a software engineer and I currently have things such as netalertX and adguard home running on a mesh network so I can and would be willing to set things up.

Is this the only only type of device that does this kind of thing or are there others? Any suggestions or alternatives I like to look at options before buying.

Side note budget is relatively high aka I am willing and unless given alternatives I like more going to be going with the dream machine and the other required items from them. Thanks :)

24
submitted 3 months ago* (last edited 3 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
 

Sci-Fi / fantasy is my favorite genre and almost every show they have put out I have liked have not seen all however. Just watched dark matter first two episodes yesterday and they were great.

What ones have you seen and liked?

17
submitted 5 months ago* (last edited 5 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

 

cross-posted from: https://lemmy.zip/post/12119895

I have been using Linux to game now mostly for around 1-2 months and halo infinite runs but runs like crap compared to win 11. When I run the game on windows I get 144 fps almost constantly on Linux I get 70-80. I am new to this and not sure what to tweak or change to get it to run better if anything. I play via steam using proton experimental. The mouse movement also feels off like I have mouse acceleration on or input lag.

Other games I have played have ran just as well on Linux as windows.

Edit: OS is Linux mint

Thanks

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

I have been using Linux to game now mostly for around 1-2 months and halo infinite runs but runs like crap compared to win 11. When I run the game on windows I get 144 fps almost constantly on Linux I get 70-80. I am new to this and not sure what to tweak or change to get it to run better if anything. I play via steam using proton experimental. The mouse movement also feels off like I have mouse acceleration on or input lag.

Other games I have played have ran just as well on Linux as windows.

Edit: OS is Linux mint

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.

view more: next ›