Recent content by andri

  1. A

    I need a Java IDE for my Comp Sci class, what do you guys recommend?

    vi. all the way. or better yet, vim with java syntax highlighting.
  2. A

    Best Program for writing Java?

    vim is better than vi :) Of IDEs I like Inprise JBuilder. It has even a free version that anyone can use.
  3. A

    Trying to learn the basics :)

    I learned Java from Bruce Eckel's Thinking in Java. Really great book. And O'Reilly has always been known of publishing very good books.
  4. A

    Asus A7V266-E KT266A or Epox 8KHA+? Which is better?

    Well, i can recommend A7V266-E, smoothest AMD experience I have ever had. Epox board had problems with 5V voltage, i have heard...
  5. A

    Best OS / Config for a Firewall

    haha, windows as a firewall... this must be a joke, right? seriously, the free unices like linux, freebsd or openbsd do it way better and much more. Linux 2.4 + CBQ can do wonderful tricks for example.
  6. A

    Technical difference between AGP 1X, 2X, 4X and forthcoming 8X

    Hm... From where does the bandwidth difference come from and what's the biggest differences between those standards? I know that AGP 1X is basically 66MHz PCI plus some features, AGP 2X is AGP 1X plus DDR, but what about the others?
  7. A

    What OS Kernel is in XP?

    << yeah xp is 2k kernel which is nt kernel, which was made by bsd guys but of course fccked up by MS. >> No, NT is not BSD-based. WinNT was made by the same team that collaborated with IBM to make OS/2.
  8. A

    IPv6 Resources?

    The IPv6 RFCs? :)
  9. A

    LAN/Bandwidth Question

    Yes, of course, as the two comps share the connection.
  10. A

    Best website development software?

    too dynamic web sites have their downsides - they can't handle high loads.
  11. A

    Getting sick of trying to get Linux to work, another problem?

    You have a hardware problem, i'm pretty sure of that.
  12. A

    Quick Modem and Cable Question.

    Nope, serial only. Male end is with pins and female end is with holes. Logical, isn't it? ;)
  13. A

    Confused about T-Birds and multipliers? Please help.

    Note that 100MHz DDR DOES NOT equal 200MHz ! It's just a marketing trick. *Real* 200MHz would be better than 100 DDR :)
  14. A

    Mounting a Network Drive in Linux

    smbmount can mount Windows shares just fine. Make sure that the windows boxes have NetBIOS over TCP/IP enabled tho, as Linux knows exactly nothing about NetBEUI.
  15. A

    Easiest way to obtain updated software for Red Hat?

    Well, you could use RH's own `up2date' tool.