1,073 Posted Topics
Re: Hello, Check and see if the CPU cooling fan is working properly. You should feel air coming out of one of the vents on the back. In most cases you can look through the bottom of the case and see the fan and tell if it is spinning. If it … | |
Re: Hello, I suggest checking two things: 1. Check the CMOS jumper on the mother board and make sure it is not on the RESET or CLEAR CMOS setting. Normally jumpering pins 1 - 2 is for normal operation and 2 - 3 is to clear the CMOS which is where … | |
Re: [QUOTE=patelrg;1108202]Hello, I don't know exactly why, but all of a sudden, my computer shows at the bottom right of the screen that it is not connected to the internet. However, it is connected to the network and the internet. This is odd and I would like it to be fixed. … | |
Re: Hello, If it shows up in Disk Manager then it is probably working ok. Based on what you have posted I would be willing to bet it is simply that the old drive was labeled as c: and there is already a drive c: (your new HD). At the bottom … | |
Re: Well said and I could not agree more. | |
Re: Ouch. If memory server me correctly there is a virus that creates this type of loop. Try booting in safe mode and see if you can get past it. If not try booting with something like the "Ultimate boot CD for windows" and run the virus checker. | |
Re: Any of the books published by O'Reilly. The have a great book on shell scripting and and other one specifically on awk and sed. Classic Shell scripting will give you a good introduction to awk and sed and many others. | |
Re: Well the first question is what errors are you trying to analyze (httpd, login, email, etc.)? Then what do you want to look for and what do you want the script to do with errors it finds (email them to you, post to a file, etc.)? | |
Re: Personally if it was me I would go get a utility containing the Linux find application. It will search a directory structure for files and/or directories that: Have a name like, were created x days ago, were last accessed x days ago, and then exec a command on that found … | |
Re: Clear the CMOS. Find the jumper and reset it then see if it posts. | |
Re: Hello, It might depend on the version but normally if you dump a specific database it does not include the USE statement. [CODE] mysqldump my_cool_db -u root -p > mysqldumpfile.sql [/CODE] Or you could set up a script that will create individual dumps for databases who's names are listed in … | |
Re: distro is short for Distribution and also referred to as the "Flavor". The source code is Public license so it can be customized for specific purposes. check out this link for a better discussion and answer. [url]http://en.wikipedia.org/wiki/Linux_distro[/url] | |
Re: [QUOTE=veledrom;1074982]Hi, Let's say I am opening my start up company and don't want to spend money on software. I have 2 questions for you who has experince in Linux. 1. I need a Linux server machine with GUI which should be Linux ... ? I heared that SUSE is good … | |
Re: Check the power supply is connected and supplying power. Most laptops have a led somewhere to indicate that it is 1) getting power and 2) charging the battery. If nothing else check the output of the power supply with a volt meter. | |
Re: I would suggest removing and re-seating the ram. When it crashes do you get any type of error message. | |
Re: First I would check the BIOS setup and see what it is seeing. If the BIOS setup (CMOS) is seeing the CD ROM and other items then look for an option to "Reset Configuration data" in the section that has the PCI IRQ settings and set it to YES. When … | |
Re: Did it by any chance over heat? Laptops are not well vented and if you do not leave the vents uncovered then they will overheat and shutdown. It takes a wile for the to cool off. Also check and see if the fan for the CPU is working. You should … | |
Re: I would say bring the resolution down to something more reasonable. Just because the monitor will work at that high a resolution does not mean you have to use it. The reason the game runs slow is there is not enough memory on the video card to keep up with … | |
Re: DO the LED lights light up showing it to have power and charging? If so then it should run even without the battery. does it do anything when you press the power button? | |
Re: The last post is correct. If the array was working off of a separate controller card then move the card with the drives. IF not you will need to find a motherboard with the same RAID chip set as your dead system and if possible the same BIOS version. RAID … | |
Re: If it is actually shutting down or powering off then check to see if there is a heat problem. Could be a dead CPU fan, or the fan on the power supply is out. Systems rarely just shut off with out good reason. When it is running check the fan … | |
Re: Well if you want to run a secure mail server that once installed is easy to run take a look at the qmail toaster site. There are step by step instructions for fedora and other distributions. It takes a little time to set up but once your done you will … | |
Re: baki100 was right, the best way to update multiple table is with a procedure. Procedures allow you to use multiple MySQL statements separated by a ;. You can pass fields into a procedure and will probably need to declare some variables to hold data temporarily. below is a sample of … |
The End.