-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathlinks.html
265 lines (245 loc) · 17.6 KB
/
links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>EPL371 > Links</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet"/>
<!--<link href="css/bootstrap.min.css" rel="stylesheet">-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/menucollapse.js"></script>
<script type="text/javascript" src="js/arrow78.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-2" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="glyphicon glyphicon-search"></span>
</button>
<button id="button2" type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span><a href="#"><img border="0" width="170" src="images/csucy.png"/></a></span>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll">
<a href="index.html">EPL371</a>
</li>
<li class="page-scroll">
<a href="index.html#news">News</a>
</li>
<li class="page-scroll">
<a href="schedule.html">Schedule</a>
</li>
<li class="page-scroll">
<a href="labs/labs.html">Labs</a>
</li>
<li class="page-scroll">
<a href="index.html#assignments">Assignments</a>
</li>
<li class="page-scroll">
<a href="links.html">Links</a>
</li>
<li class="page-scroll">
<a href="presentations.html">Presentations</a>
</li>
<li class="page-scroll">
<a target="_blank" href="http://moodle.cs.ucy.ac.cy/course/info.php?id=42">Moodle</a>
</li>
<li class="page-scroll">
<a target="_blank" href="http://www.cs.ucy.ac.cy/~dzeina/courses/epl371/private">TA</a>
</li>
<li class="page-scroll">
<a onclick="javascript:$('#bs-example-navbar-collapse-2').toggle();">
<span class="glyphicon glyphicon-search"></span>
</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
<!-- search box submenu -->
<div class="collapse" id="bs-example-navbar-collapse-2">
<gcse:search></gcse:search>
</div>
</div><!-- /.container-fluid -->
</nav>
<!-- search box submenu -->
<div class="collapse" id="bs-example-navbar-collapse-2">
<gcse:search></gcse:search>
</div>
<section id="tree" style="margin-top:70px">
<div class="container">
<a href="../../index.html">Zeinalipour</a> > <a href="../../index.html#courses">Courses</a> >
<a href="index.html">EPL371</a> > Links
</div>
</section>
<!-- Background Section -->
<section id="background">
<div class="container lead">
<h3>Links</h3>
<h4>Background</h4>
<p>It is assumed that students have a solid programming background before attending this course. Students can visit the following resources to review important background:</p>
<ul>
<li><a href="http://www2.cs.ucy.ac.cy/~dzeina/courses/epl132/index.html" target="_blank">EPL132</a>: Programming Principles II (low-level programming, basic data structures, documentation, unit testing)</li>
<li>Please check the following <a href="http://www2.cs.ucy.ac.cy/~dzeina/courses/epl132/links.html" target="_blank">GUIDE</a> for useful programming tools / services at our department.</li>
</ul>
</div>
</section>
<!-- VPS Section -->
<section id="vps">
<div class="container lead">
<h4>Virtual Private Server (VPS)</h4>
<p>In the context of this course, students will be offered their own (container-based Linux) Virtual Machine! This will allow the students to have "root" access and carry out the course assignments. Particularly, we use <strong>OpenVZ virtualization</strong>.</p>
<p>The specs of the VPS are minimal (but adequate for the purpose of this course):</p>
<ul>
<li>Centos 6 64 bit</li>
<li>Disk: 2GB</li>
<li>RAM: 256MB</li>
</ul>
<p>The given machine can be accessed in the following ways. Please notice that your VPS is only accessible from the local Departmental network. To access your VPS from home, please use one of the below:</p>
<ol>
<li>VPN to the Department (check <a href="http://www2.cs.ucy.ac.cy/~dzeina/courses/epl132/links.html" target="_blank">GUIDE</a>)</li>
<li>SSH to one of the 103 / B103 machines (103ws1 ... 103wsN and b103ws1 ... b103wsN)</li>
<li><strong>ssh –l root <mynode>.in.cs.ucy.ac.cy</strong>, where <strong><mynode></strong> is provided by the laboratory TA.</li>
</ol>
<p>To install a service to your VPS use the following:</p>
<blockquote>
<p><span style="color:green"># Define the software package repository</span></p>
<p>$ export http_proxy='http://proxy.cs.ucy.ac.cy:8008'</p>
<p></p>
<p><span style="color:green"># To install some software use yum (e.g., vsftpd)</p>
<p>$ yum install vsftpd</p>
<p></p>
<p><span style="color:green"># To check the service status</span></p>
<p>$ service vsftpd status</p>
<p></p>
<p><span style="color:green"># To start the service</span></p>
<p>$ service vsftpd start</p>
<p>“Starting vsftpd for vsftpd: [ OK ]”</p>
<p><span style="color:green"># To edit the configuration file</span></p>
<p>$ vi /etc/vsftpd/vsftpd.conf</p>
<p></p>
<p><span style="color:green"># To restart service</span></p>
<p>$ service vsftpd restart</p>
<p>“Shutting down vsftpd: [ OK ]”</p>
<p>“Starting vsftpd for vsftpd: [ OK ]”</p>
<p><span style="color:green"># To shutdown service</span>
<p>service vsftpd stop</p>
<p>“Shutting down vsftpd: [ OK ]”</p>
</blockquote>
</div>
</section>
<!-- Unix Environment Section -->
<section id="unix">
<div class="container lead">
<h4>Unix Environment</h4>
<h5>Commands</h5>
<ul>
<li><a href="http://www.indiana.edu/~uitspubs/b017/" target="_blank">List</a></li>
<li><a href="http://www.nmsu.edu/~CandN/DOCS/UNIX/DOCS.Unix_commands.html" target="_blank">List</a></li>
<li><a href="http://kb.indiana.edu/data/afsk.html" target="_blank">Intro</a></li>
<li><a href="http://www.erlenstar.demon.co.uk/unix/faq_toc.html" target="_blank">FAQ</a></li>
</ul>
<h4>Unix - Frequently Asked Questions</h4>
<ul>
<li><a href="http://cslibrary.stanford.edu/107/UnixProgrammingTools.pdf" target="_blank">Unix Programming Tools</a> (compact guide in PDF)</li>
<li><a href="http://www.faqs.org/faqs/unix-faq/faq/part1/" target="_blank">Unix - Frequently Asked Questions (1/7)</a></li>
<li><a href="http://www.faqs.org/faqs/unix-faq/faq/part2/" target="_blank">Unix - Frequently Asked Questions (2/7)</a></li>
<li><a href="http://www.faqs.org/faqs/unix-faq/faq/part3/" target="_blank">Unix - Frequently Asked Questions (3/7)</a></li>
<li><a href="http://www.faqs.org/faqs/unix-faq/faq/part4/" target="_blank">Unix - Frequently Asked Questions (4/7)</a></li>
<li><a href="http://www.faqs.org/faqs/unix-faq/faq/part5/" target="_blank">Unix - Frequently Asked Questions (5/7)</a></li>
<li><a href="http://www.faqs.org/faqs/unix-faq/faq/part6/" target="_blank">Unix - Frequently Asked Questions (6/7)</a></li>
<li><a href="http://www.faqs.org/faqs/unix-faq/faq/part7/" target="_blank">Unix - Frequently Asked Questions (7/7)</a></li>
<li><a href="http://www.faqs.org/faqs/unix-faq/programmer/faq/" target="_blank">Unix Programming FAQ</a></li>
<li><a href="http://www.faqs.org/docs/linux_admin/x672.html" target="_blank">The /proc filesystem</a></li>
</ul>
<h5>Linux</h5>
<ul>
<li><a href="http://www.linux.org/" target="_blank">The Linux Home Page at Linux Online</a></li>
<li><a href="http://linoleum.leapster.org/" target="_blank">Linux Programming Resources</a></li>
</ul>
<h5>Bash Shell Programming (Bourne-again Shell)</h5>
<ul>
<li><a href="http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html" target="_blank">Bash Guide for Beginners</a></li>
<li><a href="http://tldp.org/LDP/abs/html/" target="_blank">Advanced Bash Scripting Guide</a></li>
</ul>
</div>
</section>
<!-- C Section -->
<section id="clang">
<div class="container lead">
<h4>C Language</h4>
<ul>
<li><a href="http://www.acm.uiuc.edu/webmonkeys/book/c_guide/" target="_blank">The C Library Reference Guide</a></li>
<li><a href="http://www.strath.ac.uk/CC/Courses/NewCcourse/ccourse.html" target="_blank">C Programming</a></li>
<li><a href="http://www.cs.cf.ac.uk/Dave/C/" target="_blank">Programming in C (examples and explanations)</a></li>
<li><a href="http://www.le.ac.uk/cc/tutorials/c/" target="_blank">Introduction to c (introductory)</a></li>
<li><a href="http://www.eskimo.com/~scs/cclass/krnotes/top.html" target="_blank">C programming, also introductory</a></li>
<li>Greek translation of book: "C Programming Language", Brian Kernighan & Dennis Ritchie, ISBN 960-209-053-7, Εκδόσεις Κλειδάριθμος, 1990.</li>
</ul>
<p><a href="http://tigcc.ticalc.org/doc/keywords.html#auto" target="_blank">C Language Keywords</a></p>
<p><a href="http://www.faqs.org/faqs/C-faq/faq/" target="_blank">C Language Answers to Frequently Asked Questions</a>, [<a href="ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/comp/lang/c/C-FAQ-list" target="_blank">TXT</a>]</p>
<p><a href="http://www.psgd.org/paul/docs/cstyle/cstyle.htm" target="_blank">Recommended C Style and Coding Standards</a>, [<a href="http://www.csl.cornell.edu/courses/ece314/tutorials/cstyle.pdf" target="_blank">PDF<a/>]</p>
<p><a href="http://www.accu.org/" target="_blank">The association of C & C++ Users</a></p>
<h5>Low-Level I/O</h5>
<ul>
<li><a href="http://www.cppreference.com/stdio/index.html" target="_blank">Standard C I/O Revision</a></li>
</ul>
<h5>Threads-Processes-Sockets</h5>
<ul>
<li><a href="http://www.faqs.org/faqs/unix-faq/socket/" target="_blank">Unix-socket-faq for network programming</a></li>
<li><a href="http://www.faqs.org/faqs/threads-faq/part1/" target="_blank">FAQ for threads</a></li>
<li><a href="http://www.lambdacs.com/cpt/FAQ.html" target="_blank">Another threads FAQ</a></li>
<li><a href="http://www.llnl.gov/computing/tutorials/pthreads/" target="_blank">Posix threads programming</a></li>
</ul>
</div>
</section>
<!-- System Utilities Section -->
<section id="utilities">
<div class="container lead">
<h4>System Utilities</h4>
<ul>
<li><a href="http://www.bolthole.com/solaris/ksh.html" target="_blank">Unix ksh<a/></li>
<li><a href="http://snap.nlc.dcccd.edu/reference/awkref/" target="_blank">AWK Utility Description<a/></li>
<li><a href="http://www.grymoire.com/Unix/Sed.html" target="_blank">Short Description of SED Utility<a/></li>
<li><a href="http://www.adminschoice.com/docs/crontab.htm" target="_blank">Brief Description of CRONTAB<a/></li>
<li><a href="http://wiki.tcl.tk/" target="_blank">Description of TCL/TK Environment<a/></li>
<li><a href="http://cgi.di.uoa.gr/~syspro/vim-tutor.gr.txt" target="_blank">Vim Tutor in Greek<a/></li>
</ul>
</div>
</section>
</body>
<hr class="star-primary">
<footer>
<small>
<center>
© D. Zeinalipour | Credits: CR template
<a onclick="javascript:$('#credit').toggle();"><img border="0" src="images/ccby.png"/></a>
<div style="display:none;" id="credit">
[CR template available under Creative Commons CC BY 4.0 licence: <a href="https://github.com/dmsl/course-responsive-template" target="_blank">https://github.com/dmsl/course-responsive-template</a> ]
</div>
</center>
</small>
</footer>
</html>