Recent content by raxa

  1. R

    Mac OS X remote login from a PC

    It is not recommended now that we have SSH but if this is just for your LAN you can do the following: sudo /etc/inetd.conf uncoment #telnet to telnet. Now restart inetd. To restart inetd first find it's PID and then sudo kill PID. To find the PID run this line: ps ax | grep...
  2. R

    Install and run MySQL

    do you have any resources you can point me to. I read info on the innodb web site and mysql but i'm having truble understanding. I'm tryint to install it on both the server and the client both 10.2. By the way, i'm trying to create an inndb database. any suggestions? Thanks a bunch.
  3. R

    How do you monitor users?

    once tcpflow is installed monitor one or several ports for activity. specially if you know you are serving telnet, ssh, ftp, http (80,81,8080,etc), afp, timbuktu, smb,mail, etc. That way you can actually see the actuall incoming/outgoing requests... That's just one more suggestion...
  4. R

    opening PHP files with apache

    http://locahost/file.php or try http://localhost/~account/file.php that works for me. I also try a local ip http://10.3.0.5/file.php and http://10.3.0.5/~account/file.php. if you only have one machine what you can do is set the machine to connect via ethernet in the network control...
  5. R

    OS X Server is some wicked kit!

    see title of reply.. :) raxa
  6. R

    No Server Running!!!! Error

    that my login password/login is incorrect. the work around i found is to damn restart the entire server.. it really sucks... anyone else getting this message as well? raxa
  7. R

    how to change the port of AFP...

    Does anyone know how to change the port of AFP to other than 548?
  8. R

    how to change port...?

    Does anyone know how to change the port of AFP to other than 548? I have several machines that need to be accessed via AFP from outside my LAN using NAT. I know there has to be a way to do that. I have been able to change the port of Timbuktu Pro with an AppleScript. I'm thinking that's...
  9. R

    SSH Problem

    i was having the same problem only when i connected from a Linux or another Mac OS X machine. I used MacSSH on a 9.1 machine and everything worked. I don't know what the difference is though.
  10. R

    mounting nfs drives

    from what i have heard NFSManager is it when it comes to mount nfs volumes in Mac OS X. download it from version tracker. i have not tried it myself though.:confused:
Back
Top