1,073 Posted Topics
Re: First thing I can think of is to make sure that your wireless transmitters are located at least 6 feet above the ground floor. Wireless uses a very high frequency and will interfere with it's self if the transmitters are near the floor. | |
Re: Check your netmask and gateway settings. Can you provide the IP setup (IP address, Netmask, gateway) for both? I cna tell you more with that info. | |
Re: Hello, I think what you are looking for is a way to calculate today plus or minus X number of days. If so this should help: If you have a reference date and want to calculate another date from it that differs by a known interval, the problem generally can … | |
Re: Hello, Ok without looking at it here is what I can think of. The first thing I can think of is to check the power switch and reset switch connections from the front panel and make sure they are on the right pair of pins. Next, did you ever run … | |
Re: Ok try this. Before you do anything remember it could be a blown network card and if you have another one handy replace the card. But if not... Uninstall the device from device manager. Power the computer off and pull the plug. Wait for at least a minute plug the … | |
Re: [QUOTE=oA9999;1163005]IT Prof. please help me..! I have encountered a problem regarding my ANTI-VIRUS... My Anti-virus is "AVIRA", and it keeps detecting a Virus that is said to be a "BACKDOOR"... It infected the explorer.exe. Whenever I open any folder, it will appear...And also if I will Move it to quarantine, … | |
Re: Hello, Just a few ideas off the top of my head. Do they show up under Disk Manager (Control Panel, Administrative tools, Computer Management)? Do they show up in the Computer setup (CMOS) and is the controller for them enabled? You can try the procedure at the following link to … | |
Re: Hello, First the security problem... Do you realize that by adding apache to the sudoers file you are giving any user from the web rights to be root on your server? The sudo problem... Sudo normally prompts for the users password the first time it is run for that user … | |
Re: Try right clicking the file and selecting Extract. Usually they will extract just fine without being executed. Also try replacing all but the last period with underscore (_) and see if that fixes it. Right click on the file and select properties. Then look at the lines "Type of File" … | |
Re: Hello, Your problem is you are really trying to do two different queries and get the results in one output. To do that you need to run the selects separately and then use UNION to merge the results. Something like: [CODE] SELECT * FROM table1 INNER JOIN table2 ON table1.ID … | |
Re: I looked at the code at the URL listed and the problem is on line 8 there is no closing ` on the variable name: [CODE] `sizelimit BIGINT, [/CODE] The other problem you are going to run into is that you are using reserved words (variable types ) as field … | |
Re: Hello, The best advice is "Look at the logs". Check and see what your httpd access and error logs show for the request. That will point you in the right direction to solve it. | |
Re: [QUOTE=mlook;1162516]hi can you help me with this i have a network of 3 routers he number of hosts on each network Net1 60 Net2 90 Net3 60 Net4 30 Net5 60 Net6 128 there are 6 Pcs how can i calculate the subnet mask and knowing the subnet ,default getway,,,[/QUOTE] … | |
Re: Hello, You problem is you need an AS entry to rename the variables. Try this: [CODE]select team , sum(points) from ( select hometeam as team, sum(homepoints) as points from fixtures where competitionname = 'prem' group by hometeam union select awayteam as team, sum(awaypoints) as points from fixtures where competitionname = … | |
Re: [QUOTE=BobLewiston;1163581]A while back someone suggested having, as part of your antimalware arsenal, some app that could be installed on a flash drive which could supposedly detect any spyware / malware on whatever computer the flash drive was plugged into. (I think the app was DOS-based, and it could work even … | |
Re: Try Malware Bytes at the following locaton. Does a good job of removing spyware. [url]http://www.malwarebytes.org/[/url] | |
Re: Hello, Check and see if "NWLink IPX/SPX, NetBIOS.... " protocol is installed under the properties of the Network card. If not then install it and reboot. | |
Re: Hello, What you need to use is CONCAT to merge the information as you put it into the field. Something like: [CODE] INSERT INTO newtable ( ID, newfield, otherfield ) select ID, CONCAT('Location_or_Path' , oldtable.oldfield ), otherfield FROM oldtable [/CODE] | |
Re: Hello, You need to install net framework. Free download from Microsoft or should be on your SQL server disk. | |
Re: Hello, Try hooking up an external monitor and see if it works. Most HP laptops have a key sequence to switch to an external monitor. Usually <Fn> <F4> but could be different. Does it show hard drive activivty? | |
Re: I had a similar problem last week and i had to turn off the internal SATA controller in the BIOS to get it to work properly even though it was a sata HD. | |
Re: The results will be based on where you are connecting to for the test. Try [url]http://speakeasy.net/speedtest[/url] It will give you options for various major cities. Try one close and one far away. Remember the packets still have to compete with all of the other traffic on the internet. | |
Re: Hello, Can you connect with the wireless not far from the router without the cable? It may be that your router has security options and you need the security key. Check in your routers settings and see if there is a WEP key or tell us what options are selected … | |
Re: Look into BartPE. It will let you make a windows installation using your current configuration. | |
Re: Check and see if you have option 'Allow Indexing Service to index this drive for faster file searching' set for the external drive (under properties for the drive). If the system is trying to index the files it would keep it busy for a while. Make sure you don't have … | |
Re: [QUOTE=fungurudel;1143943]If you are looking to host hundreds of small websites out of which most of them are static, then which would u consider as your server Intel Xeon 3040 (Dual Core) 1 GB DDR Memory 250 GB Hard Drive 1,500 GB Bandwidth or Intel Xeon 3110 (Dual Core) 4 GB … | |
Re: Didi you try the <F8> when booting and go back to last known good configuration? | |
Re: I think the one question the everyone has been missing is which filesystem is it saying needs to have the fsck run? Check the /etc/fstab file and see what partitions you are mounting and make sure that you run fsck on all of them. ![]() | |
Re: Hello, You need a boot disk that will allow you to remove the virus. You can download a copy of the Ultimate boot CD for windows from my server at [url]httP://txlinux.com/UBCD4WinBuilder.iso[/url] Download the file and then burn it to a CD and bott from the CD on your son's system. … | |
Re: [QUOTE=stevieup;1138531]I just recently found out that I need a secure tunnel client in order to access an API, OK. Then while researching I find way too much conflicting info about what it is exactly. Could someone shed some light? Is it a subscription? Does it live in my PC or … | |
Re: Hello, Replace the power supply. I have seen this before on Dell's and they have detected a problem with the power supply and will not boot till replaced. | |
Re: Hello, 1) I am not sure what you are asking on question 1 unless it is why to you set a primary key to Auto Increment. The answer is so the system will assign the next available integer to the field when the other fields are populated. Auto Increment (Number/Currency … | |
![]() | Re: Hello, Try giving it a fixed address in the upper part of your normal DHCP range. You need to check one of your other computers to see what range your router is using for DHCP. For example if it is a Linksys Router set the following for your network address … |
Re: Check out qmail toaster. I use it on several servers that I manage and it is pretty secure. They have step by step instructions and shell scripts to do the work for you for several distributions (CentOS, Fedora, Debian, suse, etc.) and even talk you through the initial OS installation. … | |
Re: Add a switch or hub instead of a router. They are cheaper than a router or if you already have a router there may be an option to turn off the router and make it a dumb switch. If not then you need to plug the line coming from the … | |
Re: Hello, Your problem is you need a driver for the RAID card for XP. Server 2003 has several built in but XP does not. Download one from the RAID card MFG's web site and put it on a floppy disk (yes a floppy, XP will only loook at a floppy … | |
Re: [QUOTE=panagos;1103283]i have 2 tables: category, location. i create the tables: [CODE]create database tourist; grant all on tourist.* to dbuser; use tourist; create table category(id integer NOT NULL AUTO_INCREMENT,season varchar(20),num_summer integer,num_winter integer,PRIMARY KEY(id)); create table location(code integer NOT NULL AUTO_INCREMENT,town varchar(20),hotel varchar(20),price integer,star integer,media varchar(70),PRIMARY KEY(code)); [/CODE] i want now to … | |
Re: Try cleaning out your temporary internet files and the cache. Here is a Microsoft site that tells you how... [url]http://support.microsoft.com/kb/260897[/url] | |
Re: Hello, Go to control panel and then 'Add remove programs' and see if it is listed. If so use the option to change remove and get rid of it. if not the get CCCleaner (free ware) and use the uninstall option then clean the registry. | |
Re: To connect two ether net ports you either have to have a hub (or switch) or have a cross connect cable. Once you have that look into ICS (Internet connection sharing ) under windows for how to route the xbox through your wirerless. | |
Re: Looking at the settings you have I believe I see the problem. I also have godaddy and it can be confusing as to what you should put where. You need to point mail.frostcity.com to frostcity.com instead of smtp.frostcity and pop.frostcity.com or change the entries for smtp and pop to point … | |
Re: Disconnect all peripherals (HD, CD-ROM, etc ) and remove all expansion cards then try again. Double check the connections from the front panel to the mother board and make sure the power switch is connected to the right set of jumpers. | |
Re: I am just curious why you don't simply use a ServerAlias entry in the hpptd.conf file like most sites: [CODE] <VirtualHost *:80> ServerAdmin webmaster@txlinux.com DocumentRoot /var/www/html/txlinux.com ServerName txlinux.com ServerAlias www.txlinux.com ErrorLog logs/txlinux.com-error_log CustomLog logs/txlinux.com-access_log common </VirtualHost> [/CODE] | |
Re: Check to see if you have the server and not just the client installed. yum list | grep mysql will list all of the packages and you can see what is installed. My centOS 5 systems listed the following: [root@srvr3 ~]# yum list | grep mysql mysql.i386 5.0.77-4.el5_4.1 installed mysql.x86_64 … | |
Re: The domain does not resolve at the moment and that may be the problem. When I tried to see where the domain was registered I got: whois jdomain.co.uk [Querying whois.nic.uk] [whois.nic.uk] No match for "jdomain.co.uk". This domain name has not been registered. | |
![]() | Re: The table name and fields that have spaces in the name must be inclosed in single quotes: [CODE] INSERT INTO 'employee record'('Employee ID', 'Employee type', 'First Name', 'Last name', 'Farm location', 'Farm type') VALUES('34', 'caretaker', 'Michael', 'Hipolito', 'lara', 'nursery' ) [/CODE] ![]() |
Re: Check to see if you have a domain DNS server designated and if it is working. From command prompt try: nslookup google.com you should get a sresposnse saying something like this: C:\Users\Rodney>nslookup google.com Server: dns-cac-lb-01.rr.com Address: 209.18.47.61 Non-authoritative answer: Name: google.com Addresses: 74.125.47.105 74.125.47.106 74.125.47.147 74.125.47.99 74.125.47.103 74.125.47.104 the first … | |
Re: Hello, It really depends on what you are setting the variable for. If it is for this session you can use something like this to set the variable TESTVAR equal to Hello and export it to your current shell: [root@srvr3 ~]# TESTVAR="Hello"; export $TESTVAR [root@srvr3 ~]# echo $TESTVAR echo $TESTVAR … | |
Re: Hello, As the system is booting use the <F8> key to get to the windows startup options and select VGA mode. It will load the VGA driver and let you get back into the system to repair the regular driver. |
The End.