VMWareとputtyによるLinux開発環境の構築
2、OpenSSHサーバーのインストールと設定
#sudo apt-get install openssh-server
開く/etc/ssh/sshd_config
GSSAPI optionsのセクションを見つけて、次の2行を注記します.
#GSSAPIAuthentication yes
#GSSAPIDelegateCredentials no
次にsshサービスを再起動します.
#sudo/etc/init.d/ssh restart
3、cscopeツール
1)取付
#sudo apt-get install cscope
4、vim設定
ユーザホームの下にある.vimrcは次のように構成されています.
「##############################################################################################################
"#################"search and match"#################set showmatch
set hlsearchset incsearch
"Show full tags when doing search completion
set showfulltag
"### cscope begin ###if $CSCOPE_DB != "" cs add $CSCOPE_DBendif
"hit 'CTRL-/'nmap
"hit 'CTRL-j'nmap
"### MISC### "Remove the Windows ^M noremap