Search results

  1. I

    Robotcop for Tomcat?

    Yeah, thats what I was thinking. Using apache + mod_jk. Looks like thats my only option unless I want to write something.
  2. I

    What to use Linux for?

    I'd recommend using Linux to build a router/firewall/gateway. All you need is any PC with 2 or more NICs. Any popular disto will have all of the necessary software included to do this. There are countless howto's on the web that you can reference. It's a fun project and you'll find that...
  3. I

    Robotcop for Tomcat?

    Does anyone know if there is anything like Robotcop for Tomcat? For those who are not familiar with Robotcop, you can read about it here: http://www.robotcop.org/install_ap13.html In a nutshell, it extends robots.txt in that it will actually enforce the rules set forth in there, as...
  4. I

    MS SQL

    so..i couldn't help but notice when trying to write queries for microsoft's database implementations that there is no LIMIT command. whats the deal with that? The closest I could find was using TOP <number> after select. For example: SELECT TOP 10 * FROM myTable WHERE myField = 'some...
  5. I

    Setting up my first server w/ server2003. Is there a guide somewhere to get me started?

    nah dood...no charge...i was just saying if you need help hit me up. i'd be happy to share my knowledge of linux with you.
  6. I

    Setting up my first server w/ server2003. Is there a guide somewhere to get me started?

    hehe, this is what happens when you have a bunch of people with ADD running a thread :-p
  7. I

    So my 25 year old friend is dating a 16 year old

    Contrary to popular belief, Texas isn't backwards assed
  8. I

    So my 25 year old friend is dating a 16 year old

    First of all: That is ****** hilarious...I'm going to have to steal that 2nd of all, if my 25 year old friend was dating a 16 year old girl, i'd slap the ****** out of him n tell him to stop that ******. That's a direct route to jail here in Texas. Do not pass go, do not collect $200...
  9. I

    Setting up my first server w/ server2003. Is there a guide somewhere to get me started?

    blemoine, which services are you in the market for..I can do a wide variety of things :).
  10. I

    Setting up my first server w/ server2003. Is there a guide somewhere to get me started?

    I wasn't ever a fan of VB-based languages. I took a web services class last semester where we coded everything in ASP.NET. I prefer PHP over ASP only because I come from a C/C++/Java background, and PHP has a C-style syntax. Both scripting languages are fine and you can use either platform to...
  11. I

    Setting up my first server w/ server2003. Is there a guide somewhere to get me started?

    Lets not forget the US (http://washingtontimes.com/upi-breaking/20050406-040914-1985r.htm) Yea, like your systems administrator which you'd (hopefully) have even with NT servers.. Yea, and the same can be accomplished with tools such as Webmin (http://www.webmin.com/) thru a webpage...
  12. I

    Using firehose

    heh...when keepin it real goes wrong
  13. I

    Setting up my first server w/ server2003. Is there a guide somewhere to get me started?

    dalearyous, you can actually use a service like DynDNS (www.dyndns.org) to point a domain name to your server at home that is on a dynamic IP, voiding the need for a static IP to host your own web site off of your own server. This is a free service. I've been doing this for years with my cable...
  14. I

    Setting up my first server w/ server2003. Is there a guide somewhere to get me started?

    Although Windows has good documentation online, Unix-based OS's have good documentation installed locally on the box itself, the man pages. If you need documentation for almost anything in a Unix-based OS, just type in `man <package name>'. For example, to pull up documentation to learn how to...
  15. I

    Setting up my first server w/ server2003. Is there a guide somewhere to get me started?

    Rebate Monger, I understand the need for a Windows environment for END USERS. For a server, however, I would never touch Windows unless there was an absolute need for it that I cannot forsee (maybe for an Exchange server, but from what I understand you can use Linux for this nowadays as well...
  16. I

    Setting up my first server w/ server2003. Is there a guide somewhere to get me started?

    As long as you're in the mood for learning, I'd recommend ditching the server 2003 bullshit and installing Linux on this box. You can do everything listed above plus way more. Learning to do this stuff in Linux will have a learning curve greater than server 2003, but it will be FAR worth it...
  17. I

    Anyone going to try Linksys WRT300n?

    I'll stick to my soekris system with my home-brewed software :)
  18. I

    Using firehose

    actually, when i went to recompile a linux kernel, i noticed the "Bonding driver support" (2.6 kernel). this looks like exactly the same thing that firehose does. this is basically 802.3ad support in linux. for those of you interested, you can access it in the linux kernel config here...
  19. I

    Any way to set program network priority?

    Actually, you can probably setup QoS on your computer to put a priority on packets comming from HL, or whatever games you play, so that your computer sends those packets out first before any others in the event you system has multiple packets that need to be sent at the same time. I've never...
  20. I

    dynamic vlan assignment

    oddyager, you don't work for a hotel internet provider by chance do you?
  21. I

    Using firehose

    from what I read on the site listed above, you can use this with anything that uses tcp/ip. but yea, I didn't think about the hard drive bottleneck though...im sure that would be the limiting factor.
  22. I

    Business wireless questions...

    Yea, I totally agree that a lot of Cisco's priopriotary solutions find homes in the standards. Correct me if I'm wrong, but didn't Cisco also create IPSec, which is a required part of IPv6?
  23. I

    Using firehose

    My friend pointed me at this site: http://heroinewarrior.com/firehose.php3 Basically, you can combine multiple NICs in a *nix box to increase the total max bandwidth (i.e. 2 1000 Mbit cards = 2000 Mbit connection). Has anyone played around with this yet? I'm not able to find really much...
  24. I

    Athlon T-Birds and SMP

    thanks for the awesome responses yall. I figured this would be the best place to ask this. after taking into consideration the performance "adantage" and the price for a dual socket A board to support these CPUs, it looks like it's really not worth messing with. I was just wondering about the...
  25. I

    Athlon T-Birds and SMP

    yea, I finally came across something that indicated it was possible to use 2 t-birds in an SMP setup. Now, next question. Does anyone here know of a good dual socket-A motherboard to try this out with?
  26. I

    Athlon T-Birds and SMP

    Hey all, after not being able to find an answer to this in the forums and getting shady results in google, I've come here for help. Basically, I have 2 Athlon thunderbird processors (1.3 GHz) sitting around and would like to have them setup in an SMP (semetrical multi-processing) setup. Is...
  27. I

    Linux Makefile.am format

    Hello all. After some googling and searching these forums, I was unable to find an answer to my question. Basically, I've written a router web-interface for a Linux box (similar to m0n0wall). It has come time to create a distributable source tar.gz package to be deployed for testing. I know...
  28. I

    Which <$400 Black Friday laptop to buy?

    I live in San Marcos, TX, where I'd say only about 10-15% of the population knows how to look things up on the Internet. And there just so happens to be a wal-mart AND best buy here, so I don't think I'll have a problem :).
  29. I

    Internet security books

    cool, I'll look into that. Thanks for the recommendation
  30. I

    Internet security books

    Hey all. I am getting into web programming (primarily using PHP and MySQL) and am wondering what would be a good book that goes over security issues. I am a relatively decent coder, but I'm not as good in the area of security as I'd like to be. I've seen tons of books at the stores regarding...
  31. I

    apple switching to intel. announcement monday

    I totally agree that apple will do everything in their power to keep OS X on only their own computers if they go the x86 route. Buuut, that doesn't mean we wouldn't see some hacked/cracked versions of OS X floating around that could install on any the other x86 comps.
  32. I

    what video card

    6800 vanilla. Then get the tool and enable the 4 disabled pipelines and now ur almost running a 6800 GT for only $200-250 range :). Note: this trick only works on the AGP version of this vid card (not PCI-e).
  33. I

    Is DVI really necessary?

    Ya, DVI on LCD's is a must in my opinion. The deal with DVI vs VGA is that using DVI, you get a straight digital signal from your vid card to the monitor with no distortion. Going VGA, the digital signal from the vid card is converted to an analog signal, sent thru the VGA cable, then...
  34. I

    LCD or CRT?

    I just migrated from my old 21" CRT to a 19" LCD and I'm happy as hell with it. I love actually having desk space and the fact I can take hte monitor with me to LAN parties and not have it be a big pain in the ass. As far as screen quality goes, the CRT had better response time/contrast...
  35. I

    tell me what yall think....

    looks good, i like the color scheme.
  36. I

    Upgrade Recommendations

    Actally, games like doom3 and HL2 are pretty CPU intensive due to the calculations required for the physics of games such as these. I would imagine as games become more life-like and the physics in these games become more sophisticated, the CPU requirements will rise. The future is still a...
  37. I

    Please help a SBC DSL noob

    If they use PPPoE, then you need something to authenticate your user/pass. Most routers have this feature. Also, lots of ISP's are including DSL modems that are routers, so they can do this for you as well. If they provide you with a simple bridge (converts the ATM signal to ethernet) and...
  38. I

    Limit Internet to certain users in Windows XP

    Probably the best way to go about doing this is configuring the network so that each computer has a static IP that cannot be changed by the normal user-level accounts and implementing a firewall that only allows IP traffic to be forwarded to/from the internet for specific IP addresses on the...
  39. I

    OS question

    I would go with no version of windows that is not NT-based. NT-based versions are NT4, win 2000, Win XP, and Server 2003. Depending on what your hardware specs are, I would go with one of the above over ANY other version of windows (Win 95, Win 98, Win ME).
  40. I

    Upgrade Recommendations

    ya, cheap A64 setup would be preferred. I'd stay away from MSI for your mobo choice though. I've had really bad experiences with MSI, and they are/were being sued for putting faulty capacitors on their motherboards at one point.
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/    |