1,073 Posted Topics
Re: Hello, You could always try nmap to see what ports are open on the router. Netgears usually have a built in web server for configuration and you just put the IP address of the router in your browser. | |
Re: Hello, Without writing the code for you basically what you need to do is add a section of code that looks for a record with the image name. If it returns a row then there is an image and show error if not continue processing. $unique_id = $dbh->quote($_GET['unique_id']); $sth = … | |
![]() | Re: Hello, It sounds like it is not recognising the SSD drive initally during the boot. Check in your bios and see if there is an option to add a delay during the boot (usually something about F9 delay if I remember correctly) and add in a 5 sec delay to … ![]() |
Re: Hello what you are missing is the Chipset driver (motherboard Intel or AMD based). Without it the OS cannot talk properly to the system bus, memory controllers and devices built into the mother board. Once you install it you need may need to reinstall network and audio devices but you … | |
Re: Hello, The only thing I can think of is to make sure that the Windows print spooler is loaded on Windows 7 and make sure that it is set to spool instead of print sraight to the device. Without the spooler it would send straight to the printer and possibly … | |
Re: Hello, I am fuessing that you are running Windows, so based on that would check your windows installation files by using your installation DVD and letting it check the system. You said you changed mother boards if I am reading it correctly so I would go to device manager and … | |
Re: I suggest that you go ahead and let it get an address from the dhcp server on your system and confirm the subnet your router/dhcp server is using with ifconfig. What you are probably running into is that the dhcp server gives addresses based on the first number in the … | |
Re: Hello, Pritaeas is correct about the index and you will need to change the insert statement and add IGNORE to cause mysql to ignore the errors when the insert fails due to duplicates. `INSERT IGNORE INTO person_tbl(person_name,person_status,creation_time,modified_time) VALUES ('$person',$status,$ctime,$mtime)` | |
Re: Yes 1-31/4 would run on the 1st and every 4 days after that (so it would run the 1st, 5th, 9th, 13th, etc.) | |
Re: Hello, OK time for some basic trouble shooting. Open a command prompt (start, accessories, command prompt). At the prompt type: ping 4.2.2.2 If you get a response back then you are connected to the internet ok. If not then you probably have a firewall or router issue. Try re-booting your … | |
Re: Hello, Which version of windows and do you have either your install CD/DVD? | |
Re: What OS are you running? Is the adapter set in the bios to use the built in adapter or an add on in a specific port? | |
Re: You would have to log in to the server via ssh and issue the command as the mysql root user. I would contact the hosting company and tell them you are getting the error and have them look into it. | |
Re: Hello, Google HP Support and look for a web site that actually points to hp. From there you can put in the information about the printer and will be prompted for the version of Windows on your computer. [http://www8.hp.com/us/en/drivers.html](http://www8.hp.com/us/en/drivers.html) | |
Re: Hello, It depends some laptops will not run without the battery. Have you checked to see if the charging light comes on with the battery in the laptop and plugged in? One of the easiest areas to damage on a laptop is where the power adapter is connected to the … | |
Re: If you set the printer up wireless then if will have an ipaddress on your network and your laptop should see it on the network. You do not need the USB cable. That is only if you don't use the network connection. | |
Re: Not much you can do if it is out of warranty but they are available on ebay for around $30-$40. | |
Re: Hello, I would say check your charger or if anybody you know has a gateway with the same charger try it on your laptop. Most chargers have a light on the charger that shows they are working and a light on the laptop that shows they are charging. If the … | |
Re: Hello, I happen to be a big fan of SQL's capability to do a auery within a query (somtimes called sub-queries). This give you the ability to generate a sub set of data and then query it, Kind of like generating a temp table but for small sets of data. … | |
Re: Hello, You have to treat them as two separate conditions and you need to code for capitalization like this: WHERE StudentNames LIKE 'joh%' and (StudentNames LIKE '%smi%' or StudentNames LIKE '%Smi%') | |
Re: Hello, A lot is going to depend on what OS you are going too run the interface on. Is it supposed to run from a browser, or as an appon a windows workstation or what? | |
Re: Hello, Sounds like standard US 101 keyboard. The box should give you some data on the keyboard type. What makes you think it is not working? | |
Re: A couple of things you have to determine first such as how far down the tree are you going to go. Meaning Is there a maximun munber of reporting levels that you intend to display in the result (such as up to 5 levels deep or 18 reports to 22 … | |
Re: I usually go for the subquery version and I believe this will work: update table2 set total score = (select sum(score) from table1 where table1.id = table2.id) | |
Re: php is designed for what you are trying to do and works well with mysql and there are multiple examples and applications to help with the design. | |
Re: Hello, You probably need to make sure that IPv4 is enabled under the Properties for the Network card especially if you are connecting to an older router or modem. Many of them are not configured for IPv6. Under Device manager do you see a heading for Network and is there … | |
Re: Here is a package that I use for tracking service tickets and services that I have found to be pretty good and it is free under the GNU license. SIT or Support Incident Tracker. Has the ability to setup most if not all of what you are asking for and … | |
Re: Hello, if you have access to all of the systems with a domain login it is really easy. Windows OS You can use powershell to get systems information from other Windows systems. This will depend on what OS is on the systems and can be tricky. This is what I … | |
Re: Hello, The quote mark around value is the wrong type of qoute. The instructions say for every entry in the fruit table which means that you should run the query from the fruit table and lookup data from the inventory table. And since you are using a join it is … | |
Re: I would check and see if you can see the partitions. fdisk -l and if you are running adaptec cotrollers your should be able to query the controller for information: /usr/Storman/arcconf getconfig 1 | |
Re: Excel will save files as a .CSV (Comma Separated Values) and MySQL will import a .CSV easily. I would recommend that you first import your data files then update other tables using the tables you imported. Normally I drop the tables and re-create them prior to each import to prevent … | |
Re: Hello, The easiest method is to enclose what you are looking for in quotes and the only charactor you have to escape is the backslash (because of the history command). For example you could run the following which would find all of the files in the /bin directory that use … | |
Re: Clife, Below is a link to a sight that explains why Ubuntu changed the default shell from bash to dash. [https://wiki.ubuntu.com/DashAsBinSh](https://wiki.ubuntu.com/DashAsBinSh) | |
Re: A couple of possibilities come to mind: Could be over heating. If the CPU Fan gets clogged or has something covering the intake the laptop will shutdown to prevent you from burning out the CPU. Check to fell if you have some sort of air flow out of the vents … | |
Re: Yes it is possible because of a couple of things. If it is a Dell and is set for OS install mode in the bios. It decreases the available ram to 256MB. IF you have two ram chips and one is either the wrong speed, bad or a different speed. | |
Re: Do you get any messages on the screen at all? Can you get to the BIOS setup screen? | |
Re: Hellop, It is hard to tell with out all of the code but I am guessing that line 90 in your error messages is line 14 above. Do you initialize $size anywhere with something like: my $size = 0; | |
Re: Hello, Your going to need to uninstall SQL Server, clean out the registry entries for SQL server and then reinstall it to correct the issue. | |
Re: Hello, What are you talking about when you say you want to align your partition? You do realize that if you change a partition size on the fly that you could lose everything on that partition. Yes there are programs that will do it but it is not a good … | |
Re: Hello, What you need to do is create a couple of sub queries and then combine them for the final answer. Here is an example from the OReilly MySQL Cookbook that does something like what you want. The percentages represent the ratio of each driver's miles to the total miles … | |
Re: Hello, In order to help we will need three things: A listing of the shell script with the permissions on the file. A listing of the code in the file. The actual command line you are using to call the script. | |
Re: Hello, OK a couple of things. Using PHP to do your backups is a bad idea because the only files that PHP can access are the files that a web user can access and that is why your backup is smaller that the actual directory structure. And this script isdesigned … | |
Re: Hello, What you need is a router instead of a switch. A simple 4 port router will have a WAN connection that you can connect to the WiMAX and 4 LAN ports that you can connect everything else to. You can then put the other static devices on the LAN … | |
Re: Hello, You would have to have the same host entry on the client also or use the IP address of the server. | |
Re: Hello, Looks like BIOSTAR site says that you have to have the latest BIOS update before that board will work with the processor you listed. Does not really say how you can get to that BIOS. [BIOSTAR TPOWER X79](http://www.biostar.com.tw/app/en/mb/introduction.php?S_ID=567#cpu) *In order to support IVY Bridge-E CPU, customer need to upgrade … | |
Re: Hello, If this is a windows XP systems you have to add the IPS/SPX protocol to the network device under properties. Also check the windows firewall and temporarally turn it off till after you connect to the other system the first time it will see them after that. | |
Re: Hello, The best advice I can give you is to make two lists. Reasons to take the Job and Reasons not to take the Job. Your subconscience will help you make what you really want to do the longer list. And also consider what the company you interviewed with produces … | |
Re: Hello, Unless I am mistaken the issue is with the Home Premium version of Windows 7. It is only designed to see computers in a Homegroup and does not support other networks or domains. Below is a link to the Microsoft page that shows the capabilities of each version of … | |
Re: Hello, The first thing to do is to run the command and see what the output is. When I run the following on my system I get the 0 you are looking for: [rod@hpsrvr ~]$ /bin/ps -ef | grep ScriptXYZ.sh | grep -v grep | wc -l 0 There is … | |
Re: So there is no user called garrett with Host = localhost but it could be in there another way (i.e. garrett@%). Try just this and see what you get: select * from mysql.user where User = 'garrett'; If you still get 0 rows then he does not exist. To add … |
The End.