First time connection, clueless user

Hello all and thanks for the help.
I just bought an Airport capsule I intend to use for the following:
- To back up 2 computers using Time machine
- To be able to exchange files between computers (or if easier) simply move files from one computer to the other using Time machine back ups - manually
SPECS
1. Computers:
- imac 3.2Ghz Intel Core i5, 16GB
- Brand new MacBook Pro 2.8 Dual Core Intel i5, 16GB
2. OS and software: All of them running 10.9.4, Time Machine 1.3, Airport Utility 6.3.2
3. Internet conection:
- A small, Comcast Netgear wireless router that has several opened Ethernet connections. To it there are two things connected: a Sonos system device and a cable connecting the router to the modem, but again, there are several slots opened
- A medium size, black, vertically  resting DSLModem: Arris TM722 (there is only one Ethernet slot on this, and it is taken by a connection between it and the Comcast receiver)
QUESTIONS
1. How should I make the cable connections for first time set up of the capsule and for later ongoing use
2. This may be an unrelated to this topic, but FYI: the laptop is brand new, so I will need to bring some files and data from the iMac to the laptop, not sure what method will use... but may use a manual method from Time machine if possible.
THANKS
Alberto.

The modem is not dsl, it is a cable modem with telephone ability.. the phone cables might be confusing you but there should be a thick coaxial cable going into the modem which is the cable connector.
Comcast Netgear wireless router
I am not aware of comcast supplying a wireless router.. if it is specifically from comcast you maybe stuck with it.. but i would try to plug the TC directly into the Arris modem.
Power cycle the modem.. this is more complex with your model if the battery is present.
The TC should be in standard router mode and the public IP should then be loaded onto the WAN interface of the TC.
No luck you will need to leave the netgear in place and plug the TC into that with ethernet.. but in this case you will bridge the TC instead of using it as router.
1. How should I make the cable connections for first time set up of the capsule and for later ongoing use
Ethernet is always best. Especially for the first backup.
Your new laptop may not even have an ethernet port. In which case wireless should be fine.. unless you want to buy the thunderbolt to ethernet adapter which is only around $40.
2. This may be an unrelated to this topic, but FYI: the laptop is brand new, so I will need to bring some files and data from the iMac to the laptop, not sure what method will use... but may use a manual method from Time machine if possible.
You can migrate your files.. this works well for most people.. but the disk size in the laptop might be SSD and small in which case yes, manually copy the files.. but don't use TM .. if you need to copy files there is no reason to use the TC at all.. the two computers linked over a network and you can copy files directly by sharing on one computer.

Similar Messages

  • I just started my Macbook air the first time, connected it with my wlan and know it asks me for a password and it does not accept the only password I know, what can I do?

    I just started my Macbook air the first time, connected it with my wlan and know it asks me for a password and it does not accept the only password I know, what can I do?

    It needs the user password for the wireless router, that would have been set by whomever installed the router, if that was you then try to find the password. If you can not find the password reset the router to factory default and set it up again.

  • Am first time mac book user, could someone assist me in deleting the junks in my cache, cookie etc., and hoe useful the mac kepper software is?

    am first time mac book user, could someone assist me in deleting the junks in my cache, cookie etc., and how useful the mac keeper software is?

    AshwathRaj wrote:
    am first time mac book user,
    In General 3rd Party AV Software and Cleaning Utilities tend to cause More Issues than they claim to fix...
    They are Not Required...
    Mac OS X tends to look after itself.
    See >  http://www.apple.com/osx/what-is/security.html
    More Info Here  >   https://discussions.apple.com/thread/4545776?tstart=0
    The Safe Mac  >  http://www.thesafemac.com/mmg/
    AshwathRaj wrote:
    ... and how useful the mac keeper software is?
    See Here  >  Beware MacKeeper

  • New keyboard first time connection to a Mac

    I am developing a hardware interface that enumerated like HID Keyboard. What I would like to know is how overcome the issue of having to press specific keys the first time the device is plugged in before the keyboard will work as normal. The reason is the interface will not have any standard keys access able by the user.

    And since I had to create this example for other purposes earlier on, you get it at no extra charge :-)
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.Statement;
    public class SimpleHsqlDbExample {
       public static void main(String[] args)
          throws Exception
          System.out.println("Preparing connection");
          Class.forName(DRIVER);
          Connection conn = DriverManager.getConnection(URL,USERNAME,PASSWORD);     
          Statement stat = conn.createStatement();
          System.out.println("Issuing DDL");
          stat.execute(CREATE_TABLE);
          stat.close();
          System.out.println("Creating content");
          PreparedStatement ps = conn.prepareStatement(CREATE_CONTENT);
          for(int i = 0; i < 100; i++) {
             ps.setInt(1,i);
             ps.setString(2,"Example content: " + i);
             ps.executeUpdate();
          ps.close();
          System.out.println("Acquiring the data");
          ps = conn.prepareStatement(SELECT_CONTENT);
          ps.setInt(1,42);
          ResultSet rs = ps.executeQuery();
          while(rs.next()) {
             System.out.println("Retrieved data (" + rs.getString(1) + ")");
          conn.close();
          System.out.println("Done.");     
       private static final String URL = "jdbc:hsqldb:file:sprocdb;SHUTDOWN=true";
       private static final String DRIVER = "org.hsqldb.jdbcDriver";
       private static final String USERNAME = "sa";
       private static final String PASSWORD = "";
       private static final String CREATE_TABLE = "CREATE TABLE example (id integer primary key, content varchar(32) not null)";
       private static final String CREATE_CONTENT = "INSERT INTO example(id,content) VALUES (?,?)";
       private static final String SELECT_CONTENT = "SELECT content FROM example WHERE id = ?";
    }

  • ISE 1.2 Authentication Failures at First time Connection

    Hi,
     I have a trouble with ISE 1.2 when trying to authenticate for first time an end-device, this device might be either a Workstation or IP Phone or Printer,etc. it fails or staying in running mode. The result is the same it can not access the network.  hopefully I'm still in open mode :)
    As i described in the beginning everything has status Running or Authz Failed. and after a time of period usually one day finally succeeds.
    This happens mostly for workstations and printers, but in case of phones does not have the same behavior. I unplug plug the phones or I shut/ no shut the ports in order to trigger it to succeed. For some phones worked but other obstinately declined.
    The phones which are not Cisco phones authenticated with MD5 (a simple username and pass  ) i think the problem should not related with the auth protocol.
    Below are some logs from one phone. For me coming to a short conclusion this must be related with the switches which are 3750e (15.02 SE 4 IOS)
    or with the same the ISE, why because i have almost the same behavior for all end-devices.
    I kindly remain your comments...
    2169669: Apr 16 18:02:20.573 EEST: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/35, changed state to up
    2169670: Apr 16 18:02:20.783 EEST: %DOT1X-5-FAIL: Authentication failed for client (0080.9f7d.3ddf) on Interface Gi1/0/34 AuditSessionID 0A114D0D0000D5E8855C01DE
    2169671: Apr 16 18:02:20.791 EEST: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (0080.9f7d.3ddf) on Interface Gi1/0/34 AuditSessionID 0A114D0D0000D5E8855C01DE
    S301#
    2169672: Apr 16 18:02:20.992 EEST: %AUTHMGR-5-START: Starting 'dot1x' for client (0080.9f7d.3ddf) on Interface Gi1/0/34 AuditSessionID 0A114D0D0000D5F0855DE0EF
    2169673: Apr 16 18:02:21.580 EEST: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/35, changed state to up
    S301#
    2169674: Apr 16 18:02:24.289 EEST: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/35, changed state to down
    S301#
    2169675: Apr 16 18:02:25.288 EEST: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/35, changed state to down
    2169676: Apr 16 18:02:26.269 EEST: %AUTHMGR-5-START: Starting 'dot1x' for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169677: Apr 16 18:02:26.294 EEST: %DOT1X-5-FAIL: Authentication failed for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169678: Apr 16 18:02:26.294 EEST: %AUTHMGR-7-RESULT: Authentication result 'fail' from 'dot1x' for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169679: Apr 16 18:02:26.303 EEST: %DOT1X-5-FAIL: Authentication failed for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169680: Apr 16 18:02:26.303 EEST: %AUTHMGR-7-RESULT: Authentication result 'fail' from 'dot1x' for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169681: Apr 16 18:02:26.319 EEST: %DOT1X-5-FAIL: Authentication failed for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169682: Apr 16 18:02:26.319 EEST: %AUTHMGR-7-RESULT: Authentication result 'fail' from 'dot1x' for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169683: Apr 16 18:02:26.319 EEST: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169684: Apr 16 18:02:26.319 EEST: %AUTHMGR-5-START: Starting 'mab' for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169685: Apr 16 18:02:26.328 EEST: %MAB-5-FAIL: Authentication failed for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169686: Apr 16 18:02:26.328 EEST: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169687: Apr 16 18:02:26.328 EEST: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    2169688: Apr 16 18:02:26.328 EEST: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    S301#
    2169689: Apr 16 18:02:26.336 EEST: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (0080.9f7d.3e6f) on Interface Gi1/0/35 AuditSessionID 0A114D0D0000D5F1855DF3BE
    S301#
    2169690: Apr 16 18:02:27.737 EEST: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/35, changed state to up
    2169691: Apr 16 18:02:28.744 EEST: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/35, changed state to up
    Regards
    T.C

    I'm not using authentication method with certificates for none end-devices
    Workstations with the windows default authentication protocol EAP/MSCHAPv2
    In front of them there are non Cisco IP-phones with auth. method EAP/MD5
    Finally I also have some printers again with option EAP/MD5
    For all of these devices I received the same behavior, after many hours finally the authenticated with ISE. But is this the expected behavior?
    What I understand is that if the devices finally authenticated then it means that there isn’t anything wrong with the method.
    The misunderstanding points are 3
    Why there is so much delay for all devices to authenticate?
    Why some devices, mostly IP phones (not all) continuing to fail to the authentication method. All my devices are identical with the same software / patch, same model etc.
    I have noticed randomly some devices one moment to succeed and the next moment to failed
    So for my understanding there is an abnormal behavior and i cannot find the way /pattern to correct it or to understand the reason :)
    Port config
    switchport access vlan xxx
     switchport mode access
     switchport voice vlan yyy
     ip access-group ACL-ALLOW in
     authentication event fail action next-method
     authentication event server dead action reinitialize vlan xxx
     authentication event server dead action authorize voice
     authentication event server alive action reinitialize
     authentication host-mode multi-domain
     authentication open
     authentication order dot1x mab
     authentication priority dot1x mab
     authentication port-control auto
     authentication periodic
     authentication timer reauthenticate server
     authentication violation restrict
     mab
     dot1x pae authenticator
     no cdp enable
     spanning-tree portfast
    result template
    Switch#sh auth sess int g1/0/46
                Interface:  GigabitEthernet1/0/46
              MAC Address:  xxxx.xxxx.xxxx
               IP Address:  xx.xxx.xx.xxx
                User-Name:  xxxxxxxxxxxx
                   Status:  Authz Failed
                   Domain:  DATA
          Security Policy:  Should Secure
          Security Status:  Unsecure
           Oper host mode:  multi-domain
         Oper control dir:  both
          Session timeout:  N/A
             Idle timeout:  N/A
        Common Session ID:  0A114D0A00001972016208E1
          Acct Session ID:  0x00001BB7
                   Handle:  0x6D0009B6
    Runnable methods list:
           Method   State
           dot1x    Failed over
           mab      Failed over

  • How to redirect a first time OAM authenticated user to a custom page

    We are using OAM 11.1.1.5 with OVD. If user logs in for the first time thru OAM, we wanted to collect few more additional information about the user. To do this, we wanted to redirect the user to the collect-additional-data.jsp page immediately after OAM authentication. This will be only one time operation for the user. How to do this in OAM.
    Thanks!
    Kabi

    Just set additional-data.jsp in your authentication policy success url. So always after authentication user req is redirected to the success url. You can also set the requested url in the response in case you want to retrieve it in your additional-data.jsp.

  • Slow start first time for domain user

    When a domain user (Active Directory, Win2003) starts StarOffice 8 first time, it takes very often about 10 minutes until the program is started with a 10MB-network. Next time it takes only about 15-45 seconds on the same computer. I have noticed that is very high network traffic when the user starts the program first time from the server where the user folder "Application data" is saved. But the StarOffice8 folder in "Application data" has only the size of 2.8 MB (38 folders and 87 files).
    Can I speed up the first start of StarOffice 8 for new users?
    Is "copy files from another users Application data/StarOffice8" a solution?

    Spotlight indexing may take  a while and slowdown the Mac.
    You can return a new Mac within 14 days of purchase.
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare.
    Best.

  • First time using multiple users - how do I share addy books, etc?

    Hello, We just got the new iMac and for the first time I am setting it up for multiple users. Can anyone guide me to a tutorial or guide on sharing different things between users?
    Specifically, I'd like to share iTunes and iPhoto libraries and also Entourage address books with the new users that have been set up. Probably some other stuff to that I'm not thinking of. I browsed around without any luck.
    Many thanks.

    You're welcome!
    I've been on these discussion boards with various logins I always seem to forget since the iMac first came out, 8 years or so ago.
    LOL Yeah, I have to drop the Welcome... bit. It's bitten me two or three times already since the forums software was changed....
    I'd at least like to import my current address book into my wife's address book...
    Open your Address Book and choose the Directory, 'All.' Select an entry and then do Command-A so that all of the entries are highlighted. Go to the File menu and choose Export vCard. Export it to your Desktop, and then put it in the Shared folder. Log in to your wife's account, open Address Book, and then from the File menu, choose Import > vCards, point to the vCard in the Shared folder, and you're set....

  • Ipod shuffle 4th gen only syncs first time connected

    My ipod shuffle wont sync, charge, or be recognized by my computer! I'm on a late 2006 Macbook pro with all current software. (itunes 10.1.2 and mac os 10.6.6)
    I just bought my ipod shuffle 4th generation and am having difficulties syncing it. The first time I plugged it in it showed up in finder, showed up in itunes, the little orange light on the ipod went on, and I successfully put some of my music onto it.
    A day later when I plugged it in to put some more music on it my computer did not recognize it at all: it didnt show up in finder, it didnt show up in itunes, and the orange light didnt come on. I have checked and done the following things: made sure it's plugged in all of the way, tried other usb ports, unplugged other usb devices, restarted itunes, reinstalled itunes, and restarted my computer but nothing has worked so far. I then, to see if it was the cable that was not working, plugged it into my dads windows 7 laptop. It was recognized by windows and itunes that first time but the second time I plugged it in neither windows or itunes recognized it and the ipod's orange light didnt come on.
    Whats up with this? What should I try next? I feel like this may be an issue with the ipod itself but does anyone have any ideas of things I could try on my mbp to see if it will sync?

    When you say "hot beyond limits? do you mean that the iPod's screen showed the overheating warning?
    Durring charging, the iPod can get quite warm.  If you have a concern I would make an appoinment t the Genius Bar of an Apple store.  How hot is hot is very subjective.

  • First time connecting to Itunes saying cannot be used required software not

    Just acquired ITouch 8GB, when first turning on after charging only shows the Itunes picture and the cord, after downloading Itunes 7.7 and connecting Ipod error message, This Ipod cannot be used because the required software is not installed. Run the Itunes installer to remove them install Itunes again. I have tried everything I have seen online to correct this. I have removed the Itunes software and anything that has to do with it and reinstalled over 5 times and still nothing. I have no clue what to do. Help please!!! Also I am fairly computer illiterate

    I finally had success!!  I saw in another forum a post where the person had the same problem and removed QuickTime and then iTunes, restarted, and then re-installed iTunes.  This person said it worked.  So, I took it a step more and did this:
    1-Uninstalled QuickTime
    2-Uninstalled Apple Moble Device Manager
    3-Uninstalled Apple Software Update Manager
    4-Uninstalled iTunes
    5-Restarted Computer
    6-Installed iTunes
    7-Restarted Computer
    After that, all is well.  You might not need to do all that, but that is what worked for me on my Windows 8 machine after the last iTunes update.

  • First Time Connection of a Time Capsule

    Hi, This is probably a really obvious question but what is the best way for me to set up my TC? I expected it to replace my Linksys router but from reading the forums this is not the case. Do i then need to connect via Ethernet to the router? If so, what does the TC offer over simply connecting a external HD to my router/PC? I was hoping to reduce the IT hardware around the house by having one box do everything, the TC, connected simply to the an ADSL filter into my telephone line.
    Help really appreciated.

    Sam Waugh wrote:
    first connection of a machine fails to find the TC: making the computer sleep and waking it and it then finds the TC immediately.
    I'm not sure this will help, but since no one else had any suggestions for you, I'll offer it anyway. It might help to reset the connection settings on your Macs using these steps one at a time until the problem is resolved, recognizing that, depending on your problem, not all of these steps will make sense:
    1) Use the AirPort menu bar item to turn AirPort off, then on again.
    2) Try to select your Wi-Fi network from the AirPort menu.
    3) In the Network panel of System Preferences delete the AirPort item from the left column, then add it back.
    4) In the same panel as (3), define a new location and see if you can make that work.
    5) In the same panel, select the AirPort connection item, click the "Advanced" button, select the "TCP/IP" tab, then click "Renew DHCP Lease".
    6) In the folder /Library/Preferences ( not <yourhomefolder>/Library/Preferences), move the folder SystemConfiguration onto the Desktop, then restart your computer. See if you can now make your AirPort connection work.
    These steps may not help, but they'll only take a couple of minutes to try. Before you try these, if you have any special network settings on your Mac for things like DSL credentials, note all your network settings, because the latter steps will destroy them. If you got all the way to the last step, if things don't work any worse than before, you can trash the saved SystemConfiguration folder.

  • First time MacBook pro user - Why is my MacBook very slow??!

    HELP !!!.
    Got my first MacBook - and I am really dissapointed by the performance. My Toshiba Ultrabook is 20 times faster for these task's!!!!
    Running the below MacBook, with a PhotoBook application named Hofmann - response time from moving the pointer is between 6 secondsnds and 20 seconds.
    4 GB memory is "running" green - no swap is used - wonder why, since memory utilisation is 3,99 GB.
    CPU is running at 20% - not really indicating a problem?
    Can anything be done to tune this snail....?
    More memory (Is it a self to do task and is 3 part memory awailable?)?
    Enable swapping?
    Other tweaks?

    Spotlight indexing may take  a while and slowdown the Mac.
    You can return a new Mac within 14 days of purchase.
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare.
    Best.

  • Zen MicroPhoto first time connection proble

    I recieved my new Zen MicroPhoto in the mail yesterday, whereupon I installed the software it came with and hooked it up via USB to charge. The USB connection is quite sensiti've, but I can get the player to charge.
    However, when I tried to add some songs, the Zen MicroPhoto Media Explorer (which the user guide tells you to open) says at the top that my player is not connected. The USB is plugged in exactly the same was as though to charge it but it won't be recognized by the Media Explorer. I'm not sure what I'm doing wrong. Is it only possible to add or remove songs when the player is fully charged?
    Most of these posts are from people who were able to upload songs initially but are having problems down the road. I saw tips about reinstalling firmware on the player and other things, but as the player is brand new it seems unlikely that it is corrupted. I already tried reinstalling the software it comes with on my computer, just to check.
    Any suggestions would be great. Thanks.

    I installed all of the software on another computer in my house and the player was recognized and I was able to copy some files onto it.
    The problem could be with my USB's or the bits of software I omitted when installing it. Right now I'm uninstalling everything and going to reinstall it later this evening. If it doesn't work then, I'll be back. My computer is updated and so is my Windows Media Player.
    The end.

  • DAC Creating first time connection

    Hi:
    I'm trying to create the first connection between the DAC client (Windows) and DAC repository (Linux). The repository in on an 11g database, and I have ojdbc6.jar file in the \lib directory on the client machine. Still I receive the error:
    MESSAGE:::Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    I can change the connection information to a 10g database and the connection test works fine. Thus I'm lead to believe that there's something different in the setup to connect to 11g.
    From the Windows I can tnsping the 11g database and connect via sql*plus.
    Any ideas or suggestions?
    Thank you!

    Solved this problem. First, the ODBC connection I created was wrong. I missed the item in 4.7.4.1 How to Create ODBC Connections for Oracle Databases. The Server Name is the TNSNames entry for the database. Second, was are installing on a RAC database. Thus, when setting up the DAC connection I had to match the instance with the node name.

  • HELP! First time connecting to web host. How do I download my site files!!

    Okay! My site is on my web host! I am a little lost since my web host gave me not totally clear directions on how to do this. I had sent him some of my pages including my home page he connected to their web server along with a dating software that was connected to the pages I sent. This is what he wrote after the comments in bold and so I am little lost.
    Putting this here to show what I can access. >> Here is how you can access your control panel of the dating software: with my sign in and password info given
    Putting this here to show what I can access. >> Here is how to access your control of the site itself on my web hosting server: with my sign in and password info given
    IMPORTANT!!!!!
    Be sure to download the entire site into your Dreamweaver and place a backup copy of it on an external hard drive or someplace else secure.
    That's where I am lost, how do I download to DW? I previously loaded locally since I was working on my site on my lap top, so I know I have change those setting in DW. I can look thru my DW book. It's the download part I am a little confused about.
    Thanks for responses to help me!

    Remote view, local view shows the files on your computer (thus the name local).
    Just a tip, you can expand the files panel to full page by clicking on the expand icon on the far right hand side, (click on this again in expanded window to return to the main DW program).
    PZ

Maybe you are looking for

  • URL request in the address field on the browser

    A few of URLs in my application are only restricted to the web master. Before creating the special user role of the application, I would like to access those URLs through the address field on a browser. The problem I have is that a URL entered on the

  • Has anyone had issues with putting a 1TB hard drive into an early 2008 20 inch iMac?

    I have been trying to upgrade my 250GB hard to a 1TB Western Digital Blue hard drive.  So far I have tried the following... * CCC clone * Super Duper clone * Disk Utility clone * Fresh install of Mavericks and Migration Assistant Each time I do these

  • Include .PDF file in JSP

    Am I able to include .pdf file in a .jsp page? If it is yes, how to do it?

  • Is it possible to play sound in an iPad Keynote presentation.

    I'm new to the iPad and to Keynote.  I can't find an option for importing audio into my presentation.  Does this version of Keynote allow the inclusion of audio, such as a song downloaded from iTunes?

  • My Mic isn't working

    When I try to call people, they can't hear me talking. It's a sudden development. I've tried restarting the phone and checking for updates. Nothing works. Any ideas what might be wrong?