Difference between revisions of "W5020 CS Ed Week 2020"

From Coder Merlin
Line 1: Line 1:
== Promotional Material ==
== Promotional Material ==
[https://www.csedweek.org Ed Week 2020]
[https://www.csedweek.org Ed Week 2020]
Computer Science Ed week- Social Justice
 
==== 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
https://www.codermerlin.com/wiki/index.php/Merlin_Shell_Access_Application
 
Merlin Shell Access Application:
https://www.codermerlin.com/wiki/index.php/Merlin_Shell_Access_Application


Spreading the news:
Spreading the news:

Revision as of 13:35, 1 December 2020

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]