Showing posts with label .:Tips::.. Show all posts
Showing posts with label .:Tips::.. Show all posts

Thursday, 25 October 2012

Device: Hardreset

    

               +

  

click here http://www.hardreset.eu

Thursday, 2 August 2012

Tips for More Efficient Google Searches


  1. Either/or

    Google normally searches for pages that contain all the words you type in the search box, but if you want pages that have one term or another (or both), use the OR operator -- or use the "|" symbol (pipe symbol) to save you a keystroke. [dumb | little | man]

  2. Quotes
    If you want to search for an exact phrase, use quotes. ["dumb little man"] will only find that exact phrase. [dumb "little man"] will find pages that contain the word dumb and the exact phrase "little man".

  3. Not
    If you don't want a term or phrase, use the "-" symbol. [-dumb little man] will return pages that contain "little" and "man" but that don't contain "dumb".

  4. Similar terms
    Use the "~" symbol to return similar terms. [~dumb little man -dumb] will get you pages that contain "funny little man" and "stupid little man" but not "dumb little man".

  5. Wildcard
    The "*" symbol is a wildcard. This is useful if you're trying to find the lyrics to a song, but can't remember the exact lyrics. [can't * me love lyrics] will return the Beatles song you're looking for. It's also useful for finding stuff only in certain domains, such as
    educational information: ["dumb little man" research *.edu].

  6. Advanced search
    If you can't remember any of these operators, you can always use Google's advanced search.

  7. Definitions
    Use the "define:" operator to get a quick definition. [define:dumb] will give you a whole host of definitions from different sources, with links.

  8. Calculator
    One of the handiest uses of Google, type in a quick calculation in the search box and get an answer. It's faster than calling up your computer's calculator in most cases. Use the +, -, *, / symbols and parentheses to do a simple equation.

  9. Numrange
    This little-known feature searches for a range of numbers. For example, ["best books 2002..2007] will return lists of best books for each of the years from 2002 to 2007 (note the two periods between the two numbers).

  10. Site-specific
    Use the "site:" operator to search only within a certain website. [site:dumblittleman.com leo] will search for the term "leo" only within this blog.

  11. Backlinks
    The "link:" operator will find pages that link to a specific URL. You can use this not only for a main URL but even to a specific page. Not all links to an URL are listed, however.

  12. Vertical search
    Instead of searching for a term across all pages on the web, search within a specialized field. Google has a number of specific searches, allowing you to search within blogs, news, books, and much more:
  13. Movies
    Use the "movie:" operator to search for a movie title along with either a zip code or U.S. city and state to get a list of movie theaters in the area and show times.

  14. Music
    The "music:" operator returns content related to music only.

  15. Unit converter
    Use Google for a quick conversion, from yards to meters for example, or different currency: [12 meters in yards]

  16. Types of numbers
    Google algorithms can recognize patterns in numbers you enter, so you can search for:

    • Telephone area codes
    • Vehicle ID number (US only)
    • Federal Communications Commission (FCC) equipment numbers (US only)
    • UPC codes
    • Federal Aviation Administration (FAA) airplane registration number (US only)
    • Patent numbers (US only)
    • Even stock quotes (using the stock symbol) or a weather forecast regarding the next five days
  17. File types
    If you just want to search for .PDF files, or Word documents, or Excel spreadsheets, for example, use the "filetype:" operator.

  18. Location of term
    By default, Google searches for your term throughout a web page. But if you just want it to search certain locations, you can use operators such as "inurl:", "intitle:", "intext:", and "inanchor:". Those search for a term only within the URL, the title,
    the body text, and the anchor text (the text used to describe a link).

  19. Cached pages
    Looking for a version of a page the Google stores on its own servers? This can help with outdated or update pages. Use the "cached:" operator.

  20. Answer to life, the universe, and everything
    Search for that phrase, in lower case, and Google will give you the answer.

Wednesday, 14 March 2012

Change the Start windows xp write your own name

Step 1 - Modify Explorer.exe File In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems. get this from http://delphi.icm.edu.pl/ftp/tools/ResHack.zip The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe. The category we are going to be using is "String Table". Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me! You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows. Step 2 – Modify the Registry !!!make a backup of your registry before making changes!!! Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to: HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK. Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.