Patching Google Search engine/application in Unix.


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Patching Google Search engine/application in Unix.
# 1  
Old 02-09-2012
Data Patching Google Search engine/application in Unix.

Hi Unix Gurus,

In my Co. we have intranet site hosted on Unix box. In Explorer there is a text box for searching information on internet. By default it is using Google Custom Search. This search engine is little old one. Now I want to patch this search engine with latest patch. If any one know the procedure please let me know in details. As I am now to this kind of activity.

Can we combine two patches into a single and execute in a batch process?

Please let me know ASAP. It is urgent please

Thank you in advance.
Sri Ram

Last edited by zxmaus; 02-11-2012 at 06:34 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

YouTube: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search

Getting a bit more comfortable making quick YT videos in 4K, here is: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search Console https://youtu.be/I6b9T2qcqFo (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

Search Results for the UNIX keyword - Google, Bing, DuckDuckGo

Some search results for the keyword "unix" searches: DuckDuckGo #1 https://www.unix.com/members/1-albums215-picture1254.png Bing #2 https://www.unix.com/members/1-albums215-picture1253.png Google #15 (page 2) https://www.unix.com/members/1-albums215-picture1252.png (1 Reply)
Discussion started by: Neo
1 Replies

3. What is on Your Mind?

UNIX.com is getting crushed in google search these days

For over a decade, unix.com has been in the top tier for search referrals. The keyword "unix" used to rank #4, and when it was down, it was #9. At times, we were close to #2 on Google for the "unix" keyword. Now, in some geos (in the US for example yesterday), in Google search the "unix"... (28 Replies)
Discussion started by: Neo
28 Replies

4. Homework & Coursework Questions

About search engine in unix

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: How to create a search engine in unix using commands?...Atleast guidelines to craete this search engine...Thank... (1 Reply)
Discussion started by: Sindhu R
1 Replies

5. Shell Programming and Scripting

About search engine in unix

Hello, How to create a search engine in unix using commands?...Atleast guidelines to craete this search engine...Thank you in advance. (10 Replies)
Discussion started by: Sindhu R
10 Replies

6. Web Development

Search Engine Optimization (SEO) - Google v. Yahoo.

Over 95 percent of our web site traffic somes from Google search referrals, and less than 1 percent from Yahoo search referrals. We submit site maps daily to both Yahoo and Google. Any idea why Google is so strong and Yahoo is so weak? (7 Replies)
Discussion started by: Neo
7 Replies
Login or Register to Ask a Question
WWW::Search::AltaVista::News(3pm)			User Contributed Perl Documentation			 WWW::Search::AltaVista::News(3pm)

NAME
WWW::Search::AltaVista::News - class for Alta Vista news searching SYNOPSIS
require WWW::Search; $search = new WWW::Search('AltaVista::News'); DESCRIPTION
This class implements the AltaVista news search (specializing AltaVista and WWW::Search). It handles making and interpreting AltaVista news searches http://www.altavista.com. Details of AltaVista can be found at WWW::Search::AltaVista. This class exports no public interface; all interaction should be done through WWW::Search objects. METHODS
native_setup_search (private) This method does the heavy-lifting after native_query() is called. parse_tree This method parses the HTML of the search results. AUTHOR
"WWW::Search" is written by John Heidemann, <johnh@isi.edu>. COPYRIGHT
Copyright (c) 1996 University of Southern California. All rights reserved. Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of Southern California, Information Sciences Institute. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.12.4 2011-11-02 WWW::Search::AltaVista::News(3pm)