Archive

Archive for the ‘Tech in general’ Category

Windows tcp/ip thru CMD!

July 22nd, 2006 2 comments

Ever wondered if you could set all the networking parameters through command prompt ? Well there is a way;

netsh int ip  set address name=”Local Area Connection” source=dhcp

Above for Dynamic ip address assignment;

netsh int ip set address local static 10.0.0.9 255.0.0.0 10.0.0.1 1

Above for static ip and gateway

netsh int ip set dns “Local Area Connection” 10.0.0.1

Above for DNS

netsh int ip  add dns “Local Area Connection” 10.0.0.3 index=2

Above for secondary dns

Categories: Tech in general Tags:

Microsoft acquires WinInternals/SysInternals!

July 19th, 2006 No comments

One of the most useful tools I use are from Sysinternals and it has been acquired by Microsoft ! How about the tools that we were all using from sysinternals ? No Idea… more commercial licenses I guess.

http://www.winternals.com/ 

The faq can be seen on the acquisition at http://www.winternals.com/Faq.aspx

So Mark Russinovich gets to be the 15th Technical Fellow in M$$ now :-) Congrats to him…

Categories: Tech in general Tags: