Skip to content

Commit

Permalink
Working u-pl machines.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpgit committed Feb 18, 2024
1 parent 6149093 commit d25772f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,19 @@ <h2><a name="developmentenvironment">Development Environment</a></h2>
MFF UK unix login/password to get in. We assume you will know the minimum
needed to use the system. Start a few terminals and that is all you need. The
compiler is <tt>gcc</tt>. See below for a few editor options.
<li>Linux machines in the Malá Strana lab are also remotely accessible via SSH
with your unix MFF UK login. To log in, use e.g. <code>ssh
[email protected]</code>. You can also check <code>ssh -M</code> as
that might come in handy to speed up multiple logins. There seem to be
<tt>u-pl</tt> machines from 1 to 37. Pick any of those, your home directory is
mounted on all. You can use <a href="https://putty.org">PuTTY</a> client on
Windows. Windows 10 already have OpenSSH. Then see the item above.
<li>Use your laptop with a GNU C (<code>gcc</code>) compiler installed, or any
other modern C compiler. Any Linux distro, (Free|Net|Open)BSD, or a macOS
machine will do but you may need to install the compiler there. On macOS, just
run <tt>cc</tt> and follow the instructions there.
<li>Install a C compiler on your Windows laptop.
<li>Some Linux machines in the Malá Strana from the Rotunda lab are still
remotely accessible via SSH with your unix MFF UK login. To log in, use e.g.
<code>ssh [email protected]</code>. You can also check <code>ssh
-M</code> as that might come in handy to speed up multiple logins. Presently,
due to the Rotunda lab ongoing reconstruction, there are
to be <tt>u-pl1</tt> and <tt>u-pl10</tt> machines available to remote login.
Pick any of those, your home directory is mounted on all. You can use <a
href="https://putty.org">PuTTY</a> client on Windows. Windows 10 already have
OpenSSH. Then see the item above. <li>Use your laptop with a GNU C
(<code>gcc</code>) compiler installed, or any other modern C compiler. Any
Linux distro, (Free|Net|Open)BSD, or a macOS machine will do but you may need to
install the compiler there. On macOS, just run <tt>cc</tt> and follow the
instructions there. <li>Install a C compiler on your Windows laptop.
<li>Various combinations of the above in a virtual machine (e.g. open source <a
href="https://www.virtualbox.org/">VirtualBox</a> runs on many platforms).
</ol>
Expand Down Expand Up @@ -218,10 +219,9 @@ <h2><a name=gettingcredits">Getting credits</a></h2>

<p>Tests to verify your implementation will be provided with the assignment.
<b>You must pass all the tests</b> before handing over your solution. We will
build your code and verify the tests on one of the Linux machines
<code>u-pl</code>N in the <a
href="http://www.ms.mff.cuni.cz/labs/index.html.en">MFF UK lab at Mal&aacute;
Strana</a>, see the <a href="#developmentenvironment">Development
build your code and verify the tests on <code>u-pl1.ms.mff.cuni.cz</code>
machine in the <a href="http://www.ms.mff.cuni.cz/labs/index.html.en">MFF UK lab
at Mal&aacute; Strana</a>, see the <a href="#developmentenvironment">Development
Environment</a> section above. If your code does not pass all the tests there,
the submission will not be accepted.

Expand Down

0 comments on commit d25772f

Please sign in to comment.