Recent content by RHITMacMan

  1. R

    Printing to Win2K shared Printer

  2. R

    Apple ADC Monitor to DVI Video Card

    I was browsing the Apple site the other day and saw some of these but wasn't for which to get and if they would work with my Studio display or even a PC. I was reading some sites the other day that stated some third-party solutions would only work with the Flat-Panel Cinema displays and not the...
  3. R

    Apple ADC Monitor to DVI Video Card

    I've been trying to figure out if I can get a converter for my ADC monitor to plug into a DVI video card. I currently own a Power Mac G4 with an Nvidia graphics card with ADC. Recently though, I built a Windows system with a DVI graphics card. So I'd like to be able to use my current ADC Mac...
  4. R

    Palm m505 for Sale

    I am trying to sell my Palm m505. I love the Palms, but lately I haven't been using it much. So I figure now is the time to sell it. I got it a while back, but its in perfect condition, like new, since I've rarely used it. I have all the software CDs, USB crade, and original box. I am...
  5. R

    Printing to Win2K shared Printer

    I was wondering if there is a way that I can print to a shared printer from a Win2K machine. There is a printer connected via a serial cable to a Win2K machine. This printer is then shared on the network via normal Windows printer sharing. So is there a way I can print to this printer from my...
  6. R

    PHP help please...

    I think I had this problem at one time or another, a really really long time ago. I think one of my problems was that the editor I was using was not saving the text files with Unix line ends. Instead, it was using MacOS 9 style line endings. So changing one of the settings in BBEdit to use...
  7. R

    mhash & PHP

    I'm not sure myself, but I don't believe this is compilied into the binaries you can get from entropy.ch. You might check this link out. It tells where to download the source and says there are instructions for installation. I might look into this myself. Just briefly looking at it, looks...
  8. R

    Kerberos Authentication with .htaccess

    Does no one have any Kerberos experience? I thought it was quite popular in the Unix circles. I know it's quite popular in Unix driven educational networks. I am pretty much finished with my PHP/MySQL web applications, I just now need to get the Authentication stuff working. Right now I am...
  9. R

    Kerberos Authentication with .htaccess

    Okay, here's the situation. I am on a network with a Kerberos server used for Authentication purposes. I have noticed and used servers on our network that setup .htaccess files that Authenticate to this kerberos server. I am running MacOS X v10.2 with Apache up and running. I have a copy of...
  10. R

    Mac OS X remote login from a PC

    The windows file sharing password problem is another issue, not related to SSH and telent. But, there is a solution for this problem as well. You have to reset your password in the Accounts system preference panel. Also, make sure that you check the box that states "Allow user to log in...
  11. R

    iCal and WebDAV on 10.2 Server

    I guess you're right. I kind of wondered if it was a standard format or not, since Outlook would always try to open it but not exactly suceed. Anyway, here's some more info I found at whatis.com... So apparently, Apple was one of the founders of this standard format afterall. Now it...
  12. R

    iCal and WebDAV on 10.2 Server

    Well, if you open up one of the .ics files, you can clearly see a structure that could easily be parsed. It just takes time to write the code to do something with it and display it in some sort of friendly format. Example: BEGIN:VEVENT UID:DA55068C-C9D9-11D6-952F-003065C9C95C...
  13. R

    iCal and WebDAV on 10.2 Server

    I see. That's not exactly what I was wanting. I understand now. WebDAV is just a means of storage for the ical. So I guess only mac.com can display them in HTML to anyone user in a browser then. This is what I was wanting to do, serve my ical schedule of my machine in HTML viewable format...
  14. R

    iCal and WebDAV on 10.2 Server

    I'd actually like to do the same thing, but on the client OS 10.2. I have Apache up and running, but have never configured WebDAV. I tried uncommenting the lines in the httpd.conf file, but then my Apache would not start, and complained about line containing the MaxRequestsPerChild parameter...
  15. R

    PPPd Dialup Terminal Command

    Actually, that was not my original intention. I was just going to use an SSH session and execute a command from the terminal. But after reading your earlier post, I got the idea of trying to execute this command via Perl script. Perhaps, this won't work after all.
Back
Top