Created
December 24, 2012 06:34
-
-
Save zph/4368084 to your computer and use it in GitHub Desktop.
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
# 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