One I’m using a lot is a self hosted password manager. Vaultwarden specifically. Useful for more than just passwords of course, can take secure notes as well. I keep it locked to my local network only, and need to VPN in to my home network when I’m out to access it.
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: July 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
CypherColt@sh.itjust.worksto
Linux@lemmy.ml•Which CLI app/utility you wish there was a GUI for?
3·1 year agoMy laptop, desktop pc, and VMs are running Linux. All of them (except the laptop) are remotely accessible over the local network via Moonlight game stream using Sunshine as the hosting software.
I use USB/IP to send things like a Dualsense controller, or USB headset over the network, as well as my yubikey if I need to log into something with FIDO2 authentication remotely. (I haven’t tested my yubikey over usb/ip yet but I will eventually) I’ve also managed to use my racing wheel this way but if it lags it hurts the game badly.
Webcam / headset / USB storage devices / game controllers work just fine so far.
CypherColt@sh.itjust.worksto
Linux@lemmy.ml•Which CLI app/utility you wish there was a GUI for?
2·1 year agoUsbip, I’m learning how to build a Python GUI by making one for usbip bind and usbip attach.
I’ve been experimenting with Vibe Coding for a few months. I recommend you do some beginner tutorials on coding, at least python.
Then, using what you have learned, have your AI vibe coding assistant refactor your code into something manageable.
Just because it works, doesn’t mean it’s ready for others to use. If you want to vibe code an app for yourself and it works, that’s fine. But this is… python code, in a bash script? You need to clean it up and make it more professional before you share it.