Google’s Human.txt files

Google has robots.txt file which gives command to search engine not to crawl web pages by web spiders. Also, recently Google introduced humans.txt file to show that Google is not only about bot but also about algorithm which is done by human Smile

“Google is built by a large team of engineers, designers, researchers, robots, and others in many different sites across the globe. It is updated continuously, and built with more tools and technologies than we can shake a stick at. If you’d like to help us out, see google.com/jobs.”

[ via Blogoscoped Forum & Google System]

Security and Data Protection in Google Data Center

Google employees 2011 pay will depends on social media success or failure

As CEO of Google Inc, Larry Page joined and announced that Google employees will have their 2011 bonuses either go up or go down as much as 25% depending on how well Google “perform[s] against our strategy to integrate relationships, sharing and identity across our products.”. Its great deal for the employees and big challenge to impact of the social media market and lets see at the end of 2011.

Now here’s a screenshot of a FAQ for Google employees about the “social” bonus:

multiplier-faq

Via businessinsider.com

 

How to get list file names with single command line

Many users are surprised to discover that Windows does not provide a direct way to get a list of file names contained in a directory. This tip describes how to create such a list in a text file, which can then be imported into Excel.

To generate a list of file names, you’ll need to use a DOS command typed in a DOS command window. To open a DOS command window:

1.Click the Windows Start button

2.Click Run

3.Type “cmd” (no quotes) and press Enter. if “cmd” doesn’t work, use “command”.

You’ll get a window like the one shown below.

Next, you need to type a DOS command to generate the file list. For example, if you would like to generate a list of all files in the root directory of drive D, type the following at the command prompt and press Enter:

dir d:\

To list the files in a particular directory, add the directory name after the drive:

dir d:\my files\

The file names will be listed in the window. Usually, you’ll want these files to be sent to a file.

To redirect the output to a file, use the > character and specify a file name. For example, to send the file names to a text file named filelist.txt in the root directory of drive C, use this command:

dir d:\ >c:\filelist.txt

If you would like the file list to include the files in all subdirectories of drive D, use the /s switch:

dir d:\ /s >c:\filelist.txt

The directory listing will contain lots of additional information. To get the file names only (bare format), use the /b switch:

dir d:\ /s /b >c:\filelist.txt

To find out about other options available for the DIR command (such as including file dates and times), type this command:

dir /?

After the text file is generated, you can import it into Excel by using the File – Open command.

NOTE: If you need do this on a regular basis, you may be interested in this article from Microsoft, which describes how to create a batch file that lists file names in Notepad.

Article credit goes to boykma.

Massive Algorithmic Improvement in Google Engine

Image representing Google as depicted in Crunc...

Image via CrunchBase

Officially Goolge informed with simple statement, “Our goal is simple: to give people the most relevant answers to their queries as quickly as possible. This requires constant tuning of our algorithms, as new content—both good and bad—comes online all the time.” User might instantly finds the impact but the changes already have 11.8% impacts, measured in search query. Some of good and bad sites ranks will be dramatically changed soon and as well, “it will provide better rankings for high-quality sites—sites with original content and information such as research, in-depth reports, thoughtful analysis and so on”. So, if you’ve quality websites with unique articles no-worries, rank will goes up but if the site being used to spam — rank will fall down from search engines.

 

Enhanced by Zemanta