this post was submitted on 05 Jun 2025
1168 points (98.2% liked)
memes
15345 readers
4250 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yea. I use it daily so I can share files between my PCs without any thought.
If you (or anyone reading this) are ever looking to decloud, you can set up Syncthing in a OneDrive-like setup
Create a Syncthing share between your computers at %userprofile%\Syncthing
C:\Users\Joe\Syncthing
and verify the share works between windows systems.
Create the shared system folders in it: %userprofile%\Syncthing[library folder]
C:\Users\Joe\Syncthing\Desktop C:\Users\Joe\Syncthing\Documents C:\Users\Joe\Syncthing\Pictures
Open explorer, go to [My Computer/This PC], right-click on the appropriate system folder (Windows has system folders for: 3D Objects, Desktop, Documents, Downloads, Music, Pictures, Videos), go to Properties (under 'more' for Win11), select Location, and either manually enter or use the move button to select the new location. On pressing apply, you can also use the prompt to move the folder contents between locations (yes on the first PC, but manual for others if you might clobber files)
I considered setting up Syncthing since I have a server running 24/7 at home. My biggest concern would be around opening more ports and potentially exposing myself further. I guess I trust Microsoft with my data as do many other corporations. If Microsoft or AWS had a data leak of epic proportions then I honestly don't know what might happen to technology
I relaxed a bit after I realized that - unless you're paying for HIPPA grade privacy (or similar), Google/Microsoft/Amazon index your data so hard, it may as well be leaked. So a failure to protect my data is at worst the same as hosting in the cloud.
(Probably still better - if someone made a torrent of my personal data, it probably wouldn't be popular - if 300 downloaded it, it would still be less then the ~800+ advertisers Google will just freely give my information to, barring some kind of Streisand effect)
You can use Samba, its built into windows to locally share a file to another conputer ovet LAN
I could be wrong on this but afaik Samba can be a pretty big attack vector if set up incorrectly, make sure you take the time to harden it if you're dealing with personal sensitive files.
on a related note, NEVER expose SMB to the internet. It is HORRIBLY insecure. you will get crypto'd in minutes.