1-DAV-202 Data Management 2024/25

Materials · Introduction · Rules · Contact
· Grades from marked homeworks are on the server in file /grades/userid.txt
· Dates of project submission and oral exams:
Early: submit project Wednesday May 28 9:00am, oral exams Friday May 30 9:00am (limit 8 students).
Regular: submit project Monday June 16, 9:00am, oral exams Thursday June 19 and 20 (estimated 9:00am-2:00pm, schedule will be published before exam).
Sign up for one the exam days in AIS before June 16, 9:30am.
Remedial exams will take place in the last week of the exam period. Beware, there will not be much time to prepare a better project. Projects should be submitted as homeworks to /submit/project.
· Cpp homework is due May 15, 9:00am. Use the time to work on projects.


Connecting to server

From MAD
Revision as of 16:31, 18 February 2021 by Tvinar (talk | contribs) (Created page with "== Connection through ssh == You can use ssh client available in Windows 10. On command line use: ssh <username>@vyuka.compbio.fmph.uniba.sk However, if you want more conf...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Connection through ssh

You can use ssh client available in Windows 10. On command line use:

ssh <username>@vyuka.compbio.fmph.uniba.sk

However, if you want more configurable client with a capability of tunneling application GUIs, you can install putty client instead.

Installation of X server

To use applications with GUIs, you need to tunnel X-server commands from the server to your local machine (this is accomplished by your ssh client), and you need a program that can interpret these commands on you local machine (this is called X server).

  • Install X server, such as xming
  • Make sure that X server is running (you should have "X" icon in your app control bar)
  • Run putty, connect using ssh connection type and in your settings choose Connection->SSH->X11 and check "Enable X11 forwarding" box
  • Login to the vyuka.compbio.fmph.uniba.sk server
  • ``echo $DISPLAY command should show a non-empty string (i.e. localhost:11.0)
  • Try running ``xeyes &