Foundation of Cybersecurity: Period 1
*********
*********

Cyber Ranges from Cyber.org

 Click here and find your name and your user name.
 I have your password.
 
Good day students, (This is a reminder)

I setup a new cyber range from cyber.org.
Find your name in the attached pdf above.
Identify the first columns as your username.

Click here to access your new cyber range.

To login after you get your password from Mr. Cusack

New Cyber Range to try out from Cyber.org
Remember Mr. Cusack will provide you with your password.


*********
*********
Due Date: Thursday April 20, 2023
 I want to beef up your Linux skills?

Start up your cyber.org ranges.
Open up your Linux machine.
Open up a command prompt box.

Watch this video - Click here.
60 Linux Commands you NEED to know (in 10 minutes)

As you watch the video, type the command at the prompt. 
What you see may vary slightly.

Complete the 26-30 commands only.
Command List
apt
finger
man
whatis
which


examples:
sudo apt update
sudo apt install finger (funny name)
(You may need to create a user to finger the user.)
( how to create a user and add a password example)
sudo adduser donald
sudo passwd donald (need to add a password)
)
finger  donald
man (list documents of a command)
example
man ls
whatis  (example: whatis finger)
which  (example: which finger)

Use screen cast to record you completing the commands.
You may have to practice before recording.

Your file name is PX_Linux26_30commands.mp4.

Turn it in to google classroom.


*********
*********
Due Date: Thursday April 20, 2023
 I want to beef up your Linux skills?

Start up your cyber.org ranges.
Open up your Linux machine.
Open up a command prompt box.

Watch this video - Click here.
60 Linux Commands you NEED to know (in 10 minutes)

Complete the 31-35 commands only.
Command List
whereis
wget
curl
zip
unzip


As you watch the video, type the command at the prompt. 
What you see may vary slightly.

Complete the 31-35 commands only.
Command List
whereis (example: whereis finger)
wget 
(example:
wget https://www.cusack2.com/KCHS22_23/Courses/Clubs/Aviation/TakeoffLanding.html
This will download the content found on Mr. Cusack www.cusack2.com website for his aviation club)
)
curl
(example:
curl https://www.cusack2.com/KCHS22_23/202304Apr/W03/01_Cyber/Cyber.html > cyberbook
(This the Cyber work on the week of April 3
being stored into a file called cyberbook
)
see sample use of zip and unzip 
using the cyberbook you just create.

notice how much smaller the zip file has made cyberbook


Use screen cast to record you completing the commands.
You may have to practice before recording.

Your file name is PX_Linux31_35commands.mp4.

Turn it in to google classroom.


*********
*********
 
 I want to beef up your Linux skills?

Click here and watch my video
First 35 commands and samples to follow.
This should help you.