Monday, July 18, 2011

Some Secrets to my google-FU

Here are some of the secrets to my Google-FU
  • Phrase search ("")
    By putting double quotes around a set of words, you are telling Google to consider the exact words in that exact order without any change. Google already uses the order and the fact that the words are together as a very strong signal and will stray from it only for a good reason, so quotes are usually unnecessary. By insisting on phrase search you might be missing good results accidentally. For example, a search for "Alexander Bell" ] (with quotes) will miss the pages that refer to Alexander G. Bell.
  • Search within a specific website (site:)
    Google allows you to specify that your search results must come from a given website. For example, the query iraq site:nytimes.com ] will return pages about Iraq but only from nytimes.com. The simpler queries iraq nytimes.com ] or iraq New York Times ] will usually be just as good, though they might return results from other sites that mention the New York Times. You can also specify a whole class of sites, for example iraq site:.gov ] will return results only from a .gov domain and iraq site:.iq ] will return results only from Iraqi sites.
  • Terms you want to exclude (-)
    Attaching a minus sign immediately before a word indicates that you do not want pages that contain this word to appear in your results. The minus sign should appear immediately before the word and should be preceded with a space. For example, in the query anti-virus software ], the minus sign is used as a hyphen and will not be interpreted as an exclusion symbol; whereas the queryanti-virus -software ] will search for the words 'anti-virus' but exclude references to software. You can exclude as many words as you want by using the - sign in front of all of them, for examplejaguar -cars -football -os ]. The - sign can be used to exclude more than just words. For example, place a hyphen before the 'site:' operator (without a space) to exclude a specific site from your search results.
  • Fill in the blanks (*)
    The *, or wildcard, is a little-known feature that can be very powerful. If you include * within a query, it tells Google to try to treat the star as a placeholder for any unknown term(s) and then find the best matches. For example, the search Google * ] will give you results about many of Google's products (go to next page and next page -- we have many products). The queryObama voted * on the * bill ] will give you stories about different votes on different bills. Note that the * operator works only on whole words, not parts of words.
  • Search exactly as is (+)
    Google employs synonyms automatically, so that it finds pages that mention, for example, childcare for the query child care ] (with a space), or California history for the query ca history ]. But sometimes Google helps out a little too much and gives you a synonym when you don't really want it. By attaching a + immediately before a word (remember, don't add a space after the +), you are telling Google to match that word precisely as you typed it. Putting double quotes around a single word will do the same thing.
  • The OR operator
    Google's default behavior is to consider all the words in a search. If you want to specifically allow eitherone of several words, you can use the OR operator (note that you have to type 'OR' in ALL CAPS). For example, San Francisco Giants 2004 OR 2005 ] will give you results about either one of these years, whereas San Francisco Giants 2004 2005 ] (without the OR) will show pages that include both years on the same page. The symbol | can be substituted for OR. (The AND operator, by the way, is the default, so it is not needed.)
  • The date range syntax is as simple as typing daterange:startdate-enddate. The catch is that the date must be expressed as a Julian date (see below). So, for example, July 8, 2002, is Julian date 2452463.5 and May 22, 1968, is 2439998.5. Furthermore, Google isn't fond of decimals in its date range queries; use only integers: 2452463 or 2452464 (depending on whether you prefer to round up or down)
  • Visit the Google Guide Advanced Operator Quick Reference and look for special operators of the formoperator:value.
    • Fill in Google’s Advanced Search form. Then look at the search box on the results page; you may see that Google has added search operators to your query. For instance, if you fill in the Advanced Search page, asking Google to “find results with all of the words” [ detect plagiarism ] and to “return results where my terms occur: in the title of the page” your results page should look like the one shown here. Notice the allintitle: search operator that Google added before your query:
  • http://www.googleguide.com/advanced_operators_reference.html
  • http://www.googleguide.com/print/adv_op_ref.pdf

Clean up Windows Update cache after Update issues

I ran into some trouble recently where the windows updates would keep coming back. same update after it was being applied (successfully from what was being reported)


Solution was simple to clear the cached updates and let it start over. had to look this up however.



  1. open your command prompt (Start -> Run -> type cmd and then OK)
  2. type "net stop wuauserv" at the prompt
  3. type "cd /d %windir%"
  4. Type "rd /s SoftwareDistribution"
  5. type "net start wuauserv" to restart your windows updates.

Friday, July 1, 2011

TheOpenDisc

Some out there are horribly intimidated by Linux, there are a number of things to make it easy, however these guys have taken the Next step on that. What i have heard of this is that finding programs to replace/supplant what they already had found is often the reason people are most afraid of making the switch. Here is an answer to this.


http://www.theopendisc.com/


OpenDisc is a high quality collection of open source software (OSS) for the Microsoft Windows operating system.
The two main goals of the project are:
To provide a free alternative to costly software, with equal or often better quality equivalents to proprietary, shareware or freeware software for Microsoft Windows.
To educate users of Linux as an operating system for home, business and educational use.
The majority of programs featured on OpenDisc are also available on Linux.


In addition there is OpenEducationDisc


The OpenEducationDisc is a modification of the OpenDisc format by Teachers and Computer Specialists with a passion for education. The purpose of it is to provide students with the software that they need to complete school work at home. Most students don’t have jobs and it is unfair to ask for them or a parent/guardian to buy expensive software to get the best out of their education. Hence everything is free and we encourage you to make copies of this CD and lend it to you friends.

Linux power management

Linux has always been a lightweight operating system, and you can manually do a great number of things to dial in your settings, however when someone does allot of that work for you, and is willing to share I'm all for that. I have seen this nearly triple my beast of a laptop before.


http://www.jupiterapplet.org/


Jupiter is a light weight power and hardware control applet for Linux.  It is designed to improve battery life of a portable Linux computer by integrating with the operating system and changing parameters of the computer based on battery or powered connection.

Additionally, Jupiter provides quick access to some of the commonly needed hardware controls like screen output and resolution, WIFI, and bluetooth.

If you use Linux on a portable computer, let Jupiter take the effort out of going mobile.