FREE MOBILE CLOUD
COMPUTING CONCEPTS - TRAINING_MODULES_WITH_TONS_OF_VIDEOS
Post by Manny Torres with
Seattle Cloud Coders and Builders, Inc
For those of you who don't know, Dropbox is a simple online virtual
storage utility that allows you to make your files accessible from almost anywhere. Designed for those who are tired of e-mailing
files to themselves and carrying around flash drives, Dropbox looks to revolutionize the way you store and share files.
Here's how it works. After installation and connecting
to the server, the Dropbox interface is just like any folder on your computer. You simply drag and drop to move files around
and any files or folders that are uploaded to Dropbox will immediately be synchronized within your account. In addition Dropbox
also keeps track of every single change made to the contents of your storage and any changes are instantly updated to all
computers linked to the account.
What happens if I'm not on any of my computers?
Absolutely no need to worry. Just get on the Dropbox web interface and you will be able to access your files from anywhere
in the world. The Dropbox web interface also remembers all the changes you make to your files and allows you to restore to
any previous versions of the file. You can even un-delete files that you may have accidentally erased.
Where Dropbox really shines is the way it allows you to share whatever you want with other people. Every individual
folder can be shared with other people and every member of a shared folder will be able to add, edit, and delete the contents
inside but will not be able to access anything outside of that specific folder. This file sharing system is perfect for team
projects involving music or video editing, computer and system repairs, or for anything which needs collaboration among its
members.
There is also a public folder that allows you to share files with non-Dropbox users through the use of
a hyperlink.
If you are looking for an easy and reliable way to share files amongst friends, family, and coworkers
then take a look at what Dropbox has to offer. Dropbox is free for Windows,
Mac, and Linux and you can have share 2 GB of your files for free or upgrade to Dropbox Pro for 50GB of storage.
Dropbox is the
easiest way to store, sync, and, share files online. There’s no complicated interface to learn. Head over to Dropbox and download it to your computer. Then, of course,
create a new account if you don’t already have one.
When you are finished installing, you’ll notice a couple of folders
already there. There will be a public folder, as well as a photos folder. If you want someone to download a file, drag and
drop it into your public folder. It will let you know when it’s finished uploading. Right click it, and copy the public
link. Paste that into an Internet browser, and the download box will open automagically!
Dropbox
is a free and easy way to transfer files. There are pricing options for larger Dropbox storage space should you need it. I
have a large account, as this is how I transfer video files to Kat so that she can get them onto all of my channels for me.
I have never had issues with it myself, and recommend the service to all of you.
Here’s how it works:
After installation and connecting to
the server, the Dropbox interface is just like any folder on your computer. You simply drag and drop to move files around
and any files or folders that are uploaded to Dropbox will immediately be synchronized within your account. In addition Dropbox
also keeps track of every single change made to the contents of your storage and any changes are instantly updated to all
computers linked to the account.
What happens if I’m not on any of my computers?
Absolutely no need to worry. Just get on the Dropbox web interface
and you will be able to access your files from anywhere in the world. The Dropbox web interface also remembers all the changes
you make to your files and allows you to restore to any previous versions of the file. You can even un-delete files that you
may have accidentally erased.
Where Dropbox really shines is the way it allows you to share whatever you want with other people. Every individual
folder can be shared with other people and every member of a shared folder will be able to add, edit, and delete the contents
inside but will not be able to access anything outside of that specific folder. This file sharing system is perfect for team
projects involving music or video editing, computer and system repairs, or for anything which needs collaboration among its
members. There is also a public folder that allows you to share files with non-Dropbox users through the use of a hyperlink.
If you are looking
for an easy and reliable way to share files amongst friends, family, and coworkers then take a look at what Dropbox has to offer. Dropbox is free for Windows, Mac, and Linux and you can have
share 2 GB of your files for free or upgrade to Dropbox Pro for 50GB of storage.
The Basics: Essentially, Dropbox transforms a normal folder on your computer into one that syncs automatically
online. If you install Dropbox on multiple computers, all those computers will share the folder and you’ll have access
to everything in that folder anywhere. It can even be used to take your passwords with you.
From a programmer’s point of view, it behaves like a folder under version control that automatically syncs
any time something new is added or modified. It takes care of merging and conflicts without ever bothering you (in case of
conflicts, it just shows both files and renames one of them appropriately).
Dropbox doesn’t currently offer
a self-hosted solution and I think there’s an opportunity here for someone to fill a small part of the market. Companies
could offer accounts to their employees and/or share folders among all the employees. An open-source solution would certainly
be doable, there’s no need for a fancy web interface (although it’s pretty useful), the core of the application
isn’t too big. Someone
even managed to get something running that offers the basic functionnalities of Dropbox.