Sponsored Content
Top Forums Web Development Helpful Tip: Forcing Google to www.google.com Post 302271612 by Neo on Friday 26th of December 2008 04:44:34 PM
Old 12-26-2008
Helpful Tip: Forcing Google to www.google.com

Helpful Tip!

Sometimes when we are in another country, Google redirects our request for
Code:
www.google.com

to:
Code:
www.google.co.in

or to:
Code:
www.google.co.th

If you want to force Google to go to the US site, use:

Code:
www.google.com/webhp

 

4 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

note to google!!!

dear google, i knew somewhat about the remote part on the telnet issue but refrained from using the term incase i confused epic.admin even more than I was worried about.. i would like to know if this was a seious issue with you since a couple of people have been sited for wrong information... in... (2 Replies)
Discussion started by: moxxx68
2 Replies

2. News, Links, Events and Announcements

Personalized Google

FYI: If you use the new Personalized Google search page, you can add UNIX.COM to the page by adding one or more UNIX.COM RSS link: https://www.unix.com/external.php?forumids= (and forumid for a specific forum if you want). See: https://www.google.com/accounts/ManageAccount (0 Replies)
Discussion started by: Neo
0 Replies

3. UNIX for Dummies Questions & Answers

GooOS by google

I hear that google is making a linux based OS called GooOS is this true? (4 Replies)
Discussion started by: thunderfastfox
4 Replies

4. What is on Your Mind?

Google Plus (+)

As we all know, Google has finally launched its next Apps in social networking. What you people think about its competition with other Social networking Apps (specially facebook)? A poll is also added. (23 Replies)
Discussion started by: clx
23 Replies
pactester(1)															      pactester(1)

NAME
pactester - Tool to test proxy auto-config (pac) files. SYNOPSIS
pactester <-p pacfile> <-u url> [-h host] [-c client_ip] [-e] pactester <-p pacfile> <-f urlslist> [-c client_ip] [-e] DESCRIPTION
pactester is a tool to test proxy auto-config (pac) files. It returns the proxy config string for the given URL and the pac file. pactester uses pacparser C library for most of its functionality. OPTIONS
-p pacfile PAC file to test. Specify "-" to read from the standard input. -u url URL to test the PAC file for. -h host Host part of the URL. If not specified, it's determined from the URL. -c client_ip Client's IP address (as returned by the function myIpAddress() in PAC files). If not specified, it defaults to the IP address of the machine on which this tool is running. -e Enable Microsoft PAC extensions (dnsResolveEx, myIpAddressEx, isResolvableEx). -f urlslist A file containing the list of URLs to be tested. This is good for testing a PAC file against a set of URLs. EXAMPLES
To find out the proxy config string for the pac file "wpad.dat" and the URL "http://www.google.com": $ pactester -p wpad.dat -u http://www.google.com For a client with IP address 10.0.12.123: $ pactester -p wpad.dat -c 10.0.12.123 -u http://www.google.com For a pac file hosted at http://wpad/wpad.dat: $ curl -s http://wpad/wpad.dat | pactester -p - -u http://google.com BUGS
If you have come across a bug in pactester, please submit a bug report at http://code.google.com/p/pacparser/issues/list. AUTHOR
Written by Manu Garg (http://www.manugarg.com). RESOURCES
Homepage: http://code.google.com/p/pacparser. pactester(1)
All times are GMT -4. The time now is 02:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy