Skip to content

Instantly share code, notes, and snippets.

@yuyalush
Created April 15, 2013 15:31
Show Gist options
  • Save yuyalush/5388975 to your computer and use it in GitHub Desktop.
Save yuyalush/5388975 to your computer and use it in GitHub Desktop.
Raspberry Piに流したコマンドの履歴
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