Search results

  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.
  16. A

    Mounting a Network Drive in Linux

    `smbmount' is your friend.
  17. A

    Itanium To Dominate Server Market

    That might as well happen. There is practically no competition to Itanium at the moment. PA-RISC (HP) is dead, Alpha and MIPS (Compaq) are dead. The only alternative is SPARC at the very moment, and it probably remain to be the only alternative to Itanium. AMD's x86-64 is a mistake in my mind...
  18. A

    Make my Server quiet.

    just close the server room door :P
  19. A

    Backup Software Which is best?

    tar forever! :D
  20. A

    List IP Addresses on LAN

    ummm.... to list all adresses on your LAN, you do the following magic: subnet length = FFFFFFFF - netmask broadcast = network + subnet length and all available IP's you can use are between 'network' and 'broadcast'. Your box's IP shoud be among them.
  21. A

    Simple Apache question

    use mod_rewrite.
  22. A

    Good Linux mags?

    Well, i'm subscribed to Linux Journal, but unfortunately it isn't technical enough id you'd ask me...
  23. A

    ext2fs compared to NTFS/fat32..defragmentation?

    Yes, ext2 occasionally does need defragmentation too, but it doesn't need it so often as Win* as the inode allocation differs from the cluster system used in FAT/NTFS.
  24. A

    Super Encyption Software

    Yes, everything is crackable by brute force, but it'd take way too long (hundreds of years) to try every key combination when the key is like 128bit in length. And over-encrypting (like Triple-DES etc) make it even worse by increasing the amount of possible combinations. Lately, there has been...
  25. A

    whats this ip address ???

    Do you mean that 207.68.131.28 ? According to ARIN, that IP belongs to Microsoft: << MSN (NETBLK-MSN-BLK) One Redmond Way Redmond, WA 98052 US Netname: MSN-BLK Netblock: 207.68.128.0 - 207.68.207.255 Maintainer: MSN Coordinator: Microsoft (ZM39-ARIN)...
  26. A

    Why doesn't unreal tourney have compressed textures?

    UT only knows S3TC (not DXTC), and the compressed high-quality textures are on the second UT CD.
  27. A

    The Best Linux?

    First piece of advise: avoid Mandrake. If you consifer yourself to be a die-hard UNIX guru ;) then take Debian. RH for the rest of us.
  28. A

    Mininum System Requirements for Linux

    Well, I once used Linux on a 386DX33, 8 MB RAM and 200MB hard drive... worked just fine.
  29. A

    OpenBSD

    OpenBSD running here in my firewall just fine.
  30. A

    my proxy server needs upgrading?

    Kick ME out for a real OS, that should speed things up. 128M is enough for a decent OS.
  31. A

    Y2K+1 here

    happy new year/century/whatever from Estonia, 2001 got here half a hour ago :P
  32. A

    What's your favorite UT mod?

    Strike Force - http://www.planetunreal.com/strikeforce/
  33. A

    What's your dream system?

    Sun Ultra Enterprise 10000. Ten of them. aaarggghhh.....
  34. A

    What to look for when buying a MONITOR?

    Flat monitors are the best. Right now when I sit behind a usual monitor my first words are &quot;ugh, what an ugly aquarium&quot; ;) Yes, ViewSonic rules ;)
  35. A

    new 19" monitor decision

    60Hz will kill your eyes quite soon. 85Hz is usable, so look that the monitor supports at least 85Hz refresh on the resolution you will work on.
  36. A

    How overclockable are Durons?

    Duron700, and just won't go over 900. On 900 it isn't 101% stable, but usable... on 850MHz it's rock stable.
  37. A

    where to download a low level formatting program???

    Low-level formatting is IMPOSSIBLE with IDE hard drives. Most BIOSen do a &quot;regular&quot; format or just fill the disk with zeros, others do nothing. &quot;Low-level formatting&quot; means marking new tracks on the hard disk physically, and while SCSI disks can do it IDE hard drives don't...
  38. A

    Poll: Always-on connection and using a firewall

    What... firewall... why? Just pick a secure OS like me ;) (Hint: OpenBSD)
  39. A

    help with IP masquerading

    To wrap everything up, IP masquerading in Linux can be done in three easy steps: 1) echo &quot;1&quot; > /proc/sys/net/ipv4/ip_forward 2) /sbin/ipchains -P forward DENY 3) /sbin/ipchains -s 192.168.0.0/255.255.255.0 -d 0.0.0.0/0.0.0.0 -j MASQ Replace 192.168.0.0/255.255.255.0 with what you...
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |