13,420
edits
Changes
→INVESTIGATION 1: BOOTING KNOPPIX (LIVE LINUX) VIA VIRTUALBOX
# Issue the following Linux command to download a Bash Shell script to connect to Seneca Global Portal:<br><span style="color:blue;font-weight:bold;font-family:courier;">wget itas.senecacollege.ca/~mark.fernandes/vpn</span><br><br>
# Issue the following Linux command to add execute permissions to be able to run this script:<br><span style="color:blue;font-weight:bold;font-family:courier;">chmod +x vpn</span><br><br>
# Issue the following Linux command to the /usr/bin directory so this script works like a command:<br><span style="color:blue;font-weight:bold;font-family:courier;"><br><br># Issue the following to connect to the Seneca Global Portal:<br><span style="color:blue;font-weight:bold;font-family:courier;">sudo mv vpn /usr/bin</span><br><br># Issue the following to connect to the Seneca Global Portal: <span style="color:blue;font-weight:bold;font-family:courier;">vpn -c</span><br><br>You should be connected to the Seneca Global Portal. Let's test this out by using the ssh command to connect to your Matrix account.<br><br># We need the vpn -c command to keep running in this terminal, so open another '''xterm''' terminal .<br><br># Issue the following Linux command<br>to connect to your Matrix account:<br><span style="color:blue;font-weight:bold;font-family:courier;">ssh yourSenecaId@matrix.senecacollege.ca</span><br><br># When prompted, enter your password (remember that password does not "echo=back").<br><br>Were you able to connect to your Matrix account?<br><br># After logging in to your Matrix account, issue the following command to terminate your Matrix session: <span style="color:blue;font-weight:bold;font-family:courier;">exit</span><br><br>
# Make certain to close your '''xterm''' application.<br><br>
# Use the ''Knoppix start menu'' to launch a web-browser and go to the '''Google''' website.<br><br>