Migrate over your Local Network

Transferring data over your local network is actually the fastest method, and one of the safest (after the external harddrive option), but it's a little advanced. If you know that you have a local area network and can rattle off the IP address of your router, then you're probably fine. If you're not quite at that level, this option might be too advanced for you.

First, you need to make sure both of your computers are on the same network. The transfer will go faster if you use wired connections, but wireless will work as well.

Next, find the IP address of the computer you wish to get the data from. On Windows, you should be able to find your IP address by either going into System Info (from the Control Panel), or by opening a command prompt and entering ipconfig

On a Mac, open the terminal (from the Applications > Utilities folder) and type in ifconfig grep inet.*broadcast

On the Mac, you'll also need to start File Sharing; you can activate this via the System Preferences > Sharing control panel. Start file sharing in the left column.

Now you can log into that computer from your Linux computer. Start the Files application (or "Nautilus" if you prefer) and select from its top menus Go > Location.

For Macs, enter ssh://192.168.x.x or whatever the IP of the Mac is. You'll be asked for your login information, so enter that.

logging
  into a mac remotely

For Windows, enter smb://192.168.x.x or whatever the IP of the Windows computer is. You'll be asked for your login information, so enter that.

logging
  into a windows computer

The Mac or PC will appear in Nautilus as if though it was an external harddrive. Copy the files over.

Tip!

It's a good idea to take the music from your Music or iTunes Media folder on the external drive, and dump that into the Music folder of your new Linux system. Take the folders and files out of Pictures and place them into Pictures. And so on. If you're migrating from a Mac, the layout will look familiar, so just stay with that convention. If you're on Windows, you'll have a better level of separation and organization, so use that to your advantage and put video files into the Video folder, random downloaded files into Downloads, and so on.

There are a few places on each platform you should look for your files.

Mac

Windows

After a cup of coffee (the more files you have to transfer, obviously, the longer it will take), you're ready to remove the computer; eject it from Nautilus just as you would an external harddrive or thumbdrive.

Once that's finished, you're done! You can now move onto learning about your peripherals and the new software you'll be using!