Advertisement
Guest User

Untitled

a guest
Jan 20th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1.  
  2. Tuesday, 19 January 2016
  3. 5:42 PM:
  4.  
  5. Dear participants of Operating Systems course,
  6.  
  7. Welcome to the course. Tomorrow we will have our first lectures and first lab session.
  8.  
  9. There is a series of steps we would like you to do before coming to the class:
  10.  
  11. 1. Bring you laptop. You will need it for all the lectures and the labs
  12.  
  13. 2. On your laptop install SSH client.
  14.  
  15. If you work on Windows, we recommend using Putty.
  16.  
  17. Download link: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
  18.  
  19. If you work on Linux or Mac, you should already have an ssh client available through the Terminal
  20.  
  21. Execute $which ssh in your terminal to make sure. You should get the output similar to this:
  22.  
  23. root@OSC-1:~# which ssh
  24. /usr/bin/ssh
  25.  
  26. 3. Install X11 client software
  27.  
  28. If you work on Windows, install Xming
  29.  
  30. Download link: http://sourceforge.net/project/downloading.php?group_id=156984&filename=Xming-6-9-0-31-setup.exe
  31.  
  32. If you work on Mac, install XQuartz
  33.  
  34. Download link: http://www.xquartz.org/
  35.  
  36. If you work on Linux, you should already have X11 client installed
  37.  
  38. 4. Connect to Ubuntu virtual machines set up for the course via SSH with XForwarding enabled
  39.  
  40. Hostnames:
  41.  
  42. BS3/1 - osc-1.edu.innopolis.ru
  43.  
  44. BS3/2 - osc-2.edu.innopolis.ru
  45.  
  46. BS3/3 - osc-3.edu.innopolis.ru
  47.  
  48. BS3/4 - osc-4.edu.innopolis.ru​
  49.  
  50. BS3/5 - osc-5.edu.innopolis.ru
  51.  
  52. MS1/1 - osc-6.edu.innopolis.ru​
  53.  
  54. MS1/2 + MS1/3 - osc-7.edu.innopolis.ru
  55.  
  56. Username: your innopolis email username (without @innopolis.ru)
  57.  
  58. Password: your innopolis email password
  59.  
  60. If you work on Windows, follow this instructions to configure Putty to enable XForwarding:
  61.  
  62. http://www.geo.mtu.edu/geoschem/docs/putty_install.html
  63.  
  64. Fill in SSH session parameters (hostname, type: SSH, port: 22) accordingly and click "Open". Enter your username
  65.  
  66. and password (password symbols will not be displayed) and press enter
  67.  
  68. If you work on Ubuntu or Mac, type this in your Terminal. Change [username] and [N] accordingly:
  69.  
  70. ssh -X [username]@osc-[N].edu.innopolis.ru
  71.  
  72. Enter your password (password symbols will not be displayed) and press enter
  73.  
  74. Note: on Windows make sure your XMing is running before connecting using Putty (Run XLaunch program)
  75.  
  76. 5. After you have logged in, you should see a command line promt similar to this:
  77.  
  78. testauth@OSC-1:~$
  79.  
  80. Execute gedit command:
  81.  
  82. testauth@OSC-1:~$ gedit
  83.  
  84. You should see a window of Gedit text editor
  85.  
  86. If the window doesn't open and you get "Cannot open display" message, you've done some of the steps wrong
  87.  
  88. On Mac and Ubuntu make sure your run ssh command with -X (capital letter x)
  89.  
  90. On Windows, make sure you have XMing installed, running and you set XForwarding enabled with localhost:0.0 host
  91.  
  92. in your Putty session settings.
  93.  
  94. In case you run into issues send an email to a.reznik@innopolis.ru
  95.  
  96. See you all tomorrow!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement