Categories
Tech

Barracuda's Copy and CudaDrive online storage services will be discontinued on 1 May 2016

Last August, LaCie announced its Wuala service was to close in November 2015, and now Barracuda has announced its Copy and CudaDrive services will close on 1 May 2016. Paying customers are no longer being charged, and all users have until that date to ensure they have copies of all their files in another location. […]

Categories
Tech

DropBox client on Raspberry Pi

DropBox installer client can be installed from source on Raspberry Pi. The client expects GUI with nautilus installed which is not available by default on Pi. The installation however succeeds. You will need to install libnautilus-extension-dev and python-docutils: apt-get install libnautilus-extension-dev and python-docutils Then install using: ./configure;make;sudo make install However the whole process is in […]