DropBoxのようなフリーソフト

以下が候補か。


ownCloudをubuntuに入れるなら、以下の箇所に注意すべきか。


Apache Web Server Configuration

On Debian, Ubuntu, and their derivatives, Apache installs with a useful configuration so all you have to do is create a /etc/apache2/conf-available/owncloud.conf file with these lines in it:
Alias /owncloud /var/www/owncloud<Directory /var/www/owncloud/> AllowOverride All</Directory>
Then create a symlink to  /etc/apache2/conf-enabled:
ln -s /etc/apache2/conf-available/owncloud.conf /etc/apache2/conf-enabled/owncloud.conf