Slashdot Mirror


Apple Remote Desktop 1.2 Released

sirisaac82 writes "Apple released version 1.2 of its Remote Desktop software. According to the website, new features include Remote Software Installation and Remote Network Startup Disk. Too bad it wasn't released yesterday, or you could have had a few more pranks to pull on those annoying co-workers."

59 comments

  1. Re:ecode is your friend by Anonymous Coward · · Score: 4, Funny
    If this doesn't prove perl is superior, I don't know what could:
    perl -e 's^^odqk -d +trd HOB::Nodm2; nodm2(Sn,Sh,"sdkmds rk`rgcns.nqf 80"); oqhms Sh pp|FDS /onkkAnnsg.ok?phc=920&`hc=4&lncd=mnbnlldms GSSO/1.1[mGnrs: rk`rgcns.nqf[m[m|; oqhms pp|[m[m|." "w10 .pp|Itrs `mnsgdq Odqk G`bjdq![m[m (iddyd, cn xnt itrs qtm `mx bncd xnt rdd, nq vg`s?!)[m[m|; vghkd (<Sn>) z oqhms he l/unsdc.{qdfhrsdqdc./ |+^; $_.=join(q||,qx,${_},) if y&\x40-\x7c\x2b&\x41-\x7d\x27&; print'
    (give it a few seconds to run, theres a lot going on here :)
  2. pretty cool snippet by Anonymous Coward · · Score: 0

    Shame it didn't run on my win32 system, even under cygwin, or on my VMS system, even under bash.

    A standards-compliant C++ program would have!

    (BTW, for the technically illierate, the prog appears to telnet to slashdot and vote for option 4 in the current poll. I'll keep it until option 4 is Catherine Zeta Jones, then try it on a linux box. )

    1. Re:pretty cool snippet by Anonymous Coward · · Score: 0

      Shame it didn't run on my win32 system, even under cygwin, or on my VMS system, even under bash.

      Damn. I thought I was being pretty clever, testing on three platforms (RedHat Linux, FreeBSD, Mac OS X) before posting it. Just goes to show, you just can't please everyone! If you can enlighten me as to what didn't work, I'd be grateful. I'd like my obfu to run everywhere.

    2. Re:pretty cool snippet by Anonymous Coward · · Score: 1, Insightful

      it didn't work for me on mac os x ("event m[m[ could not be found or something), then I tried it a couple of more times, and it DID work once (your vote (4) has been registered, and "just another perl hacker -- do you run anything you see" or something.) But then it wouldn't work anymore, with the same, event m[m[ could not be found error.

      shrug.

      I'm sure it would have worked from a file, probably term.app's problem.

    3. Re:pretty cool snippet by Black+Copter+Control · · Score: 1
      I think that it may be a browser-related issue: I'm betting that you cut and pasted from Mozilla in all three test cases, while friend possibly used IE (at least under Windows). For VMS, I'm betting (s)he used lynx....

      In any case, I'm thinking that the problem is that mozilla copies the program as one continuous block, while under the other viewers, they get coppied as a multi-line string. and this messes with the translation.(most notably the HTTP string)

      In your y translation string, try translating \x0a (and probably \x0d, too) to nothing. using the 'd' modifier.

      That seemed to work for my tests.

      --
      OS Software is like love: The best way to make it grow is to give it away.
    4. Re:pretty cool snippet by Black+Copter+Control · · Score: 2, Informative
      Shame it didn't run on my win32 system, even under cygwin, or on my VMS system, even under bash.

      If my guess is right, the following (relatively trivial) modification should do the trick:

      perl -e 's^^odqk -d +trd HOB::Nodm2; nodm2(Sn,Sh,"sdkmds rk`rgcns.nqf 80"); oqhms Sh pp|FDS /onkkAnnsg.ok?phc=920&`hc=4&lncd=mnbnlldms GSSO/1.1[mGnrs: rk`rgcns.nqf[m[m|; oqhms pp|[m[m|." "w10 .pp|Itrs `mnsgdq Odqk G`bjdq![m[m (iddyd, cn xnt itrs qtm `mx bncd xnt rdd, nq vg`s?!)[m[m|; vghkd (<Sn>) z oqhms he l/unsdc.{qdfhrsdqdc./ |+^; $_.=join(q||,qx,${_},) if y&\x40-\x7c\x2b\n\r&\x41-\x7d\x27\x20\x20& ; print'
      (12 extra characters)
      probably won't work on an ibm (ebcdic) system.

      If this fixes it, then it's a browser translation induced problem.. not a perl problem. The equivalent in C++ would have failed in exactly the same way.

      --
      OS Software is like love: The best way to make it grow is to give it away.
    5. Re:pretty cool snippet by Anonymous Coward · · Score: 0

      I think that it may be a browser-related issue: I'm betting that you cut and pasted from Mozilla in all three test cases, while friend possibly used IE (at least under Windows). For VMS, I'm betting (s)he used lynx....

      Nope, I used opera (under win32), and the same paste snippet failed under win32 (paste to command prompt) and VMS (telnet with some bizzarre app; kea or something), but the same paste snippet *worked* under linux when fed to a bash shell. So not browser issue (I may have pasted into the scratch buffer of emacs to correct CRLF anyway). win32 complained about escaping (does it have a 256 char command line - I'm in linux just now so can't check), and VMS is just plain weird so it's no suprise it failed.

      If you want to check compatibility, you can go to the HP site where you can get a telnet on about 6 different platforms under 6 different OS's - testdrive http://www.testdrive.hp.com/faq Them alphas running linux are fast (shame about 200 other users all testing them out at the same time).

    6. Re:pretty cool snippet by Anonymous Coward · · Score: 0

      Commodore Basic V2, what else?

    7. Re:pretty cool snippet by Dakhran · · Score: 1

      No problems here with cut & paste from IE under Windows XP to Cygwin bash...

      --
      Every jumbled pile of person has a thinking part that wonders what the part that isn't thinking isn't thinking of.
    8. Re:pretty cool snippet by Anonymous Coward · · Score: 0

      I really hope the VMS system you tested it on was the HP test system you linked... Because running random code from slashdot anywhere else would be a definite bad idea. (As this code notes when it prints...)

      It really isn't hard to take it apart and see what it does before running it though; the only thing that threw me off at first was using ^ instead of / as the string delimiter. (s//xyz/ stores xyz in $_, which is what the majority of the characters are). The resulting string is shifted slightly, and then passed to perl through a shell!! So, in running that code, you've (1) executed perl (2) opened a shell (3) opened another instance of perl in that shell, and (4) run telnet. The second instance of perl reads and writes to telnet, doing the HTTP transaction to vote for perl. If the author had other motives than voting for perl, i'd imagine a good number of people would have run it blindly anyway...

  3. Re:ecode is your friend by lars · · Score: 4, Funny

    Well, it certainly obeys the 2nd law of thermodynamics.

  4. Re:ecode is your friend by Anonymous Coward · · Score: 0

    It doesn't work properly because clashdot is inserting extra spaces into it every 50 characters or so.

  5. SPOILER by epsalon · · Score: 3, Informative

    The code votes for perl in the current poll.

  6. Re:ecode is your friend by H310iSe · · Score: 1

    that just proves that perl is as scary and unreadable as I thought.

    --
    closed minded is as closed minded does
  7. Re:ecode is your friend by Anonymous Coward · · Score: 0
    If this doesn't prove perl is superior, I don't know what could

    Dunno 'bout you, but that doesn't look 'self-documenting' to me. Far from proving Perl's superiority, this would seem to be more grist in the mill for those who argue Perl is an unmaintainable mess, a 'write-once' scripting language.

  8. Re:ecode is your friend by Anonymous Coward · · Score: 0

    Dunno 'bout you, but that doesn't look 'self-documenting' to me.

    Run it. It prints the deobfuscated version before any other output! If thats not self-documenting enough for you, maybe you'd prefer one of those silly languages where indentation defines program structure. I'll stick with perl, thanks.

  9. Re:ecode is your friend by Anonymous Coward · · Score: 0
    Run it.

    Fat chance!

    maybe you'd prefer one of those silly languages where indentation defines program structure. I'll stick with perl, thanks.

    I only know one language where identation defines structure, and a very nice language it is too. Nonetheless my first instinct is always to reach for Perl. If the problem doesn't really gain anything from an OO aproach, doesn't require overly complex data structures, and especially if it never needs to be maintained, Perl does the job fine (well better than fine if regexp is in anyway involved.)

    My point was merely this. Demonstrating one's cleverness by devising a little piece of obfuscated Perl code in no way demonstrates the superiority of the language. Quite the opposite, it highlights Perl's unfortunate tendency towards unreadibility. Of course it is possible to write 'clean' Perl, but that would require, inter alia, using identation to indicate structure to the reader, silly as may think that is.

  10. Re:ecode is your friend by Loligo · · Score: 2, Funny

    That looks like it should have ended with "NO CARRIER".

    -l

  11. Congratulations by j3110 · · Score: 1

    You have single handedly changed the results of this poll. Perl wasn't half what it is now.

    --
    Karma Clown
    1. Re:Congratulations by Anonymous Coward · · Score: 0

      You have single handedly changed the results of this poll. Perl wasn't half what it is now.

      I wish it were true, but it isn't. Perl was at 17% when I posted the code, and it still is :(
      (I checked)

      In reply to other comments, it's not a Terminal.app problem, seeing as how I wrote it there. Slashdot lameness filter testing was done back and forth between Chimera, links, BBEdit, and Terminal.app.

      I have no knowledge of windows shell characters, but the single quotes should make it work fine in any real bash shell (even under cygwin, i'd hope).

  12. Ha!! I have thwarted it!! by fishexe · · Score: 1

    Since I already voted anonymously from my ip, when I ran it it did not register a vote for perl!

    --
    "I don't care about the Constitution!" --Bill O'Reilly, November 17, 2009
  13. Wow ! by Utopia · · Score: 3, Informative

    The multiple observe classroom feature seems pretty neat!
    Windows can do this too (See Shadowing Remote Desktop)
    but it isn't as elegent as Apple's solution.



    1. Re:Wow ! by klui · · Score: 1

      Looks like you need to use Windows Server Enterprise 2003 or DataCenter edition based server for use as a proxy to get the equivalent functionality within Windows. Just throw more money in hardware and MS licenses.

      I am impressed with Windows Remote Desktop's speed. It beats TightVNC by a "mile" in terms of responsivness. I use it to connect to my work Windows XP desktop via VPN and response is very good. I also have access to network resources at corporate LAN speeds without a lot of the problems with, say, using Outlook via DSL. But using Microsoft VSS is another issue altogether--it's painfully slow even at work even though it is via a WAN.

      Does anyone know how the response is for Apple Remote Desktop?

    2. Re:Wow ! by bbtom · · Score: 1

      Yeah... great. Invasion of privacy! Whoo!

      And who said kids aren't growing up in a world of freedom and privacy. Fuck that.

      --
      catch (HumourFailureException e) { e.user.send("You, sir, are a humourless idiot."); }
    3. Re:Wow ! by Hes+Nikke · · Score: 1

      Does anyone know how the response is for Apple Remote Desktop?

      i run 1.1 at 11 Mbps on my Airport connection, it feels just like VNC, slow and choppy :\

      --
      Don't call me back. Give me a call back. Bye. So yeah. But bye our, well, but alright we are on a shirt this chill.
    4. Re:Wow ! by diverman · · Score: 1

      Invasion of privacy in a school environment? Okay! I'm an advocate of right to privacy too, but give me a break. Don't ruin the cause by making claims that something like THIS is an invasion.

      In a school, students don't have much privacy to begin with. And when you're talking about what they are doing on school provided computers, during classtime (ie. when they are supposed to be working), the teacher has every right to look. Teachers used to walk around the classroom and peek over your shoulder. Was that an invasion to privacy? If you got caught writing a note, the teacher could read it aloud if they wanted.

      Kids are being given more "rights to privacy" than we ever had before, despite technology allowing for monitoring.

      Video cameras in the school. That I'm still on the fence about. But monitoring computer use. The school has EVERY right. If they can be held responsible for a student doing something bad with the computer (which they would be), they can do what is necessary to prevent it, and see that school funds are used appropriately.

      Yeesh!

      -Alex

    5. Re:Wow ! by bbtom · · Score: 1

      Perhaps if they managed to teach kids something, then I might tolerate it, but seeing as most kids learn jack-shit from school.

      We're in a society based around freedom, why not give people the right to it, rather than running schools like a fascist shithole which our 'boys' go and "regime change" every few years.

      School is there to teach, not to read my email. (I'm mainly pissed off because they've filtered outgoing SSH from my college... because that's what HACKERS use, and HACKERS are BAD PEOPLE and spread VIRUSES!! Whoo!)

      --
      catch (HumourFailureException e) { e.user.send("You, sir, are a humourless idiot."); }
    6. Re:Wow ! by Mononoke · · Score: 2, Insightful
      Perhaps if they managed to teach kids something, then I might tolerate it, but seeing as most kids learn jack-shit from school.
      You can thank parents for that problem. Especially parents who fail to teach their children to respect elders.

      Teaching (and learning) begins at home. If it doesn't, it never occurs in school.

      --
      NetInfo connection failed for server 127.0.0.1/local
    7. Re:Wow ! by bbtom · · Score: 1

      I didn't have time for a point by point response...

      "students don't have much privacy to begin with"

      Yep. That's bad. Really bad actually. They should have as much as other citizens. Because, in effect, they are citizens.

      "school provided computers, during classtime"

      Who pays for those computers? - taxpayers. Therefore they ought to have a say in whether Junnior's privacy is being invaded.

      "used to walk around the classroom and peek over your shoulder. Was that an invasion to privacy?"

      Yes. Precedent does not justify wrongdoing.

      "If you got caught writing a note, the teacher could read it aloud if they wanted."

      Invasion of privacy! Copyright infringement. You wrote the note - and therefore it belongs to you, and if someone reads it aloud who has not been given permission, they are infringing your copyright: public performance is implied to be forbidden.

      "Kids are given more "rights to privacy" than we ever had before, despite technology allowing fo r monitoring."

      As they should be. Privacy is the most amazingly wicked thing ever. Give it to them.

      "Video cameras in the school."

      That sucks.

      "But monitoring computer use. The school has EVERY right."

      No they don't. Nobdody has given them the right to spy on what you are doing. They have siezed the right. And that is an invasion of privacy. Simple. As. That.

      Plus it forms persuasive precedent. The government or colleges or whatever can say: "Schools are doing it, why can't we?"

      --
      catch (HumourFailureException e) { e.user.send("You, sir, are a humourless idiot."); }
    8. Re:Wow ! by cscx · · Score: 1

      I am impressed with Windows Remote Desktop's speed.

      The thing that amazed me was logging into my machine using Remote Desktop from a computer lab a mile away, and having it automatically map *all* the network printers in that computer lab, drivers loaded and all. I think it tunnels it through the local machine or something, but all I had to do was hit File-> Print on the remote application and it listed all the \\remote\nnn printers, and sure enough it spit out at the computer lab!

      I was sold.

    9. Re:Wow ! by diverman · · Score: 1

      This is mostly about HS and below. Not college. And if a university wants to limit services made available through the computers they provide well, tough shit. As with most universities, your bandwidth is probably provided to you free! It's not part of your tuition.

      I was at school before they had networks available in the dorms and all. Actually, I was part of the beta group to make them available at UCSD. Don't whine because you don't get everything exactly the way you want it.

      To think that there is such a thing as absolute freedom is ignorance. That would be anarchy, and we all know that anarchy is a perfectly good environment for freedom and growth. Perhaps if you paid attention more, and weren't reading email during class you MIGHT learn something. I did.

      I can't believe I'm saying this, but what the hell is wrong with the youth these days??? heh. Yeah, I know that I probably thought I deserved everything I wanted when I was younger... but be a little realistic. Damn kids think they know everything, and that the world can be a perfect place if only people did what they said and gave them what they wanted. Sounds more like a temper tantrum than anything else. Grow up!

      -Alex

    10. Re:Wow ! by diverman · · Score: 1

      Do you have kids? I'm serious.

      First of all, kids are not full citizens. They do not have the right to vote, drink, or even marry (in most cases). Most children are not capable of being responsible citizens. They are impulsive, selfish, cruel, violent, and completely undisciplined. They're cute until they're about 2 years old. Then they become evil monsters. Then they're cute again after a couple years... then they become monsters once more. And they don't stop being monsters until they become adults, hopefully.

      It is the responsibility of the school to teach kids. That means they have the right to do what is necessary to teach the kids within the allowance of parental consent. Most parents don't actually protest these "invasions of privacy", because they know their own kids. And they know that kids, in general, will try and get away with whatever they can and avoid learning or working.

      As for your rediculous comments regarding copyright... and not to beat a dead horse... but kids don't have the right to it. They cannot file for copyrights. Only an adult can. Their parents might be able to lay claim to it, but I'm guessing a parent will more likely punish the kid for misbehaving.

      Universities are a different story, since college students (for the most part) are adults, and full-fledged citizens. However, monitoring of network bandwidth is not a violation of privacy, providing it is clearly communicated. Just because you pay tuition doesn't give you unlimtted rights to do what you want with school facilities. The precedent set here is along the lines of corporate monitoring and 'spying'. If you want privacy, go pay for a network connection yourself where the terms of agreement specify privacy guaranteed. Schools do not claim to provide this. And no one has a right to expect them to. If this is something the majority of citizens (real ones, not those junior soon-to-be ones), then it should be pushed through legislation.

      To not think about all of the ramifications of such a thing is also a great tragedy. I shutter to think what would happen to an already pathetic public school system (not counting college/university). This is society. And society has rules to limit and restrict "freedoms" so that we don't collapse upon ourselves. If you want to remove them, fine... but don't just think that blindly making changes for more "freedom" is always a good thing. It could be... but in the case of students (children) getting the right to do what they want... let's just destroy public education even more then.

      Just my thoughts...

      -Alex

    11. Re:Wow ! by bbtom · · Score: 1

      Yeah, I know. Most of your suggestions are based on common sense, wheras mine are based on being very angry. Which is definitely not the best way to formulate and disseminate useful opinions.

      Anyway, I'd quite like to see schools run democratically - each student gets a vote. That would rule enormously.

      --
      catch (HumourFailureException e) { e.user.send("You, sir, are a humourless idiot."); }
  14. Remote Installation by rsmith-mac · · Score: 5, Informative

    I think a lot of people will underestimate the importance of Remote Installation, but this feature is critical to using OS X in large environments. At the moment, you can use products such as Filewave to keep software up to date, but this all goes out the window when it comes to system software - MacOS updates, Quicktime, and even security updates. Apple's installer packages run necessary pre and post installation scripts, and up to now, there hasn't been a remote solution for MacOS X to do anything similar, meaning you couldn't remotely do these updates except by using SSH to run CLI programs(which in turn still limits you, as you're still virtually visiting every machine).

    With 1.2, it's now possible to remotely run installer packages en-mass, allowing you to push out software updates, and this is huge. While it's not necessarily the best solution for software updates, 1.2 will none the less allow admins to maintain more X machines than before, enabling large-scale deployments. This is crucial for Apple, as one of the things holding X back has been the lack of remote updates, which means they'll finally be able to break X in to the largest organizations.

    This may be a .1 update, but the ramifications of it are huge.

    1. Re:Remote Installation by druzicka · · Score: 1

      you couldn't remotely do these updates except by using SSH to run CLI programs(which in turn still limits you, as you're still virtually visiting every machine).

      I've heard that MacOS X is built on a Unix-like operating system which will allow you to use something called "scripting" to handle repetitive tasks. Evidently, Unix admins have been using this technique to manage workstations since before Microsoft SMS was even available.

      --
      If Happy Fun Ball begins to smoke, get away immediately. Seek shelter and cover head.
    2. Re:Remote Installation by rsmith-mac · · Score: 3, Insightful

      Even with scripting, you're more limited than with this. I took a crack at using ARD 1.1 to push out installer packages as modified startup items, but it has a couple of problems, not the least of which is that the user has to reboot before it's executed, and then there's no way to stop the bootup process when it does get executed. I also designed(but never coded out) a process of using cron to execute the contents of a directory pushed out by ARD, but that still shared some of the same problems.

      The fact of the matter is that for $499, I can highlight some 200 machines, click a button, select a package, and then let ARD take care of the rest. X may be a Unix, but it doesn't nessisarily need to work like one. I don't want to waste my time scripting, even if I do only need to do it once, I have an Xserve RAID I'd much rather be setting up, and from a market standpoint, a lot of people feel the same way. If Apple wants to break in to the biggest of the big leagues, they need something like this, not just letting an admin try their hand at scripting, and hope that's sucessful and converts in to a sale.

    3. Re:Remote Installation by Anonymous Coward · · Score: 1, Interesting

      I'm responsible for the administration of a (small) bunch of mac under OS X (10.2).

      I think ARA is only relevant when you administer a very small set of computers. When the number of computer is big, CLI (Command Line Interface) is prefered because it is some much simpler to execute remotely (from a shell) and to automate (write a shell script, add it your crontab).

      And, at the moment, you don't have to pay anything to do this. Simply use "DiskCopy" (or "hdiutil" for its CLI equivalent) to create an image of the disk you want to replicate, and "asr" (Apple Software Restore) to replicate this image on your clients. Both are distributed for free in your OS X install. ASR as the advantage of being incredibly fast: it works on compressed images (less data to transfer) and at block level (no files to be created !).

      man hdiutil
      man asr

      fanf

    4. Re:Remote Installation by SlamMan · · Score: 2, Informative

      Asr has some limitations for tthis sort of thing. Most notably, it doesn't install, it only copies. Asr is the best thing under the sun when you want to toss an image on a new drive (usuualy about an hour faster than ccc), but no so good when you want to update quicktime on all the machines.

      --
      Mod point free since 2001
  15. RealVNC by White+Roses · · Score: 2, Interesting
    I'd really like a RealVNC solution (or compatible) for Mac OS X. I'm using VNCThing to view RealVNC servers from my iMac, but I haven't found much satisfaction in serving VNC off my iMac yet.

    Hints?

    --
    Do not touch -Willie
    1. Re:RealVNC by Hanji · · Score: 4, Informative

      OSXvnc.
      Very nice, and easy to use. It's even got (more-or-less) builtin support for launching it from a shell.

      --
      A Minesweeper clone that doesn't suck
    2. Re:RealVNC by Michael.Forman · · Score: 1


      The VNC server OSXvnc works quite well for me.

      If you're interested in real fun, start a server and on the same machine connect to that server using VNCThing.

      Michael.

      --
      Linux : Mac :: VW : Mercedes
    3. Re:RealVNC by klui · · Score: 1

      Redstone says that OSXvnc 1.11 supports zRLE encoding which the realvnc folks says is comparable to tight encoding. So does this mean tightvnc is obsolete?

    4. Re:RealVNC by Smurf · · Score: 3, Informative

      I suppose that you want something like OSXvnc, which allows you to share your main (and only) quartz display.

      But you may also want to check out Xvnc for MacOS X, which allows you to share secondary X Window sessions (:1 through :99, in theory). This is one of the few huge advantages of X over Quartz/Aqua: you can create several simultaneous sessions that are kept alive independently, and that may be created by different users. It is a really useful feature but unfortunately you can only launch X applications in them, not common Cocoa/Carbon/Classic ones, and you need an X-Win window manager such as WindowMaker or AfterStep or even a full desktop environment as KDE or Gnome.

    5. Re:RealVNC by Anonymous Coward · · Score: 0

      nice sig: If I put a perl virus here, I wonder how many people would run it, just to see what it did...

      I had a similar thought once, and posted this. From the thread that followed, I think a good number of people did infact run it without de-obfuscating it :)

    6. Re:RealVNC by anarkhos · · Score: 1

      It's slow as hell and saturates a 10Mbit connection!

      --
      >80 column hard wrapped e-mail is not a sign of intelligent
      >life
  16. Best thing.... by WasterDave · · Score: 3, Insightful

    The best thing about this is you can have an unlimited licence for five hundred bucks. It's a bit touch and go as a way to help my mother in law sort stuff out remotely, but for installations much over about a dozen machines it must be a complete no-brainer.

    Dave

    --
    I write a blog now, you should be afraid.
  17. No update for OS 9.x clients by teridon · · Score: 1

    This update only applies to Mac OS X. There is no information on whether an OS 9.x client update will be released.

    --
    I hold it, that a little rebellion, now and then, is a good thing. -- Thomas Jefferson
    1. Re:No update for OS 9.x clients by NaugaHunter · · Score: 1

      Well, there was a hint.

      Jobs: OS 9 is Dead, Long Live OS X

      --
      R: That voice. Where have I heard that voice before? B: In about 365 other episodes. But I don't know who it is either.
    2. Re:No update for OS 9.x clients by davebo · · Score: 2, Informative

      Actually, it says at the bottom of the page (ya know, this one) that this update "allows administration of desktop and notebook computers running Mac OS 8.1 through Mac OS 9.2, or Mac OS X v10.1 or later."

      So it looks like there's something there for the older OS.

  18. ARD Speed by Anonymous Coward · · Score: 1

    I use Timbuktu with my macs, and MS Remote Desktop Connection with a Win2k machine. RDC over the internet is significantly faster than Timbuktu over the local network. Does anyone know how Apple Remote Desktop compares in speed to these other options? Thanx in advance.

  19. CORRECTION: here is the update for OS 9.x clients by teridon · · Score: 4, Informative

    It was just not linked from the main page -- one had to search the knowledge base to find it.

    Read about it/download it here.

    --
    I hold it, that a little rebellion, now and then, is a good thing. -- Thomas Jefferson
  20. Remote Desktop = Incredibe Enterprise Savings by MachineShedFred · · Score: 2

    I work in the IS department of an enterprise environment where Macs are used to make print advertisements (big shock there.)

    Moving forward to Mac OS X, one of the big question marks we had was how to push out OS updates. Under the existing Mac OS 9 infrastructure, we would have to either try to FileWave it out if it was just some extensions, or write some gawd-awful perl script with inline applescript to do some of this stuff.

    With this remote install feature, now we can use the FREE package builder that comes on the development CD, and also is included in the NetInstall tools of Mac OS X Server to make a .pkg file of anything we want to put out there (default preferences, custom scripts, aliases to pain-in-the-ass SMB shares, etc.) or use pre-existing .pkg files and spew them across the network to unsuspecting users.

    I can't wait to get out from behind this firewall to get it through Software Update. If this thing is scriptable too, I think I've found my long-awaited answer to the PC guys' Tivoli deployment scheme. FOR $500, I might add.

    Thank you Apple!

    --
    Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  21. Interesting issue upgrading by peaceful_bill · · Score: 2, Interesting
    Hi all

    I have encountered a very interesting problem while upgrading from 1.1 to 1.2 ARD. On the main status window, I have client computers that flash in for a few seconds and then dissapear! I have successfully used ARD since September in a lab with 28 flat panel imacs, static IP addresses, and no DHCP.

    Other details: All the machines (including the one's that are errantly popping up my list are on the asme subnet (255.255.0.0). The machines I _want_ to manage are 10.2.4, the ones that are popping on my list are 8.6 and 9. The 8.6 on'es are running under an At Ease environment.

    I have spoken with Apple Tech support, erased my ARD installation using a shell script that Apple provided; I've also erased my com.apple.Remotedesktop.plists's

    When I spoke with Apple, they mentioned that they were aware of a few other people having this problem.

    Any suggestions? Bill