If with Apache you’re getting this error when deploying multiple name-based domains using port 443, or 80 for that matter

VirtualHost overlap on port 443, the first has precedence

Just edit your ports.conf (or httpd.conf)

sudo nano ports.conf

And add these,

NameVirtualHost *:80
NameVirtualHost *:443

Save and test your config again

sudo apache2ctl configtest

This should now clear ok.

from Terminal

wget https://www.dropbox.com/download?dl=packages/debian/nautilus-dropbox_0.7.1_i386.deb -o nautilus.deb

next install the debian package, and grab any dependencies needed with apt-get

sudo dpkg -i nautilus.deb
sudo apt-get -f install

You will also need python-gpgme for the daemon

sudo aptitude install python-gpgme

If needed, now install the daemon

dropbox start -i

Do this again and you’ll be given a URL to authorize your machine with an account, afterwards there will be a Dropbox directory in your Home directory syncing with your account.

Final thing linux will complain about being unable to monitor the entire dropbox hierarchy, to fix this do

echo 100000 | sudo tee /proc/sys/fs/inotify/max_user_watches