Dropbox is a Web-based file hosting service operated by Dropbox, Inc. that uses cloud storage to enable users to store and share files and folders with others across the Internet using file synchronization. Dropbox provides 2 GB of free online storage. Users who refer Dropbox to others can gain up to 8 GB of additional free storage.
For installing Dropbox, download it from here:
For installing the .deb file, simply double-click on it and then select Install Package.
Alternatively, you can also install a .deb file by opening terminal and typing:
$ sudo dpkg -i package_file.debInstall Dropbox Via Command-Line
To install, run the following command in your Linux terminal.
32-bit
$ cd ~ && wget -O - http://www.dropbox.com/download?plat=lnx.x86 | tar xzf -
64-bit
$ cd ~ && wget -O - http://www.dropbox.com/download?plat=lnx.x86_64 | tar xzf -
Next, run the Dropbox daemon from the newly created
.dropbox-dist
folder.$ ~/.dropbox-dist/dropboxdIf 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.
Source: Dropbox
No comments:
Post a Comment