Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.02 KB

ubuntu.md

File metadata and controls

45 lines (31 loc) · 1.02 KB

Ubuntu Environment Install Guide

Step 1 - Launch Terminal

  • Press the dash-home button on the sidebar ^.
  • Begin typing the work terminal and then press the terminal icon ^.

Step 2 - Configure the Terminal

  • Right click in the terminal window so a menu pops up
  • In the menu click Profiles>Profile Preferences ^
  • Click the Title and Command tab. (See this screenshot for this and the next step)
  • Check the Run command as login shell box
  • Click the close button

Step 3 - Run a Series of Terminal Commands

NOTE: Anything in the format below should be typed into the terminal application exactly as presented.

This indicates text that should be entered into terminal
  • Install Curl
sudo apt-get install curl
  • Install git
sudo apt-get install git-core
  • Install NodeJS
sudo apt-get install node