drkt_

joined 1 year ago
[–] drkt_@lemmy.dbzer0.com 7 points 4 months ago (2 children)

Democrats aren't fucking harm reduction

They're the same god damn people. The other party is just loud about it.

[–] drkt_@lemmy.dbzer0.com 5 points 6 months ago (16 children)

What even is the point of URL shorteners? I always understood it as a Twitter thing, but I see them more outside of Twitter.

[–] drkt_@lemmy.dbzer0.com 1 points 6 months ago (1 children)

Can someone explain to me what security issues BGP has? I've never looked into this aspect of networking and I only kinda know what BGP is supposed to be doing.

[–] drkt_@lemmy.dbzer0.com 1 points 6 months ago* (last edited 6 months ago) (1 children)

I can't engage with you when you can't or won't quote the full sentence. You are literally picking a section of a sentence, stripping it of context so it looks wrong, and then pretending I said that.

If your bot is written poorly, it will get stuck on even legitimate pages.

The point I am making is that the only way you're getting into my network is if you're sitting on a crazy 0day for Debian, Apache or PHP. My network isn't a playground that I set up like a jigsaw for someone to "solve". There's nothing to solve, it's not a CTF. You can't dump points into a hacking skill and magically bypass some of the most vetted and battle-tested software in the world.

[–] drkt_@lemmy.dbzer0.com 2 points 6 months ago

Large orgs that take their security seriously employ defensive honeypots internally to catch intruders, but I have no experience or expertise to offer besides that I know it's a thing. :P

[–] drkt_@lemmy.dbzer0.com 1 points 7 months ago

They are not up to date on any sources I trust downloading from.

I appreciate your input. A different, more suitable solution has been found.

[–] drkt_@lemmy.dbzer0.com 4 points 7 months ago* (last edited 7 months ago) (2 children)

How would I keep an offline installer updated? I don't think you understand what the usecase is, here. I don't legally own Stellaris on GOG. If I did, I'd just play the linux native version they provide.

[–] drkt_@lemmy.dbzer0.com 1 points 7 months ago (4 children)

That's a huge piece of software to do this one thing...

[–] drkt_@lemmy.dbzer0.com 4 points 7 months ago (2 children)

You know this is a piracy forum, yeah? If I owned it, I'd just install the native linux version.

[–] drkt_@lemmy.dbzer0.com 23 points 7 months ago* (last edited 7 months ago)

It was really that simple! Thank you so much, I had no idea proton could just be run like this.

Full tutorial for potential future readers:

First add the base game installer as a non-steam game and run it, then close the installer when it is done.

Go to the shortcut settings for the non-steam game (the installer) and set TARGET to "C:\GOG Games\Stellaris\stellaris.exe" and START IN to "C:\GOG Games\Stellaris"

Run the game to confirm it works. Close the game, then adjust and run the script. Start the game and confirm the DLC were added. It should just work.

I have also uploaded this script here https://drkt.eu/files/scripts/install-stellaris-gog-dlc-on-proton.sh

#!/bin/bash

# PROTON="$HOME/.steam/steam/steamapps/common/Proton 10/proton"
PROTON="/mnt/450G/SteamLibrary/steamapps/common/Proton 10.0/proton"
PREFIX="$HOME/.steam/steam/steamapps/compatdata/3543916168"

DLC_DIR="$HOME/Downloads/stellaris_4.2.3_(86961)_win_gog/DLC"

export STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam/steam"
export STEAM_COMPAT_DATA_PATH="$PREFIX"

INSTALLERS=$(find "$DLC_DIR" -maxdepth 1 -type f -iname "setup_stellaris*.exe")

if [ -z "$INSTALLERS" ]; then
    echo "No DLC installers found."
    exit 1
fi

echo "Running Stellaris DLC installers in silent mode under Proton..."
echo

for inst in $INSTALLERS; do
    echo "Installing: $(basename "$inst")"
    # /silent or /VERYSILENT
    "$PROTON" run "$inst" /silent
    echo
done

echo "Done. DLC should now be installed inside the Proton prefix."
 

I am wondering how people are managing their Windows GOG games on Linux. Obviously the base game works fine on Steam Proton, but I run into trouble when I try to install DLC. If I add the addons to Steam, they can't see the base game, as they are a separate instance/container.

Is there some way I can get around this, and run the DLC installers in the same Proton instance as the base game? Is there another solution for managing Proton that isn't Steam, which allows this? A whole third option I haven't thought of?

Thank you.


In the interest of providing solutions for future travelers, a solution was posted here https://lemmy.dbzer0.com/post/59375112/23092038

Please stop suggesting Heroic; I saw it the first 10 times.

[–] drkt_@lemmy.dbzer0.com 6 points 7 months ago* (last edited 7 months ago) (1 children)

I never understood why they called it Classic

It's not what TF2 used to be; it's an entirely new direction. So weird.

 
 
 
 
 
 
 
 
 
view more: next ›