Introduction to Linux Systems ¶
Enroll to Introduction to Linux Systems 2023
Course Contents ¶
-
Johdatus Linux-järjestelmiin tehtävät
0.00 / 7.00
Contact info¶
- Teaching assistants: Paula Alavesa
- Email: firstname.lastname@oulu.fi
Exercise Objectives¶
The objective of this exercise is to make the student familiar with using a Linux workstation. After the exercise the student has access to the computing equipment at the Department of Computer Science.
Learning objectives: After passing the exercise the student understands the directory structure of Unix-based operating systems, and can use Linux from the command line. The student finds help in using new commands from manual pages, knows how to change permissions of files and knows how to find files from directory structures.
Passing the Exercise¶
In order to do the assignments of this exercise, you need an account to the Lovelace system. You can create the account from box in the top right corner of this page. We will identify you based on your student ID number, so make sure to either use it as your login, or input it afterwards by going to Settings (same top right box). After creating an account, log in and do all the assignments (links at the top of this page ("Johdatus Linux-järjestelmiin tehtävät"), but before you do, check the content below.). When you have completed all assignments, you have completed the exercise.
In case you can't finish all the lab work in the four hours reserved, you may continue doing them later by yourself by logging in to Lovelace.
Time and Place¶
The assingments can be completed independently.
Material¶
Material of the earlier "Introduction to the Use of Workstation" course can be obtained from the following address.
You can also look at the intro slides:
Remote Connection to Workstation from a Windows Computer¶
You can connect remotely and securely to the workstation by using a program called PuTTY, which is found on all the Windows workstations administrated by IT administration. PuTTY is also available from the software distribution of the IT administration (log in with tuomi account).
For remote access outside university you need to have an Eduvpn profile and use Open VPN, instructions below:
https://ict.oulu.fi/16863/
https://ict.oulu.fi/16831/
https://ict.oulu.fi/16831/
Below are the instructions for creating a remote connection with PuTTY:
- Open PuTTY.
- Type the computer name (e.g. st-cn0001.oulu.fi), to which you want to connect, to the Host Name field. In this exercise use tuomi.oulu.fi
- Click Open.
- The opening window should display text "login as". Type you username and press enter.
- Next, type your password and press enter.
- You have now logged in remotely and can continue finishing the assignments.
- You can close the remote connection with command exit or key combination Ctrl+A+D.
Hint: save the connections that you use regularly:
- In addition to Host Name, give a name to your connection under Saved Sessions text.
- Save the connection by pressing Save.
- The connection name should appear to the Saved Sessions list. Next time you open PuTTY, you can select this connection by double clicking its name.
With Mac computers, you can connect remotely with
ssh
, which you learn to use in one of the assignments.