windows下的符号链接功能

很习惯于 *nix 下的符号链接功能;一直对 Windows 下没有类似功能而耿耿于怀。今天偶然发现原来 Windows 7、Vesta、2008、已经悄悄的支持了。使 …

一句话修改windows下网卡的设置

netsh interface ip set address name="本地连接" source=static addr=192.168.100.100 mask=255.255.255.0 gateway=192.168.100.1 gwmetric=auto
netsh interface ip set address name="本地连接" source=dhcp

参考:

“Stay hungry, Stay foolish.”