Skip to content

Commit 4a3156a

Browse files
committed
Fix a broken link, add more information.
1 parent 2c2c5c1 commit 4a3156a

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

docs/index.html

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ <h1>Unix/Linux Programming in C (NSWI015)</h1>
3434
<tbody><tr>
3535
<td>
3636
<font size="+1" color="black"><b>Since 2017/2018 the class is lectured
37-
in English. We are still in process of translating web pages and
38-
lecture materials.</b></font>
37+
in English. All materials have been translated to English by now.</b></font>
3938
</td></tr>
4039
</tbody></table>
4140

@@ -58,18 +57,15 @@ <h2><font color="red">News</font></a></h2>
5857
<h2><a name="syllabus">Syllabus</a></h2>
5958

6059
<p>
61-
We follow <a href="syllabus.html">this
62-
syllabus.</a> Slide numbers might change during the semester as we are
63-
continuously enhancing them.
60+
We follow <a href="syllabus.html">this syllabus.</a>
6461
</p>
6562

6663
<h2><a name="materials">Materials</a></h2>
6764

6865
<ul>
6966
<li>The primary material for this lecture are <a
7067
href="https://github.com/devnull-cz/unix-linux-prog-in-c/releases/latest">the
71-
commented slides.</a> <b>They have been originally in Czech but we are in
72-
process of translating them.</b>
68+
commented slides.</a>
7369
<li><a
7470
href="https://github.com/devnull-cz/unix-linux-prog-in-c/releases/latest">Slides
7571
as used during the lectures</a>. They are part of the commented slides so you
@@ -81,13 +77,12 @@ <h2><a name="materials">Materials</a></h2>
8177
and Physical Engineering in Prague.
8278
<li>Online access to the <a
8379
href="https://github.com/devnull-cz/unix-linux-prog-in-c-src">C source code
84-
files used during the lectures.</a> Very often not complete, and may contain
85-
bugs on purpose. Read comments carefully. You can download tarred achives in
86-
<a
80+
files used during the lectures.</a> Often not complete, and may contain bugs
81+
on purpose. Read comments carefully. You can download tarred achives in <a
8782
href="https://github.com/devnull-cz/unix-linux-prog-in-c-src/releases">releases</a>.
8883
<li><a href="http://mff.devnull.cz/vim-tips.html">Some ViM tips</a> for
8984
editting and navigating C source code files. <li>Information on the
90-
recommended <a href="http://mff.devnull.cz/cstyle.html">C style</a> for
85+
recommended <a href="http://mff.devnull.cz/cstyle">C style</a> for
9186
writing code so that <b>fellow programmers can read it as well.</b>
9287
</ul>
9388

docs/unix-access.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,23 @@ <h1>Access to Unix machines at MFF UK</h1>
2323

2424
<p>You can remotely use some Linux machines in the labs of Mal&aacute;
2525
Strana. Those are <code>u-pl1.ms.mff.cuni.cz</code> to
26-
<code>u-pl15</code>.
26+
<code>u-pl37</code>, as of writing this. Use the <code>ssh</code> client
27+
shipped with your Unix/Linux/Mac installation to reach those machines, for
28+
example:
2729

28-
<p>If you want anything else, just use a virtual machine, for example <a
29-
href="http://www.virtualbox.org/">VirtualBox</a>, <a
30+
<pre>
31+
$ ssh your-login@u-pl5.ms.mff.cuni.cz
32+
</pre>
33+
34+
<p>If you want a different system, you can install it into a virtual machine,
35+
for example <a href="http://www.virtualbox.org/">VirtualBox</a>, <a
3036
href="http://bellard.org/qemu/">QEMU</a>, or <a
3137
href="http://www.vmware.com/">VMWare</a>.
3238

33-
<p>To access Unix machines from a Windows installation, you can use a
34-
widely used SSH client <a
35-
href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>.
39+
<p>To access Unix machines from a Windows installation, you can use a widely
40+
used SSH client <a
41+
href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>. Windows 10
42+
is already shipped with OpenSSH as beta.
3643

3744
<p><hr>
3845
Lasted changed:

0 commit comments

Comments
 (0)