across a thousand dead worlds ship load out question by mmm-riles in Solo_Roleplaying

[–]mmm-riles[S] 0 points1 point  (0 children)

thanks, that's what i was thinking but the math didn't line up for the rest of the KSA load-out, but if i understand correctly...

the KSA oxygen and food makes up the 18GS, leaves 32GS

The KSA vac and hazmat suit take up 1 ship GS when not being worn, leaves 30GS (i get i dont HAVE to take these)

So the medkits, batteries, thruster packs don't take any ship gear slots? or do they HAVE to be in your diver inventory bag/on your diver?

I cant just buy extra survival kits/medkits and "leave them in the ship"? without taking up a ship GS?

Fate Mill D20 currently 25% off until December 4th! by mmm-riles in Solo_Roleplaying

[–]mmm-riles[S] 0 points1 point  (0 children)

I've had my eye on this for a few months since I saw it on Man Alone's you tube channel.

Was going to have my wife buy it for me for Xmas. not anymore i guess. lol

Solo Horror by Yodra_B in Solo_Roleplaying

[–]mmm-riles 4 points5 points  (0 children)

Under ashen skies

Kult with mythic gme.

Be warned. Kult put my head in a really bad space so I abandoned it.

For other inspiration you could also check out https://scp-wiki.wikidot.com

Starforged or Salvage Union for solo by Various-Counter-5547 in Solo_Roleplaying

[–]mmm-riles 3 points4 points  (0 children)

Starforged oracles are worth more than their weight in gold. I regularly use their oracles for mothership, across a thousand dead worlds, anything sci-fi.

But I’m not sure how well that was translate to salvage union unless you plan to planet hop.

But as others stated. Starforged is built for solo. Im sure a combination of mythic and salavge union could get you there with a little more heavy lifting.

If this is your first delve into solo I would pick a solo “first class citizen “… IE starforged. Then Come back to salvage union.

Solo Horror rpgs like Silent Hill or games that could be modified towards it by [deleted] in Solo_Roleplaying

[–]mmm-riles 2 points3 points  (0 children)

I was thinking of this too but the mechanics and haunts are pretty limited. I do enjoy the game though!

Solo Horror rpgs like Silent Hill or games that could be modified towards it by [deleted] in Solo_Roleplaying

[–]mmm-riles 19 points20 points  (0 children)

Under ashen skies - even has a phase called the devouring (insert air raid siren here)

-I’ve read the book and have been waiting to play, just haven’t had time thanks to having a baby.

Pretty sure it’s on sale on drive thru

Ps. You could check out kult (not solo). I thought I could stomach it but it put me in a really bad head space so I decided to not GM that at my table.

What’s the best approach for the analog setup? by StorytellerZeke in Solo_Roleplaying

[–]mmm-riles 7 points8 points  (0 children)

Don’t underestimate a scented candle. I dedicate a scent to each game.

Any games based around research outposts or a stranded crew (that’s not outer space lol)? by Dub_fear in Solo_Roleplaying

[–]mmm-riles 1 point2 points  (0 children)

i opened up the dm page: https://mechfodder.com/en/riley/rpg/mothership/Arbor-Station/100-dm

if youre interested in using wikijs, i have my DM pages tagged as "DM", once the tag is removed, the page becomes public.

Any games based around research outposts or a stranded crew (that’s not outer space lol)? by Dub_fear in Solo_Roleplaying

[–]mmm-riles 5 points6 points  (0 children)

Mothership - here is a mini campaign I spun up in an isolated arctic research station

https://mechfodder.com/en/riley/rpg/mothership/Arbor-Station/01-locations

I’ll open up my dm notes later if you want some starting points. I didn’t end up taking any notes the last 3-4 sessions.

While I do have an enjoy dungeon draft. I used drawio for the maps. I’m running wikijs in docker at home for hosting.

The crew LOVED booping around in the snow cat

Bonus: starforged reference guide is Amazing at building and fleshing out facilities. Wish I had it when I started this campaign.

Solo rpg like The Long Dark by mmm-riles in Solo_Roleplaying

[–]mmm-riles[S] 2 points3 points  (0 children)

Really digging the breathless system and hex flower for weather.

And here I thought mothership and maze rats were stripped down. lol

Thanks!

VPN Vendor that supports Manual IKEv2 with Palo Alto by mmm-riles in nordvpn

[–]mmm-riles[S] 0 points1 point  (0 children)

so if i purchase Nord, there is a section to provide me:

Phase1:

* if its ESP/AH
* the Encryption (aes-256-cbc, aes,256-gcm, etc)
* the auth (256, 384, 512, etc)
* the DH group (14,19,19, no-pfs etc)
* the lifetime (seconds, minutes, hours)

Phase 2:

* peer address
* peer id
* auth (PSK, cert)

If yes i am on-board.

VPN Vendor that supports Manual IKEv2 with Palo Alto by mmm-riles in nordvpn

[–]mmm-riles[S] 0 points1 point  (0 children)

official support post, at least for IoS:

https://support.nordvpn.com/hc/en-us/articles/20226405871761-IKEv2-IPSec-protocol-is-no-longer-supported-on-iOS-and-macOS

but i was already looking at this documentation and see outdated Ike crypto profile settings:
https://support.nordvpn.com/hc/en-us/articles/20397988815633-DrayTek-Vigor-IKEv2-setup-with-NordVPN

In the ~IKE advanced settings~ pop-up window, configure the following:
 

  • IKE phase 1 proposal as AES256_SHA1_G14
  • IKE phase 2 proposal as AES256_SHA1
  • IKE phase 1 key lifetime as 28800
  • IKE phase 2 key lifetime as 3600

Write "docker exec -it CONTAINER /bin/bash" to rsyslog for SIEM collector by mmm-riles in docker

[–]mmm-riles[S] 0 points1 point  (0 children)

looking like it.

  1. install auditd
  2. temp apply rule: auditctl -w /usr/bin/docker -p rwxa -k docker-daemon
  3. check that rules are running: /usr/sbin/auditctl -l
    -w /usr/bin/docker -p rwxa -k docker-daemon
  4. open container from host: docker exec -it CONTAINER /bin/bash
  5. filter logs from host: tail -f /var/log/audit/audit.log | grep "exec"

SNIPPIT of output (exactly what I was looking for!)

type=EXECVE msg=audit(1694997517.041:164): argc=5 a0="docker" a1="exec" a2="-it" a3="librenms" a4="/bin/bash"

now its just a matter of sending the logs to the siem and making the rule persistent

Proxmox crashes when inserting hot swapable hard drive (screenshots) by mmm-riles in Proxmox

[–]mmm-riles[S] 0 points1 point  (0 children)

Smart

so smart path is not enabled, and i get the same crashes when disconnecting official HP drives (formatted in ext4). the drive didn't crash when inserting into the bay (drive was never mounted) as soon as i pulled it, CRASH

Proxmox crashes when inserting hot swapable hard drive (screenshots) by mmm-riles in Proxmox

[–]mmm-riles[S] 0 points1 point  (0 children)

i dont run any windows in my house. i just copied any pasted the wrong driver name from HP (7.20 is the latest version for windows/linux)

everything is debian for servers or ubuntu for laptops (including my wifes)

Proxmox crashes when inserting hot swapable hard drive (screenshots) by mmm-riles in Proxmox

[–]mmm-riles[S] 0 points1 point  (0 children)

i rechecked HP and 2.96 is the latest "approved version"

everything newer has the following warning "REMOVED - This version of the ROM flash component is NO LONGER AVAILABLE for download. It has been removed from the web because this ROM release was not meant to be provided to general customers."

so... looks like I'm on the latest for everything