c:\> netsh interface set interface "INTERFACE_NAME" enable
OR
c:\> netsh interface set interface "INTERFACE_NAME"disable
Showing posts with label network. Show all posts
Showing posts with label network. Show all posts
Monday, November 14, 2011
Friday, September 26, 2008
Using netsh for IP config import/export
2 lines only:
netsh -c interface dump > filename
netsh -f filename
Ref: http://www.alibutt.com/?p=250
Some more about netsh to read at http://www.builderau.com.au/program/windows/print.htm?TYPE=story&AT=339272916-339024644t-320000994c
netsh -c interface dump > filename
netsh -f filename
Ref: http://www.alibutt.com/?p=250
Some more about netsh to read at http://www.builderau.com.au/program/windows/print.htm?TYPE=story&AT=339272916-339024644t-320000994c
Thursday, November 1, 2007
Tracing IP and e-mail header information
I found some resources for tracing IP and e-mail header stuff...
Find the IP of the e-mail sender via header:
http://www.infobanc.com/articles/faida5_12.htm
Trace the IP location:
http://visualroute.visualware.com/
Find the IP of the e-mail sender via header:
http://www.infobanc.com/articles/faida5_12.htm
Trace the IP location:
http://visualroute.visualware.com/
Tuesday, June 12, 2007
Create create VPN connection in Windows XP
In Windows XP, make sure the Telephony, Remote Access Connection Manager, and Remote Access Auto Connection Manager services are running.
Ref: http://support.microsoft.com/default.aspx?scid=kb;en-us;329441
Ref: http://support.microsoft.com/default.aspx?scid=kb;en-us;329441
Wednesday, May 30, 2007
P2P Service in Windows
Nice try..
> net start p2psvr
>netsh
>p2p pnrp clould
> net start p2psvr
>netsh
>p2p pnrp clould
Subscribe to:
Posts (Atom)
CSP on Apache
To add CSP to root if sort of funny. The following will NOT work for most cases !! <LocationMatch "^/$"> Header s...
-
When Office2003 couldn't find file SKU011.CAB: regedit -> [HKEY_LOCAL_MACHINE] -> [SOFTWARE] -> [Microsoft] -> [Office] -...
-
The resolution can be changed by editing the BlueStack's registry: HKLM\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Height and ...
-
Suppose you got a file in Big5 containing some HKSCS characters (e.g. 深水埗, 赤鱲角, etc). When your environment (Ref: Charset.defaultCharset( ) ...