Get More Dropbox Space Free (free, As in Free Beer)
by The Liberator in Circuits > Computers
26608 Views, 23 Favorites, 0 Comments
Get More Dropbox Space Free (free, As in Free Beer)
Are you also short on storage in your Dropbox, then this is your guide to more space.
All you need to get 16GB extra is a computer with internet access and time.
What we need to do is:
- Boot a Linux LiveCD (don't worry, it's easy) on a virtual computer, which we have installed.
- Create a temporary email address.
- Sign up for a new Dropbox using your referral link and your temporary email address..
- Install Dropbox on the virtual machine.
- Clone the virtual machine.
- Repeat this 32 times will give you 16 GB additional storage.
The guide consists of 10 steps:
1 to 5 is a one time operation
6 to 10 must be repeated for 500MB extra each.
*** Updated with more text and error fixing ***
Find Your Dropbox Referral Link
- Go the https://www.dropbox.com/referrals and login.
- Copy the link and paste it in a simple text file - you are going to use it multiple times.
Download and Install VirtualBox
- Go to https://www.virtualbox.org/wiki/Downloads and download VirtualBox.
- Install VirtualBox, accept all security questions during the install.
- Start VirtualBox.
Download Lubuntu ISO
- Go to https://help.ubuntu.com/community/Lubuntu/GetLubu...
- Download the appropriate ISO for your system (32 or 64 bit). Pay attention on the save location.
Create a Virtual Lubuntu Machine in VirtualBox
We need to prepare our new virtual computer.
- Since we already startede VirtualBox, make VirtualBox the current window.
- Click on the blue star icon “New”.
- Fill in the form like this.
- Name: "Dropbox_1" - add a 1 with each iteration.
- Type: Linux
- Version choose Ubuntu and 32 or 64 bit according to your system.
- Name: "Dropbox_1" - add a 1 with each iteration.
- Click “Next” five times until your reach the final sceen.
- Click “Create”.
- Right click on the machinename “Dropbox_1”.
- Click on “Settings”.
- Click on “System” in the left side panel.
- Click on the tab marked “Processor”.
- Enable “PAE/NX”.
- Click on “Storage” in the left side panel.
- Click on the CD icon below “Controller IDE”.
- Enable “Live CD/DVD”.
- Click on the right side CD icon with an arrow.
- Click on “Choose Virtual Optical Disk File…”.
- Find and select your downloaded Lubuntu ISO.Click “OK”. Click on the right side CD icon with an arrow.
Boot the LubuntuBox
Time to fire up that slick Linux computer, which I will refer to as the "Guest":
- In VirtualBox, click “Start” to boot the LubuntuBox.
- Choose your language.
- Choose “Try Lubuntu without installing”.
Create Temporary Mail
Back on your real computer "Host", we need to create a identity for our imaginary "friend" who is signing up for Dropbox.
- Go to https://temp-mail.org/en/option/change
- As a login, type a fictive name and add a number, like “Dropbox_1”.
- If you have completed the guide before, change the number accordingly (2, 3, 4, ...).
- Choose “@dlemail.ru” as a Domian.
- Click “Save”.
- Click “Refresh”.
- This is your temporary inbox, keep it open.
Signup for a New Dropbox Account
Now we are going to create a Drobox account for our "friend":
- Open Firefox in the LubuntuBox.
- Go to Dropbox - using your referral link (IMPORTANT).
- Sign up for a new Dropbox account using your new temporary mail address.
- Click “Sign up for free” and you should now be taken to the download page.
Install Dropbox on the LubuntuBox
"OH NO install programs on Linux, I can't do it...."
Don't worry - it's easy....
- Open a terminal, much like the commandline in Windows.
- With the Dropbox download windows open, copy this code snippet, which the following functions:
- Change directory to "~" also known as $HOME
- Download the Dropbox client
- Extract the downloaded tar file
- Run the installer.
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf - && ~/.dropbox-dist/dropboxd
- Within the terminal, right click and choose “Paste”.
- Press ENTER.
- Wait for the Dropbox client to start.
- Fill in the user details of your new account.
- Click “Sign in”.
Verify Email for Completion
Now we are almost done....
Back at the "Host" in the webpage with the temporary mail address's inbox.
- click “Refresh”.
- Wait for the “Welcome mail” to arrive.
- Click on the subject to open the mail, this will automatically verify your email.
- Wait for the verification mail.
- In your personal Dropbox, check the referral status: https://www.dropbox.com/account#personal
Sometimes the verification needs a little extra push:
- In the "Welcome mail"
- Click "Add Files"
- Login with your new account.
- Create a folder.
- Recheck the inbox for verification mail.
Clone the Lubuntu and Do It Again
Way to go - You did it. You earned yourself 500MB extra Dropbox storage...
"Not enough", I hear you say. Well, by all means, lets get some more....:
- Close the LubuntuBox.
- Choose “Power off the machine”.
- Back in VirtualBox, right click the machinename and choose “Clone”.
- Edit the name (add a 1 to the trailing number).
- Re-Initialize the MAC address.
- Click “Next”.
- Check “Full clone”.
- Click “Clone”.
- Now you have 2 machines in the list.
- Right click on the old one and choose “Remove”.
- Click on “Delete all files”.
- Go back to “Boot the LubuntuBox”