Archives For November 30, 1999

Open source continuous file synchronization program syncthing 1.2.0 was released yesterday with new features, various bug-fixes, and enhancements.

Syncthing 1.2.0 release highlights:

  • Add QUIC with NAT traversal as a new transport protocol. TCP remains the preferred way of connection when possible.
  • Adds automatic crash reporting.
  • Make large / variable block size the only available mode of operation
  • Versions are now named with the time of their archiving
  • The new release does not interoperate with Syncthing 0.14.45 or older

Syncthing offers official Snap package. It can be easily installed in Ubuntu 18.04 and higher via Ubuntu Software:

For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run command to install snapd daemon first:

sudo apt-get install snapd

Then install Syncthing via command:

sudo snap install syncthing

Once installed, start it via command syncthing. Then go to localhost:8384 in web browser to setup shared folder, remote devices, and more.

For more, read the getting started guide.

The distributed collaboration and sharing tool SparkleShare has released version 1.2 with many bugfixes. This tutorial is going to show you how to install it in Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and their derivatives.

How does SparkleShare work?

SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or “projects”) to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file.

What’s New in 1.2:

  • Fixes to the invite feature, now works when SparkleShare isn’t running yet (by Jo Shields)
  • Don’t crash, but complain when FIPS is enabled on Windows
  • Fix some interface logic in Add dialog
  • Fix some inaccurate sync state messages in the status icon
  • Fix conflict when running when TortoiseGit is installed
  • Fix blank Add dialog on OS X Snow Leopard
  • Fix crash when user cancels initial project download
  • Fix Continue button not enabling when entering encryption password
  • Fix Planio plugin name showing up as Gitorious on Linux
  • Show download speed on initial project add

Install SparkleShare via PPA:

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run commands to add the SparkleShare PPA as well as git-core ppa (required):

sudo add-apt-repository ppa:rebuntu16/sparkleshare+unofficial

sudo add-apt-repository ppa:git-core/ppa

After added the PPA, install the tool as well as the latest git via:

sudo apt-get update; sudo apt-get install sparkleshare