summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/set_motd/howtos/en/index.html
blob: 1273c33d39502fc4bc9b6916e179a50782eafc64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!--
Create two virtal machines - name them Test and Student. For the machine Test, use
disk image named Test. On the Test machine, you receive a short string. Make sure it
will appear in the message that is displayed at login on the machine Student. This string
is called "message of the day" - MOTD.

Make sure a string is displayed via ssh at user login (in Message Of The Day, MOTD)
Set up the machine, so it will be accessible from test mechine (Test).

You receive the username and the string as parameters when run_test.py executes. Watch out for long strings that aren't displayed fully without moving the cursor.

You set the virtual machine IP yourself.

Grading program expects a shell in the form username@machine:~$ to be displayed at startup.
Make sure it is displayed only after the string you received from the instructions.
-->

<h2>Purpose of the exercise</h2>

<h2>Brief task</h2>

<h2>Instructions</h2>

<h2><ol>
	<li></li>
	<li></li>
	<li></li>
	<li></li>
	<li></li>
	<li></li>
	<li></li>
	<li></li>
	<li></li>
	<li></li>
</ol></h2>