• Member Avatar for rch1231
    rch1231

    Replied To a Post in Researcher

    Ok two quick questions: 1. Can you ping IP addresses on the internet (i.e. ping 4.2.2.2)? 2. If you can ping addresses on the internet can you do nslookups to …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Cannot reach a foreign domain by email

    Hello, Hericles is probably correct but if your mail is getting through to everyone else you send to, then it could be that they tightened their email servers security, or …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How to set up VPN?

    JorgeM, It might need a internal static route but to be honest I did not think so. I am going to build a virtual network with GNS3 and check with …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Students Points and Division by Using Ms Access 2010

    Hello, You would use a desending sort and the LIMIT function to limit your output to the first 7 rows. select student_id, grade from grades order by grades desc limit …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How to set up VPN?

    Dani, As I see it your problem comes from the fact that both of the routers are using addresses in the 192.168.1.0/24 subnet. It would be easier to solve if …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Videos

    Hello, What video player are you using to view it. Try VLC if you don't have it already should by it properly and plays just about every thing.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Query to find duplicate records from database

    Hello, It depends on what you are trying to do. If you are trying to find out if there are duplicates and how many then this will work: select name, …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in MySQL corrupts database. on reboot

    Try starting your script like this instead: USE minecraft; DROP TABLE IF EXISTS `Users`; CREATE TABLE `Users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(40) NOT NULL, `password` varchar(512) NOT …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in can't write to csv error 13

    The question comes down to who owns the directory that you are trying to write the file into. In this case you want it to write the a directory under …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in MySQL corrupts database. on reboot

    I read that wrong and thought you were having trouble with the debian installation. But I still come back to how are you starting mysql. Make sure that you run …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in MySQL corrupts database. on reboot

    Hello, Based on what you are saying I believe the issue is with how you are starting mysql. You should be using the script which is normally in /etc/init.d to …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Tethering

    Hello, What you are looking for is called Internet Connection Sharing by Microsoft and requires that you have two network connections (one wired and one wireless for example). In windows …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in how can i make a php string and variable accessible by all php files

    Normally what you do for womething like this is to setup a php file with the variables in it you need for every php script (for example vars.php). Then in …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in can php and java script exchange data?

    Yes and you can include java in your php code.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Website so slow! Dns blame?!

    The web site is fine I would be willing to bet it is your internet connection. The site came all the way up on my system in less than 10 …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in operating system

    Hello, You don't have to install it if you just want to try it our there are several live CD's you can download. The Live CD will boot up in …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in laptop starts with no ram, huh?

    There are several ASUS laptops that have memory built in and a slot to add memory. I would go to their web site and look up the model number and …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in mysqld.exe encountered an error and needs to close

    Hello, Backup your data files for mysql and XAMPP and then uninstall XAMPP and then reinstall it.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in mysqld.exe encountered an error and needs to close

    reinstall mysql
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Why VLC not working in Fedora 20

    Works fine for me and I am running fedora 20 on my laptop. What happens?
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How should I get 12th subnet from this(190.0.0.0/20) IP address?

    Hello, Here is a site that gives good data on what you are looking for. [http://www.aelius.com/njh/subnet_sheet.html](http://www.aelius.com/njh/subnet_sheet.html)
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in select count query

    I think the issue is the || try this: WHERE s.Companyname='tester' and st.state='karnataka'
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in SQL Query Help

    Hello, Option 1 How about a little reverse logic and using a sub-query. Run a query that select all unique student id's that do have a course registration in the …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in yum error

    try just sudo yum update If there is a new version of yum it will be updated with the rest.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Wildcard Domain Search, available domains

    Hello, There is not really a list of available domain names because a domain name can be any combination of characters that you want. You could use abc123.com or aaaaaa.com …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in PXE-E61

    Hello, The PXE-E61 error is nothing to worry about. PXE is the Pre- eXecution Environment that can be used to boot your computer from the network to load the OS …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How to check if RAM disk is working?

    Hello, No matter what you do you are going to have to interact with the system in order to observe the activity. For Linux there is a great tool called …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in laptop shutting down automatically

    Hello, Based on your comments I would say it is heat related. I have had a few HP laptops over the last decade (Compaq and HP have always made a …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Custom laptop.

    Hello, That is like asking "How many people will the car hold?" Which car and which manufacturer and it depends on the car and the size of the people. On …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in String Manipulation

    Ok which OS linux or Windows (determines the shell you want to use) and I would use Perl it is designed for sting manipulation.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Getting duplicate key error: See log where the INSERT query error is

    Hello, Try INSERT IGNORE in place of INSERT and it will ignore the duplicate key errors.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in CDN on top of web servers

    I would suggest that you go with one of the established CDN services. Why rebuild teh network when they have one already. Edgecast and Amazon are just a couple of …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How to use LinSched

    Hello, Linux has built in scheduler called cron (or crontab) which you can find information on just about anywhere. man cron on any linux system shuld give you the basic …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Custom laptop.

    Hello, Your problem is going to be most laptops have the processor built in to the mother board and they do not normally have options for upgrading. I have seen …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in SQL Loader how to ignore/ skip single quote

    Hello, As I see it you have two choices: 1. You create a new csv file by substituting all of the single quotes with backslash single quote. If it is …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in my gateway laptop turns on but wont boot

    Hello, This is about like saying "My car won't start." It tells us nothing about what happens when you try to start the computer. Does it start to post? Do …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Network Requirements for Chat Room Application?

    Hello, I am not sure if I will get this right but here is what I believe they are trying to get you to consider. If you wanted to run …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Packard Bell

    Hello, Try the Acer web site as Packard Bell is a Dutch computer manufacturer and a subsidiary of Acer. They may have some docs. Probably an MS-Dos system able to …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in 2TB Hard Drive only shows 6KB

    Hello, One suggestion would be to go into the Computer BIOS setup and see if you can manually set the drive specs (heads, cyl, sectors) instead of using the AUTO …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How fully hide "echo"?

    Hello, The you need to redirect the output somewhere else which it looks like you are trying to do. Here is a link to a page that cover it very …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in double default gateway some intranet sites are not opening

    Hello, You probably need an entry in the hosts file (not lmhosts) it is a file in c:\windows\systems32\drivers\etc and it you edit it with notepad MAKE SURE YOU DON'T SAVE …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How fully hide "echo"?

    Hello, Try this instead: @echo off REM start of batch file echo BEFORE REM wait for them to press a key pause echo AFTER You will notice that the REM …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Understanding Partitions in Linux (Ubuntu) CCISS

    Hello, What you are seeing here are two partitions both on the first controller and the first disk. The device naming scheme is: /dev/cciss/c0d0 Controller 0, disk 0, whole device …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in apache root

    Like I said in the posting it would be added after the domain name http://<any domain on the server>/support Basically it says if you receive a domain name with /support …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in See what my.cnf MySQL Server 5.6 has loaded?

    MySql looks in a set of predefined locations. But you can specify the option file (that's how they call the config file) by using the --defaults-file parameter. Note this parameter …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in double default gateway some intranet sites are not opening

    Normally trying to have two gateways is a bad thing. The gateway s the portal through which the system is to send all traffic that it does not have on …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in apache root

    Depends on the version of Apache but this should work in all of them. You can create a configuration file in /etc/httpd/conf for the site your trying to access when …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Where statement with null and not null value

    Hello, I would take a look at a couple of things. First what type of field are you storing the date in? It should be a Date or Datetime field …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in WIN XP not connecting using FQDN only IP

    Hello, Then it has to be something in the browser. Either it is set for a proxy server or you don't have the LAN connection setup under Internet Options. By …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in WIN XP not connecting using FQDN only IP

    I would check to see if you can ping your DNS servers. You can also view all of the Network settings with ipconfig. You said you can get to sites …

The End.