Difference between revisions of "W5020 CS Ed Week 2020"

From Coder Merlin
Line 23: Line 23:
{{ConsoleLine|first-last@codermerlin:~$ |pwd}}
{{ConsoleLine|first-last@codermerlin:~$ |pwd}}
{{ConsoleLine|/home/first-last|}}
{{ConsoleLine|/home/first-last|}}
{{ConsoleLine|first-last@codermerlin:~$ |ls}}
{{ConsoleLine||}}
{{ConsoleLine|first-last@codermerlin:~$ |mkdir firstDirectory}}
{{ConsoleLine|first-last@codermerlin:~$ |cd firstDirectory}}
{{ConsoleLine|first-last@codermerlin:~$ |pwd}}
{{ConsoleLine|/home/first-last/firstDirectory|}}
{{ConsoleLine|first-last@codermerlin:~$ |cd ../}}
{{ConsoleLine|first-last@codermerlin:~$ |ls}}
{{ConsoleLine|firstDirectory|}}


=== Emacs ===
=== Emacs ===


== Graphics Project ==
== Graphics Project ==

Revision as of 13:33, 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

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

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]