mr_jaaay

joined 4 months ago
[–] mr_jaaay@lemmy.ml 4 points 3 months ago (2 children)

Why not use Joplin? Open-source, very flexible, I run it on a bunch of devices and sync it via a EU cloud provider over S3 in an encrypted bucket…

[–] mr_jaaay@lemmy.ml 7 points 3 months ago

I’m imagining Data from Star Trek being deleted…

Captain, this is most illogical.

[–] mr_jaaay@lemmy.ml 5 points 3 months ago

Seconding Hetzner. I recently went on a bibge and moved as many services away from US based companies over to EU based ones, Hetzner being my choice for webhosting, S3 storage and VPS (which I rarely need thanks to my homelab).

[–] mr_jaaay@lemmy.ml 9 points 3 months ago (1 children)

Besides a bit of the fediverse, I’m back at reading blogs via RSS. I’ve never stopped using RSS and it’s just so nice.

[–] mr_jaaay@lemmy.ml 2 points 3 months ago

Yeah, there are quite a few Hall effect controllers on the market, from what I’ve read they’re quite good…

[–] mr_jaaay@lemmy.ml 1 points 3 months ago

I can understand that. Maybe check the list I noted above, I’m pretty sure quite a few can do handwriting recognition (doesn’t the iPad’s native handwriting recognition work with Obsidian?). Though I understand the ‘don’t fix it if it ain’t broke’ inclination as well…

[–] mr_jaaay@lemmy.ml 3 points 3 months ago

To follow up on this, I'd look to network segmentation as another useful security barrier. I've just started playing around with VLANs, but the way I plan on setting things up is to have individual VLANs for services, management and IoT, with the LAN for all other user-land devices. On top of this you add strict firewall rules to what can talk to what, on which ports, etc. So all devices on the network can do DNS queries to my two DNS servers, for instance, but things from my services VLAN can't reach anything outside of this VLAN...

[–] mr_jaaay@lemmy.ml 5 points 3 months ago (3 children)

There are boatloads of various note-taking apps, both open-source and not, that are much better than OneNote. Take a look at https://noteapps.info/features, where you can browse by specific features you're interested in. I've just recently switched from running DokuWiki for my homelab documentation to Joplin and I'm really loving it so far (I've setup sync to Hetzner's S3 service).

[–] mr_jaaay@lemmy.ml 1 points 3 months ago

Seconding this, I'm currently running Proxmox on 3 small NUC-type PCs (two Dell Optiplexes and a Topton from AliExpress). The Topton has a slower Celeron, the two Dells have a i5-6500 and i3-8100t and are both very snappy running a few different containers and VMs (including HomeAssistant).

[–] mr_jaaay@lemmy.ml 1 points 4 months ago

I used to spend tons of time on forums 20 or so years ago. Social media killed many of those off, but there’s no reason that something else can’t do the same thing - be it Lemmy communities or something else.

[–] mr_jaaay@lemmy.ml 12 points 4 months ago (2 children)

Here’s Active Directory, you’ll figure it out.

[–] mr_jaaay@lemmy.ml 2 points 4 months ago

Of course :-)

I think the main thing here is to use your own domain, which means you can point it at whatever host you want, whenever you want. Inbox.eu has worked well for me, it’s simple but also cheap and from the EU :-)

 

I run a small server with Proxmox, and I'm wondering what are your opinions on running Docker in separate LXC containers vs. running a specific VM for all Docker containers?

I started with LXC containers because I was more familiar with installing services the classic Linux way. I later added a VM specifically for running Docker containers. I'm thinking if I should continue this strategy and just add some more resources to the docker VM.

On one hand, backups seem to be easier with individual LXCs (I've had situations where I tried to update a Docker container but the new container broke the existing configuration and found it easiest just to restore the entire VM from backup). On the otherhand, it seems like more overhead to install Docker in each individual LXC.

view more: next ›