Search results

  1. mkwan

    vi shell commands?

    vim?
  2. mkwan

    vi shell commands?

    today at work, my boss was teaching me the linux OS system. He showed me the bash shell commands I probably will need for the technical support. Somehow the shell had some of "vi commands" flavor and he said something about 'shell history commands'.... my question is can I add some 'vi...
  3. mkwan

    MS Visual C++ project, what can open it?

    or that too...I haven't gone that far in C++ programming...
  4. mkwan

    MS Visual C++ project, what can open it?

    usually I take the source code, edit it to get rid of windows specific code and invoke the gcc compiler to compile the code. Then the fun part is figuring out the gcc compiler errors. I have only done that on console applications involving classes.
  5. mkwan

    My SQL problem (user privileges)

    I know the apache 2.0 from server logistics is installed separate from the one that came with OS X. So, I would guess that mysql is installed the same way. I managed to install apache 2.0.48, mysql 4.0.15, and php 4.3.4 onto my computer and recreate a php guestbook using flash.
  6. mkwan

    Norton Anti-Virus problem

    I had Norton software installed on my software and (I crap you not) kept getting kernel panics. The panics stopped after removing the Norton Software. I use NetBarrier and VirusBarrier from intego. No problems so far, except for annoying (but useless) code red and nimda attack requests on...
  7. mkwan

    Microsoft Sues 17 Year Old Over Use of Own Name.

    Mike Rowe should kick Bill Gates in the nuts for $10000
  8. mkwan

    Microsoft Sues 17 Year Old Over Use of Own Name.

    I just love the anti-Canadian sentiment....hey! the feeling is mutual...
  9. mkwan

    imap server

    sorry, I am new to this, what do I need to configure in the dovecot.conf file and I am having connection problems (connection refused problems)
  10. mkwan

    imap server

    how do I test if dovecot works properly?
  11. mkwan

    imap server

    is an imap server installed by default in Mac OS X v. 10.3.2? thanks mkwan
  12. mkwan

    SCO is starting to look in our direction

    what was the AT&T/BSD settlement in ordinary terms?
  13. mkwan

    JNI Programming in C++

    Are there any good sites of how to do JNI Programming in C++ thanks
  14. mkwan

    Sendmail in Panther

    I couldn't get postfix working in 10.2 but after archive and install 10.3, Postfix works!!! I can send out email, but how do I receive email? thanks
  15. mkwan

    I Wrote My First Cool C++ Program Today

    there is no check if a user inputs letters instead of numbers
  16. mkwan

    I Wrote My First Cool C++ Program Today

    what if I put operand a = 'm' and operand b = 'z', I believe it will compile fine, just get different numbers
  17. mkwan

    Favourite C++ compilers

    what I mean is that if you include any headers that only work on PCs then the gcc compiler will not compile
  18. mkwan

    Favourite C++ compilers

    you just have to watch out for some header files that only works on Windows machines. I think the gcc compiler is more ansi standard than the Visual C++ compiler. Correct me if I am wrong.
  19. mkwan

    Calculus

    calculus rocks!
Back
Top