2006年11月 存档
在PSP上使用全球卫星定位系统(GPS)
2006年11月30号,星期四SSH 2.0 keep-alive
2006年11月27号,星期一Add following lines to ~/.ssh/config
ServerAliveInterval 60
ServerAliveCountMax 100000
ServerAliveInterval option tells the ssh client to send an encrypted message to SSH server every 60 seconds since no data received from the server. SeverAliveCountMax sets how many such messages will be sent.