Mar 07 2008

Set google.co.in as default search provider in firefox

Tag: Operating SystemsYogesh @ 6:27 am

install


Mar 03 2008

Windows 2000 browser issue

Tag: Operating SystemsYogesh @ 9:49 am

I got into some weird problem today.our Dev environment doesn't seem to like win2k.It is showing special characters where the page should be.
0000-3-3-2008.png
Hmm have to think about this...


Mar 03 2008

Vista browser issue

Tag: Operating SystemsYogesh @ 9:17 am

I faced a serious problem with Vista sometime last week.Some websites never get loaded in ie or firefox ..or any browser for that matter!

On pondering over some articles in microsoft i came to know that this is due to something called as TCP Scaling.

anyway this can be fixed by disabling tcp scaling altogether or by using a higly restricted mode of operation.

netsh interface tcp set global autotuning=disabled

(Type this in a command prompt with admin access)

you can revert back to normal mode by using:

netsh interface tcp set global autotuning=normal

I noticed that this issue arises when using some routers and firewalls, an update may probably fix this!