Created
April 15, 2013 15:31
-
-
Save yuyalush/5388975 to your computer and use it in GitHub Desktop.
Raspberry Piに流したコマンドの履歴
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install zsh | |
chsh | |
sudo apt-get install git | |
sudo apt-get install ttf-takao-mincho | |
sudo apt-get install ttf-takao | |
passwd | |
sudo apt-get install vim | |
sudo aptitude update | |
sudo aptitude install git-core | |
curl -L https://get.rvm.io | bash -s stable --ruby | |
source /home/pi/.rvm/scripts/rvm | |
ruby -v | |
sudo apt-get install byobu | |
sudo apt-get install nmap | |
gem install shotgun | |
shotgun -o 192.168.11.11 -p 3000 hi.rb | |
sudo apt-get install mosh | |
gem install tw | |
tw | |
echo "現在の時刻は `TZ='Asia/Tokyo' date`" | tw --pipe --user=yuya_lush | |
sudo vim /etc/ssh/sshd_config | |
ssh-keygen -t rsa | |
cd .ssh | |
mv id_rsa.pub authorized_keys | |
chmod 600 authorized_keys | |
cd /etc/init.d/ | |
sudo ./ssh restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment