Core performance boost is like inbuilt overclocking. When you disable it, you’ll get normal performance, and the temperature should be lower as well.
Software Engineer
Core performance boost is like inbuilt overclocking. When you disable it, you’ll get normal performance, and the temperature should be lower as well.
I’ve compiled a list of resources for someone else just getting started:
I’ve been there with a bad power supply. The support team sent not just one, but two power supplies without asking too many questions. I hope it’ll be smoother for you.
I can only support that. This is what I am running for my small business as well and it’s been super smooth for roughly a year now! Especially self service and auto-registering based on domain names turned out to be really nice features (for a business). In my homelab I just enjoy having a nice ui.
https://github.com/zitadel/zitadel
I came from Authentik which was nice too but nowhere as feature rich as zitadel.
That’s the reason for rcf 4941. It randomises the host part of your IPv6 address.
Backups are easily done with virtual machines as well. Taking, moving and restoring such backups is in fact much easier than moving docker containers between hosts as you don’t have to differentiate between volumes and locally mounted directories for example. That being said, depending on the use case, containers can be a nice and lightweight solution to separate applications on a userspace level
I personally prefer using public key encryption over passwords for ssh authentication. There’s no need to rely on third-party VPN providers (like ZeroTier or Tailscale) or hosting your own “vpn server” for that purpose as ssh trafic is already encrypted.
The drawback of following the route you suggested is that you have to operate yet another service that could be misconfigured, potentially causing you to lose access to your server. If you’re keen on further restricting access, consider whitelisting your static(!) IP address, the IP address ranges associated with your provider or the ranges assigned to your country for an additional layer of security.