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 +++++++++++++------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'kpov_judge/tasks/set_motd/howtos/en/index.html') 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 -- cgit v1.2.1