Difference between revisions of "W5020 CS Ed Week 2020"

From Coder Merlin
Line 1: Line 1:
== Promotional Material ==
== Promotional Material ==


 
==== Computer Science Ed week- Social Justice ====
[https://www.csedweek.org Ed Week 2020]
[https://www.csedweek.org Ed Week 2020]
==== Computer Science Ed week- Social Justice ====
* Computer science Intro
* Computer science Intro
* Linux Basics
* Linux Basics
* Shell basics
* Shell basics
* Igis and graphics
* Igis and graphics


Merlin Shell Access Application:  
Merlin Shell Access Application:  
Line 16: Line 15:
* Social Media
* Social Media
* Flyers
* Flyers
*Spread through clubs and classes
* Clubs and classes


== Computer Science Concepts ==
== Computer Science Concepts ==

Revision as of 13:37, 1 December 2020

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

Promotional Material[edit]

Computer Science Ed week- Social Justice[edit]

Ed Week 2020

  • 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
  • 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]