[-] Jawa@lemmy.world 1 points 5 months ago

Ideally you would never have to because you just have the two people come up with their part of the password and then initialise the LUKS partition together. Sorta like a key ceremony

[-] Jawa@lemmy.world 36 points 6 months ago

You can also just split the password for a single LUKS into two parts and give one each to the two people :D

[-] Jawa@lemmy.world 1 points 8 months ago

It seems to be more for if you actually want something that makes use of the screen and gamepad input and then you can launch it from the UI.
https://github.com/ValveSoftware/steamlink-sdk

[-] Jawa@lemmy.world 24 points 8 months ago

I thought this too, but unfortunately in terms of modding and general use they are very limited, afaik. When I looked into it, it boiled down to: There's an sdk to develop stuff for it and you can get root access but good luck trying to replace the os or anything like that. That being said, this is what I remember from ~2 years ago, so if it can be customised more now, please let me know. I kinda bought 2 in hopes of being able to do that :D

[-] Jawa@lemmy.world 2 points 8 months ago

Hey, not sure how in depth your linux/docker knowledge is. Please disregard if irrelevant. I would recommend you pick a fixed mountpoint for the drive and set up a systemd service to mount the drive for you (systemd .mount file). Then you add an extra line "RequiredBy=docker.service" (look for systemd RequiredBy) This way the drive always has to be mounted by the system before docker is started and should always be visible before you start a container.

Hope this helps :)

[-] Jawa@lemmy.world 2 points 1 year ago

Glad I took the time to comment ☺️

[-] Jawa@lemmy.world 2 points 1 year ago

On Linux I use https://github.com/WoeUSB/WoeUSB to create windows flash drives.. works uhh most of the time? :D In case you hadn't heard of it :)

[-] Jawa@lemmy.world 3 points 1 year ago

Honestly my recommendation would be to start off with some microcontrollers/Raspberry Pi and some breadboards and go from there. That way you can uhhh trial and error your way to something that works and worry about the "engineering" part later, when you have gotten your feet wet :D There are some simple Arduino starter kits for example that give you the basic things + a bunch of sensors and motors to play with. I got started myself with the Elegoo Arduino Starter Kit (~50€). Along the way it's probably going to be helpful to look up some course on electronics basics, specifically digital circuits and then analog circuits if you're feeling adventurous.

Jawa

joined 1 year ago