Skip to content

hydruid/print_script_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Guided tutorial to learn scripting!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages