Recent content by offets

  1. O

    Networking OS9, OSX and Linux

    All you need is a terminal... you can use the use nfs on all machines for sharing ('nfsd' is the deamon). use man nfsd for exact syntax. If you want to make AFP shares on a Linux, the best (and free) choice is Netatalk. I don't know the exact download location, but you can search at...
  2. O

    Code Red III

    What's the message in the log?
  3. O

    Rhapsody mockup shot, circa 1997

    NEXTStep/OpenStep - there so beautiful.
  4. O

    Silly Dock Trick

    I really miss NEXTStep/OpenStep GUI...
  5. O

    3 Monitor Set-up and OS X

    You could really use multiple desktops...
  6. O

    Help me setting the sudoers file

    Well, try again. Once you find the logic of it all, it's really easy.
  7. O

    That annoying little code red

    There is excellent documentation if you use the 'man' command.
  8. O

    porting of USB ADSL modem Linux source to OSX

    Start with the first error. Is there really a /lib location? as far as i know Darwin uses the .dynlib exstension, and not .so. there is a libc.dylib in /usr/lib. Did you type ./configure? To add compability between Linux and Darwin i suggest you go to http://www.gnu-darwin.org
  9. O

    UINX question

    X isn't install by default. Go to www.xfree86.org and and download the Darwin distrubution.
  10. O

    UINX question

    The best way to learn the power of *NIX is to read the man-files. just type 'man appName' where appName is the name of the executable you want to learn about. The tab-button is useful to find the right command. All executables that is in your path are reachable to the tab. Type any...
  11. O

    Anyone know how to adjust the Vitual Memory Page Files?

    Those who don't study UNIX has to reinvent it, poorly...
  12. O

    terminal Compiling

    You can't skip the ./configure, because it creates the Makefile.in, which is needed by make. Because it's native compiling, make needs system specific data and paths.
  13. O

    Open Office

    StarOffice and Open Office shares a great deal of code and formats, but it's not quite the same. For instance, the fake Windows isn't used in OpenOffice. I don't think all the database tools are included in OpenOffice, at least not the adadatabase. the OpenOffice code is clean from fluffy...
  14. O

    building PHP w/ gd on MacOS X

    gd.c:91: conflicting types for `gdIOCtx' /usr/local/include/gd_io.h:18: previous declaration of `gdIOCtx' gdIOtx has been declarated as two different types (int and string for example). look at the source in /usr/local/include/gd_io.h and try to figure out which type it should be. Otherwise...
Back
Top