メモ書き。
4.0.2でsshを使いゲストに接続する方法を書きました。
VirtualBox 4.0.2のゲストにsshで接続してみる
ホスト:
windows xp
VirtualBox 3.0.10
ゲスト:
Ubuntu 9.10
事前に openssh-serverを入れています
sshで接続までの方法
メモ書き。
4.0.2でsshを使いゲストに接続する方法を書きました。
VirtualBox 4.0.2のゲストにsshで接続してみる
ホスト:
windows xp
VirtualBox 3.0.10
ゲスト:
Ubuntu 9.10
事前に openssh-serverを入れています
sshで接続までの方法
git version 1.6.3 の環境下でカラー表示にしたいなぁと思い、以下のコマンドを打ってみたら
% git log --graph --date=short --pretty=format:"%Cgreen%h %cd %Cblue%cn %Creset%s"
これは、まずいと言うことで以下の方法で解消した
Gitで管理されているディレクトリ以下にある .git/configの[core]の所に pager と打ち、いつも使っているページャーを入れ保存。
[core] ・・・ pager = lv -c ・・・
無事にカラー表示になりました。
Powered by WordPress