How do you make one computer slave to another?

My cd-rom doesnt work, and I want to install some programs using my friend´s cd-rom.
How do you set the computers up so that his computer can be the slave (or mine???) and that the software is being installed onto my disk?
Is there a shortcut when starting up the machine?
Thanks,

See if the information in this document is useful to you:
http://docs.info.apple.com/article.html?artnum=58583
Tuttle

Similar Messages

  • In a tubular form: how do you make one combo box reflect another

    For example:
    if there are two fields, one with combo box with bread, meat, juice and I select juice, I and the contents of another combo box in another field to say Orange, grape, lemon.
    field one field two
    bread orange
    meat grape
    juice lemon
    in field one there is just those 3 but in the table representing two there are many such as types of bread and meat and juice, all three.
    Hope you can understand this example. Thanks for your help.

    Your description is not very clear but looks like you want cascading select lists, where 2nd select list is populated based on value selected in the first select list.
    AJAX is a good solution if you are comfortable with it. Since I'm not very familiar with that, I end up using pl/sql.
    Someone had asked similar question few days back, and i had provided a detailed answer. You can check it out at:
    Re: select menu depends from selection
    Hope this helps.

  • Pricing: How do you make one cntyp supersede/override another

    I have two CnTyp in my pricing procedure. The user wants that when she enters the price in Cntyp A it should override the existing Price Condition B and this should reflect in the Gross Value calculation
    This should the same like Pr00 and Pr01. Where the presence of PR01 deactivates PR00. However in this case I want it to do vice versa.

    Both are set to 'C' in customizing. However it is still not working the way we want it too.
    Right now I have condition A that deactivates condition B, if A condition record exists. However I want it the other way round, where Condtion B if entered should deactivate A.
    I am thinking it would have to do with the AltCal and AltBv fields. I just don't know the correct combo to get it working
    This is similar to how PR01 overrides PR00, however I need this to work the other way round

  • How can you make one button preform different actions in Xcode?

    How can you make one button "preform a click" and "orderfront"? Is that possible? Because what I am doing is making a welcome window to my application for Mac OS X 10.6, and I have two buttons in that window, one says "Connect" which connects a a WebView to a url and the other button opens up the main window. So how can I a make a button do multiple things at once??

    Ah - If you are just using bindings between various objects from Interface Builder, you can reduce your application code a bit (sometimes quite a bit), but there is only so far you can go. Typically variables and routines are defined in your application that Interface Builder hooks into, so that your application code (usually Objective-C, but can be others) can use these variables and routines to determine what is happening in the user interface.
    I'm not sure how up-to-date the project code is (or what programming code you are familiar with), but you can take a look at Apple's Cocoa Application Tutorial to see what is (usually) involved in creating an application.

  • How do you make one long track into multiple tracks?

    How do you make one long track in itunes into multiple tracks? Is there a way to do that?

    I found another solution too through Garageband. I don't know if it was easier, but I liked this way of creating seperate tracks.
    First, You put the long track into Garageband.
    -then you create a New Basic Track under Track Tab-create as many of those as tracks you want to make
    -also make sure the headphones button is lit up under each New Basic Track-this allows it to be a 'solo' track.
    -then you can start cutting music-with the long strip find where you want to split into a new track and drag that half down into each New Basic Track.
    -Once you are done, press Option Z and a purple little triangle will appear up by the measures. drag the triangle to the end of the first track-this allows it when sharing to itunes to just record the particular track you want, it puts a stop/end to that track.
    -then, make sure the track you want to share is highlighted the bright orange and go to share, 'send to itunes'
    -it will send that to itunes and you can rename it in itunes.
    -Go back to Garageband-delete the first track you successfully shared and move the next one up to where that one was. Slide it accross to the left so it is at the beginning, press option Z and move the purple triangle where you want it to be...and you are good to repeat until all your tracks are done!
    I am a very visual person, and this helped to see where I was cutting each track, just another way!

  • How do you hyperlink one Pages document to another Pages document?

    How do you hyperlink one Pages document to another Pages document?

    Feature removed from Pages 5, along with over 90 others, by Apple.
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Archive/trash Pages 5, after Exporting your files to Pages '09, and rate/review it in the App Store, then get back to work.
    Peter

  • How do I make one window progress to another in swing

    Ive got to design a simple quizgame interface using Swing. Its got to have a player's front-end - gives a selection of questions where the user selects one of five answers, a scoring front-end - displayed after game that allows user to enter their name and a manager's front-end - used to enter questions. The thing is I only have to design the interface. I want to have a front window that leads to the managers front end, scoreboard, and game seperatley. I also want the system to report back when the players got the question wrong or right and then take them to a scoreboard. I dont know how to keep this all seperate from the normal code in the program being written by someone else. I also dont know how to make one window lead to another etc. Please can someone help. does anyone have some code I coulkd adapt for this purpose Im really stuck!!!

    Have a look at CardLayout. Rather than adding removing components, you can keep your three screens separate. Basically, you have three JPanels only one of which will be displayed at any one time. If one has textfields and you switch to another and then back, the text in the textfields will still be there.
    Here's some snippets from an application of mine:
    // set a 'container' panel to cardLayout. This will 'hold' the panels to be displayed at any one time
    private CardLayout cardDisplay;
    deck = new JPanel();
    cardDisplay = new CardLayout();
    deck.setLayout(cardDisplay);
    // add your various screens to the 'container' panel
    deck.add(logonPanel, "LogonPanel");
    deck.add(newUserPanel, "NewUserPanel");
    deck.add(bookingPanel, "BookingPanel");
    deck.add(printPanel, "PrintPanel");
    // add the 'container' panel to the contentPane
    c.add(deck, BorderLayout.CENTER);
    // switch the display, for example when a button is pressed, by using
    cardDisplay.show(deck, "NewUserPanel");
    cardDisplay.show(deck, "EnquiryPanel");

  • How can I make one computer server at Home for access of SQL Server 2012/2008

    Hi All,
    Sorry for this basic question but I am zero in networking. I will be very grateful if someone guides what should I do to make one of my home PC as server. Scenario is as follows:
    I want to give training to few students about SQL SERVER T-SQL.
    I have one Laptop using SQL Server 2012 having Windows 7 Pro(Laptop Master-want to make this server). I have other laptop running Windows 7 pro and got SQL SERVER 2008. My students have mix of laptops including Windows XP, Windows Vista, Windows 7 and Windows
    8. All students have SQL SERVER 2008 installed and working.
    Q1: I actually want to make Laptop Master(explained in above paragraph) as server and want other laptops to access that master server in home network. I will install sample exercise database on server and students will be writing queries to access
    data.
    Q2: can I secure sample database from students who can copy sample database from server?
    Q3: can students run queries remotely sitting their home?
    Thanks in advance.
    Kind Regards
    A K
    Adnan

    Hi itsadnan,
    According to your description, if you want to make your Laptop as Server, and your student can log in your SQL Server 2012 instance, you need to ensure that your computer and student’s computers are the same domain, and you enable TCP/IP, name pipes protocol
    in SQL Server Configuration Manager, your SQL Server 2012 instance is allowed to connect remotely and your student install SQL Server Manager Studio 2012 as client tool in their computer, and you create the related login name for your students. For more information,
    see:
    http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx
    According to your requirement, in actual, since your students install SQL Server 2008 on their computer, you totally can ask your student to install the sample exercise database in their SQL Server. For example, there are many resource about sample database
    in Website, which is helpful for student to learn database technology, such as
    AdventureWorks databases for SQL Server 2008. From SQL Server Management Studio, they can attach an AdventureWorks database, then write queries to access data.
    Since you have SQL Server 2008 in your other laptop, you can create the sample exercise database, and student can install this database via backup and restore, then write queries to access data and send to you for checking if it is right.
    Note:  Due to backwards compatibility, The students could not restore SQL Server 2012 database in their SQL Server 2008 instance.
    Thanks,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • How do you make one long clip camera import FCPX

    Does anyone out there know how to make one long clip from a DV camera import in FCPX???  Why the designers thought it was a good idea to chop the clips up during import is beyond me...

    You're expecting one continuous take to import as one single clip, right?
    From my experience with DV-format cameras like the Canon HV20, it's not unusual for there to be enough of a discontinuity (control track??) to create two or more successive clips when importing, dropping a small number of frames between clips. This could be caused by dirty heads or a tape that has been used more than it should.
    A string of separate takes should import as separate clips, I believe.
    Hope this helps.

  • How do you make one video clip constantly switch colors?

    I am trying to make it that one video clip switches from one color then to another color then to another? I also don't want to break up the clip into multiple clips then just change the color on each sub clip because when I tried that, it wouldn't load well in playback because there were so many effects in a couple of seconds. Please help me, thanks!

    When you say 'switch from one color then to another color' do you mean you want the clip to show in shades of a single colour ranging from black to your colour and for that colour to change, or that you want the colours of the image to cycle so that red becomes blue, yellow becomes green and blue becomes red?
    If it is the 'shades of a single colour' you want, apply the 'Cast' effect from the 'Looks' section of the effects palette and use keyframes to animate the Midtones parameter.
    If you want to colour cycle, apply my free 'Gradient Colorize a4d' effect, edit the colours in the gradient and keyframe the 'Offset' parameter which cycles the gradient colours through the image. If you're interested I could create a free effect that could cycle through the colours in a gradient automatically.
    Download 'Gradient Colorize a4d' from my blog:
    http://alex4d.wordpress.com/2012/03/22/11-colour-fcpx-filters/
    @alex4d

  • How do you set one column equal to another?

    how do i?
    at cell B2 i would like to enter a number. in column C, i would like to have the same value for c2 through c11 cells. so, c2 through c11 i would like the value .2 in each cell. in column D, i would like the values found when columns B and C are multiplied. i would like the value of B3 to be the value found in D2, b4 to be the value found in D3, b5 to be value found in D4, etc.
    is that possible to do using formula for columns? or something, well short of hand coding each cell.
    thanks,
    g.

    let me try to clear up what i was asking, but no guarantees here.
    i was trying to create a spreadsheet that would allow me to calculate the interest on an initial amount of money. i was a little frustrated when i wrote the post. i didn't understand how to do it using a construct like (D2:D20) = (B2:B20) * (C2:C20), which as far as i can tell is incorrect syntax, grammar, etc., just wrong. really wrong!
    i'm not an accountant, as you can ready tell. i think though this is called simple interest.
    ok, here's what i was looking to do, by way of an example:
    given $1000 and an interest rate/ or rate of growth of 20% annually, calculate the amount of money one would have after 25 years. compounded annually.
    $1000 * 0.20 = 200
    $1200 * 0.20 = 240
    $1440 * 0.20 = 288
    $1728 * 0.20 = 345.60
    $26,623.33 * 0.20 = 5,326.67
    i realized what asked for was not this, well after i had posted and tried my post request by hand. so
    i really understand the confusion.
    i sure there is a built-in function for this, but i don't think i would have recognized it, because i don't know the financial terminology.
    using the copying and pasting method, i built the first two line above and decided it had to be a better way, solving this kind of problem is what spreadsheet programs do... i copied B3 to cell B4, i copied cell C3 to cell C4, and i copied D3 to D4. copied and pasted. to my surprise, of course, because i had not read the manual completely, it copied the function to the cells and used the correct last values. (confusing here, but i hope you follow) after seeing that, i copied B4 and selected B5 - B21 and pasted, B4 to those selected B cells. i copied C4 and selected C5 - C21 and pasted, C4 to those C cells i had selected. that put 0.20 into each. i copied D4 and selected D5 - D21 and pasted to those selected D cells.
    i seems to have worked.
    i do have a question though. let's say instead of using 0.02 in column C i used 1.2. this would give me the amount of money i would have without having to add the initial to the interest made.
    1000 * 1.2 = 1200
    how do i assign the value, 1200, to another cell without using the copy and paste method? or is copying and pasting the way to do these kinds of things.
    thanks everyone,
    g.

  • How do you make one of my mail inboxes have junk mail sent to the junk folder, and the other inbox not mark anything as mail at all?

    One of my mail accounts has stuff that can go to my junk folder, but the other account has stuff that I do not want marked in any way as junk and for it to stay in my inbox! How do I do that?

    my problem exactly. Did you ever figure it out? I had to resort to turning off labels in the web interface for Gmail. Not ideal

  • Got two apple ids on an ipod touch. How do you make one the default?

    Got two apple ids on an ipod touch. One child shared account with other sibling. Has now set up own apple id and wants that one to be default id. Every time goes to apple id, shared one comes up. How do we change the settings so that new id is the default?

    Without knowing what you are doing when the other ID pops up:
    CHANGE ID
    The ID is used in the following locations and y have to change  them.
    Settings>Messages>Send and Receive
    Settings>FaceTime
    Settings>GameCenter
    Settings>iCloud
    and Settings>iTunes and App store
    You  have to sign out of ID (for iCloud you delete the iCloud account from the iPod) and sign in with other ID.
    Note:
    - Apps are locked to the account that purchased them.
    - To update apps you have to sign into the account that purchased the apps. If you have apps that need updating purchased from more than one account you have to update them one at a time until the remaining apps were purchased from one account.
    If the iPod has iOS 7 then you have the enter the password for Apple ID presently sign in Settings>iCloud.
    Also, a Restriction can be set (Settings>General>Restrictions) the prevents changing accounts

  • How do you make one timeline stop?

    i currently have my animation looping but i want to set it up so that one of the layers/animations on my timeline do NOT loop (just fly in once)... i tried adding a stop(); but it seems to stop everything that is moving instead of just the target timeline.

    A stop() is a timeline level command, and a timeline can include several layers, meaning every layer on a timeline can be impacted by a stop() on one layer.  I can't tell how you've designed your animation, so you'll need to explain that if my guess at a solution that follows isn't on target.
    Create the one animation that you want to have stop as a movieclip unto itself.  You can do this by copying the frames and pasting them into an empty movieclip symbol.  Place a stop() at the end of the timeline inside that movieclip.  Place that movieclip in the timeline where you copied the frames, in place of those frames.

  • ANE?? - How do you make one?

    I am looking into creating an air application for the desktop that uses some java to do some things that would be faster done in java then in air. I am wondering how to package all my java ode into an ANE? for Flash Builder 4.6. Every where on line sais what an ANE is, no where does it say, "heres how to take some ode and create one."

    Adrien,
    This page on the Adobe AIR Developer Center is a good place to find all info around creating and using ANEs: http://www.adobe.com/devnet/air/native-extensions-for-air.html
    Hope this helps,
    Mallika Yelandur
    Adobe Community Help & Learning

Maybe you are looking for

  • No audio out input on tv

    I am trying to assist my mother, to hook up her toshiba tv 32c11ou to a toshiba sd-v2976k dvd/vcr and she has cable without a cable box, how do you make the connections when the tv has no audio out

  • Add URL link to long text

    Hi I am updating the long text to a message in SE91. Looks like in the SAP text editor you can add links. I would like to add a link to a url/website, but this does not seem to be ann option. Anyone know how this can be accomplished

  • ORA-36695: The length of GID dimension status is 2

    I am running a maintenance job for a dim i just created and I am getting the error below. Please assist. Thanks An error has occurred on the server Error class: Express Failure Server error descriptions: INI: error creating a definition manager, Gene

  • RE: Unsupported Oracle/Forte version

    A possible solution would be to upgrade Oracle to 7.3, and to use SQL*Net to manage the database connections. I don't know whether this would cause any performance issues, but we are currently using this technique for our environment (AIX, Digital UN

  • Help with Deploy javaFx applet to the web, please

    I am new to JavaFx. I have a difficult time to deploy it to the web as an applet. Java console indicates that my jnlp file is not available. Here is what I have done: 1. In the javaFx project (netbeans project), I put together a small application fol