2010/06/25

Linux Topic

ctrl-alt-breakspace : go to command mode
init 3 : go to command mode
system-config-display --reconfig : 調整解析度
runlevel : 查看run level
echo "password" | passwd student -stdim : 修改student這個使用者的密碼
history : 找出執行過的command
ifconfig eth0 : view network
service network restart : 重啟網路

ctrl-alt [f1-f6] : swith command mode
ctrl-alt [f7] : swith to x windows

2010/06/03

在那裡可以找到ObjectDumper?

http://blogs.msdn.com/b/ericwhite/archive/2008/08/14/object-dumper-an-invaluable-tool-for-writing-code-in-the-functional-programming-style.aspx


C:\Program Files\Microsoft Visual Studio 9.0\Samples\1033\CSharpSamples.zip
把CSharpSamples.zip解壓縮後就可以看到ObjectDumper的專案