• 0 Posts
  • 1.15K Comments
Joined 1 year ago
cake
Cake day: January 2nd, 2025

help-circle


  • There’s no “end game” - the world’s in constant flux.

    There’s a million stories, a million agendas, a million players (8 billion?)

    Every day there’s a change in circumstance, so every day each agenda/story shifts to accommodate, as the players take new approaches to achieve whatever goals they have today.

    Nothing is ever as simple as “end game”.



  • AFAIK, when you save to CSV with Excel it doesn’t add anything.

    But you won’t have a Table either, as that requires saving to an Excel format.

    As for the rest just format your columns as “text” in Excel.

    You could create the Table, do your sorting, and still save as CSV - it’ll retain the sort but won’t save the Table settings so you’d have to recreate the Table next time you open it.

    Edit: just remembered Excel adds quotes around text - I’ve always just removed them with a text editor like Notepad+ and Find/Replace.



  • RustDesk is a great option too for just Remote Access. Though I find it’s performance a bit slow, and with VPN I can use any tool I need same as on the LAN (my workflow is unchanged).

    I do use RustDesk for the adhoc situations (friend needs help/new machine, etc). It’s faster to setup for ad-hoc support vs adding a Tailscale client.


  • You’ll need port forwarding to expose RDP yo the internet

    No. Do NOT do this. RDP isn’t designed for the internet, it’s a security hole, even more so in a small business where they aren’t going to use advanced security (2FA, certs, etc).

    Remote access should always be over a secure connection, such as a VPN.

    Never port-forward RDP - you’re just begging to get owned.



  • It sounds like what you really need is a mesh VPN not really KVM.

    Install Tailscale on all the machines and you’re set.

    Alternatively Hamachi.

    Edit: You could also install Tailscale on a single dedicated device on your destination network (such as a Raspberry Pi or mini PC) and configure it as a Tailscale router. This would enable you to access any IP-based device on the network without that device having Tailscale installed on it.

    With any of this you could access machines just like on the local network, using VNC or RDP.




  • Onomatopoeia@lemmy.cafetoSelfhosted@lemmy.worldCheapest 16x4tb NAS
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 days ago

    Others have mentioned power - you may want to do some math on drive cost vs power consumption. There’ll be a drive size point that is worth the cost because you’ll use fewer drives which consume less power than more drives.

    Having built a number of systems, I’m a LOT more conscious of power draw today for things that will run 24/7. Like my ancient NAS draws about 15 watts at idle with 5 drives (It will spin down drives).

    More drives will always mean more power, so maybe fewer but larger drives makes sense. You may pay more up front, but monthly power costs never go away.

    Also, I’ve built a 10 drive n NAS like this (because I had the drives and the case, mono and ram). It can produce a lot if heat while doing anything, and it was a significant power hog - like 200w when running. And it really didn’t idle very well (I’ve run it with UnRaid, TruNAS and Proxmox).


  • And while more drives means more failure opportunity, it also means when a failed drive is replaced, it’s likely of a different manufacture period.

    I have a 5-drive NAS that I’ve been upgrading single drives every 6 months. This has the benefit of slowly increasing capacity while also ensuring drives are of different ages so less likely to fail simultaneously. (Now I’m waiting for prices to come back down, dammit).