Haha. You aren’t wrong. But just rotate the key after. Also, there are plenty of secure delivery methods and encrypted delivery options.
- 0 Posts
- 14 Comments
You have a point. But Bitlocker recovery keys are all numeric. Really not all that hard to translate over the phone. Typically a secure email is what we use to deliver since 99% of employees also have email on their mobile devices.
ferngully@lemmy.worldto Selfhosted@lemmy.world•NetLock RMM (OSS) released linux & macos agentEnglish1·5 months agoI think your approach to monetizing towards companies is great and you should totally do that. As someone that works with an RMM everyday and I’ve tried nearly all the big box ones. They all suck. So seeing something new in this space is great. Especially if it works.
I think restricting the home lab level to 1-3 sites could be a viable path? Maybe even license agreement stating not to be used for business without subscription (you might already do this, I didn’t read the license)? I’d expect that to be hard to enforce though.
I did read a bit about the self compiling and think that’s a good idea and totally could have signed up with an alias email. But for me, when I want to test something I want it to be a quick docker/k3s deploy. Could you publish your docker containers for home lab, maybe restricting bare metal installs to a license would deter companies from installing due to most in house IT wanting things on VMs or bare metal.
ferngully@lemmy.worldto Selfhosted@lemmy.world•NetLock RMM (OSS) released linux & macos agentEnglish3·5 months agoThis does look great. I’d love to see a free “home lab” license option without having to sign up for something or create an account. The information on your pricing page could use more detail on the “Did you know? You can start with a free open-source membership through our Members Portal” section.
ferngully@lemmy.worldto Privacy@lemmy.dbzer0.com•What's the best way to deal with rejected email aliases?4·5 months agoIt’s a good idea. Also, domains are pretty cheap so I feel it a worthwhile yearly expense.
ferngully@lemmy.worldto Privacy@lemmy.dbzer0.com•What's the best way to deal with rejected email aliases?5·5 months agoI’ve used addy.io for years and never had a site reject my alias. But I might do things differently than you. I own two domains for emails. My main one that is configured with Mailbox.org. And my secondary domain has its MX records set for addy.io. So when I create an alias I just make it at service@domain2.com. This is probably why I’ve never seen a service block me. I have seen lists on GitHub for companies to use in their code to block alias emails, and addy.io was in there. Are your aliases generated using their domains?
Is this only for music, or tv shows as well? I find myself shuffling shows a lot and it was nice in Plex to have a smart playlist and exclude shows that had been played in the last X days from the playlist.
ferngully@lemmy.worldto Boobs@lemmynsfw.com•Jiggling Natural Tits GIF by silverredgifsdome3·9 months agoSauce?
ferngully@lemmy.worldto Apple@lemmy.world•Can you configure Apple Watch treadmill running accuracy?7·10 months agoI went through this a bit ago. The calibration of your pace is set during an outdoor run. Try and do one or two outdoor runs at the same pace as the treadmill and it should adjust.
ferngully@lemmy.worldto Linux@lemmy.ml•How have you automated configuring your machines in terms of packages and dotfiles so it works cross-distro?3·1 year agoChezmoi has an amazing templating feature to address different files on different machines. It’s worth the time to set up.
You should only have to backup the Postgres database. But it won’t hurt to have a copy of your compose file as well.
This GitHub issue has the steps you should use. And answers all your other questions too.
Arch is great. You’ve kinda dipped your toes in it with Manjaro already. I recently moved to EndeavourOS with BTRFS for my gaming computer and couldn’t be happier. I could have done stock Arch but I honestly didn’t care enough to. EndeavourOS has great sane defaults and no bloat. And you can pick almost any DE during the install. Spin up a VM and give it a try if you can.
I can’t speak to MATLAB though. But all the others you mentioned I also run.
The only issue I have right now is the half screen flickering with GNOME and NVIDIA drivers. But I just ignore it.
I recently installed Pangolin in Hetzner and spun up a statefulset in my k3s cluster for the Newt container. It works beautifully. With it you can proxy Pangolin to the cluster address of your service very easily.
For example: sonarr.media.svc.cluster.local:8989 Format being: deploymentName.namespace.svc.cluster.local
Internally I still use Traefik for my services and just left all the CNAMEs in PiHole pointed to Traefik but if you are external your DNS would look at what’s public on my domain and route through Pangolin.