Open main menu

CDOT Wiki β

Changes

Tutorial7: Installing Linux / Live Linux / Virtualization

956 bytes added, 12:46, 10 February 2021
INVESTIGATION 1: BOOTING KNOPPIX (LIVE LINUX) VIA VIRTUALBOX
# In the start menu, select '''System Tools'''<br><br>[[Image:xterm.png|thumb|right|200px|The '''xterm''' application will display the Bash shell to issue Linux commands.]]
# In the system tools menu, scroll down and select to launch the terminal application called '''xterm'''<br><br>
# In the bash shell, issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">whoami</span><br><br>What is the name of your generic Knoppix Linux Live account?<br><br>We will try to connect to your Matrix account, but FIRST, we need to perform a couple of steps to first connect to the Seneca Global Portal.<br><br># 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;"># 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>  $ chmod +x vpn # move vpn to /usr/bin$ sudo mv vpn /usr/bin  
# Click on the following link to connect to the Linux Global Portal in your graphic LIVE Linux VM:<br>https://itas.senecacollege.ca/~mark.fernandes/uli101/ssh-to-matrix-from-knoppix.html<br><br>
# After connecting to the Seneca Global Portal, 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>
13,420
edits