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 TouchToneTommy 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: *

  • Users: Goku81
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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
  11. 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...
  12. 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.
  13. Goku81

    8 character file names in DOS....how do you override?

    Hey guys, I'll make this quick. I want to make files in an Borland C++ for dos and I want to override the 8.3 filename system. How do I do it?
  14. Goku81

    how do you pass parameters from command line in C++?

    Hey All, Easy Question but don't know how it's done. I know in Java you can pass parameters when you call your program like this <c:\java\bin>java myprogram &quot;parameter1&quot; &quot;parameter2&quot; and you can use those strings for whatever you want via args[] array. how do you do this in C++?
  15. Goku81

    My Synopsis (On Perl and strings and arrays)

    Madre De Dios, This is the most ridiculous thing I've seen. I am new to Perl and while at the same time I enjoy all the stuff you can do this stuff is pretty damn cryptic. Working with strings in Perl is a real pain in the arse if you ask me. I see plenty of articles and books saying &quot;oh...
  16. Goku81

    I want to scan entire subnet

    I want to do work with my subnet here and I want to know how to do this, I am new to Perl and got the hang of FTP stuff in perl now but i want to do scans on whole subnet and need a way to basically do this algorithm a = 255, b = 255, c = 255, d = 1; while(d != 255) do connect->(a.b.c.d)...
  17. Goku81

    IP Filtering on NT 4.0 Server and Workstation

    I need help with this. I need to know what settings or what software I need to do the following. 1. I need someway to filter incoming/outgoing IP addresses on an NT workstation and/or server. I need it to run at all times and filter any IP sending requests to the subject computer, and not just...
  18. Goku81

    What was SUN THINKING?!?!?!

    This is not a question or anything. This is just to vent frustration. Whose bright idea was it for the sandbox design of java???? What a horrible idea. It's a real pain to develop anything useful which involves file handling. You have to go through all this song and dance about certification and...
  19. Goku81

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

    I installed Windows 2000 server and switched over to the NTFS. I reformatted my harddrive and installed windows 98 again. I was having trouble reformatting so I reformatted via DOS this time - something I have never done before with this computer, in order to get my computer back to the FAT32...
  20. Goku81

    Associating JButtons with functions.......Need help fast PLEASE!

    I am tryin to figure out how to use these stupid JButtons, sorry for calling them stupid if I offend anyone ;-). I can not find any nice clean small examples. I have copy pasted my code below. What I am tryin to do is set up an ATM program..For the life of me I can not understand my teacher or...

Part and Inventory Search

Back
Top