Mythnubb

joined 1 year ago
[–] Mythnubb@lemm.ee 2 points 3 weeks ago

I've started using Piston instead. It's more clean and modern looking and seems to do everything that torque did for me.

[–] Mythnubb@lemm.ee 3 points 2 months ago

I was curious about this same thing.

[–] Mythnubb@lemm.ee 10 points 5 months ago (1 children)

Sounds like it's replacing the neighboring coal power plant.

[–] Mythnubb@lemm.ee 2 points 6 months ago

I'm getting real close to spinning up an instance. It's just that Synology moments is working just fine for me now.

[–] Mythnubb@lemm.ee 4 points 6 months ago

That's a fun little game there!

[–] Mythnubb@lemm.ee 4 points 8 months ago

Not sure if it fits the bill, but Changedetection.io works well for notifications and changes to websites. You can target feeds too but there's some xpath involved I believe.

https://github.com/dgtlmoon/changedetection.io

[–] Mythnubb@lemm.ee 3 points 9 months ago

I'm kind of excited for LubeLogger, since all the other fuel/maintenance trackers are going down the drain. Currently using Fuelio but I'm not a huge fan.

[–] Mythnubb@lemm.ee 1 points 10 months ago

I looked into usenet but I first tried RealDebrid and it's been great. I personally have went with Alldebrid

[–] Mythnubb@lemm.ee 1 points 10 months ago

That actually looks like a lot of fun, thanks for sharing!

[–] Mythnubb@lemm.ee 3 points 1 year ago (1 children)

I am using gpu virtualisation to share my pc occasionally with my brother.

Care to elaborate on this? I'm curious how you're doing it.

[–] Mythnubb@lemm.ee 1 points 1 year ago (1 children)

Exactly, when it updates, I want to initiate it to make sure everything goes as it should.

[–] Mythnubb@lemm.ee 9 points 1 year ago (5 children)

As other have said, I have a root docker directory then have directories inside for all my stacks, like Plex. Then I run this script which loops through them all to update everything in one command.

for n in plex-system bitwarden freshrss changedetection.io heimdall invidious paperless pihole transmission dashdot
do
    cd /docker/$n
    docker-compose pull
    docker-compose up -d
done

echo Removing old docker images...
docker image prune -f
 

I've collected tips from around the internet and rolled them up into a single post

  • 98GB installed but may need 130-140GB during the install.
  • The game initially uses keyboard controls only, you need to enable gamepad support. See the end of this guide.
  • I'm running a locked 40FPS @ 1280x800 on medium settings.

After installing The Elder Scrolls Online through Heroic:

  1. Click the settings menu for The Elder Scrolls Online in Heroic.
  2. Select your preferred Wine-GE Proton version, I'm using 8-10 at the time of writing this and everything works perfectly ingame.
  3. Click "WINETRICKS"
    a. "Select the default wineprefix"
    b. "Install a Windows DLL or component"
    c. Scroll down, select "dotnet48" and click OK to install it. This will take some time, just wait. If any prompts come up, just click OK.
    d. Once it's done, close out of winetricks.
  4. Click the "WINECFG" button next to WINETRICKS.

a. Click Add, select "D:" drive, set the path to "/home/deck/Games/Heroic"
b. Click Apply, then OK.
5. Play!

Post tweaks:
In the game settings,
Settings > Gameplay > Gamepad - Turn ON
Settings > Gameplay > Use Keyboard login - Turn OFF
This enables full gamepad support.

view more: next ›