W5020 CS Ed Week 2020

From Coder Merlin
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Promotional Material[edit]

Ed Week 2020

Computer Science Ed week- Social Justice[edit]

  • Computer science Intro
  • Linux Basics
  • Shell basics
  • Igis and graphics

Merlin Shell Access Application:

https://www.codermerlin.com/wiki/index.php/Merlin_Shell_Access_Application

Spreading the news:

  • Social Media
  • Flyers
  • Spread through clubs and classes

Computer Science Concepts[edit]

Linux Basics[edit]

Getting Ready[edit]

  • Installing the secure shell extension
  • Obtaining an account

Navigating the Shell[edit]

first-last@codermerlin:~$  pwd

/home/first-last 

first-last@codermerlin:~$  ls

 

first-last@codermerlin:~$  mkdir firstDirectory


first-last@codermerlin:~$  cd firstDirectory

first-last@codermerlin:~$  pwd

/home/first-last/firstDirectory 

first-last@codermerlin:~$  cd ../

first-last@codermerlin:~$  ls

firstDirectory 

Emacs[edit]

Graphics Project[edit]