Friday 29 June 2007

"netsh" Scripting -- Changing IP settings

"netsh" is a powerful command-line tool for network admin.

If you are tired to click your mouse button to open and close several windows to change IP settings on your laptop between your office and your home, then try this and save them into .VBS format on your desktop.

For network A (by manually assigned):

netsh int ip set address name=”Local Area Connection” source=static addr=192.168.0.xxx mask=255.255.255.0
netsh int ip set address name=”Local Area Connection” source=static gateway=192.168.0.xxx gwmetric=1
netsh int ip set dns name=”Local Area Connection” source=static addr=192.168.1.xxx

NOTE: you might need to check the name of your network connection.

For network B (by DHCP):

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

Jokes from Geeks

No.1 From : http://www.theeldergeek.com/group_policy_editor.htm

>> CAUTION<<
Group Policy Editor is a very powerful tool.
Improper use may turn your computer into a paperweight.
On the bright side, paperweights don’t need feeding or a litter box.

........ to be continued........


Tuesday 19 June 2007

Windows Server 2003 Overview Part I -- versions

Windows Server 2003 family includes :

■ Windows Server 2003, Web Edition
■ Windows Server 2003, Standard Edition
■ Windows Server 2003, Enterprise Edition
■ Windows Server 2003, Datacenter Edition

Web Edition -- 2GB RAM, 2-way SMP ; specially designed for Web Services, not support Terminal Service, can't be a DC.

Standard Edition -- 4GB RAM, 4-way SMP robust; multipurpose server including MSDE, POP3/SMTP, Network Load Balancing.

Enterprise Edition -- 64GB RAM, 8-way SMP; a powerful server platform including eight-node clustering, MS Metadirectory Services, Hot-Add memory and Windows System Resource Manager.

Datacenter Edition -- 64/512GB RAM, 32/64-way SMP; For high-end server, only available in OEM.



May the Bandwidth be with you!

Now this blog starts from a funny picture, which I found in TechRepublic.

So enjoy everyday and to be a realy computer nerd.

May the Bandwidth be with you! ~Ahhmennnn~