Windows-Linux File Synchronisation
My development environment usually consists of a host machine running Windows and a development Linux “headless” virtual machine. I create and edit files in a Notepad++ text editor and then transfer them over to the Linux VM. Until recently I’ve been using a hypervisor-enabled “shared” folder. However, Windows file system emulators in Linux do not support symbolic links and therefore breaks a lot of applications that rely on them. This prompted me to start looking for a new way to sync my files. That’s how I came across this new amazing file syncing app called Syncthing. Why is it amazing?
- It uses peer-to-peer architecture. User traffic is not uploaded to a centralised server and is transferred directly between peers.
- It is open-source. It doesn’t use any proprietary syncing protocols like BTSync.
- As the result of open-source nature it has big community support with clients, wrappers and extension available for any major platform.
- It is secure. All transfers are TLS-encrypted.
- It’s simple to use. Windows version installs like any other Windows app, Linux version, like any other Linux app, will take a little tinkering.
- It’s written in Golang, an extremely popular language amongst professional programmers and surely these guys can’t be Continue reading
The May 28, 2015 Oracle webinar Q&A on lifecycle service orchestration is now available!
Yeehaw! It's Friday, so you know what that means: It's roundup time.