I'll be fine

技術ブログ

zsh

【SSH】公開鍵を接続先に送る方法

zsh

ssh-copy-id username@remote_hostname勝手にauthorized_keysをつくってくれるので便利公開鍵の場所を明示的に示すこともできる。 ssh-copy-id -i /home/name/.ssh/id_rsa.pub username@remote_hostname

Linux Mint 13での開発環境構築

yuroyoroさんのdotfilesをclone $ cd $ git clone https://github.com/yuroyoro/dotfiles.git $ cd dotfiles $ ./setup.sh bundleをインストール $ cd $ mkdir .vim $ cd .vim $ mkdir bundle $ git clone https://github.com/gmarik/vundle.git $ vim :Bund…