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.