How to Change Google Country Redirect in Firefox

This item was filled under [ Tweaks and Hacks ]

This article discusses about how to change Google country redirect to whatever your want from firefox permanently.

The problem: When I’m using Google search at my office, it get automatically redirected to google.co.jp site. But I’m living in Sri Lanka and can’t read Japanese at all. The correct site for me should be google.lk. If you have used a proxy server that’s not in your country, you might have experienced the same.

One way to stop Google country redirect is to visit this link.

http://www.google.com/ncr

This sets a cookie in your browser announcing Google not to redirect. Now you are getting results from google.com. But this solution fails if you remove cookies in Firefox. And the other problem is that you’ll not get country-specific search features.

Ok, here is my solution.

Continue reading…

Tagged with: [ , , ]

How To Get System Up-Time In Windows XP Professional

This item was filled under [ Windows ]

In Linux and Unix machines, getting the uptime is quite straight forward; just type uptime on a terminal and you’ll get the uptime. But in Windows XP machine, such command does not exist.

But you can view uptime or running time with systeminfo command. Get a command prompt (Start > All Programs > Accessories > Command Prompt) and type systeminfo.

In the long output, you can find the System Up Time

Up-time Windows XP

Up-time (Windows XP)

Dharshin

Tagged with: [ , , ]

Cisco IOS Command Aliases to Make Your Life Easier

This item was filled under [ Cisco ]

How many times do you type show ip interface brief, copy run start, configure terminal, show running-config, etc. But isn’t there a way to make thing easier? Yes there is, that’s command aliases feature provided in Cisco IOS.

Aliases are configured within a mode; exec: #, global configuration: (config)#, interface configuration: (config-if)#, router configuration: (config-router)#, etc. you can issue a show aliases ? command to see how many modes are there. But practically you’ll mostly need exec mode aliases.

A filtered output of the show aliases ? command is shown bellow.

View Code SHELL
1
2
3
4
5
6
7
8
9
10
Router#show aliases ?
--- output omitted ---
  configure                  Global configuration mode
...
  exec                       Exec mode
...
  interface                  Interface configuration mode
...
  router                     Router configuration mode
...

Continue reading…

Tagged with: [ , , ]
 Page 1 of 4  1  2  3  4 »