student@ubuntu:~$

Getting Connected

Everything in this course happens on a Linux server. You connect to it from your own computer using SSH (Secure Shell) — a program that gives you a terminal on a remote machine.

Before You Start
  1. 1 GlobalProtect VPN — the server is on the campus network. Install GlobalProtect and connect to vpn.ewu.edu before attempting SSH.
  2. 2 Your EWU credentials — your username is your EDURange username (e.g., jsmith).

Not required. These tools are cutting edge — you'll use them in internships and real jobs. CSCD 240 skills (shell, git, make, C) transfer directly.

Quick Reference

ssh YOUR_USERNAME@10.202.12.196

Replace YOUR_USERNAME with your EDURange username (e.g., jsmith). VPN must be connected first.