Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.55 KB

lab-report-1.md

File metadata and controls

26 lines (23 loc) · 1.55 KB

Lab Report 1

Install VS Code

  • Install Visual Studio Code at https://code.visualstudio.com/
  • Open the Application
  • A window should open that looks like this: Image In my case, VS Code was already installed, so there are Recent directories listed.

Remotely Connecting

  • Look up your CSE 15L Account at https://sdacs.ucsd.edu/~icc/index.php
  • Use the "Forgot Username or New Student?" section and follow instructions to changing your password (this may take 15 minutes to update).
  • Open Terminal on VS Code and type in the following command where xxxx is replaced by your course specific account's characters:
  • Terminal should respond with something that looks like this: Image
  • Respond with yes and type in your password (your password won't show but it is keeping track of your keystrokes)

Trying Some Commands

  • You can try some commands like
  • ls which lists all the commands in the working directory
  • cd [directory] which changes the workign directory to [directory]
  • Explore the directories in the server; for example, I tried accessing a random directory: Image