Difference between revisions of "Tutorial 1: Using Your Matrix Server Account"

From CDOT Wiki
Jump to: navigation, search
(LINUX PRACTICE QUESTIONS)
(LINUX PRACTICE QUESTIONS)
(33 intermediate revisions by the same user not shown)
Line 31: Line 31:
 
|- valign="top" style="padding-left:15px;"
 
|- valign="top" style="padding-left:15px;"
  
|colspan="2" |Course Notes:<ul><li>[https://ict.senecacollege.ca/~uli101/notes/Week01.pdf PDF] | [https://ict.senecacollege.ca/~uli101/notes/Week01.pptx PPTX]</li></ul>Tutorials:<ul><li>[[HOWTO: Access Your Matrix Account]]</li><li>[http://czegel.com/seneca/uli101/lectures/Lecture1.html Les Czegel's Week 1 Notes (HTML)]</li></ul>Windows SSH client Software:<ul><li>[http://www.sfsu.edu/ftp/win/ssh/SSHSecureShellClient-3.2.9.exe SSH/SFTP]</li><li>[http://the.earth.li/%7Esgtatham/putty/latest/x86/putty.exe Putty]</li><li>[https://www.bitvise.com/ssh-client-download Bitvise SSH Client]</li><li>[https://mobaxterm.mobatek.net/download-home-edition.html MovaXterm]</li></ul>
+
|colspan="2" |Slides:<ul><li>[https://ict.senecacollege.ca/~uli101/notes/Week01.pdf PDF] | [https://ict.senecacollege.ca/~uli101/notes/Week01.pptx PPTX]</li></ul>Tutorials:<ul><li>[[HOWTO: Access Your Matrix Account]]</li><li>[http://czegel.com/seneca/uli101/lectures/Lecture1.html Les Czegel's Week 1 Notes (HTML)]</li></ul>Windows SSH client Software:<ul><li>[http://www.sfsu.edu/ftp/win/ssh/SSHSecureShellClient-3.2.9.exe SSH/SFTP]</li><li>[http://the.earth.li/%7Esgtatham/putty/latest/x86/putty.exe Putty]</li><li>[https://www.bitvise.com/ssh-client-download Bitvise SSH Client]</li><li>[https://mobaxterm.mobatek.net/download-home-edition.html MovaXterm]</li></ul>
 
 
  
 
|  style="padding-left:15px;" |Logging Out of Matrix Server
 
|  style="padding-left:15px;" |Logging Out of Matrix Server
Line 50: Line 49:
 
*[http://man7.org/linux/man-pages/man1/whoami.1.html whoami ,who am i]<br>
 
*[http://man7.org/linux/man-pages/man1/whoami.1.html whoami ,who am i]<br>
 
*[http://man7.org/linux/man-pages/man1/clear.1.html clear , &lt;ctrl&gt;&lt;l&gt;]<br>
 
*[http://man7.org/linux/man-pages/man1/clear.1.html clear , &lt;ctrl&gt;&lt;l&gt;]<br>
 
  
  
Line 56: Line 54:
  
 
|}
 
|}
 +
 +
= KEY CONCEPTS=
  
 
===Purpose of Having a Matrix Account===
 
===Purpose of Having a Matrix Account===
Line 188: Line 188:
 
# To exit your Matrix session, type the following command and press ENTER: <span style="color:blue;font-weight:bold">exit</span><br><br>'''NOTE:''' You should notice that the Putty application window will disappear.<br><br>
 
# To exit your Matrix session, type the following command and press ENTER: <span style="color:blue;font-weight:bold">exit</span><br><br>'''NOTE:''' You should notice that the Putty application window will disappear.<br><br>
 
# It is recommended to repeat these steps with connecting to your Matrix account from a Seneca lab workstation until you become comfortable with the process.<br><br>
 
# It is recommended to repeat these steps with connecting to your Matrix account from a Seneca lab workstation until you become comfortable with the process.<br><br>
 +
 +
Note: If you are using a Apple Mac computer, or a computer running the Linux OS, refer to the procedures below to login to your Matrix account.
 +
 +
SSH from macOS:
 +
 +
#In a new Finder window
 +
#Open: '''Applications''' > '''Utilities''' > '''Terminal'''
 +
#On the command line, type:  <span style="color:blue;font-weight:bold">ssh username@matrix.senecacollege.ca</span>
 +
#Enter your password when prompted. Answer yes to any questions it may ask you.
 +
 +
 +
SSH from Linux:
 +
 +
#Open up the "Terminal" (the command line).
 +
#Choose '''Applications''' > '''System Tools''' > '''Terminal'''.
 +
#On the command line, type: <span style="color:blue;font-weight:bold">ssh username@matrix.senecacollege.ca</span>
 +
#Enter your password when prompted. You will not see the cursor move but you are indeed entering your password
 +
  
 
In the next investigation, you will learn how to issue Linux commands and how to setup and perform the first two sections of the online ULI101 assignment #1.<br><br>
 
In the next investigation, you will learn how to issue Linux commands and how to setup and perform the first two sections of the online ULI101 assignment #1.<br><br>
Line 213: Line 231:
  
 
An '''argument''' can be a '''pathname''', '''text''', '''option''', etc.
 
An '''argument''' can be a '''pathname''', '''text''', '''option''', etc.
 +
 +
An '''argument''' is <u>separated</u> from a command (or from other arguments) by a '''SPACE''', '''multiple spaces''' or a '''TAB'''.
  
 
For example:
 
For example:
Line 248: Line 268:
 
# Type the following Linux command, but DON’T press the ENTER key:  <span style="color:blue;font-weight:bold">cd /bin</span><br><br>
 
# Type the following Linux command, but DON’T press the ENTER key:  <span style="color:blue;font-weight:bold">cd /bin</span><br><br>
 
# Press the <span style="color:blue;font-weight:bold">ctrl-a</span> key combination. What happens?<br><br>
 
# Press the <span style="color:blue;font-weight:bold">ctrl-a</span> key combination. What happens?<br><br>
# Press the <span style="color:blue;font-weight:bold">alt-F</span> key combination (ESC+F for Mac OSx). What happens?<br><br>
+
# Press the <span style="color:blue;font-weight:bold">alt-F</span> key combination (OPTION+right-arrow for Mac OSx). What happens?<br><br>
 
# Press the <span style="color:blue;font-weight:bold">ctrl-w</span> shortcut. What happens?<br><br>
 
# Press the <span style="color:blue;font-weight:bold">ctrl-w</span> shortcut. What happens?<br><br>
 
# Type the following command: <span style="color:blue;font-weight:bold">ls</span><br><br>
 
# Type the following command: <span style="color:blue;font-weight:bold">ls</span><br><br>
Line 266: Line 286:
 
<br>
 
<br>
 
'''Perform the following steps:'''
 
'''Perform the following steps:'''
[[Image:assn-initial-window.png|thumb|right|250px|Initial Assignment Window to Allow Student to Select Correct Course Section. ]]
+
[[Image:assign-initial-window.png|thumb|right|250px|Initial Assignment Window to Allow Student to Select Correct Course Section. ]]
# In your Matrix account, issue the following command:<br><span style="color:blue;font-weight:bold;font-family:courier">~uli101/a1</span><br><br>
+
# In your Matrix account, issue the following command:<br><span style="color:blue;font-weight:bold;font-family:courier">~uli101/assign1</span><br><br>
 
# A screen similar to the one displayed on the right will appear.<br><br><span style="color:red;">'''WARNING''': You need to select the CORRECT section for the course which you belong to.<br>If you do NOT select your correct section, your assignment may not be recorded for marks!</span><br><br>
 
# A screen similar to the one displayed on the right will appear.<br><br><span style="color:red;">'''WARNING''': You need to select the CORRECT section for the course which you belong to.<br>If you do NOT select your correct section, your assignment may not be recorded for marks!</span><br><br>
 
# Select the '''letter(s)''' corresponding to the <u>correct</u> '''ULI101 section''' and '''professor''' and press <span style="color:blue;font-weight:bold">ENTER</span><br><br>
 
# Select the '''letter(s)''' corresponding to the <u>correct</u> '''ULI101 section''' and '''professor''' and press <span style="color:blue;font-weight:bold">ENTER</span><br><br>
# After you have selected your course section, There will be a screen that provides several important notes before proceeding.<br>Please take a few moments to read those notes and press <span style="color:blue;font-weight:bold">ENTER</span> to proceed.<br><br>[[Image:assn-main-window.png|thumb|right|250px|Main Assignment Window to Confirm Completed Sections and Correct Course Section. ]]
+
# After you have selected your course section, There will be a screen that provides several important notes before proceeding.<br>Please take a few moments to read those notes and press <span style="color:blue;font-weight:bold">ENTER</span> to proceed.<br><br>[[Image:assn-section-completion.png|thumb|right|250px|Main Assignment Window to View Which Sections Need to be Completed. ]]
# The assignment main menu will then be displayed.<br><br>'''NOTES:'''<ul><li>Near the bottom of the window, you will see '''"You are currently registered to"''' followed by the '''section letter''' and '''instructor name'''. Double-check your course timetable to confirm that this the correct section letter. If you have selected the WRONG section, type  <span style="color:blue;font-weight:bold">C</span> in the menu selection area and press <span style="color:blue;font-weight:bold">ENTER</span>. You will return back to the original window to select your correct course section.<br><br></li><li>Near the top of the window displays the sections to complete in the assignment. You are NOT required to complete all sections at the same time. You can check the assignment #1 link on the ULI101 main WIKI page to note the due date for assignment #1. Sections that are NOT completed will be displayed in '''reverse text with a blue background'''. On the other hand, when you compete a section, then the section will appear as regular text<br>(i.e not in reverse text).<br><br>[[Image:assn-section-completion.png|thumb|right|250px|To confirm Which Sections of Assignment Have Been Completed. ]]</li><li>If you want to verify that you have completed sections for the assignment, look for the text '''"Marks earned so far for ULI101 Assignment:"''' and it will show how many sections have been completed. When it shows all sections completed, then your assignment is finished and you should receive full marks provided that you have selected your correct course section.<br><br></li></ul>
+
# The assignment main menu will then be displayed.<br><br>'''NOTES:'''<ul><li>Near the bottom of the window, you will see '''"You are currently registered to"''' followed by the '''section letter''' and '''instructor name'''. Double-check your course timetable to confirm that this the correct section letter. If you have selected the WRONG section, type  <span style="color:blue;font-weight:bold">C</span> in the menu selection area and press <span style="color:blue;font-weight:bold">ENTER</span>. You will return back to the original window to select your correct course section.<br><br></li><li>Near the top of the window displays the sections to complete in the assignment. You are NOT required to complete all sections at the same time. You can check the assignment #1 link on the ULI101 main WIKI page to note the due date for assignment #1. Sections that are NOT completed will be displayed in '''reverse text with a blue background'''. On the other hand, when you compete a section, then the section will appear as regular text<br>(i.e not in reverse text).<br><br>[[Image:assn-completed-window.png|thumb|right|250px|Main Assignment Window to Confirm Which Sections Have or Have Not Been Completed. ]]</li><li>If you want to verify that you have completed sections for the assignment, look for the text '''"Marks earned so far for ULI101 Assignment:"''' and it will show how many sections have been completed. When it shows all sections completed, then your assignment is finished and you should receive full marks provided that you have selected your correct course section.<br><br></li></ul>
 
# At the menu assignment #1 window, enter <span style="color:blue;font-weight:bold">1</span> in the menu selection area to begin the first section called '''"Introduction to Unix Commands"'''.<br><br>
 
# At the menu assignment #1 window, enter <span style="color:blue;font-weight:bold">1</span> in the menu selection area to begin the first section called '''"Introduction to Unix Commands"'''.<br><br>
 
# When you have completed this section, you will be returned to the main window.<br>View the contents of this window to confirm that you completed this section.<br><br>
 
# When you have completed this section, you will be returned to the main window.<br>View the contents of this window to confirm that you completed this section.<br><br>
# When you have time this week, enter <span style="color:blue;font-weight:bold">2</span> in the menu selection area to begin the first section called '''"Basic Unix Commands"'''.<br><br>
+
# When you have time this week, enter <span style="color:blue;font-weight:bold">2</span> in the menu selection area and perform the first 3 parts only<br>('''Unix Command Structure''', '''Entering and Editing Commands''', '''Using the Online Manual''').<br><br>
 
# When you have completed this section, you will be returned to the main window.<br>View the contents of this window to confirm that you completed this section.<br><br>'''NOTE:''' Although you are NOT allowed to use reference sheets for course evaluations, it is recommended to create one for your personal use, and write down Linux commands, their arguments and options, so your can successfully perform quizzes, midterm exam, and final exam.<br><br>
 
# When you have completed this section, you will be returned to the main window.<br>View the contents of this window to confirm that you completed this section.<br><br>'''NOTE:''' Although you are NOT allowed to use reference sheets for course evaluations, it is recommended to create one for your personal use, and write down Linux commands, their arguments and options, so your can successfully perform quizzes, midterm exam, and final exam.<br><br>
 
# Proceed to the next section to perform additional practice. Linux is about "doing"! The more practice questions you perform, the better mark you will achieve for this course and have a better foundation of issuing Linux commands to be more productive in your future courses.<br><br>
 
# Proceed to the next section to perform additional practice. Linux is about "doing"! The more practice questions you perform, the better mark you will achieve for this course and have a better foundation of issuing Linux commands to be more productive in your future courses.<br><br>
Line 293: Line 313:
  
 
# What is a “'''Linux Cluster'''”? What is an advantage of using a Linux cluster?
 
# What is a “'''Linux Cluster'''”? What is an advantage of using a Linux cluster?
# List three unique server names at Seneca college and briefly explain the purpose of that server.  
+
# List '''three unique server names''' at Seneca college and briefly explain the purpose of that server.  
# List the steps to connect and login to your Matrix Linux server account from a workstation in a computer lab at Seneca College.
+
# List the steps to connect and login to your Matrix Linux server account from a '''workstation''' in a computer lab at Seneca College.
# List the steps to connect and login to your Matrix Seneca College account on your home computer.
+
# List the steps to connect and login to your Matrix Seneca College account on your '''laptop''' or your '''home computer'''.
 
# List 3 unique ways to '''log-out''' of your Matrix account (not including closing the SSH window or application).
 
# List 3 unique ways to '''log-out''' of your Matrix account (not including closing the SSH window or application).
 
# What is the difference between a Linux '''command''' and an argument?
 
# What is the difference between a Linux '''command''' and an argument?
# What is the purpose of a Linux command option?
+
# What is the purpose of a Linux command '''option'''?
# What character(s) is used to separate commands and arguments?
+
# What character(s) is used to '''separate''' commands and arguments?
# Create a table listing each Linux command, useful options that were mentioned in the online assignment #1 and command purpose for the following Linux commands:<br><br>pwd , cd , ls , cal , date , who , w , whoami , who am I , clea
+
# Create a '''table''' listing each Linux command, useful options that were mentioned in this tutorial for the following Linux commands: '''pwd''' , '''cd''' , '''ls''' , '''cal''' , '''date''' , '''who''' , '''w''' , '''whoami''' , '''who am I''' , '''clear'''
 
 
 
 
  
 
[[Category:ULI101]]
 
[[Category:ULI101]]

Revision as of 04:18, 24 January 2020

LEARNING ABOUT YOUR MATRIX SERVER ACCOUNT


Main Objectives of this Practice Tutorial

  • Understand the purpose of the Matrix server and the advantage of combining Linux servers to form a cluster.
  • List the steps to connect to your Matrix server account from a workstation within a computer lab at Seneca College.
  • List the steps to connect to your Matrix server account from your laptop or home computer.
  • Learn to Effectively Use the Command Prompt (Linux shell)
  • Perform the first two sections on the online assignment #1 to issue general Linux commands.
  • Exit your Matrix Linux Account
  • Perform Review Questions for additional Linux Command Practice

Tutorial Reference Material

Course Notes / Software
Linux Command/Shortcut Reference
YouTube Videos
Slides:Tutorials:Windows SSH client Software: Logging Out of Matrix Server

Account Access

Shell Command Line Editing

General Linux Commands


Brauer Instructional Videos:

KEY CONCEPTS

Purpose of Having a Matrix Account

While attending Seneca College, you will be using many different computer systems to perform various operations. Some of these servers include:

my.senecacollege.ca Learning Content Management System (Student Grades / Notes / Online Quizzes)
ict.senecacollege.ca Main ICT Webserver
wiki.cdot.senecacollege.ca Course WIKIs for Seneca College Students
matrix.senecacollege.ca Linux Account for Student Practice and Assignment submission


A shell is an interface / interpreter to allow a user to communicate with the Linux computer system.

Although you need to study concepts throughout this course, you will also need to learn to issue and memorize simple as well as more advanced Linux commands. This requires that you practice issuing Linux commands on a frequent basis to become more comfortable when working the Unix and Linux command-line environments.

Just like with other operating systems like MS Windows, it is important to learn how to open a command prompt in order to issue commands to perform common tasks. In Unix/Linux, a shell is simply an interface / interpreter to allow a user to communicate with the Linux computer system (server). Linux shells have evolved (improved) over a period of time. You will be using the Bash Shell which is considered to be user-friendly. By understanding how to issue Linux commands, you can create a file consisting of Linux commands and programming techniques called a shell script (learned later in this course) to automate tasks to make you a more productive user and administrator.

Layout of the Matrix Server

The Matrix server consists of several Virtual Computers all connected together to form a cluster. A cluster is a cost effective alternative to larger servers.

The Matrix server consists of several Virtual Computers connected together to form a cluster. A cluster is a cost effective alternative to buying larger servers.

All registered students in this course should have an account on the Matrix server. You will be using this account for the following reasons:

  • Issuing Linux commands
  • Becoming productive using the Linux command prompt (shell)
  • Performing Linux Practice Tutorials
  • Performing Linux Assignments (3)
  • Practice Issuing Linux Command Review Questions


In the next investigation, you will learn how to connect to and login to your Matrix server account both at a college lab workstation and from a remote computer such as your home computer or your laptop computer.

INVESTIGATION 1: ACCESSING YOUR MATRIX LINUX ACCOUNT


In this section, you will learn how to access your Matrix Linux account by two different methods:

  • From a workstation within a Seneca College lab
  • From your own computer within or outside Seneca College

Part 1: Access your Matrix Account from a Seneca College Lab

MyApps (AppsAnywhere) Main Window

You will learn how to connect to your Matrix Linux account from a workstation in your computer labs at Seneca college.

This would be useful if you do not have a notebook computer and are required to use one of the workstations available in your Seneca computer lab.

MyApps (AppsAnywhere) is an application streaming service that lets you install software on any Seneca PC on demand. Any software application on the MyApps menu can be used on computers in classrooms, labs, and the Computing Commons.

Reference: https://inside.senecacollege.ca/its/software/myapps/


You will now use MyApps on your Windows workstation in your Seneca lab room to launch an application
to allow you to connect and login to your Matrix server account.

Several SSH applications will appear. We will use the application called SSH Client for this practice tutorial.


Perform the Following Steps:

  1. Start your workstation in your lab and login to your Seneca Windows account.

  2. Make certain that the MyApps window is open. This window should have opened shortly after you logged into your Windows workstation. If the application windows is not open, click on the MyApps icon on the desktop to launch).

    SSH Client Application Window
  3. Click on the Search Apps area located in the top right corner of the MyApps window and type the word: ssh

  4. Several SSH applications will appear.

    NOTE: All of these applications allow you to connect to your Matrix account.
    We will use the application called SSH Secure Shell Client for this practice tutorial.

  5. Launch the SSH Secure Shell Client application icon to launch this program.

    Quick Connect Dialog Box
    NOTE: Prior to launching the application, you can add this to your favourites which will make it faster
    to access this application in the future.

  6. The main SSH Client window will appear. Click on the Quick Connect button.

    NOTE: The Connect dialog box allows the user to specify the server name and your account name
    to allow you to connect to the server.

  7. Click on the textbox labelled Hostnanme and enter the text: matrix

    NOTE: You can use the hostname matrix since you are located inside Seneca's network.
    If you where located outside Seneca's network, then you would need to enter the full domain name: matrix.senecac.on.ca

    Dialog Box to Share Public Key on Remote Server
  8. When connecting securely for the first time, a dialog box will appear to share a "public key" with your Matrix account in order to make your interaction between your workstation and the remote Linux server secure within the network (i.e. encrypted to prevent unauthorized access by other users)

    FYI: To make communications over a network secure, a computer generates two keys: a private key that is kept on the computer, and a public key, which can be shared with other computers. Transmissions from your computer uses the private key to encrypt (scramble) transmission to the remote computer, which in turn, uses the public key to decrypt (unscramble) the transmission. Likewise, the remote computer uses the public key to encrypt (scramble) transmissions and your computer uses the private key to decrypt (unscramble) those transmissions.

    Password Dialog Box
  9. Click the Yes button to share your public key.

  10. Next, a dialog box will appear prompting you for your Matrix account password in order to gain entry to your Matrix account. Your Matrix password is identical to your Seneca password. As you type the password, the text will be blocked-out or hidden to prevent others from viewing the screen to obtain your password
    Authentication Response Dialog Box


  11. Enter your password and click OK or press ENTER

    SSH Login Error
  12. Click OK or press ENTER at the Authentication Response dialog box.

    NOTE: If you encounter an error message, this can occur for several reasons:
    1. You mis-spelled the name of the server
    2. You mis-spelled your Matrix username (same username that you connect to my.senecacollege.ca)
    3. You have CAPS LOCK on by mistake (your username should be lowercase only).
    4. You mis-spelled your password (same password that you connect to my.senecacollege.ca)

    If you encountered an error logging in, issue the same steps to connect to your Matrix account,
    but carefully check your server name, username and your password. If you continue to experience the same problems,
    you can go to the computer help desk in the learning commons to get help.

    Matrix Shell Command Line Interface
  13. If you entered your password correctly, the main SSH Linux shell should appear where you enter Linux commands.

    The Matrix server has been configured to allow users to only interact with the Linux OS by issuing commands. There are various reasons for this, but the main 2 reasons are to force students to learn how to issue Linux commands as well as limitations to remote access to a graphical Linux server due to large number of users (students).

    Later in the course, your instructor may demonstrate other ways of accessing graphical versions of Linux, and how to launch a shell terminal.

    SSH Settings Dialog Box

You can configure the SSH application to adjust elements such as the window size and text font type and text font size. We will be showing you how to configure your SSH Secure Shell Client, but the other applications can allow you to configure their settings.

Perform the Following Steps:

  1. Click on the Edit menu item, and then select Settings in the Edit drop-down menu.

  2. To change the size of your shell window, under the Global Settings section, click Appearance

  3. Change the window size both horizontal and vertical to larger values.

  4. To change the font size, under the Global Settings section, click Font

  5. Select a larger font size and click OK

  6. You now should notice that you have customized your SSH shell terminal. You can use the settings screen to also change your background and text colours if you are interested in doing so.

  7. To exit your Matrix session, type the following command and press ENTER: exit

    NOTE: You should notice that the colour of the text changes slightly when disconnected and you are unable to issue Linux commands from that window.

  8. After you have disconnected from your account, close the SSH Secure Shell Client application window.

  9. It is recommended to repeat these steps with connecting to your Matrix account from a Seneca lab workstation until you become comfortable with the process.

In the next section, you will learn how to connect to your Matrix server account from a different computer
(for example: your laptop computer at Seneca College or your computer at home).

Part 2: Access your Matrix Account From your own computer within or outside the Seneca College Network

You will learn how to connect to your Matrix Linux account from your own computer whether it be a laptop computer or your home computer.

This would be useful if you want to access your Matrix Linux account on your own computer to practice Linux commands or perform your assignment outside of the scheduled class-time.

We will be learning to use a different SSH application called "Putty". In this way, you will be exposed to a few SSH applications to help you decide which SSH application you are most comfortable.

Perform the following steps:
  1. Click on the following link to download the Putty executable file:
    http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
    Putty Application Icon


    NOTE: If you are interested in downloading and installing other SSH applications (including the
    SSH Secure Shell Client application used in part 1), refer to week 1 links in the ULI101 Weekly Schedule.

  2. The putty executable file does not install the Putty program: Instead, run this program, by opening a file manager, moving to the Downloads directory and double-clicking on the putty.exe file.

    Putty Configuration Window
  3. The Putty configuration window will appear.

    You can configure the SSH application to adjust elements such as the window size and text font type and text font size. We will be showing you how to configure your SSH Secure Shell Client, but the other applications can allow you to configure their settings.

  4. To change the size of your shell window, click Window

  5. Change the rows and columns to larger values.

  6. To change the font size, under the Window section, click Appearance

  7. In the left window under Font Settings, click the Change button.

  8. Select a larger font size and click Apply

  9. You will return to the Putty Configuration window.

  10. To login to your Matrix Linux account, click on Sessions

  11. In the Host Name sectionand enter the text: matrix

    NOTE: You can use the hostname matrix since you are located inside Seneca's network.
    If you where located outside Seneca's network, then you would need to enter the full domain name: matrix.senecac.on.ca

    Login to Matrix Server
  12. Click on the Open button and the Putty session window should appear.

  13. Enter your username when prompted.

  14. Enter your password when prompted.

    Dialog Box to Share Public Key on Remote Server
  15. When connecting securely from the putty application for the first time, a dialog box will appear to share a "public key" with your Matrix account in order to make your interaction between your workstation and the remote Linux server secure within the network (i.e. encrypted to prevent unauthorized access by other users)

  16. Click the Yes button to share your public key.

    NOTE: If you encounter an error message, this can occur for several reasons:
    1. You mis-spelled the name of the server
    2. You mis-spelled your Matrix username (same username that you connect to my.senecacollege.ca)
    3. You have CAPS LOCK on by mistake (your username should be lowercase only).
    4. You mis-spelled your password (same password that you connect to my.senecacollege.ca)

    If you encountered an error logging in, issue the same steps to connect to your Matrix account,
    but carefully check your server name, username and your password. If you continue to experience the same problems,
    you can go to the computer help desk in the learning commons to get help.

    Putty Shell Command Line Interface
  17. If you followed the login sequence correctly, the Putty Shell window will appear where you can issue Linux commands.

  18. To exit your Matrix session, type the following command and press ENTER: exit

    NOTE: You should notice that the Putty application window will disappear.

  19. It is recommended to repeat these steps with connecting to your Matrix account from a Seneca lab workstation until you become comfortable with the process.

Note: If you are using a Apple Mac computer, or a computer running the Linux OS, refer to the procedures below to login to your Matrix account.

SSH from macOS:

  1. In a new Finder window
  2. Open: Applications > Utilities > Terminal
  3. On the command line, type: ssh username@matrix.senecacollege.ca
  4. Enter your password when prompted. Answer yes to any questions it may ask you.


SSH from Linux:

  1. Open up the "Terminal" (the command line).
  2. Choose Applications > System Tools > Terminal.
  3. On the command line, type: ssh username@matrix.senecacollege.ca
  4. Enter your password when prompted. You will not see the cursor move but you are indeed entering your password


In the next investigation, you will learn how to issue Linux commands and how to setup and perform the first two sections of the online ULI101 assignment #1.

INVESTIGATION 2: USING THE LINUX SHELL / ONLINE ASSIGNMENTS


In this section, you will learn how to use the Linux Shell. Topics in the section include:

  • Learn the Linux command structure (arguments and options)
  • Learn how to get help for Linux commands with manpages (man command).
  • Learn Basic Shell Editing
  • Learn how to perform online assignments.
  • Perform the first two sections of online assignment #1.

Part 1: Using the Linux Shell

The Bash shell in Matrix allows you to interact with your account by issuing commands.

Some Linux commands can be issued by entering the Linux command line without arguments (e.g. pwd, date, ls, cal),
but some Linux commands can be issued with arguments (e.g. cal 2002, cd /bin, ls -la ).

Linux Command Structure

command argument1 argument2 ...

An argument can be a pathname, text, option, etc.

An argument is separated from a command (or from other arguments) by a SPACE, multiple spaces or a TAB.

For example:

  • The ls command displays a listing of filenames in the current directory
  • The ls /bin command displays a listing of filenames in the /bin directory (as opposed to your current directory)
  • The ls -l command displays a detailed listing of filenames in the current directory
  • The ls -l /bin command displays a details listing of files in the /bin directory


Getting Help with Linux Commands

With the Linux OS containing over 2500 commands and utilities, it is good for a Linux user or sysadmin to learn about how to use commands “on-the-fly”.

The man command can provide information on how to use a command (i.e. usage, arguments, options, examples).
The commands are classified into sections or “volumes”.

Perform the Following Steps:

  1. Make certain that you are logged into your Matrix account.

  2. Issue the following command: man man
    How many volume numbers are contained in the man pages (like executable commands/programs, games, or system administrator commands)?

  3. Press the letter q to exit the man command.

  4. Issue the Linux command to get help with the command: ls

    NOTE: You can use the following short-cut keys within the man command to
    help navigate throughout this utility to get help with the ls command (refer to table below):

    Keyboard ShortcutPurpose
    ENTERMove down one line
    SPACEBARMove one screen down
    <ctrl><f>Move one screen up
    /pattern/Search for Pattern
    qquit man utility

  5. Navigate through the man utility for the ls Linux command and note the option letters that correspond to the following:
    • Include directory entries whose names begin with a dot
    • List in long format
    • Recursively list subdirectories encountered
    • Sort files by size
    • Display a slash (`/') immediately after each pathname that is a directory

  6. Exit the man utility for the ls command.

  7. Issue the ls command for each of those option letters you wrote down to see how this command differs for each option.

    NOTE: The man utility can be used with the -k option to help list Linux commands that match a text pattern that is contained within the help screen for a Linux command.

  8. Although we will not be learning about pipeline commands (using the | character) until later, try issuing the following pipeline command: man -k copy | grep 8
    How this this pipeline command make it easier to obtain information regarding man command?

  9. If you wish to change your password, you can change it by issuing the command: passwd
    What option for the passwd command can be used to change user info (such as name)?
    Hint: use the manpages for the passwd command.

    NOTE: You are NOT required to change your Matrix password for this tutorial. The Matrix server is "synched" with the my.senecacollege.ca server, so it is better to have your Matrix password changed at the same time that you change your myseneca password.

Command Line Editing

Learning shortcut keys in any OS terminal will allow you to be more productive as a sysadmin. You will focus on learning a few common Bash Shell keyboard shortcut keys and learn where you can access online help for additional shortcuts (if required).

Perform the Following Steps:

  1. Type the following Linux command, but DON’T press the ENTER key: cd /bin

  2. Press the ctrl-a key combination. What happens?

  3. Press the alt-F key combination (OPTION+right-arrow for Mac OSx). What happens?

  4. Press the ctrl-w shortcut. What happens?

  5. Type the following command: ls

  6. Press the ctrl-e key combination and press ENTER

  7. Press the up arrow key. What happens?

  8. Press the ctrl-u key combination. What happens?

  9. Press the up arrow key combination, and see what happens when you press BACKSPACE , <ctrl><BACKSPACE> and <ctrl><h>. Why is it important to know those series of key combinations?

  10. Press the ctrl-u key combination to clear the line.

  11. Press the ctrl-l key combination. What happens? What is the advantage of using this key combination then issuing the clear command?

Part 2: Performing Online Assignments

You are required to perform 3 online assignments during this course. This online assignment is used to teach and reinforce Linux commands are techniques as well as using Linux commands to perform tasks and tests students on their knowledge of issuing Linux commands.

In this section, you will learn to select the correct section for your online assignments, how to perform the first two sections of assignment #1, how to verify that you successfully completed both sections, and how to exit your online assignment #1.


Perform the following steps:

Initial Assignment Window to Allow Student to Select Correct Course Section.
  1. In your Matrix account, issue the following command:
    ~uli101/assign1

  2. A screen similar to the one displayed on the right will appear.

    WARNING: You need to select the CORRECT section for the course which you belong to.
    If you do NOT select your correct section, your assignment may not be recorded for marks!


  3. Select the letter(s) corresponding to the correct ULI101 section and professor and press ENTER

  4. After you have selected your course section, There will be a screen that provides several important notes before proceeding.
    Please take a few moments to read those notes and press ENTER to proceed.

    Main Assignment Window to View Which Sections Need to be Completed.
  5. The assignment main menu will then be displayed.

    NOTES:
    • Near the bottom of the window, you will see "You are currently registered to" followed by the section letter and instructor name. Double-check your course timetable to confirm that this the correct section letter. If you have selected the WRONG section, type C in the menu selection area and press ENTER. You will return back to the original window to select your correct course section.

    • Near the top of the window displays the sections to complete in the assignment. You are NOT required to complete all sections at the same time. You can check the assignment #1 link on the ULI101 main WIKI page to note the due date for assignment #1. Sections that are NOT completed will be displayed in reverse text with a blue background. On the other hand, when you compete a section, then the section will appear as regular text
      (i.e not in reverse text).

      Main Assignment Window to Confirm Which Sections Have or Have Not Been Completed.
    • If you want to verify that you have completed sections for the assignment, look for the text "Marks earned so far for ULI101 Assignment:" and it will show how many sections have been completed. When it shows all sections completed, then your assignment is finished and you should receive full marks provided that you have selected your correct course section.

  6. At the menu assignment #1 window, enter 1 in the menu selection area to begin the first section called "Introduction to Unix Commands".

  7. When you have completed this section, you will be returned to the main window.
    View the contents of this window to confirm that you completed this section.

  8. When you have time this week, enter 2 in the menu selection area and perform the first 3 parts only
    (Unix Command Structure, Entering and Editing Commands, Using the Online Manual).

  9. When you have completed this section, you will be returned to the main window.
    View the contents of this window to confirm that you completed this section.

    NOTE: Although you are NOT allowed to use reference sheets for course evaluations, it is recommended to create one for your personal use, and write down Linux commands, their arguments and options, so your can successfully perform quizzes, midterm exam, and final exam.

  10. Proceed to the next section to perform additional practice. Linux is about "doing"! The more practice questions you perform, the better mark you will achieve for this course and have a better foundation of issuing Linux commands to be more productive in your future courses.

LINUX PRACTICE QUESTIONS

The purpose of this section is to obtain extra practice to help with quizzes, your midterm, and your final exam.

Here is a link to the MS Word Document of ALL of the questions displayed below but with extra room to answer on the document to simulate a quiz:

https://ict.senecacollege.ca/~murray.saul/uli101/uli101_week1_practice.docx

Your instructor may take-up these questions during class. It is up to the student to attend classes in order to obtain the answers to the following questions. Your instructor will NOT provide these answers in any other form (eg. e-mail, etc).


Review Questions:

  1. What is a “Linux Cluster”? What is an advantage of using a Linux cluster?
  2. List three unique server names at Seneca college and briefly explain the purpose of that server.
  3. List the steps to connect and login to your Matrix Linux server account from a workstation in a computer lab at Seneca College.
  4. List the steps to connect and login to your Matrix Seneca College account on your laptop or your home computer.
  5. List 3 unique ways to log-out of your Matrix account (not including closing the SSH window or application).
  6. What is the difference between a Linux command and an argument?
  7. What is the purpose of a Linux command option?
  8. What character(s) is used to separate commands and arguments?
  9. Create a table listing each Linux command, useful options that were mentioned in this tutorial for the following Linux commands: pwd , cd , ls , cal , date , who , w , whoami , who am I , clear