From e1f3b33010ebc8d0be8a0e244405a9262bbc0e9e Mon Sep 17 00:00:00 2001 From: "dr6784@student.uni-lj.si" Date: Mon, 28 Sep 2015 16:10:11 +0000 Subject: Urejena angleski in slovenski dokument z navodili git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@336 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414 --- kpov_judge/tasks/set_motd/howtos/en/index.html | 33 +++++++++--------- kpov_judge/tasks/set_motd/howtos/si/index.html | 46 ++++++++++---------------- 2 files changed, 33 insertions(+), 46 deletions(-) (limited to 'kpov_judge/tasks/set_motd/howtos') diff --git a/kpov_judge/tasks/set_motd/howtos/en/index.html b/kpov_judge/tasks/set_motd/howtos/en/index.html index 716c2dd..10bf4c9 100644 --- a/kpov_judge/tasks/set_motd/howtos/en/index.html +++ b/kpov_judge/tasks/set_motd/howtos/en/index.html @@ -5,18 +5,11 @@ - -

Usage of nano text editor

-

- 1.) Open the nano editor with the command nano which is followed by the path and name of the file. Example: nano /etc/myfile. If the file doesn't exist, the file will be created by the editor.
- 2.) To move in the editor, we use the arrow keys, backspace is used for deleting.
- 3.) To save a file press the combination of keys ctrl + O.
- 4.) To exit the editor press the combination of keys ctrl + X. The editor will ask you, if you really want to exit, you can answer with y (yes ) or with n ( no ).
- 5.) To cut a line press the combination of keys ctrl + K.
- 6.) To paste a line press the combination of keys ctrl + U.
- 7.) To search over a document press the combination of keys ctrl + W and then enter the search string. -

- +

set_motd

+

Purpose of the exercise

+

How to create user? How to edit a file? How to connect to anoter computer using ssh? How to find out the computer IP address?

+

Brief description

+

Set up two virtual machines, set MOTD. Connect using ssh.

How To

@@ -26,7 +19,17 @@ Student: Adapter1 set it to "internal-network" so it is in the same domestic network as SimpleArbiterDhcpGw.
no img
no img
no img
  • Login into Student
    no img
  • In Student(student-console) create a new user (with "adduser username",as the task demands of you ( eg. marjankoral19 ), with a custom password.
    no img
  • -
  • In Student(student-console) open interfaces file ( nano /etc/network/interfaces ) and set the IP
    no img
  • +
  • In Student(student-console) open interfaces file ( nano /etc/network/interfaces ) and set the IP
    +

    How to use the nano text editor

    +

    + 1.) Open the nano editor with the command nano which is followed by the path and name of the file. Example: nano /etc/myfile. If the file doesn't exist, the file will be created by the editor.
    + 2.) To move in the editor, we use the arrow keys, backspace is used for deleting.
    + 3.) To save a file press the combination of keys ctrl + O.
    + 4.) To exit the editor press the combination of keys ctrl + X. The editor will ask you, if you really want to exit, you can answer with y (yes ) or with n ( no ).
    + 5.) To cut a line press the combination of keys ctrl + K.
    + 6.) To paste a line press the combination of keys ctrl + U.
    + 7.) To search over a document press the combination of keys ctrl + W and then enter the search string. +

    no img
  • We can check which interface belongs to which adapter in Virtual-box with MAC address. Run ifconfig command and compare the HWaddr value with the value in the Virtual-box ( settings => network => adapter => Mac address )
    no imgno img
  • Then edit the /etc/motd (eg. with nano editor like this: "nano /etc/motd"), file with the specified string. (eg. "Not for Human consumption" )
    no img
  • For testing login with the test user into Test(SimpleArbiterDhcpGw)
    no img
  • @@ -36,10 +39,6 @@
  • A window appears as we can see on the image above, then press Enter, enter your username ( eg. dr6784@student.uni-lj.si ), password, task name (eg. 01-preparation-set_motd), enter the string we should get in motd, enter the username and password of a user on Student(student-console)(eg. marjankoral19), the IP of Student(student-console), and after a brief moment we should get the result. no img
  • -

    Purpose of the exercise

    -

    How to create user? How to edit a file? How to connect to anoter computer using ssh? How to find out the computer IP address?

    -

    Brief description

    -

    Set up two virtual machines, set MOTD. Connect using ssh.

    \ No newline at end of file diff --git a/kpov_judge/tasks/set_motd/howtos/si/index.html b/kpov_judge/tasks/set_motd/howtos/si/index.html index ab59c8b..1a43adb 100644 --- a/kpov_judge/tasks/set_motd/howtos/si/index.html +++ b/kpov_judge/tasks/set_motd/howtos/si/index.html @@ -5,21 +5,15 @@ - -

    Uporaba nano urejavalnika besedila

    -

    - 1.) Urejvalnik nano odpremo z ukazom nano, kateremu sledi ime datoteke. Primer: nano /etc/mojadatoteka. Če datoteka ne obstaja jo bo ustvaril urejevalnik.
    - 2.) Po urejevalniku se premikamo s smernimi puščicami, brišemo z tipko backspace.
    - 3.) Za shranjevanje dokumenta pritisnemo kombinacijo tipk ctrl + O
    - 4.) Za izhod iz urejevalnika pritisnemo kombinacijo tipk ctrl + X. Pri tem nas urejevalnik upraša če želimo shraniti spremembe. Odgovorimo z y (yes, ja ) ali z n ( no, ne ).
    - 5.) Za izrez vrsticne uporabimo kombinacijo tipk ctrl + K.
    - 6.) Za lepljenje vrstice se uporablja kombinacija tipk ctrl + U.
    - 7.) Za iskanje po besedilu uporabimo kombinacijo tipk ctrl + W, nakar vnesemo iskani niz in pritisnemo tipko enter. -

    +

    set_motd

    +

    Namen vaje

    +

    Kako se ustvari uporabnik? Kako se popravi datoteka? Kako se s pomočjo ssh +povežemo na drug racunalnik? Kako ugotovimo IP naslov računalnika?

    Naloga na hitro

    +

    Postavi 2 navidezna računalnika, nastavi MOTD. Poveži se preko ssh.

    -

    Navodila

    +

    Podrobna navodila

    1. Ustvari dva navidezna računalnika Student(student-console) in Test(SimpleArbiterDhcpGw)
      ni slike
    2. @@ -29,29 +23,23 @@
    3. Na računalniku Student(student-console) ustvari novega uporabnika (z ukazom "adduser imeuporabnika") kot od tebe zahteva naloga (npr. marjankoral19), geslo določi sam.
      ni slike
    4. Računalnik Student, odpri datoteko interfaces ( nano /etc/network/interfaces ) ter nastavi IP
      ni slike
    5. Kateri vmesnik (npr. eth0) spada pod kateri adapter (npr. Adapter1 ) lahko preverimo s strojnimi naslovi. Na računalniku zaženemo ukaz ifconfig, pogledamo HWaddr vrednost ter jo primerjamo z vrednostjo v Virtual-boxu (nastavitve => omrežja => adapter => MAC address
      ni slikeni slike
    6. -
    7. Nato spremeni datoteko /etc/motd (z urejevalnikom nano, primer uporabe: "nano /etc/motd"), zamenjaj z ustreznim nizom kot od tebe zahteva naloga ( npr. "Not for Human consumption" )
      ni slike
    8. +
    9. Nato spremeni datoteko /etc/motd (z urejevalnikom nano, primer uporabe: "nano /etc/motd"), zamenjaj z ustreznim nizom kot od tebe zahteva naloga ( npr. "Not for Human consumption" )
      +

      Kako se uporablja nano urejavalnika besedila

      +

      + 1.) Urejvalnik nano odpremo z ukazom nano, kateremu sledi ime datoteke. Primer: nano /etc/mojadatoteka. Če datoteka ne obstaja jo bo ustvaril urejevalnik.
      + 2.) Po urejevalniku se premikamo s smernimi puščicami, brišemo z tipko backspace.
      + 3.) Za shranjevanje dokumenta pritisnemo kombinacijo tipk ctrl + O
      + 4.) Za izhod iz urejevalnika pritisnemo kombinacijo tipk ctrl + X. Pri tem nas urejevalnik upraša če želimo shraniti spremembe. Odgovorimo z y (yes, ja ) ali z n ( no, ne ).
      + 5.) Za izrez vrsticne uporabimo kombinacijo tipk ctrl + K.
      + 6.) Za lepljenje vrstice se uporablja kombinacija tipk ctrl + U.
      + 7.) Za iskanje po besedilu uporabimo kombinacijo tipk ctrl + W, nakar vnesemo iskani niz in pritisnemo tipko enter. +


      ni slike
    10. Za testiranje se s testnim uporabniškim imenom prijavi na prvem računalniku. (SimpleArbiterDhcpGw)
      ni slike
    11. Nato se preko ssh poveži na Student z uporabniškim imenom marjankoral19 - ssh marjankoral19@ip.
      ni slike
    12. Po uspešni prijavi se bo moralo izpisati motd sporočilo.
    13. Kpov_judge poženemo tako da se prijavimo na računalniku SimpleArbiterDhcpGw, najdemo datoteko test_task.py ter jo poženemo ( z ./test_task.py kot se poganjajo vse skripte )
      ni slike
    14. Pojavi se nam okno kot ga vidimo zgoraj, nato pa pritisnemo Enter, vnesemo svoje uporabnisko ime ( npr. dr6784@student.uni-lj.si ), geslo, ime naloge (npr. 01-preparation-set_motd), vnesemo niz ki bi se nam moral prikazati, vnesemo ime uporabnika na racunalniku student (npr. marjankoral19) ter njegovo geslo, ip računalnika študent, nato pa po kratkem premoru dobimo rezultat. ni slike
    -======= - -

    Namen vaje

    -

    Kako se ustvari uporabnik? Kako se popravi datoteka? Kako se s pomočjo ssh -povežemo na drug racunalnik? Kako ugotovimo IP naslov računalnika?

    -

    Naloga na hitro

    -

    Postavi 2 navidezna računalnika, nastavi MOTD. Poveži se preko ssh.

    - -

    Navodila

    - \ No newline at end of file -- cgit v1.2.1