Copying GB Sampler Files/Instruments to new Mac

Any issues to just copy my entire Garage Band Sampler File folder (Sampler Files and Sampler Instruments) from my old Mac to my new Mac? I am concerned about the duplication of files. Will that be a problem?

If you copy the entire folder over to the other Mac, you will replace the folder that's there. Not a good idea if that folder contains additional stuff that you want to keep. If you copy the folder content into the respective folder on the other Mac, you will be prompted whether you want to replace the items with the same names or not. In both cases, there won't be any duplicates afterwards.

Similar Messages

  • Why Can't I Open PHP Files on My New Mac?

    I can open them fine in Firefox or Explorer on both my PC and my iMac, but on my new Mac G5 it prompts me to save the file.
    Most disturbing...

    Well, needless to say, it dodn't work.
    Lone and behold, I do not have a httpd.conf file anywhere on my mac.
    AND
    On top of it all, I hardly understand what anyone is telling me or why they're telling me it. I understand step by step, and this is where it drives me nuts because I DO follow step by step directions and they don't work!
    Then people tell me to download all this software... They might as well recall Apache or OS 10 because if step by step directions can't be executed... Well, then it's not very good software.
    FROM MACROMEDIA HELP FILES
    Setup for Sample PHP Site
    Macromedia Dreamweaver MX 2004 comes with sample PHP pages to let you build a small web application. This chapter describes one way to set up the sample application using Microsoft Internet Information Server (IIS) or Personal Web Server (PWS). For more information on these web servers, see Installing a Web Server. If you're using a different web server, see "Setting Up a Web Application" in Using Dreamweaver Help.
    If you're a Macintosh user, you can either connect to a remote PHP server or develop PHP sites locally using the Apache web server and PHP application server installed with your operating system. For setup information, see the following websites:
    • developer.apple.com/internet/macosx/php.html
    • www.entropy.ch/software/macosx/
    Setting up a web application is a three-step process. First, configure your system. Second, define a Dreamweaver site. Third, connect the application to your database. This setup guide follows this three-step process.
    Configuring your system (PHP)
    You must configure your system before you can run PHP pages on it. Specifically, you must make sure a web server and a PHP application server are installed and running on your system, then you must create a root folder for your PHP files.
    Configuring your Macintosh system (PHP)
    If you're a Macintosh user, you can run PHP pages on your computer using the Apache web server and PHP application server installed with your operating system. Configuring your system consists of making sure the web server and PHP application server are working, then creating a root folder for your PHP files.
    Testing the PHP installation (Macintosh)
    You can test the Apache web server and PHP application server on your Macintosh by running a test page.
    However, before you can use the web server to serve PHP pages and content from MySQL databases, you must configure the server to work with PHP and MySQL. For information on this process, see www.macromedia.com/devnet/mx/dreamweaver/articles/php_macintosh.html.
    To test the Apache web server and PHP application server:
    1. Configure the server as described in the article on the Macromedia website.
    2. In Dreamweaver or any text editor, create a plain text file and name it timetest.php.
    3. In the file, enter the following code:
    4. This page was created at
    5. <?php echo date("h:i:s a", time()); ?>
    6. on the computer running PHP.
    7. This code displays the time the page was processed on the server.
    8. Copy the file to the /Users/yourusername/Sites folder on your Macintosh.
    9. This Sites folder is your personal root folder for the Apache web server.
    10. In your web browser, enter the following URL and press Return:
    11. http://localhost/~yourusername/timetest.php
    The test page should open and display a time of day.
    The specified time is known as dynamic content because it changes every time you request the page. Click your browser's Refresh button to generate a new page with a different time.
    Note: Looking at the source code (View > View Source in Safari) will confirm that the page does not use any client-side JavaScript to achieve this effect.
    If the page doesn't work as expected, check for the following possible errors:
    • The file does not have a .php extension.
    • The URL contains a typing mistake. Check for errors and make sure the filename is not followed by a slash, such as http://localhost/~yourusername/timetest.php/. Also make sure you included the tilde (~) before your user name.
    • The page code contains a typing mistake.
    • The Apache server is not running. Look in System Preferences, in the Sharing category, to see whether Personal Web Sharing is enabled.
    After testing and testing the server software, create a root folder for your web application. (See Creating a root folder (Macintosh).)
    Creating a root folder (Macintosh)
    After the server software is installed, create a root folder for your web application on the Macintosh.
    To create a root folder for your web application:
    • Create a folder called MySampleApp in the /Users/yourusername/Sites folder.
    • Apache will process any page in this folder or in any of its subfolders in response to an HTTP request from a web browser.
    After configuring your system, you must define a Dreamweaver site. (See Defining a Dreamweaver site (PHP).)
    Defining a Dreamweaver site (PHP)
    After configuring your system, copy the sample files to a local folder and define a Dreamweaver site to manage the files.
    Note: If you're a Macromedia HomeSite or ColdFusion Studio user, you may find it useful to think of a Dreamweaver site as being like a HomeSite or Studio project.
    Copying the sample files
    If you haven't already done so, copy the sample files from the Dreamweaver application folder to a folder on your hard disk.
    To copy the sample files:
    1. Create a new folder called Sites-Local in your user folder on your hard disk.
    2. For example, create one of the following folders:
    • C:\Documents and Setting\yourusername\My Documents\Sites-Local (Windows)
    • /Users/yourusername/Documents/Sites-Local (Macintosh).
    3. Note: On the Macintosh, there's a folder called Sites already in your user folder. Don't use that Sites folder as your local folder; the Sites folder is where you place your pages to make them publicly accessible when you're using the Macintosh as a web server.
    4. Locate the GettingStarted folder in the Dreamweaver application folder on your hard disk.
    5. If you installed Dreamweaver to its default location, the path to the folder is as follows:
    • C:\Program Files\Macromedia\Dreamweaver MX 2004\Samples\GettingStarted\ (Windows)
    • /Applications/Macromedia Dreamweaver MX 2004/Samples/GettingStarted (Macintosh)
    6. Copy the GettingStarted folder into the Sites-Local folder.
    After copying the GettingStarted folder, define the folder as a Dreamweaver local folder. (See Defining a local folder.)
    Defining a local folder
    After copying the GettingStarted folder, define the folder containing the PHP sample files as a Dreamweaver local folder.
    To define the Dreamweaver local folder:
    1. In Dreamweaver, select Site > Manage Sites. In the Manage Sites dialog box, click the New button, then select Site.
    2. The Site Definition dialog box appears.
    3. If the Basic tab is showing, click the Advanced tab.
    4. In the Site Name text box, enter Trio-PHP.
    5. The name identifies your site within Dreamweaver.
    6. Click the folder icon next to the Local Root Folder text box, then browse to and select the folder (inside the GettingStarted folder) that contains the PHP sample files. The folder should be as follows:
    • C:\Documents and Setting\yourusername\My Documents\Sites-Local\GettingStarted\ 4-Develop\php (Windows)
    • /Users/yourusername/Documents/Sites-Local/GettingStarted/4-Develop/php (Macintosh)
    Leave the Site Definition dialog box open. Next, define a web server folder as a Dreamweaver remote folder. (See Defining a remote folder.)
    Defining a remote folder
    After defining a local folder, define a web server folder as a Dreamweaver remote folder.
    To define the Dreamweaver remote folder:
    1. In the Advanced tab of the Site Definition dialog box, select Remote Info from the Category list.
    2. The Remote Info screen appears.
    3. In the Access pop-up menu, choose how you want to move your files to and from the server: across a local network (the Local/Network option) or using FTP.
    4. Note: There are other options in the Access pop-up menu, but this chapter doesn't cover them. For information about them, see Using Dreamweaver Help.
    5. Enter the path or FTP settings to the web server folder you created in Creating a root folder (Windows).
    6. The folder may be on your hard disk or on a remote computer. Even if you created the folder on your hard disk, that folder is still considered to be the remote folder. The following example shows a possible Remote Folder path if you chose Local/Network access and your remote folder is on your Windows hard disk:
    7. Remote Folder: C:\Inetpub\wwwroot\MySampleApp
    8. On the Macintosh, the folder might be as follows:
    9. Remote Folder: /Users/yourusername/Sites/MySampleApp
    10. For more information on FTP, see "Setting Remote Info options for FTP access" in Using Dreamweaver Help.
    Leave the Site Definition dialog box open. Next, define a folder to process dynamic pages. (See Specifying where dynamic pages can be processed (PHP).)
    Specifying where dynamic pages can be processed (PHP)
    After defining the Dreamweaver remote folder, specify a folder to process dynamic pages. Dreamweaver uses this folder to display dynamic pages and connect to databases while you're developing your application.
    To specify the folder to process dynamic pages:
    1. In the advanced Site Definition dialog box, click Testing Server in the Category list.
    2. The Testing Server screen appears. Dreamweaver needs the services of a testing server to generate and display dynamic content while you work. The testing server can be your local computer, a development server, a staging server, or a production server, as long as it can process PHP pages. In many situations, including setting up for the Trio site, you can use the same settings as the Remote Info category (see Defining a remote folder) because they point to a server capable of processing PHP pages.
    3. Select PHP MySQL from the Server Model pop-up menu.
    4. In the Access pop-up menu, select the same method (Local/Network or FTP) you specified for accessing your remote folder.
    5. Dreamweaver enters the settings you specified in the Remote Info category. Leave the settings unchanged.
    6. In the URL Prefix text box, enter the root URL you would enter in a web browser to request a page in your web application.
    7. To display live data in your pages while you work, Dreamweaver creates a temporary file, copies it to the website's root folder, and attempts to request it using the URL prefix.
    8. Dreamweaver makes a best guess at the URL prefix based on the information you provided in the Site Definition dialog box. However, the suggested URL prefix may be incorrect. Correct or enter a new URL prefix if the suggestion in Dreamweaver is incorrect. For more information, see "About the URL prefix" in Dreamweaver Help (Help > Using Dreamweaver).
    9. For the PHP sample content in Windows, the prefix should be as follows:
    10. URL Prefix: http://localhost/MySampleApp/
    11. On the Macintosh, the prefix should be as follows:
    12. URL Prefix: http://localhost/~yourusername/MySampleApp/
    13. Tip: The URL prefix should always specify a directory, rather than a particular page on the site. Also, be sure to use the same capitalization you used when you created the folder.
    14. Click OK to define the site and dismiss the Site Definition dialog box, then click Done to dismiss the Manage Sites dialog box.
    After specifying a folder to process dynamic pages, upload the sample files to the web server. (See Uploading the sample files.)
    Uploading the sample files
    After specifying a folder to process dynamic pages, upload the sample files to the web server. You must upload the files even if the web server is running on your local computer.
    If you don't upload the files, features such as Live Data view and Preview in Browser may not work properly with dynamic pages. For example, image links might be broken in Live Data view because the image files are not on the server yet. Similarly, clicking a link to a detail page while previewing a master page in a browser will cause an error if the detail page is missing from the server.
    To upload the samples files to the web server:
    1. In the Files panel (Window > Files), select the root folder of the site in the Local View pane.
    2. The root folder is the first folder in the list.
    3. Click the blue Put Files arrow icon in the Files panel toolbar, and confirm that you want to upload the entire site.
    4. Dreamweaver copies all the files to the web server folder you defined in Defining a remote folder.
    The Dreamweaver site is now defined. The next step is to connect to the sample database installed with Dreamweaver. (See Connecting to the sample database (PHP).)
    Connecting to the sample database (PHP)
    During installation, Dreamweaver copies a SQL script to your hard disk. You can use this script to automatically create a sample MySQL database. This section describes how to create a connection to the sample database.
    This section assumes you have installed and configured MySQL on your local or remote computer. To download and install the database system, visit the MySQL website at www.mysql.com.
    Creating the MySQL database
    The sample files for Dreamweaver MX 2004 include a SQL script capable of creating and populating a sample MySQL database.
    Before starting, make sure MySQL is installed and configured on your local or remote computer. You can download the latest version from the MySQL website at www.mysql.com.
    To create the sample MySQL database:
    1. Copy the SQL script file, insert.sql, to an appropriate folder on the computer that has MySQL installed.
    2. If you installed Dreamweaver to its default location, the path to the script file is as follows:
    • C:\Program Files\Macromedia\Dreamweaver MX 2004\Samples\Database\insert.sql (Windows)
    • /Applications/Macromedia Dreamweaver MX 2004/Samples/Database/insert.sql (Macintosh)
    3. If the computer running MySQL is a Windows computer, copy the insert.sql script to MySql\Bin. If the computer running MySQL is a Macintosh, copy the insert.sql script to your Documents folder in your home folder.
    4. On the computer that has MySQL installed, open a command prompt window (Windows) or a Terminal window (Macintosh).
    • In Windows, you can open the command prompt by selecting Start > Programs > Command Prompt or Start > Programs > Accessories > Command Prompt.
    • On the Macintosh, you can open a Terminal window by going to the Applications folder, opening the Utilities folder, and double-clicking Terminal.
    5. (Windows only) Change to the mysql\bin directory by entering the following commands at the command prompt:
    6. cd \
    7. cd mysql\bin
    8. Note: On the Macintosh, you should be able to run mysql from any directory; it should have been added to your path during installation of MySQL. If the following step doesn't work on the Macintosh, though, try typing /usr/local/bin/mysql instead of mysql.
    9. Start the MySQL client by entering the following command:
    10. mysql -uUser -pPassword
    11. For example, if your MySQL user name (also known as an account name) and password are Tara and Telly3, then enter the following command:
    12. mysql -uTara -pTelly3
    13. If you don't have a password, omit the -p argument as follows:
    14. mysql -uTara
    15. If you didn't define a user name while configuring your MySQL installation, enter root as the user name, as follows:
    16. mysql -uroot
    17. The MySQL client's command prompt appears, as follows:
    18. mysql>
    19. Create a new database by entering the following command at the MySQL prompt:
    20. mysql>CREATE DATABASE TrioMotors;[/quote]
    Last login: Mon Mar 27 23:05:38 on ttyp1
    Welcome to Darwin!
    mac:~ albert$ mysql -uMonaco
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 13 to server version: 4.1.18-standard
    Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
    mysql> CREATE DATABASE TrioMotors;
    ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'triomotors'
    mysql>
    Needless to say, I can't get any further. :-/
    [quote=macromedia help files]21. MySQL creates a new database, but it doesn't contain any tables or records yet.
    22. Log out of the MySQL client by entering the following command at the prompt:
    23. mysql>quit;
    24. At the system command prompt, populate the new TrioMotors database in MySQL.
    25. In Windows, use the following command:
    26. mysql -uUser -pPassword TrioMotors < insert.sql
    27. On the Macintosh, use the following command:
    28. mysql -uUser -pPassword TrioMotors < ~/Documents/insert.sql
    29. This command uses the insert.sql file to add tables and records to the TrioMotors database you created in step 5.
    After creating the MySQL database, create a database connection to it in Dreamweaver. (See Creating a database connection.)[/quote]
    G5 Mac OS X (10.4.4) It's ********

  • I have a new IMAC with a Maverick platform (I can update to Yosemite). I did all graphics on a G5 Power PC (very old), in Freehand (very old)... How can I open old Freehand files on this new Mac? Can I still open and work in Freehand on this new Mac?

    I have a new IMAC with a Maverick platform (I can update to Yosemite). I did all graphics on a G5 Power PC (very old), in Freehand (very old)...
    How can I open old Freehand files on this new Mac?
    Can I still open and work in Freehand on this new Mac?

    Let me see if I've gotten this right! You want to remove an account from BOTH machines? Do this for your new machine first, then for the other.
    Click the Apple logo on the top left of the screen, System Preferences, Users and Groups (under Systems), unlock the lock in the window if its locked (you need to know the password), select the user that you wish to remove, and click the - sign next to the + sign for Login options. A window will pop up with some options. Select Delete this user and securely, and click 'Delete user'.
    After this, do an update from the App Store.
    Thats all there is to it.
    For the other machine repeat the process except for one thing. Before you delete the user in this case YOU, you will have to give Administrator priviledges to your son bu checking the box 'Allow user to administer this computer'.
    Do NOT do anything from Finder ... if you dont know how to fix the consequences of the problems caused.
    There is no need to unauthorize your iTunes account on your new machine. Do it on the old machine though.

  • How do I set up my Mac mini to read iTunes and iPhoto files from my new Mac mini server?

    Want my old Mac mini to read iPhoto and iTunes files from my new Mac mini server.  Old Mac has no more room to store files.  How do I do this?

    Hello,
    Have you tried enabling iTunes Sharing & iPhoto Sharing on the Server?
    Or maybe...
    http://support.apple.com/kb/ht1449
    http://www.apple.com/itunes/inside-itunes/2011/02/how-to-move-your-itunes-librar y-to-another-hard-drive.html
    http://support.apple.com/kb/PH2506
    http://support.apple.com/kb/ht1229

  • Problem in copy 2 WORD files to a new WORD file

    Hi
    I have a problem in copy 2 WORD files to a new WORD file -
    i.e. the text of the new WORD file suppose to be composed from the text of the 2 original WORD files.
    Unfotunately I get a new WORD file which i can't open, or a file which contains strange simbols in it.
    So far i succeded in copy one WORD file to a new WORD file , using - FileOutputStream and FileInputStream, the code is:
    import java.io.*;
    public class IOStreamDemo {
    public static void main(String[] args)throws IOException {
    InputStream in2 = new FileInputStream("fruit.doc");
    OutputStream out2 = new FileOutputStream("dst2.doc");
    // Transfer bytes from in2 to dst
    byte[] buf2 = new byte[1024];
    int len2;
    while ((len2 = in2.read(buf2)) > 0) {
    out2.write(buf2, 0, len2);
    in2.close();
    out2.close();
    Does sombody know how to do it properly?
    Thanks

    dear friend
    I just create two word file one is fruit.doc and other
    is dst2.doc
    after that i write some lines in fruit.doc
    then I just execute your code.
    after that I open dst2.doc
    then I found it as exact copy of fruit.doc
    I doesn't get any junk text.
    Your code is working absolutely fine.No it is not. Add som styling, headers, index etc to the docuements, and then try to run the code. It's not possible to just append two word documents. You have to parse the files and read relevant information, and then create a new valid document with that information.
    /Kaj

  • How do I get ITunes to reveal my files on a new Mac?

    I have IOS 7 on my IOS devices and Itunes 10.6.3 on my PC.  I can no longer synch because ITunes requires me to update to Version 11.1.3.  I have tried several times to download the upgrade and it kept failing, a problem I had in the last major upgrade, so as instructed before I uninstalled ITunes from my PC and tried to download  the latest version of ITunes with no success, because there seems to be remnant files that need to be cleaned up.  The last time I went through this it was a challenge for the Apple Genius and after going through the hassle of trying to make an appointment without the need to download yet another app, I decided to purchase a Mac Book Air.  After I was finally able to download Mavericks, then ITunes 11.1.3 and my purchased music and movies appeared, (although it won't let me play anything), ut none of the the music I had loaded onto the PC is available.  I cannot share between the PC and the Mac, because the PC o longer has ITunes .
    So how do I get all my files to reveal in ITunes on the new Mac?  Can I plug in my iPad to sync and hope that it will upload the files and playlists without losing them on the iPad?  Is there a simpler method of getting the material assigned to my ITunes account to show wherever I need it?  ITunes allows you to have up to 5 computers using your account (and presumably it's contents), however this would appear to be hypothetical.  And please advise how to get the movies to play on the Mac. Please help!

    Apple provides repeat downloads as a convenience, not a substitute for your computers being the primary source of file transfers.  All your iTunes information such as playlists, ratings, etc. are in a file on your computer, not in the Apple Store.  Typically when you move computers you copy the whole iTunes folder and everything it contains to the new computer.  Moving media files can be done with a drive, or by Home Sharing.  You can also redownload media but let's say somebody desiced Apple may no longer sell a certain album; it cannot be downloaded again but if you already have it on a computer you can move your copy of the file.
    5 authorizations:  Some households have multiple computers.  If you want ot use one with an account it has to be authroized.  It means you can use any computer in the house to make purchaes, etc.
    Okay, my 5 minute typing limit for any one response is up.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391

  • Once I have moved my iTunes media file to my new mac, will I have to erase and sync my iPod?

    I have successfully managed to move my itunes media file from my windows pc to my new mac and all is well. However, of course it hasnt copied my itunes, its just copied all the stuff in it. So information about the number of times a song has been played or any playlists have not been copied over. Can i get this information? What will happen when I plug in my iPod to sync? Will I have to erase and sync?

    Thank you for your prompt response - I did as you said and did a drag and drop into the iTunes window - it imported and got my album art from the net. When I started Itunes with the shift key down I was prompted to choose a library but since I copied over the media folder and not the library folder I was unable to select that so I guess I will have to create a new library and add in all the music, videos, etc. unless I wait for my laptop and export the library or at least that seems to be the case? In short, all my data (iTunes media folder) is on my external drive and can be added to the blank iTunes screen but I can not choose a library folder. Is there anyway around completely making all those playlists again? I am not sure my laptop will survive the shop with data intact and really hate to start over on those.
    In an unrelated question - I collect old TV shows from the 1950's. Can I make playlists within the home video folder somehow?  In other words like one for Quiz shows, one for comedies, one for police and detective shows, etc. while I am remaking all my playlists for my music if I end up having to go that route?
    Once again thank you for helping me out. I am not too Itunes savvy and really appreciate you taking the time to answer.

  • How to transfer iweb files to my new mac?

    I saved the folder I published to, and transferred it to my new mac, but it won't open in iweb on the new computer. There seems to be no option to "save as" in the iweb on the old computer, so I can't find where the iweb files are to transfer them. Can anyone help?
    Ta
    D

    I hope you still have your old mac!!! It sounds like you do...
    Your iWeb data is stored, not in your actual html files, but in a file called Domain.sites which is stored in your Home/Library/Application Support/iWeb folder. You should backup this file whenever you make big changes to your site, because if it gets lost or damaged, you will have to start all over. If you want to work on your site on another computer, copy this file to a thumb drive to move it around.
    I have an Automator app on my site that will help you backup your Domain file(s). http://iweb.aardvarkland.com

  • HT4413 Time Machine- moving files onto a new mac- compatibility issues?

    If you use Time Machine to load files from a mac running snow leopard to a new mac running lion, will everything work normally in lion thereafter on the new mac? It won't try to revert the new computer to snow leopard, will it?
    Also, I want to clear off the old computer once I do this (an 2008 Snow Leopard macbook) so my sister can use it for basic internet, etc. What is the best way to do this?
    Last question: I have a 2008 Microsoft Office Suite program that I installed in 08 on the macbook. It came with 3 access codes total, and I split it 3 ways with 2 roomies and we each have one access code. If the office is uninstalled on this old computer and I try reinstalling it on the new one, can I use the same code as before or will it think that I am trying to use the same code on two computers? I don't need the program on the old computer anymore and just want to "switch" it to the new one.
    Thanks so much for any ideas!

    jlkazmiercza wrote:
    If you use Time Machine to load files from a mac running snow leopard to a new mac running lion, will everything work normally in lion thereafter on the new mac? It won't try to revert the new computer to snow leopard, will it?
    No, it can't revert Lion to Snow Leopard.
    Your user data and preferences should be transferred without problem.
    Applications, if you elect to copy them over, may need updates to work in Lion.
    Some applications won't work at all - those written for use on earlier PPC Macs (the G3, G4, G5 series) won't run at all. That includes Appleworks, Office versions before 2008, and some Adobe Products.
    You'll need to replace those applications with compatible current ones that can open the files created in them.
    Also, I want to clear off the old computer once I do this (an 2008 Snow Leopard macbook) so my sister can use it for basic internet, etc. What is the best way to do this?
    Boot from your grey installer DVD disc 1 (hold down the C key on startup or hold down Alt/option on start and choose the installer disc).
    OK the language page (if present). From the installer screen, go to the menu bar and choose Disk Utility; depending on the OS version it may be in the Utilities menu or Tools menu.
    Do not click 'Continue' yet!
    In DU, select your internal drive in the sidebar (the top item with the makers name and serial no.). Run Repair Disk. If that comes up as disk OK, click the partition tab. Select the partiton from the drop-down above the graphic; 1 partiton is all you need. Go to the options button and ensure that the partition scheme is GUID and the file system to Mac OS Extended (Journalled). Name the partiton (usually Macintosh HD), click Apply.
    This next step is optional;
    When that's finished, select the new volume in the sidebar (indented to the right below the drive) and go to the Erase tab, select Security options and select zero data (one pass is more than sufficient). Click erase. That will take quite some time; probably measured in hours and dependant on the size of the drive.
    (The purpose of this step is to ensure there is no recoverable data left on the drive).
    When that's completed, close DU and continue with the installation.
    When installation is complete, after the restart ignore the setup assistant and shut down the Mac (you may have to do this by holding down the power button).
    The Mac is now ready for the new owner to personalise it as if new.
    Be sure to pass on the original grey discs with the Mac, and the SL retail disc if you loaded SL.
    You can use the Snow Leopard retail disc instead of the grey discs, but you won't be asked to load disc 2 and the iLife software on it in that case. If you use the grey discs first, you can simply follow up by installing SL over the top to upgrade the system files. It won't affect anything else (leave out the partition and erase steps of course!)
    Last question: I have a 2008 Microsoft Office Suite program that I installed in 08 on the macbook. It came with 3 access codes total, and I split it 3 ways with 2 roomies and we each have one access code. If the office is uninstalled on this old computer and I try reinstalling it on the new one, can I use the same code as before or will it think that I am trying to use the same code on two computers? I don't need the program on the old computer anymore and just want to "switch" it to the new one
    Sorry, you need to ask in the MS or Office forums for that.

  • Lost apps even if I copy my itunes files into the new ones

    I changed my pc for a Mac
    Then I copied my itunes files from my old pc into my new Mac.
    I'm seeing my apps in my files but when I sync, most of my apps didn't sync.
    What should I do.
    Regards

    shadowsowner888 wrote:
    If I copy my current iTunes library to the new computer, what will happen when I plug my iPod in?
    if you copy the iTunes folder from the old to the new Mac, your Touch will just continue to sync with iTunes as if nothing happened.
    make sure you copy the entire iTunes folder (not just the iTunes music or media folder).

  • Can I migrate/copy my iTunes configuration to a new Mac Pro?

    I have been able to copy over the sparse-bundle backups and restore.   But what I need to know is if I can copy over the entire configuration of iTunes (not just the music) such that my sync settings are retained (ie: sync only checked songs).  I have a considerably large collection of music and there's no way I want to go through selection again.   I just had my iPhone replaced, have a new cylinder Mac Pro to which I want to migrate this data.
    I did perform an rsync of the Music directory structure to my new Mac Pro, but it appears to be missing settings (as I mention above).   I imagine that's stored elsewhere.
    Could someone elaborate?
    Thanks!

    Found out how to address plist conversion from this page:
    http://hints.macworld.com/article.php?story=20050430105126392
    But I think iTunes has sorted this out.  As my $HOME is actually /Users/username and not /Volumes/Home/username on the new Mac.  We'll see... I'm sync'ing now

  • Transfer iMovie '09 Files to a New Mac Running iMovie '11

    I need transfer/upgrade advice.
    I have an old Mac running iMovie '09 (v8.0.6) with iMovie Events stored on an external (Firewire) drive.  I have not created any real iMovie Projects yet ("one of these days, I'm gonna I'm gonna make those vaction videos really shine...").
    I also have a new Mac, and the App store upgraded it to iMovie '11 (v9.0.4).  Have not launched iMovie '11 on the new Mac yet.
    From reading some posts in these forums, I realize the transfer of iMovie "content?" from one Mac to another is not necessarily straightforward.  Can someone give me step-by-step directions (or point me to a thread/KB article) that does.
    Any help greatly appreceated.

    AppleMan1958-
    Thanks, that did it.  Must say I was skeptical with some of the other iMovie file transfer issues I've read about in these forums, but mine was pain-free.
    For others/to reinforce:
    Connect external drive containing iMovie events (ensure it mounts normally).
    Start iMovie '11 (v9.0.4).
    iMovie '11 (v9.0.4) immediately recognized that the external drive connected to my Mac contained iMovie Events and displayed them in its "Event Library" (lower left).
    Minor delay as iMovie '11 added my events and possibly "upgraded" them to work with the new version of iMovie.
    I did not have to "point" iMovie at the external drive, or tell it anything.  It just recognized the external drive had iMovie events.  Kinda cool how smooth this went!
    Wondering what the transfer process would be if I had existing projects to transfer as well (I did not have any; just wondering aloud).

  • How do I transfer my Imovie files to my new Mac?

    Last night I received my brand new Imac and transferred the contents from my 2008 Imac using Time Machine BU. Everything seemed in order until I opened Imovie on the new Imac and couldn't see any of my Imovie events.
    I then hooked the two computers together using an ethernet cable and used the migration feature to do the same thing. 
    Now it appears all my data has transferred twice( the 1 TB hard drive is almost full and the Imovie files are still not on the new Mac.
    Can anyone advise me?

    Click here and follow the instructions to move the files; to connect the computers together, hook them up with a FireWire cable and start up one with the T key held down.
    (25800)

  • Does Setup Assistant delete files on the new mac?

    I just got a new Macbook Pro, and I'm trying to decide how to transfer all of my files from my old computer to my new one. The problem is that I'm a little paranoid about losing any files on the new computer. I once accidentally wiped my entire system on the old one after an incorrect restore and lost several important folders required for certain applications because they weren't included on the OS reinstallation CD. I don't want that to happen again. I've been reading about Migration Assistant and Setup Assistant, and it seems like they do pretty much the same thing, but I want to make sure that any files currently on the new Mac aren't deleted if I use Setup Assistant to transfer my old files.
    Any advice for this particularly paranoid Mac user would be greatly appreciated. Thanks!

    Paranoia is understandable; however, misplaced. Just follow the steps in Pondini's Setup New Mac guide.

  • Running old files on a New Mac

    Hello,
    I have just recently purchased a new mac and am trying to get all of my old information to run on it.  On my old mac all of the files were backed up via time machine and those files are now on the new mac but i am unable to open those files because it says "i do not have permission to see its contents".  So i have all of these files that are taking up space that i cant use.  How do i get these files open and running properly??

    Start over. Reinstall the OS as laid out in the Everything Mac booklet, then follow the steps in Setup new Mac.

Maybe you are looking for

  • After opening a picture in Photoshop Elements 12 how can I copy the picture to a word processor docu

    After opening a picture in Photoshop Elements 12, how can I copy this picture to a word processor document?

  • Need Help Setting Up Testing Server

    Hi. I have been using Dreamweaver for a while, but am extremely new at the whole testing server thing, as I have been building only simple pure-html pages. I am want to password protect a part of my site using the Insert > Data Objects > User Authent

  • Document attachment is not displaying , asking user ID password

    Hi, new year wishes to experts currently we are working on SAP CRM 4.0 version with webclient, as per my business requirement , i need to use documents as attachments to service ticket and even in knowledge base, so we configured content server , but

  • Business delegate to servlet

    I have a business delegate that delegates to a servlet from outside the           servlet container. For the actual servlet interaction, I'm using basically           URLConnection connection = ,,,           connection.openConnection()           read

  • Use local server as gateway for gmail

    We use a single email ID for around 15 employees and the same is presently configured on Google apps. Currently, each of them logs into google apps on their own PCs. I would like to use the Windows Server 2012 R2 that I'm setting up, as a file server