Common Computer Science References
At the end of this lesson, you will be able to:
log into your GitHub account
connect up to Raspberry Pi
review logging into your school Gmail account
review the Computer Use Policy
to get ChromeOS Linux working:
update OS: sudo apt update && full-upgrade
connect to Pi
Option #1:
you MIGHT be able to SSH directly into it from ChromeOS Linux
try to SSH using:
ssh mr.coxall@tej4m.local
for example: ssh jane.smith@tej4m.local
initial password: Room212!
PLEASE change your password!
passwd user.name
Option #2:
use the Chrome Extension "Google SSH:
https://chromewebstore.google.com/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd?pli=1
go over git and Gitea (see video)
connecting to Gitea using the browser
gitea.local
initial password: "Room212!"
fill in this form, to confirm you have received and are responsible for all the contents of your box
your Pi will be different and you should have extra chips
read the TEJ4M Course Outline (see here) and then fill in this form
take a screenshot when done filling in the Google Form
log into your GitHub account on the web
get your Raspberry Pi all set up
make a folder called TEJ4M
for your doc, Intro-02, upload 3 screenshots of:
your Google form
your Gitea login page (the right corner with your icon)
find out how to use the nvim (NeoVim) editor
https://sites.google.com/ocsb.ca/teh-cs-resources/editors/vim-neovim
welcome to the major leagues of coding!
create a "TEJ4M" directory on the Pi in your home directory
inside it, create an "Intro" and then inside it an "Intro-02" directory
create the "Hello, World!" program in nvim and run it
do it in bash!