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 Chriss Miller 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: jisoo22
  • Content: Threads
  • Order by date
  1. jisoo22

    How to activate ACPI

    Hello all, I'm running the new Fedora (aka RedHat 9). I discovered that ACPI is off by default, hence I always have to push the power button to completely turn off the computer at shut down. My understanding is that if ACPI is on, then the computer will turn itself off on shut down. If this...
  2. jisoo22

    Apache Not Starting Up

    Hello all, I'm having problems with my Apache server. I recently moved to Fedora from Red Hat 9.0, and it seems that Apache will not start up as a service during boot. When trying to start it manually, I get this message: Starting httpd: Syntax error on line 127 of...
  3. jisoo22

    How to make Postgresql start up with Linux Boot

    Hello all, I just moved my system to the new Fedora OS (although it's almost exactly the same as Red Hat 9.0). Postgresql does not seem to start up with the OS bootup. Does anyone know how to do this? I'm only finding partial instructions on the web =P I'm pretty new at configuring Linux...
  4. jisoo22

    Recommended Webcams?

    Hello all! I'm in the market for a new webcam and I wanted to ask everyone if they had any good recommendations. The last webcam I used was a Logitech Quickcam Express. It was a decent cam but my peeves were that it didn't handle low light conditions very well. I saw the Quickcam Pro 4000...
  5. jisoo22

    postgres.conf file missing!

    Hello all, I'm moving from RedHat 9 to the new Fedora and I was trying to configure Postgres's settings when I realized that there is no postgres.conf file. I looked in the usual place (/var/lib/pgsql/data) but that folder is empty. I know for a fact that Postgres was installed because I had...
  6. jisoo22

    No picture from TV-OUT on Laptop?

    Hello all, I'm having a peculiar problem with a laptop. It's a Dell Inspiron 8000 running a PIII processor, 192MB RAM, and Windows 2k Pro. The video card is an ATI Mobility 128 (appropriate drivers installed). The problem is that when I use the S-Video output, I don't get a picture from any...
  7. jisoo22

    Ibook - OS 10.2 Install Problem

    Hello all, I'm trying to upgrade an Ibook (silver/white version) to OS 10.2. The problem is that once it finishes installing and restarts, the Ibook locks up at the silver w/white apple splash screen. Subsequent reinstalls give the same thing. However, reinstalling OS 9.2.2 poses no...
  8. jisoo22

    Help on a multiple table query

    Hello all, I'm having trouble on a select statement I'm executing with two tables. Basically I'm trying to count how many instances an id number appears in a table. The first and most important query I need to execute to do this looks like this: $session_part_query = pg_Query($conn...
  9. jisoo22

    Laptops for Linux?

    Hello all, Can anyone make a good recommendation for a laptop that will take a recent distro of linux? Doesn't matter if it's an older model or a new one, I'm looking to put Mandrake or Red Hat/Fedora onto it. Preferably the laptop would weigh less then 7 lbs. That's really my only...
  10. jisoo22

    Keyboard Problem with GVC MB

    Hello all, I'm having a strange problem which I'm having trouble pin-pointing the source from. I installed a used GVC ar862 motherboard with a 1GHz Duron and 128 MB PC133. The machine just has those and a video card and it POSTs, but for some reason it will not allow me to use the keyboard...
  11. jisoo22

    Question about arrays

    Hello everyone! I have a question about arrays. I was generally under the assumptiong that you could call a method from an object that's stored in an array directly, for instance as follows: stuff s[]; s = new stuff[3]; //Assuming the 's' class object has a get method s[1].get(); I have...
  12. jisoo22

    String Tokenizer Problem

    Hello all, I have a slight issue with the String Tokenizer class. Here's what I have, I'm parsing a text file like so: 10 9 7 6 8 9 11 4 13 A few rows of 3 numbers each. I have the string tokenizer running and it picks up the first two numbers in each row but I always get a zero for the...
  13. jisoo22

    Trouble instantiating a class object

    Hello all, I think I need another pair of eyes for this because I just don't see why the error is coming up. Here's the setup...I have a driver class that initiated the whole process. There are 4 other java files in a package. One java file in that package basically runs the show by doing...
  14. jisoo22

    Print function for PHP?

    Hello all, Does anyone know if there is a print function for PHP? I'm trying to put a print button on my PHP page so clients can print the entire page from their own computers. I know javascript has such a thing but haven't seen any for PHP. Thanks, Jisoo22
  15. jisoo22

    Linux compatibility on SCSI card

    Hi all, Does anyone know if this Adaptec SCSI card (model: AHA-2940U2W) is compatible with RH8? I can't seem to find any info about that. http://www.adaptec.com/worldwide/support/suppdetail.html?sess=no&language=English+US&prodkey=AHA-2940U2W Thanks, Jisoo22
  16. jisoo22

    Redhat 8 and Screensaver

    Hello all, Does anyone know how to disable the screensaver in Redhat Linux 8? Either GUI or command-line methods would be great. Thanks, Jisoo22
  17. jisoo22

    DNS Issue with Speedstream Router

    Hello all, I have a slight problem that I hope someone will be able to help me resolve. I have a Speedstream (aka Efficient Networks) SS2624 wireless router with 4 port switch. I have two Windows XP Pro boxes connected via the switch. Both boxes are configured with static IPs. Here's the...
  18. jisoo22

    How to remove form elements by date restriction?

    Hello all, Can anyone show me how I can remove form elements like select menus from a webpage based on a deadline date? For example, someone can choose whatever item they like from a drop-down select mention until August 21st. When August first rolls around, they are automatically removed (I...
  19. jisoo22

    Button question

    Hello all, I have sort of an interesting thing I'm trying to do. I have three generic form buttons and I want to make it so that when you push one button, it stays depressed. But I also want it so that when you push another button, the original button pops back up...so that only one button...
  20. jisoo22

    Resource ID error?

    Hello all, I'm running PHP and postgresql and have run into a little problem with a select statement. By all accounts it should work beause I don't see any errors but perhaps someone else can point out something. Here's the code: $get_disc_name = "SELECT t0.discipline_name FROM...

Part and Inventory Search

Back
Top