Blxter

joined 1 year ago
[–] Blxter@lemmy.zip 5 points 9 hours ago (1 children)

Yes been wanting to play the og gears again for years now on PC I want a gears style MCC so bad

[–] Blxter@lemmy.zip 16 points 16 hours 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 8 points 3 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 5 days 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 6 days ago

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

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

+1 for vesktop works great for me

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

I was also going to buy in a couple years on sale and on steam but after seeing reviews and gameplay.... I think I'll save my time playing it and watch a cutscene movie on YouTube.

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

If it's anything like legion... Rip

[–] 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

 

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.

 

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

Creators of risk of rain

 

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

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

24
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
 

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 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

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

view more: next ›