• 0 Posts
  • 691 Comments
Joined 2 years ago
cake
Cake day: January 2nd, 2025

help-circle






  • Connecting remotely to your home devices is dependent on your home internet connection’s upload speed, which is usually a fraction of the download speed.

    Then add the overhead of the VPN (Tailscale) and how direct of a connection it’s able to make.

    Then the connection of the device you’re testing from - it may have some bandwidth limitations.

    I just did a quick test - copy a specific file from a local server to my phone - just enabling Tailscale made that copy take twice as long, so it’s definitely adding significant bandwidth constraints (could be an Android limitation).



  • To add - by doing pulls the backup server uses different credentials to run than the credentials used to perform pulls.

    Backup server has it’s own credentials database, machines being backed up have their own database. Backup service in backup server uses appropriate credentials from machine being backed up to access the data there (shares, etc). So credentials from compromised machine are unrelated to credentials for backup server.

    And if backups are done properly (full on a schedule, daily incrementals, or something similar) you should be able to revert to a known-good state with minimal data loss.


  • Onomatopoeia@lemmy.cafetoSelfhosted@lemmy.worldLooking at my photos
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    17 days ago

    I have a 10+ year old 10" photoframe with wifi and Bluetooth - I’m surprised how much I like it.

    It rotates through hundreds of photos - each photo has a name with a date, so they serve as reminders of places we’ve been, things we’ve done.

    On a good day it simply shows what’s in a network share it has access to. Sometimes it pukes and I have to reset the wifi on it.





  • I don’t think laptops are much of a concern - virtually every laptop on the planet spends 90% of it’s time plugged in.

    All of mine have since the mid-90’s (back then that really shortened NiCd life).

    Since they’ve gone lithium I’ve had probably 20 laptops (with multiple running since 2019 as hosts) and seen one spicy pillow - and that was on a year old machine.

    My newest machines have charge limit on by default in the hardware. I assume they all do these days as it would reduce support/warranty calls.

    Good to keep an eye on them because it can happen to any battery, I just don’t think it’s a huge concern.



  • My ESXi box draws 20 watts at idle with 3 Windows VMs and 3 Linux VMs.

    Guess which of those VMs draws the most power (hint: it’s not Windows).

    Power draw depends on more than the base OS, what it does matters so much more. Which is why my one Linux VM draws the most power - it gets used for some intense tasks with ffmpeg.

    Interestingly, I’ve found little power draw difference using ffmpeg on Windows or Linux. Both will max CPU while converting and take a similar amount of time.