Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Goku81

    CPU powers on.... but no power to my drives...?

    no power was sent to the hard drive or cd-rom drive... the bios didn't detect either one of them... the hard drive is set as solo object on primary IDE... the CD-ROM is set to solo object on secondary IDE.
  2. Goku81

    CPU powers on.... but no power to my drives...?

    I got a cpu from a friend who didn't want it anymore... I remember it complaining about CMOS battery failure... but it was still working fine. Now today I went to go boot it up... the pc boots up... but I'm not getting any power to my peripherals.. (hard drive, cd-rom)... I can get to the bios...
  3. Goku81

    Motif X Windows programming (hiding the GUI need help?)

    I'm a complete newbie to the X windows environment. I could use a hand... how would I go about making a GUI application run without the GUI?... that is.. Having it process all the background stuff that would normally run... but the GUI Would not be displayed....? is there a way to do this? If...
  4. Goku81

    wildcard option with mpg123 utility

    i'm tryin to encode individual files using the following command. mpg123 -s *.mp3 | sox -t raw -r 44100 -s -w -c 2 - *.wav it worked fine.... except all the tracks are sitting in TRACK_01.wav, and there are no TRACK_02.wav, TRACK_03.wav, etc. is their an option to fix this problem... or do i...
  5. Goku81

    I need to sniff out irc traffic on my network and view the text...how?

    Hi. I'm kind of a newbie to this part.... We have a DOS attack running on our network (I'm a student working in our network services department by the way). I suspect that it's using IRC to initiate the attack.... over the weekend our logs captured 1000 connections made via IRC, which is quite...
  6. Goku81

    Windows XP (LAN Enabled, but can't ping, can't connect, nothing)

    yes the ping to the localhost is working just fine. the problem has something to do with windows XP. the port to the room is fine. IT's a brand spankin new installation of winxp home edition... we can't get the $#^#$^ thing added to the network. the protocol stack works. I can only ping...
  7. Goku81

    Windows XP (LAN Enabled, but can't ping, can't connect, nothing)

    P.S. The ports i'm tryin to work on work perfect.... I plugged these people into ports that the win2k boxes were using, and their traffic was just fine, i use those ports for those XP boxes.... now I have the problem I stated above..... it's for sure something to do with windows XP
  8. Goku81

    Windows XP (LAN Enabled, but can't ping, can't connect, nothing)

    Someone please help me. A handful of computers on our network have been having this problem. Brand new computers with fresh XP installations are allowing and recognizing the LAN connection. I checked the ports myself. The feed into the dormrooms is just fine. Windows XP is showing itself as...
  9. Goku81

    recompiling servlets

    I've used tomcat 3.3.1 and tomcat 4..... i couldn't get any of em to recognize updates to the webapp properly without restarting server..... looks like it's time to make a homegrown script. make a .war file and script restart script and compile
  10. Goku81

    Config file 'servlet.properties' not set in servlet properties

    Someone PLEASE PLEASE HELP ME..... my servlet keeps tellin me it can't find the servlet.properties for it. I've put servlet.properties everywhere i can possibly think of.... I'm running Apache Tomcat 3.3.1 server. Anyone know exactly where you're supposed to stick this file. I've tried putting...
  11. Goku81

    cannot call parser.parse cause of class extends HandlerBase.....

    I found the problem thanks.... i was invoking old SAX1 API... I updated from DocumentHandler to DefaultHandler and changed headers and it worked fine thanks
  12. Goku81

    cannot call parser.parse cause of class extends HandlerBase.....

    Wasn't sure how to better phrase the question Here is my dilemma. I am tryin to call javax.xml.parsers.SAXParser.parse(InputSource, DisplayRequestDocHandler) class DisplayRequestDocHandler extends HandlerBase. HandlerBase is normally accepted where DisplayRequestDocHandler is...... how do I...
  13. Goku81

    Error: package org.xml.sax does not exist

    I need some help. I'm on a linux box running Java 2 Standard Developer Kit 1.3.1 and Java Web Service Developer Pack 1.0.... i cannot get my programs to compile when I try to import org.xml.sax.* can someone please help me out with what i am doing wrong
  14. Goku81

    Need Help with Servers on network (don't know better way to phrase ;-)

    I need help. I'm about to set up a network. I need to know if what i'm doing is correct. Where does the server go on your network? I keep reading everywhere that you would put your Windows Server on same switch as your router...... I guess i'm just not 100% clear on how your Central Windows...
  15. Goku81

    Is it possible to name a variable with a stringname?

    This is what I want to do..... String variableName = "polarBearTotal"; int (variableName) = 400; // Is there a way to do something like that?? // please say there is. I'm tryin to save myself some // work with vectors if there's already a way to do this. // thanks
  16. Goku81

    problems after win2k server going back to FAT32 (Defragger)......

    wow hee, i'm surprised there's responses to somethin i posted like last year almost ^_^
  17. Goku81

    How to check to see if ports are open

    Hey. I have a solution for you in Perl. I wrote a Little Script to check for listening ports. This should be of some use to you. If this does nothing than sorry for inconvenience. I'm just tryin to offer help cause everyone helps me out. use strict; use Socket; use constant DEFAULT =>...
  18. Goku81

    remotely run a post script.......how to.....???

    I work with network security at my company. there are devices on my network that have web access to change settings using forms. I wanna know how I would go about writing a Perl Script to activate the form post script on that web page for the device without even having to interact with a...
  19. Goku81

    Attachments in mail using Net::SMTP?

    Hey friend, thanks for the advice but I forgot to mention I'm doing all of this from an NT box. that's what I have running the perl interpreter. IS Mime::Lite indepedent of OS? I know some of these mail modules I can't use cause I'm not running this stuff from a UNIX box
  20. Goku81

    Attachments in mail using Net::SMTP?

    I have mail scripts written using SMTP but don't know how to send attachments. I just need to see if it can be done and what the code is if this can be done.

Part and Inventory Search

Back
Top