Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.21 KB
print_script_tutorial

Guided tutorial to learn scripting!

Description

This repository will act a guide to introduce you into the basics of scripting.

Getting Started

Things to review

Below are different items to research and understand.

The Linux Terminal

A command line interface application that is used to type commands, modify files, and run scripts.

Video - https://www.youtube.com/watch?v=SkB-eRCzWIU

Putty

A terminal emulator. It allows secure access to a linux terminal. This is typically used on a Windows machine to access the linux terminal of a server using SSH.

Video - https://www.youtube.com/watch?v=pWDHUlvcAsg

Lesson 1 - The Basics of Putty

Connect

We will use raspberrypi as our hostname for this tutorial. Let us start with connecting. You will need to know your username and password.

Putty Connect Putty Connected CLI

Colors

Now that we are connected, lets change our color scheme.

Putty Change Settings Putty Connected CLI

Misc

Some basic Git commands are:

git status
git add
git commit