Cloud

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.ovh.fr/hubiC/ hubiC est disponible depuis une simple connexion Internet. Sur PC, iPhone, iPad et Android. Quel que soit l'outil que vous avez sous la main, votre hubiC est compatible, sans surcoût. hubiC est plus qu'un simple disque dur sur Internet, il s'appuie sur les infrastructures cloud OVH.

hubiC

Dropbox

https://www.dropbox.com/ Dropbox no longer supports Microsoft Internet Explorer 6. To get the best possible experience using our website we recommend that you upgrade to a newer web browser such as Firefox , or Chrome .
http://www.dropbox.com/downloading?os=lnx If you're running Dropbox on your server for the first time, you'll be asked to copy and paste a link in a working browser to create a new account or add your server to an existing account. Once you do, your Dropbox folder will be created in your home directory. Download this CLI script to control Dropbox from the command line. For easy access, put a symlink to the script anywhere in your PATH.

Dropbox for Linux

http://owncloud.org/ We like to share things, so we made sure you can do that easily. You can share files with other users in your ownCloud instance or through a public link that you can send to anyone. Explore your photos

ownCloud

ownCloud web services under your control by sirchamallow Oct 20

ownCloud in a box – SUSE Gallery

ownCloud in a box packages ownCloud as an appliance, so you can easily run it in a virtual environment, as a live system or install it on a disk. https://susegallery.com/a/TadMax/owncloud-in-a-box

Installation

apt-get install apache2 php5 php5-json php-xml php-mbstring php5-zip php5-gd apt-get install php5-sqlite curl libcurl3 libcurl3-dev php5-curl php-pdo The owner of your webserver must own the data/ and config/ directories in your ownCloud install. You can do this by running the following command for both the data directory and the config directory: chown -R www-data:www-data /path/to/your/owncloud/install/data Replace ‘www-data:www-data’ with the user and group of the owner of your webserver. www-data:www-data should be correct for Ubuntu and Debian systems. 2.3. http://owncloud.org/install/

ownCloud only needs Apache, PHP 5 and either MySQL or SQLite as database. Some Linux distrubutions (such as Ubuntu) have owncloud as installable package that will install and set up everything for you. (They offer the deprecated version 1.2 at the moment, this will be updated as soon as ownCloud 2 is released later this year.) by sirchamallow Oct 20