Open main menu

CDOT Wiki β

Changes

OPS245 Lab 1 dev

217 bytes added, 15:58, 6 January 2023
LAB 1 SIGN-OFF (SHOW INSTRUCTOR)
:'''Perform the Following Steps:'''
# Make certain that your '''r9host''' VM is running, open the Bash Shell terminal.<br><br># Change to the '''~/bin''' directory.# Install git by issuing the following command: <code>sudo dnf -y install git<br/code># Download all the lab check scripts into your bin directory: <brcode>git clone https://github.com/ops245/labs/ /home/your-seneca-id/bin</code<!-- #Download the checking script by issuing the following Linux command:<br><b><code><span style="color:#3366CC;font-size:1.2em;">wget https://raw.githubusercontent.com/OPS245/labs/main/lab1-check.bash</span></code></b><br><!--For Andrew's sections use this script instead:<br><b><code><span style="color:#3366CC;font-size:1.2em;">wget http://littlesvr.ca/ops245/lab1-check-andrew.bash</span></code></b><br>--><br>
# Give that downloaded shell script file execute permissions (for the file owner).<br><br>
# Run the shell script using '''sudo''' and if there are any warnings, make fixes and re-run shell script until you receive a "congratulations" message.<br><br>