diff options
author | gm4175@student.uni-lj.si <gm4175@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-11-16 18:44:23 +0000 |
---|---|---|
committer | gm4175@student.uni-lj.si <gm4175@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-11-16 18:44:23 +0000 |
commit | 708adca4c42c2defa8d7ae1eebedc17ec6aa4527 (patch) | |
tree | 06d91e95f3164dfeb2b16c78c5f91c0040b50c4e /kpov_judge/tasks/set_motd/howtos/en | |
parent | fccf601eae67b185d6206bcd44a1997aa9195045 (diff) |
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@5 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/set_motd/howtos/en')
-rw-r--r-- | kpov_judge/tasks/set_motd/howtos/en/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kpov_judge/tasks/set_motd/howtos/en/index.html b/kpov_judge/tasks/set_motd/howtos/en/index.html new file mode 100644 index 0000000..1273c33 --- /dev/null +++ b/kpov_judge/tasks/set_motd/howtos/en/index.html @@ -0,0 +1,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>
\ No newline at end of file |