|

Random notes trying to install s3fs and backblaze support on Linux

B2 support for duplicity Must be installed with pip for python 2 apt-get install python-pippip install b2apt-get install duplicityadd-apt-repository ppa:duplicity-team/ppaapt-get updateapt-get –only-upgrade install duplicityduplicity /mount/point b2://<box’s application ID>:<key>@<box id> Worth noting that the documentation on backblaze themselves is wrong, you…

| |

Web service for device (WS4D) and using make, cmake with Integrated Development Environments (IDEs) on Linux

WS4D-gSOAP is a framework to deploy web services on multiple environments (computers, embedded devices, phones…) without having to rewrite code. More introduction information can be found in this post. The downside for WS4D is that the build system is based…