• 0 Posts
  • 105 Comments
Joined 3 months ago
cake
Cake day: January 2nd, 2025

help-circle


  • Scans for open ports run continuously these days.

    Ten years ago I opened a port for something for a couple days - for months after that I was getting regular scans against that port (and others).

    At one point the scans were so constant it was killing my internet performance (poor little consumer router had no defense capability).

    I don’t think the scans ever fully stopped until I moved. Whoever has that IP now probably gets specifically scanned on occasion.

    And just because you don’t run a business doesn’t mean you have nothing to lose.

    DMZ should be enough… But routers have known flaws, so I’d be sure to verify whatever I’m using.











    1. Just installed Debian, no wifi

    2. Lots more stuff just like #1, such as my 10 year old and 3 month old Logitech wireless mice weren’t detected, and support for them is (fortunately) only available from a third party, which I found by searching the web for an answer.

    I could give you pages of why Linux doesn’t compare to Windows for the desktop, which I’d follow with where it really shines - as a server for all kinds of things. It’s so good for specific tasks that even VMware replaced their own Workstation virtualization with Linux KVM.



  • Are you looking for selective sync, and just over the LAN or over the internet too?

    If just LAN, there’s many Windows sync tools for this with varying levels of complexity and capability. Even just a simple batch file with a copy command.

    I’ll often just setup a Robocopy job for something that’s a regular sync.

    If you open files over a network connection, they stay remote and remain remote when you save. Though this isn’t best practice (Windows and apps are known for having hiccups with remotely opened files).

    Two other approaches:

    1. ResilioSync enables selective sync. If you change a file you’ve synchronized locally, the changed file will sync back to the source.

    2. Mesh network such as Wireguard, Tailscale, Hamachi. Each enables you to maintain an encrypted connection between your devices that the system sees as a LAN (with encryption). If you’re only using Windows, I’d recommend starting with Hamachi, it’s easier to get started. If mobile device support is needed, use Wireguard or Tailscale (Tailscale uses Wireguard, but easier to setup).