

How usable is this? I don’t know much about RISC-V. But when I DL software I only ever see X64 and ARM options.
How usable is this? I don’t know much about RISC-V. But when I DL software I only ever see X64 and ARM options.
If its just a simple static page. Just use cloudflare pages. It scales to zero and would probably be completely free for your use case.
Vercel is even easier to setup but they don’t allow businesses on the free tier so it would be $20 a month for pro plan.
I’ve had no issues with it so far. Its been my go to for awhile. But I don’t use windows for anything important. Malware bytes scans don’t find anything.
Thanks, both of your points are good. I was thinking about it in terms of what OP is trying to do. Having key on the same drive. Putting the key on a separate drive or even the cloud like someone else suggested makes sense. I have all of my computers on manual. Since I don’t have anything critical enough that it can’t wait till I’m back home to start it back up.
Thanks, I was thinking about it as if the key was stored on the same drive. Like OP is trying to do. Which I don’t think would help in the case of it being stolen. Or any case I can think of. But I see how A cloud key would make a lot of sense. And would be a good compromise on security vs convenience.
This isn’t helpful. But genuine question. What is the point of encryption that auto unencrypts? When would it ever actually be securing the data?
That is a good point. I’ve only had to rollback twice and nether time had any issues. But from my understanding of how it works, you are correct, the data wouldn’t rollback.
By using NixOS I can do this on ext4. Just reboot back to the previous image before the update. Not saying everyday users should be running nixos but there are other Immutable distros that can do the same.
From what I understand running high bandwidth things like video streaming through cloudflare tunnels will get your cloudflare account banned or charged (which is why they require payment info to setup tunnels).
Best to keep things like emby, jellyfin, and Plex to tailscale or just open the port.
Idk how emby works but with Plex I feel pretty safe having port open. Since any logins have to auth though Plex’s servers.
Not really directly answering your question here so feel free to ignore me. But if I’m understanding right your setup sounds like a more complicated way of doing what I am.
I put tailscale on all my devices. And in every docker compose for the ports I do. TailscaleIP:hostport:containerport
So nothing can be access on local network at all. Only through tailscale. Which I can access from any of my devices locally or remotely without opening a port. All E2E encrypted I’m pretty sure. The only con is having to trust tailscale.
I do keep Plex port open for friends though.
For real. I’ve been on a search for a good one and they are all sooo bad. definitely trying this one later.
I noticed this too. In theprimeagens recent video on cups problem they kept making jokes about printing on Unix. I think I must be lucky or something cause so far every printer I have setup on Linux has been easier then having to download all the bloatware to make them work on windows. But I have only done about 6 printers so far on Linux.
Not that I know of, but I kind of feel like Nixos could be. The way you can use nix flakes or shells so each project has its on version of nodejs, go, rust, or w/e you use. Instead of having them installed system wide. And you can put the flake.nix and flake.lock in your git repo so any other Dev with nix can use it to DL the exact same packages.
I was trying out Locus and seem pretty good. But looks like its not maintained anymore. ☹️
Well Plex has the live TV stuff you just need a tuner. So there are programs that act as tuners for IPTV. Like a middle man between IPTV and Plex. I’m still switching around trying to find one that works best. They all seem to have pros and cons. There is Xteve and Telly. Xteve is easier to setup but hasn’t been updated in a long time. There is a newer fork of xteve called Threadfin but it has a bug which keeps me from being able to add a m3u link. But I found a fork of the fork where the bug is fixed.
I finally gave up on the free streams and got IPTV. Got it streaming though Plex/jellyfin and I’m really impressed. You can stream the IPTV through stremio too for a easier setup.
This was exactly my experience when I switched from XFCE4 to Hyprland. Now I much rather do everything in the terminal. Except for partitioning drives and auto mounting them. I switch to gnome to do that in GUI.
Using nixos I can just rebuild with gnome instead of hyprland. Do what I need. Then rebuild back to hyprland. And gnome is not installed anymore. So I get to use GUI without the bloat of having a GUI installed all the time.
You convinced me I need to appreciate tailscale somehow even more than I do.