Skip to content

Instantly share code, notes, and snippets.

@zph
Created December 24, 2012 06:34
Show Gist options
  • Save zph/4368084 to your computer and use it in GitHub Desktop.
Save zph/4368084 to your computer and use it in GitHub Desktop.
# Episode 1 Shell Commands
whoami
uname -a
sudo apt-get install gedit
gedit
clear
sudo apt-get update
sudo apt-get upgrade
cd /media/
ls
cd VBOXADDITIONS_4.2.4_81684/
ls
sudo ./VBoxLinuxAdditions.run
sudo reboot
gedit
rvm install 1.9.3
which ruby
ruby -v
clear
irb
# Multiple IRB commands to demonstrate basic functionality of
# Ruby's IRB Console
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment