An archive of our website that seems to be last updated in 2012

This commit is contained in:
silver 2023-07-23 01:05:14 +01:00
commit dae6767465
244 changed files with 26423 additions and 0 deletions

54
.gitattributes vendored Normal file
View file

@ -0,0 +1,54 @@
# Documents
*.pdf filter=lfs diff=lfs merge=lfs -text
*.doc filter=lfs diff=lfs merge=lfs -text
*.docx filter=lfs diff=lfs merge=lfs -text
# Excel
*.xls filter=lfs diff=lfs merge=lfs -text
*.xlsx filter=lfs diff=lfs merge=lfs -text
*.xlsm filter=lfs diff=lfs merge=lfs -text
# Powerpoints
*.ppt filter=lfs diff=lfs merge=lfs -text
*.pptx filter=lfs diff=lfs merge=lfs -text
*.ppsx filter=lfs diff=lfs merge=lfs -text
# Images
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
# Fonts
*.ttf filter=lfs diff=lfs merge=lfs -text
*.eot filter=lfs diff=lfs merge=lfs -text
*.woff filter=lfs diff=lfs merge=lfs -text
*.woff2 filter=lfs diff=lfs merge=lfs -text
# Video
*.mkv filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.wmv filter=lfs diff=lfs merge=lfs -text
# Misc
*.zip filter=lfs diff=lfs merge=lfs -text
# ET4011
*.cbe filter=lfs diff=lfs merge=lfs -text
*.pbs filter=lfs diff=lfs merge=lfs -text
# Open/Libre office
# from https://www.libreoffice.org/discover/what-is-opendocument/
*.odt filter=lfs diff=lfs merge=lfs -text
*.ods filter=lfs diff=lfs merge=lfs -text
*.odp filter=lfs diff=lfs merge=lfs -text
*.odg filter=lfs diff=lfs merge=lfs -text
# QT
*.ui filter=lfs diff=lfs merge=lfs -text

32
.gitignore vendored Normal file
View file

@ -0,0 +1,32 @@
# IDE folder
/.idea
# Microsoft office Lockfiles
~$*
*.tmp
# Test files
test.*
*.test.*
/test
# Output of compiling
/out
/build
/target
/cmake-build-debug
# for QT, both as single directory and as subfolders
/build-*-*
/*/build-*-*
# Dealing with BlueJ
*.bluej
*.out
*.ctxt
# Dealing with Mac users
.DS_Store
# Nix
result
/result

81
src/_chronos/index.html Normal file
View file

@ -0,0 +1,81 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: Error 404 - REQUESTED DOCUMENT IS MISSING</title>
<link href="/css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="/images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="/images/head-l.png"
usemap="mainlogo"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="/guide/putty.exe"><img src="/images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="/images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="/"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
</div>
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<div align="center">
<h2><b>ERROR 404</b> - REQUESTED DOCUMENT IS MISSING</h2>
</div align="center">
<br/>
<hr noshade width="80%" />
<br/>
<p>
<br/>
The document you requested does not exist or is unavailable at this time. Please check the requested URL and try again. <b>Remember</b> that Internet URLs are <em>case-sensitive</em>.<br/>
</p>
<p>
If the problem persists, please report it to <b>chronos /at/ skynet /dot/ ie</b><br>Please include the missing URL.
</p>
</blockquote>
<p>
<center>
<b><h5>Copyright &copy; 2016 UL Computer Society</h5></b>
</center>
</p>
</body>
</html>

38
src/_davisc/index.html Normal file
View file

@ -0,0 +1,38 @@
<html>
<!-- Mirrored from skynet.ie/~davisc/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:10 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<title>Welcome</title>
</head>
<body>
<p>&nbsp;</p>
<center>
<h1>Welcome</h1>
<p>OK, well - you shouldn't really be seeing this</p>
<p>&nbsp;</p>
<p>My main site has moved to <a href="http://www.killminus9.net/">another server</a> including the photos.</p>
<p>&nbsp;</p>
<p>If you're looking for the MAE 2003 site, it's <a href="http://mae2003.skynet.ie/">here</a>.</p>
<p>&nbsp;</p>
<p>The only other thing here now is the <a href="rrd/index.html">Skynet RRD outputs</a>.</p>
<p>&nbsp;</p>
<p><font size="1">Cian Davis, 2004 davisc /at/ skynet /dot/ ie</font></p>
<p>&nbsp;</p>
</center>
</body>
<!-- Mirrored from skynet.ie/~davisc/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:10 GMT -->
</html>

BIN
src/_davisc/rrd/Load_day.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/Load_month.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/Load_week.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/Load_year.gif (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,29 @@
<html>
<!-- Mirrored from skynet.ie/~davisc/rrd/hollyload.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:20 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<title>Load on holly</title>
</head>
<body>
<p>&nbsp;</p>
<center>
<font size=+1>Load on holly</font>
<br><br>
<img src="hollyload_day.gif">
<hr noshade width=70%>
<img src="hollyload_week.gif">
<hr noshade width=70%>
<img src="hollyload_month.gif">
<hr noshade width=70%>
<img src="hollyload_year.gif">
<hr noshade width=70%>
<a href="index.html">back</a>
</center>
</body>
<!-- Mirrored from skynet.ie/~davisc/rrd/hollyload.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:23 GMT -->
</html>

BIN
src/_davisc/rrd/hollyload_day.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/hollyload_month.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/hollyload_week.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/hollyload_year.gif (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,24 @@
<html>
<!-- Mirrored from skynet.ie/~davisc/rrd/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:10 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<title>Skynet cluster statistics</title>
</head>
<body>
<center>
<p>&nbsp;</p>
<h2>Choose a Page</h2>
<table width=500><tr><td>
<a href=oracload.html>Orac load graphs</a><br>
<a href=oracusers.html>Orac logins graphs</a><br>
<a href=skynetload.html>Skynet load graphs</a><br>
<a href=skynetusers.html>Skynet logins graphs</a><br>
<a href=hollyload.html>Holly load graphs</a><br>
</td></tr></table>
<p>&nbsp;</p>
</body>
<!-- Mirrored from skynet.ie/~davisc/rrd/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:11 GMT -->
</html>

View file

@ -0,0 +1,27 @@
<html>
<!-- Mirrored from skynet.ie/~davisc/rrd/oracload.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:11 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<title>Load on orac</title>
</head>
<body>
<p>&nbsp;</p>
<center>
<font size=+1>Load on orac</font>
<br><br>
<img src="Load_day.gif">
<hr noshade width=70%>
<img src="Load_week.gif">
<hr noshade width=70%>
<img src="Load_month.gif">
<hr noshade width=70%>
<img src="Load_year.gif">
<hr noshade width=70%>
<a href="index.html">back</a>
</center>
</body>
<!-- Mirrored from skynet.ie/~davisc/rrd/oracload.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:12 GMT -->
</html>

View file

@ -0,0 +1,29 @@
<html>
<!-- Mirrored from skynet.ie/~davisc/rrd/oracusers.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:12 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<title>Users on orac</title>
</head>
<body>
<p>&nbsp;</p>
<center>
<font size=+1>Users on orac</font>
<br><br>
<img src="oracusers_day.gif">
<hr noshade width=70%>
<img src="oracusers_week.gif">
<hr noshade width=70%>
<img src="oracusers_month.gif">
<hr noshade width=70%>
<img src="oracusers_year.gif">
<hr noshade width=70%>
<a href="index.html">back</a>
</center>
</body>
<!-- Mirrored from skynet.ie/~davisc/rrd/oracusers.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:15 GMT -->
</html>

BIN
src/_davisc/rrd/oracusers_month.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/oracusers_week.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/oracusers_year.gif (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,29 @@
<html>
<!-- Mirrored from skynet.ie/~davisc/rrd/skynetload.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:15 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<title>Load on skynet</title>
</head>
<body>
<p>&nbsp;</p>
<center>
<font size=+1>Load on Skynet</font>
<br><br>
<img src="skynetload_day.gif">
<hr noshade width=70%>
<img src="skynetload_week.gif">
<hr noshade width=70%>
<img src="skynetload_month.gif">
<hr noshade width=70%>
<img src="skynetload_year.gif">
<hr noshade width=70%>
<a href="index.html">back</a>
</center>
</body>
<!-- Mirrored from skynet.ie/~davisc/rrd/skynetload.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:17 GMT -->
</html>

BIN
src/_davisc/rrd/skynetload_day.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/skynetload_month.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/skynetload_week.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/skynetload_year.gif (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,29 @@
<html>
<!-- Mirrored from skynet.ie/~davisc/rrd/skynetusers.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:18 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<title>Users on skynet</title>
</head>
<body>
<p>&nbsp;</p>
<center>
<font size=+1>Users on skynet</font>
<br><br>
<img src="skynetusers_day.gif">
<hr noshade width=70%>
<img src="skynetusers_week.gif">
<hr noshade width=70%>
<img src="skynetusers_month.gif">
<hr noshade width=70%>
<img src="skynetusers_year.gif">
<hr noshade width=70%>
<a href="index.html">back</a>
</center>
</body>
<!-- Mirrored from skynet.ie/~davisc/rrd/skynetusers.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:20 GMT -->
</html>

BIN
src/_davisc/rrd/skynetusers_day.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/skynetusers_month.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/skynetusers_week.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/_davisc/rrd/skynetusers_year.gif (Stored with Git LFS) Normal file

Binary file not shown.

13
src/_dobrien/index.html Normal file
View file

@ -0,0 +1,13 @@
<html>
<!-- Mirrored from skynet.ie/~dobrien/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:10 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<title>Nothing to See Here...</title>
</head>
<body>
<p>Like the title says, nothing here. Move along now :)</p>
</body>
<!-- Mirrored from skynet.ie/~dobrien/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:10 GMT -->
</html>

15
src/_maddenj/index.html Normal file
View file

@ -0,0 +1,15 @@
<HTML>
<!-- Created by HTTrack Website Copier/3.48-22 [XR&CO'2014] -->
<!-- Mirrored from skynet.ie/~maddenj/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:10 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=iso-8859-1" /><!-- /Added by HTTrack -->
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=UTF-8"><META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.jmadden.eu/"><TITLE>Page has moved</TITLE>
</HEAD>
<BODY>
<A HREF="http://www.jmadden.eu/"><h3>Click here...</h3></A>
</BODY>
<!-- Created by HTTrack Website Copier/3.48-22 [XR&CO'2014] -->
<!-- Mirrored from skynet.ie/~maddenj/ by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:11:10 GMT -->
</HTML>

154
src/about.html Normal file
View file

@ -0,0 +1,154 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/about.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:51 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="guide/putty.exe"><img src="images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='index-2.html' class="top">Home</a>
</li>
<li><a href='about.html' class="current">About</a>
</li>
<li><a href='services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="guide/basic_guide.html">Basic Guide</a></li>
<li><a href="guide/email_guide.html">Email Guide</a></li>
<li><a href="guide/news_guide.html">Newsreaders</a></li>
<li><a href="guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='contacts.html' class='top'>Contact</a></div></li>
<li><div class='mid'> <a href='join.html' class='mid'>Join Skynet</a></div></li>
<li><div class='mid'> <a href='history.html' class='mid'>History</a></div></li>
<li><div class='mid'> <a href='committee.html' class='mid'>Committee</a></div></li>
<li><div class='mid'> <a href='constitution.html' class='mid'>Constitution</a></div></li>
<li><div class='mid'> <a href='aup.html' class='mid'>Society Policy</a></div></li>
<li><div class='bott'> <a href='sponsors.html' class='bott'>Sponsors</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>About CSN</h1>
<p>CSN is an Internet Domain administered solely by a group of University of Limerick students. The CSN domain consists of our DNS Server ( admin ), our primary server ( skynet ), webserver ( orac ), mail and home server ( holly ) and our FTP and IRC server ( hal ). Our Sun box, which runs the societies primary services was donated a Sun System by Sun MicroSystems. All other machines are Intel based PCs running Linux, a free UNIX based operating system. </p>
<p>The Computer Society (also known as The Skynet Project ) own all servers and the Committee elected each year work to improve the services provided by obtaining sponsorship to purchase additional equipment and organise events. </p>
<p>The System Administration Team work to keep the system up and running as well as providing new and interesting services. Unlike the committee, the sysadmin team is not elected, but anyone with enough Linux, UNIX, Networking, C, HTML, Java experience is welcome to join. </p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/about.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:51 GMT -->
</html>

262
src/aup.html Normal file
View file

@ -0,0 +1,262 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/aup.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:52 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="guide/putty.exe"><img src="images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='index-2.html' class="top">Home</a>
</li>
<li><a href='about.html' class="current">About</a>
</li>
<li><a href='services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="guide/basic_guide.html">Basic Guide</a></li>
<li><a href="guide/email_guide.html">Email Guide</a></li>
<li><a href="guide/news_guide.html">Newsreaders</a></li>
<li><a href="guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='contacts.html' class='top'>Contact</a></div></li>
<li><div class='mid'> <a href='join.html' class='mid'>Join Skynet</a></div></li>
<li><div class='mid'> <a href='history.html' class='mid'>History</a></div></li>
<li><div class='mid'> <a href='committee.html' class='mid'>Committee</a></div></li>
<li><div class='mid'> <a href='constitution.html' class='mid'>Constitution</a></div></li>
<li><div class='mid'> <a href='aup.html' class='mid'>Society Policy</a></div></li>
<li><div class='bott'> <a href='sponsors.html' class='bott'>Sponsors</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The University of Limerick Computer Society (Skynet):</h1>
<h1>Acceptable Usage Policy</h1>
<h2>Table of Contents:</h2>
<p>
<ol>
<li><p>Background & Definitions.</p></li>
<li><p>Acceptable Usage.</p></li>
<li><p>Skynet Code of Behaviour.</p></li>
</ol>
</p>
<h2>Section 1: Background & Definitions.</h2>
<p>
<ol>
<li><p>Skynet is the name given to the collection of networking services
and facilities that support the communication requirements of the
members of the University of Limerick Computer Society.</p></p></li>
<li><p>The University of Limerick computer society was founded to bring
people of a common interest in computers together in the
University of Limerick. The society is open to various categories
of members, these being: members, external members &amp; University
Clubs/Societies.</p></p></li>
<li><p>This policy requires all users of the services and facilities
provided by Skynet to adhere strictly to the acceptable usage
policies of both the Information Technology Division (ITD) of the
University of Limerick and HEAnet.</p></li>
<li><p>Skynet may provide services to third parties provided that, in
doing so, there is benefit to the membership of the society and it
is not in direct contravention of the acceptable usage policies of
ITD or HEAnet.</p></li>
</ol>
</p>
<h2>Section 2: Acceptable Usage.</h2>
<p>Skynet services should be used in such a way as to:</p>
<p>
<ul>
<li><p>Apply member funding only to the purposes to which was voted;</p></li>
<li><p>Abide by the law of the land;</p></li>
<li><p>Abide by the Acceptable Usage Policies of ITD and HEAnet where
applicable;</p></li>
<li><p>Abide by the Skynet Acceptable Usage Policy;</p></li>
<li><p>Abide by the University of Limerick Computer Society Constitution;</p></li>
<li><p>Abide by the guidelines set down by Clubs &ampamp;; Societies Council.</p></li>
</ul>
</p>
<p>Skynet will actively seek sponsorship and other assistance towards its
aims and objectives from university and private sources as appropriate.</p>
<h2>Section 3: Skynet Code of Behaviour.</h2>
<p>Skynet provides enabling and enhancing services for it s members in the
pursuance of their activities of instruction, research, development,
communication, and for administration in direct support of such use.</p>
<p>It is not permitted to use Skynet services for any activity which purposely:</p>
<p>
<ul>
<li><p>Seeks to gain unauthorised access to any computer or computer network.</p></li>
<li><p>Adversely affects the operation of Skynet services or jeopardises
the use or performance for other users.</p></li>
<li><p>Wastes resources (people, capacity, computer)(1) .</p></li>
<li><p>Destroys the integrity of computer-based information.</p></li>
<li><p>Compromises the privacy of users.</p></li>
<li><p>Creates, hosts, or transmits (other than for properly supervised
and lawful purposes) any unlawful, libellous, abusive, vulgar,
obscene or indecent images, data or other material, or any data
capable of being resolved into obscene or indecent images or material.</p></li>
<li><p>Creates or transmits defamatory material subject to the law of the
land.</p></li>
<li><p>Transmits material in such a way to infringe the copyright of
another person or organisation.</p></li>
<li><p>Transmit or host unsolicited commercial or advertising material.</p></li>
<li><p>Conflicts with practices or policies of the Skynet Committee
and/or Administration team.</p></li>
<li><p>Contravenes with the law of the State (in particular, but not
exclusively, the Data Protection Act and the Criminal Damages
Act (1991)).</p></li>
</ul>
</p>
<p>Members may be contacted by the Skynet Committee or Administration Team,
from time to time, requesting the removal of specific material from
web-sites or newsgroups being hosted by members and providing that it is
technically practical to do so, members must comply to such notices
within forty eight hours though this may be waived if the System
Administration Team deem the content to be an unacceptable risk to the
society.</p>
<p>When violation of the Acceptable Usage policy occurs the violating
member will be informed by a mail from the Administration Team detailing
the violation and the resulting action being taken against the member
for the misconduct. The member has the opportunity to appeal any
decision made by the Skynet Committee or Administration Team with regard
to discipline by calling for a meeting of the Society Discipline
Committee where the member in question can state their case. However,
the decision of the Discipline Committee is final.</p>
<p>Violations of the Acceptable Usage policy can result in temporary
dis-userment (2), complete dis-userment from the society, removal from
the society and/or on the advice of Clubs &amp; Societies Officials be
passed on to higher authorities be they civil or university based.<p>
<p><b>Footnotes:</b>
<ol>
<li><p>The definition of this article is at the discretion of the
Administration Team.</p></li>
<li><p>We, the members of the University of Limerick Computer Society,
define the term .dis-userment. to mean the removal of an individuals
right to use the services or facilities provided by our society.</p></li>
</ol>
</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/aup.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:52 GMT -->
</html>

253
src/books.html Normal file
View file

@ -0,0 +1,253 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/books.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:53 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="guide/putty.exe"><img src="images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='index-2.html' class="top">Home</a>
</li>
<li><a href='about.html' class="top">About</a>
<ul>
<li><a href="contacts.html">Contact</a></li>
<li><a href="join.html">Join Skynet</a></li>
<li><a href="history.html">History</a></li>
<li><a href="committee.html">Committee</a></li>
<li><a href="constitution.html">Constitution</a></li>
<li><a href="aup.html">Society Policy</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='services.html' class="current">Services</a>
</li>
<li><a href='guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="guide/basic_guide.html">Basic Guide</a></li>
<li><a href="guide/email_guide.html">Email Guide</a></li>
<li><a href="guide/news_guide.html">Newsreaders</a></li>
<li><a href="guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='encyclopedia/index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Books</h1>
<p>A list of books in the Skynet Library</p>
<center><table width="90%" cellspacing="0" cellpadding="4"><tr><td class="border"><b>Title</b></td><td class="border"><b>Author</b></td><td "width=170" class="border"><b>Publisher</b></td></tr>
<tr><td class="border">Unix for the Impatient</td>
<td class="border">Abrahams, Paul and Bruce Larson</td>
<td class="border">Addison-Wesley Pub. Co</td><tr>
<tr><td class="border">Eckstein, Robert et.al</td>
<td class="border">Using Samba</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Learning Php and Mysql</td>
<td class="border">Davis, Weiner, Michele and Jon Phillips</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Java for C/C++ Programmers</td>
<td class="border">Daconta, Michael</td>
<td class="border">Wiley</td><tr>
<tr><td class="border">Microsoft Systems Management Server 2.0 Training Kit</td>
<td class="border">Corporation, Microsoft</td>
<td class="border">Microsoft Press</td><tr>
<tr><td class="border">Understanding the Linux Kernel</td>
<td class="border">Bovet, Daniel and Marco Cesati</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Professional Java Server Programming J2ee Edition</td>
<td class="border">Allamaraju, Subrahmanyam et.al</td>
<td class="border">Peer Information Inc</td><tr>
<tr><td class="border">Bash Cookbook</td>
<td class="border">Albing, Carl et.al</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Javascript Definitive Guide</td>
<td class="border">Flanagan, David</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Dynamic Html</td>
<td class="border">Goodman, Danny</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Mysql/Php Database Applications</td>
<td class="border">Greenspan, Jay and Brad Bulger</td>
<td class="border">M&T Books</td><tr>
<tr><td class="border">Network+ Study Guide</td>
<td class="border">Groth, David</td>
<td class="border">Sybex</td><tr>
<tr><td class="border">Linux in a Nutshell</td>
<td class="border">Hekman, P., Jessica and The Staff of O'reilly Medi</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Understanding and Deploying Ldap Directory Services</td>
<td class="border">Howes, Tim et.al</td>
<td class="border">Macmillan Technical Pub</td><tr>
<tr><td class="border">Real-Time Systems</td>
<td class="border">Joseph, M</td>
<td class="border">Prentice Hall</td><tr>
<tr><td class="border">Linux Network Administrator's Guide</td>
<td class="border">Kirch, Olaf and Terry Dawson</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Java for 3d and Vrml Worlds</td>
<td class="border">Lea, Rodger et.al</td>
<td class="border">New Riders Publishing</td><tr>
<tr><td class="border">Dns and Bind</td>
<td class="border">Liu, Cricket and Paul Albitz</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Teach Yourself Coldfusion in 21 Days</td>
<td class="border">Mohnike, Charles</td>
<td class="border">SAMS</td><tr>
<tr><td class="border">Managing Imap</td>
<td class="border">Mullet, Dianna and Kevin Mullet</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Cisco Ccna Exam #640-607 Certification Guide</td>
<td class="border">Odom, Wendell</td>
<td class="border">Cisco Press</td><tr>
<tr><td class="border">Hacking Rss and Atom</td>
<td class="border">Orchard, Leslie</td>
<td class="border">Wiley</td><tr>
<tr><td class="border">Stopping Spam</td>
<td class="border">Schwartz, Alan and Simson Garfinkel</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Learning Perl, 5th Edition</td>
<td class="border">Schwartz, Randal et.al</td>
<td class="border">O'Reilly Media, Inc</td><tr>
<tr><td class="border">Security+ Study Guide and Dvd Training System</td>
<td class="border">Shimonski, Robert et.al</td>
<td class="border">Syngress</td><tr>
<tr><td class="border">Perl in a Nutshell</td>
<td class="border">Siever, Ellen and Nathan Patwardhan</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Linux+ Study Guide</td>
<td class="border">Smith, Roderick</td>
<td class="border">Sybex</td><tr>
<tr><td class="border">Computer Networks</td>
<td class="border">Tanenbaum, Andrew</td>
<td class="border">Prentice Hall International</td><tr>
<tr><td class="border">Php Advanced for the World Wide Web</td>
<td class="border">Ullman, Larry</td>
<td class="border">Peachpit Press</td><tr>
<tr><td class="border">System Administrator's Reference Manual for Intel Processors</td>
<td class="border"></td>
<td class="border">Prentice Hall</td><tr>
<tr><td class="border">Running Linux</td>
<td class="border">Welsh, Matt and Lar Kaufman</td>
<td class="border">O'Reilly</td><tr>
<tr><td class="border">Solaris 8 System Administrators's Reference</td>
<td class="border">Winsor, Janice</td>
<td class="border">Sun Microsystems Press</td><tr>
<tr><td class="border">Mysql and Msql</td>
<td class="border">Yarger, Randy et.al</td>
<td class="border">O'Reilly</td><tr>
</tr></table>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/books.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:53 GMT -->
</html>

224
src/committee.html Normal file
View file

@ -0,0 +1,224 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/committee.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:52 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="guide/putty.exe"><img src="images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='index-2.html' class="top">Home</a>
</li>
<li><a href='about.html' class="current">About</a>
</li>
<li><a href='services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="guide/basic_guide.html">Basic Guide</a></li>
<li><a href="guide/email_guide.html">Email Guide</a></li>
<li><a href="guide/news_guide.html">Newsreaders</a></li>
<li><a href="guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='contacts.html' class='top'>Contact</a></div></li>
<li><div class='mid'> <a href='join.html' class='mid'>Join Skynet</a></div></li>
<li><div class='mid'> <a href='history.html' class='mid'>History</a></div></li>
<li><div class='mid'> <a href='committee.html' class='mid'>Committee</a></div></li>
<li><div class='mid'> <a href='constitution.html' class='mid'>Constitution</a></div></li>
<li><div class='mid'> <a href='aup.html' class='mid'>Society Policy</a></div></li>
<li><div class='bott'> <a href='sponsors.html' class='bott'>Sponsors</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<p>&nbsp;</p>
<h1>Skynet Committee</h1>
<!--
<h2>September '12 - December '12</h2>
-->
<center>
<table width="90%" cellspacing="0" cellpadding="4">
<tr>
<td width="250" class="border">
<td class="border"><b>&nbsp;Name</b></td>
<td class="border"><b>&nbsp;E-mail address</b></td>
</tr>
<tr>
<td class="border"><b>Committee</b></td>
<td class="border">&nbsp; &nbsp;<u>Committee Mailing List</u></td>
<td class="border">&nbsp; &nbsp;<u>compsoc /at/ skynet /dot/ ie</u></td>
</tr>
<tr>
<td class="border"><b>President</b></td>
<td class="border">&nbsp; &nbsp; Donal O'Brien</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
<tr>
<td class="border"><b>Secretary</b></td>
<td class="border">&nbsp; &nbsp; Andru Quinn</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
<tr>
<td class="border"><b>Treasurer</b></td>
<td class="border">&nbsp; &nbsp; Cathal O'Donnell</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
<tr>
<td class="border"><b>Senior Systems' Administrator</b></td>
<td class="border">&nbsp; &nbsp; Cathal Ferris</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
<tr>
<td class="border"><b>Ordinary Committee Member</b></td>
<td class="border">&nbsp; &nbsp; Muthukumaran Thangaramanujam</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
<tr>
<td class="border"><b>Ordinary Committee Member</b></td>
<td class="border">&nbsp; &nbsp; Trevor Sweeney</td>
<td class="border">&nbsp; &nbsp; </td>
<tr>
<td class="border"><b>Ordinary Committee Member</b></td>
<td class="border">&nbsp; &nbsp; Gearoid Cremin</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
<tr>
<td class="border"><b>Ordinary Committee Member</b></td>
<td class="border">&nbsp; &nbsp; Paul O'Sullivan</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
<tr>
<td class="border"><b>Ordinary Committee Member</b></td>
<td class="border">&nbsp; &nbsp; Alan Noonan</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
<tr>
<td class="border"><b>Ordinary Committee Member</b></td>
<td class="border">&nbsp; &nbsp; Dylan O'Connor-Desmond</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
<tr>
<td class="border"><b>Ordinary Committee Member</b></td>
<td class="border">&nbsp; &nbsp; Mark Brennan</td>
<td class="border">&nbsp; &nbsp; </td>
</tr>
</table>
</center>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/committee.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:52 GMT -->
</html>

394
src/constitution.html Normal file
View file

@ -0,0 +1,394 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/constitution.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:52 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="guide/putty.exe"><img src="images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='index-2.html' class="top">Home</a>
</li>
<li><a href='about.html' class="current">About</a>
</li>
<li><a href='services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="guide/basic_guide.html">Basic Guide</a></li>
<li><a href="guide/email_guide.html">Email Guide</a></li>
<li><a href="guide/news_guide.html">Newsreaders</a></li>
<li><a href="guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='contacts.html' class='top'>Contact</a></div></li>
<li><div class='mid'> <a href='join.html' class='mid'>Join Skynet</a></div></li>
<li><div class='mid'> <a href='history.html' class='mid'>History</a></div></li>
<li><div class='mid'> <a href='committee.html' class='mid'>Committee</a></div></li>
<li><div class='mid'> <a href='constitution.html' class='mid'>Constitution</a></div></li>
<li><div class='mid'> <a href='aup.html' class='mid'>Society Policy</a></div></li>
<li><div class='bott'> <a href='sponsors.html' class='bott'>Sponsors</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Constitution of the Computer Society</h1>
<hr width="100%" />
<h2>Preamble:</h2>
<p>We, the students of the University of Limerick, who share a common interest in computing, have united to form this society, in an endeavour to promote the use and enjoyment of computers within the University, by all students including those for whom it is not an academic requirement. To this end we shall employ the use of the computing skills, knowledge and resources of the society, computer based information services, combining both the practical and the entertaining, to bring computers to the masses.</p>
<hr width="100%" />
<h2>Section 1:Membership of the Society</h2>
<p><b>Article 1.1</b><br />
The Computer Society membership is open to:</p>
<ul>
<li>Staff and Alumni of the University of Limerick</li>
<li>Students studying at the University of Limerick</li>
<li>Students who have transferred from the University or University graduates</li>
<li>Past students of the University of Limerick</li>
</ul>
<p>
<b>Article 1.2</b><br />
There are three categories of membership of the Society:</p>
<ul>
<li>Ordinary Member</li>
<li>Associate Member</li>
<li>Honorary Member</li>
</ul>
<p><b>Article 1.3</b><br />
An ordinary membership is obtained by payment of an annual membership fee levied by the committee of the Society. Ordinary members have an equal right to participate in events run by the Computer Society.</p>
<p><b>Article 1.4</b><br />
An associate membership is obtained by payment of a membership fee levied by the committee of the Society and is valid for 5 years. Associate membership is only available to Alumni or past students of the University of Limerick. Eligibility of associate members to participate in events is at the discretion of the Committee of the Computer Society.</p>
<p><b>Article 1.5</b><br />
An honorary membership is bestowed upon recipients for life, where it is deemed by the committee that they have made a significant contribution to the development of the Society. Honorary members have the same privileges as ordinary members.</p>
<p><b>Article 1.6</b><br />
All members must abide by the Code of Conduct and/or Acceptable Usage Policy (AUP) as set down by the Information Technology Division of the University of Limerick, and by the Higher Education Authority Network as well as the Computer Society AUP.
<p><b>Article 1.7</b><br />
Breach of the Computer Society AUP, which incorporates any applicable Information Technology Division or HEAnet Code of Conduct or AUP, may result in sanction by the committee of the Society, including the removal of membership.
<p><b>Article 1.8</b><br />
Any person who has had their membership revoked or membership of the Society refused may appeal to the University of Limerick Students' Union Clubs and Societies Executive.</p>
<p><b>Article 1.9</b><br />
The committee of the Computer Society can refuse membership at their discretion.</p>
<p><b>Article 1.10</b><br />
Members are required to provide information necessary for identification and verification of members and for the Computer Society to conform with University of Limerick Student's Union, University of Limerick and legal regulations.</p>
<h2>Section 2: Skynet</h2>
<p><b>Article 2.1</b><br />
Skynet, The Skynet Project and the Computer Society Network refer to the computer equipment, services and related infrastructure of The Computer Society</p>
<p><b>Article 2.2</b><br />
Skynet is maintained and administered by the Systems Administration Team. The Systems Administration Team shall elect a Head Administrator. The Head Administrator will also be appointed as Vice President. Membership of the Administration Team is decided by the Administration Team.
<p><b>Article 2.3</b><br />
Skynet Accounts are available to:<br />
<ul>
<li>Members of the Computer Society</li>
<li>Other persons or organisations deemed appropriate by the Computer Society Committee</li>
</ul>
</p>
<p><b>Article 2.4</b><br />
Any person who has had their Skynet account revoked or Skynet account refused may appeal to the Privileges Tribunal
<p><b>Article 2.5</b><br />
The Systems Administration Team has the right to take whatever steps are neccesary to ensure the stability and security of Skynet and to ensure its compliance with revelant regulations, policies and laws.</p>
<h2>Section 3: Administration of the Society</h2>
<p><b>Article 3.1</b><br />
The committee shall consist of the following:</p>
<ol type="a">
<li>President</li>
<li>Vice-President</li>
<li>Treasurer</li>
<li>Public Relations Officer (henceforth called P.R.O.)</li>
<li>Secretary</li>
<li>Liaison with the Information Technology Department of the University</li>
</ol>
<p><b>Article 3.2</b><br />
The President shall be the chief representative of the society
and has overall authority for promoting the society within the
University and locality and for overseeing all society events.
He/She shall chair all meetings of the committee and all meetings
of the general assembly. The president shall have the casting
vote except in matters pertaining to himself/ herself. Together
with the Treasurer the President is jointly responsible for the
financial affairs of the Society. Should the president be absent
for any reason, his position for that meeting shall be filled by
the next in line according to the order stipulated in Article 3.1.
</p>
<p><b>Article 3.3</b><br />
The Vice President shall be the head systems administrator as
chosen by the Systems Administrators of the Computer Society
Network. They shall act as an assistant to the President of the
Society and shall assist the President in the running of the
Society. They shall also be the representative of the Systems
Administrators and serve to relay the decisions or opinions of
the Systems Administrators to the Committee.
</p>
<p><b>Article 3.4</b><br />
The Treasurer has overall responsibility for the maintenance of
the society accounts and is jointly responsible for those with
the President. Responsibility rests with the treasurer in relation
to the preparation of the society's budget for the Students Union.
A bank account shall be maintained in the name of the society, the
account shall require the co-signature of the treasurer and the
president or the vice president. The duties of the treasurer shall
also include those of business liaison officer. He/she will be
jointly responsible for obtaining sponsorship and equipment
along with the PRO, and creating and maintaining links with computer based businesses.
</p>
<p><b>Article 3.5</b><br />
The Secretary shall be responsible for all correspondence related
to the affairs of the society. He/she shall be responsible for the
announcement of committee meetings. He/she shall duly record the
minutes of both committee and general assembly meetings, these
shall be ratified at the following meeting. The secretary is
also charged with keeping an accurate record of all current
members of the society.
</p>
<p><b>Article 3.6</b><br />
The Public Relations Officer (PRO) shall be responsible for the
advertising and organising of all meetings and functions of the
society through all means possible. The publicising of events
shall be aimed at the university community as well as the wider
community. It is incumbent upon the PRO to report to the
Students Union newspaper, to local and where appropriate to
national press. The office of PRO shall have the responsibility
of organising all receptions held by the society, aided where
necessary by other committee members. He/She will be jointly
responsible with the Treasurer for obtaining sponsorship and
equipment.
</p>
<p><b>Article 3.7</b><br />
The Liaison with the Information Technology Department of the
University of Limerick is responsible for maintaining an open
communications avenue with the Information Technology Department
of the University of Limerick. Any grievances between the Society
and the Information Technology Department of the University of
Limerick will be relayed to this officer, who has the responsibility
to pass on the grievance and actively work with both parties to
resolve any differences.
</p>
<p><b>Article 3.8</b><br />
The First Year Representative is responsible for ensuring that the
opinions and interests of the newer members of the society are not
forgotten in the formulation and execution of policy by the
Committee of the Society.
</p>
<p><b>Article 3.9</b><br />
The committee of the Computer Society is responsible ensuring attendance at Clubs and Societies Council. Those representing the committee at Clubs and Societies Council are responsible for keeping the committee advised of all developments in the Clubs and Societies Council and if necessary relaying the Society's grievances and opinions on matters under discussion.<p>
<h2>Section 4: Election of Committee</h2>
<p><b>Article 4.1</b><br />
All elections shall be by show of hands by members or, if there is objection to this by any member, by secret ballot.</p>
<p><b>Article 4.2</b><br />
The system of 'Majority Election' shall be used.</p>
<p><b>Article 4.3</b><br />
All members of the society have the right to run for a position on the committee provided that they fulfil the requirements as specified in Article 4.4.</p>
<p><b>Article 4.4</b><br />
Candidates must:</p>
<ol type="a">
<li>be members of the Computer Society</li>
<li>not have held the same office for more than 3 years</li>
</ol>
<p><b>Article 4.5</b><br />
To seek election as President, Treasurer, P.R.O., Secretary, each candidate must have 2 nominations by ordinary members of the society, one of these by a committee member. These must be presented to the outgoing secretary at the announcement of elections.</p>
<p><b>Article 4.6</b><br />
The elections shall take place towards the end of the Spring term when the A.G.M. is called.</p>
<p><b>Article 4.7</b><br />
Should any position become available for whatever reason e.g. Co-operative Education, a by-election shall take place.</p>
<p><b>Article 4.8</b><br />
The Vice-President is appointed by the System Administration Team.</p>
<h2>Section 5: General Meeting Standing Orders</h2>
<p><b>Article 5.1</b><br />
Each speaker shall address him/herself solely to the chairperson i.e. President or order stipulated in article 3.1.</p>
<p><b>Article 5.2</b><br />
The chairperson shall ensure that all sides of the debate are heard, that each speaker gets the respect he/she deserves and that the meeting is conducted in an orderly fashion.</p>
<p><b>Article 5.3</b><br />
The secretary for each meeting of the committee shall collect beforehand the motions for discussion. On this information he/she shall write up an agenda and circulate it prior to the meeting.</p>
<p><b>Article 5.4</b><br />
Every motion must be seconded by two members.</p>
<p><b>Article 5.5</b><br />
Every motion shall be opened for discussion after its proposal.</p>
<p><b>Article 5.6</b><br />
Only one motion shall be in the floor at any one time.</p>
<p><b>Article 5.7</b><br />
Amendments must be relevant; They may not seek to negate the proposal they are amending directly.</p>
<p><b>Article 5.8</b><br />
If there is no discussion, the Chairperson may inquire whether there is any opposition and if not, shall declare the motion carried.</p>
<p><b>Article 5.9</b><br />
The following procedural motions may be moved:</p>
<ol type="a">
<li>a motion that the question now be put</li>
<li>a motion that the question not be put</li>
<li>a motion that the motion be postponed to another time or meeting</li>
<li>a motion of no confidence in the Chairperson</li>
<li>a challenge to the Chairperson's ruling</li>
</ol>
<p><b>Article 5.10</b><br />
A point of order shall have precedence over all other business, except the act of voting (unless it refers to the act of voting). It must relate to procedure or conduct of the meeting.
</p>
<h2>Section 6 : The Privileges Tribunal</h2>
<p><b>Article 6.1</b><br />
The tribunal shall be responsible for determining the degree of privileges that Skynet accounts have. When deciding privileges, the tribunal has the power to revoke accounts in cases of serious offences, used at its own discretion. The tribunal's decision is final</p>
<p><b>Article 6.2</b><br />
The tribunal shall hear all cases resulting from actual or suspected breaches of the AUP, as well as cases of members who bring the society into disrepute.</p>
<p><b>Article 6.3</b><br />
The tribunal shall consist of the elected committee and two system's administrators.</p>
<p><b>Article 6.4</b><br />
Locus Standi to bring such charges resides with any member of the society who receives support from a simple majority of the general assembly or any person who has been stripped of their account.</p>
<h2>Section 7: Constitutional Amendments.</h2>
<p><b>Article 7.1</b><br />
Any proposed amendments to this constitution or to the standing orders herein contained may only be enacted at an A.G.M. or an E.G.M.</p>
<p><b>Article 7.2</b><br />
The society may be called to an E.G.M. by a 2/3's majority of the voting general assembly meetings.</p>
<p><b>Article 7.3</b><br />
Proposed amendments must be handled by the Secretary and presented to each member of the Committee at least one week prior to the date set for the meeting and must be seconded by a committee member.</p>
<h2>Section 8: Society Standing Orders</h2>
<p><b>Article 8.1</b><br />
Society Standing Orders:<br />
<ul>
<li>Detail policy and regulation with regard to the running of the Society</li>
<li>Clarify the constitution of the Computer Society where necessary</li>
<li>Detail responsibilities entrusted to the Committee of the Computer Society by this Constitution</li>
</ul>
</p>
<p><b>Article 8.2</b><br />
Society Standing Orders are enacted and enforced by the Committee of the Computer Society.</p>
<pre>Last Modified: 22 Feb 2012</pre>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/constitution.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:52 GMT -->
</html>

211
src/contacts.html Normal file
View file

@ -0,0 +1,211 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/contacts.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:51 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="guide/putty.exe"><img src="images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='index-2.html' class="top">Home</a>
</li>
<li><a href='about.html' class="current">About</a>
</li>
<li><a href='services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="guide/basic_guide.html">Basic Guide</a></li>
<li><a href="guide/email_guide.html">Email Guide</a></li>
<li><a href="guide/news_guide.html">Newsreaders</a></li>
<li><a href="guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='contacts.html' class='top'>Contact</a></div></li>
<li><div class='mid'> <a href='join.html' class='mid'>Join Skynet</a></div></li>
<li><div class='mid'> <a href='history.html' class='mid'>History</a></div></li>
<li><div class='mid'> <a href='committee.html' class='mid'>Committee</a></div></li>
<li><div class='mid'> <a href='constitution.html' class='mid'>Constitution</a></div></li>
<li><div class='mid'> <a href='aup.html' class='mid'>Society Policy</a></div></li>
<li><div class='bott'> <a href='sponsors.html' class='bott'>Sponsors</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<p>&nbsp;</p>
<h1>Skynet Contacts</h1>
<center>
<table width="95%" cellspacing="0" cellpadding="4">
<tr>
<td width="90" class="border"><b>Role</b></td>
<td class="border"><b>Responsilbility</b></td>
<td width="170" class="border"><b>E-mail address</b></td></tr>
<tr>
<td class="border"><b>Committee</b></td>
<td class="border">All issues relating to The Computer Society but not relating to administration of computer resources</td>
<td class="border">compsoc /at/ skynet /dot/ ie</tr>
<tr>
<td class="border"><b>Accounts</b></td>
<td class="border">All queries relating to Skynet accounts including new accounts, payments and accounts not working.</td>
<td class="border">accounts /at/ skynet /dot/ ie</tr>
<tr>
<td class="border"> <b>Web Admin</b></td>
<td class="border">Web administration - anything related to the Skynet Website or webserver</td>
<td class="border">webadmin /at/ skynet /dot/ ie</tr>
<tr>
<td class="border"><b>Database Admin</b></td>
<td class="border">Administration and queries regarding Skynet's MySQL server including new database accounts</td>
<td class="border">dbadmin /at/ skynet /dot/ ie</tr>
<tr>
<td class="border"><b>Mailman Admin</b></td>
<td class="border">Administration and queries regarding Skynet's <a href="http://lists.skynet.ie/">Mailman</a> service including new lists</td>
<td class="border">mailman /at/ skynet /dot/ ie</tr>
<tr>
<td class="border"><b>DNS Admin</b></td>
<td class="border">Administration of Skynet's DNS services including new domains</td>
<td class="border">dnsadm /at/ skynet /dot/ ie</tr>
<tr>
<td class="border"><b>Security</b></td>
<td class="border">Anything relating to the security of the Skynet cluster</td>
<td class="border">security /at/ skynet /dot/ ie</tr>
<tr>
<td class="border"><b>Abuse</b></td>
<td class="border">Notify Skynet Administration of any abuse from or to our cluster</td>
<td class="border">abuse /at/ skynet /dot/ ie</tr>
<tr>
<td class="border"><b>System Administrators</b></td>
<td class="border">Any issue relating to the administration of the Skynet cluster that does not fall under any previous heading. Only accepts e-mail from skynet accounts.</td>
<td class="border">sysadm /at/ skynet /dot/ ie</tr>
<tr>
<td class="border"><b>Intersocs Rep</b></td>
<td class="border">Liaison with other Clubs and Socities in other Universities around Ireland. Contactable also via IRC on #intersocs.</td>
<td class="border">intersocsrep /at/ skynet.ie</tr>
</table>
</center>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/contacts.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:51 GMT -->
</html>

467
src/css/skynet.css Normal file
View file

@ -0,0 +1,467 @@
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
color: #000000;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}
#main {
background-image: url(../images/head-m.png);
background-repeat: repeat-x;
margin-top: 15px;
margin-right: 15px;
margin-left: 15px;
display: block;
}
#header {
height: 135px;
/* overflow:hidden; */
z-index: 100;
}
#search {
background-image: url(../images/search.png);
position: absolute;
top: 109px;
height: 25px;
width: 220px;
right: -39px;
background-repeat: no-repeat;
}
#search input {
position: absolute;
height: 19px;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
top: 3px;
left: 44px;
font-size: 13px;
}
#search input.image {
position: absolute;
height: 25px;
top: 0px;
left: 0px;
}
#search input.text{
width: 107px;
}
#menusleft {
width: 161px;
font-size: .9em;
position: absolute;
left: 15px;
z-index: 1;
}
#maincenter {
margin-bottom: 10px;
padding: 1px;
line-height: 1.5em;
background-color: #fafbff;
color: #000000;
}
#news {
padding-bottom:21px;
background-image: url(../images/sub-b.jpg);
background-repeat: no-repeat;
background-position: bottom;
}
#news h1 {
font-size: 14px;
text-align: center;
background-image: url(../images/sub1.jpg);
height: 24px;
margin: 0px;
color: #585B5F;
background-repeat: no-repeat;
padding-top: 8px;
background-color: inherit;
}
#news ul{
list-style-type: none;
margin: 0px;
padding: 5px 0px 1px;
border-left-width: 1px;
border-left-style: solid;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #DDDDDD;
border-left-color: #DDDDDD;
}
#news a {
text-decoration: none;
color: #585B5F;
background-color: #E9E9E9;
display: block;
padding: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
#news a:hover {
background-color: #D4DFFF;
color: #585B5F;
}
#news .date {
font-size: .8em;
font-style: italic;
}
.t {background: url(../images/body-border.gif) 0 0 repeat-x;}
.b {background: url(../images/body-border.gif) 0 100% repeat-x;}
.l {background: url(../images/body-border.gif) 0 0 repeat-y}
.r {background: url(../images/body-border.gif) 100% 0 repeat-y}
.bl {background: url(../images/body-bl.gif) 0 100% no-repeat;}
.tr {
background: url(../images/body-tr.gif) 100% 0 no-repeat;
}
.blphoto {background: url(../images/body-bl1.gif) 0 100% no-repeat;}
.trphoto {
background: url(../images/body-tr1.gif) 100% 0 no-repeat;
padding: 10px 10px 5px;
}
#subnav {
}
#subnav ul {
margin: 0;
list-style-type: none;
padding: 0px;
}
#subnav li {
float: left;
}
#subnav a {
float: left;
text-decoration: none;
color: #585B5F;
height: 24px;
font-size: 14px;
padding-top: 8px;
padding-left: 9px;
font-weight: bold;
text-align: center;
width: 161px;
background-color: inherit;
}
#subnav .top {
background-image: url(../images/test.jpg);
background-repeat: no-repeat;
}
#subnav .mid {
background-image: url(../images/sub2.jpg);
background-repeat: no-repeat;
}
#subnav .bott {
background-image: url(../images/sub3.jpg);
background-repeat: no-repeat;
}
#subnav .top a:hover {
background-image: url(../images/subh1.jpg);
}
#subnav .mid a:hover {
background-image: url(../images/subh2.jpg);
}
#subnav .bott a:hover {
background-image: url(../images/subh3.jpg);
}
#footer {
overflow:hidden;
background-image: url(../images/foot-m.png);
background-repeat: repeat-x;
z-index: 5;
position: relative;
height: 50px;
background-color: #A8BBFF;
bottom: 60px;
color: #333333;
}
#footeroutside {
background-image: url(../images/foot-r.png);
background-repeat: no-repeat;
background-position: right top;
z-index: 10;
position: relative;
text-align: center;
font-size: 9px;
line-height: 12px;
color: #333333;
height: 60px;
background-color: inherit;
}
#footeroutside a {
text-decoration: none;
color: #333333;
background-color: inherit;
}
#footeroutside a:hover {
text-decoration: underline;
}
#maincenterphotos {
float:right;
background-color:#E9E9E9;
text-align:center;
margin-left: 5px;
font-weight: bold;
color: #585B5F;
}
#maincenterphotostext a {
font-size: 1em;
color: #585B5F;
text-decoration:none;
background-color: #E9E9E9;
}
#maincenterphotostext a:hover {
text-decoration:underline;
}
#maincentermotto {
text-align:center;
padding-top: 10px;
font-weight: bold;
font-style: italic;
font-size: 12px;
}
#maincenter h1{
font-size: 1.4em;
color: #333333;
padding-left: 10px;
margin: 5px;
letter-spacing: -0.1em;
text-align: center;
background-color: #fafbff;
}
#maincenter h2{
font-size: 1.1em;
margin: 0px;
padding-bottom: 5px;
}
#maincenter h3{
font-size: 1em;
font-weight: bold;
margin: 0px;
padding-bottom: 0px;
}
#maincenter p{
color: #333333;
margin: 5px;
background-color: #fafbff;
}
#maincenter li{
list-style-type: square;
}
table {
background-color:#FFFFFF;
color:#000000;
width:100%;
border: 1px solid #999999;
}
th {
text-align:center;
border: 1px solid #999999;
background-color: #D4DFFF;
}
td {
text-align:left;
padding-left:5px;
padding-right:5px;
border: 1px solid #999999;
height:20px;
}
a {
color: #0000CC;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#maincenter .quote{
font-size:.8em;
padding-left:20px;
padding-right:20px;
font-style:italic;
background-color:#E9E9E9;
}
#maincenter .odd{
background-color:#E9E9E9;
}
table input {
border: 1px;
border-style:solid;
background:#f0f0f0;
font-size: 10pt;
font-family: arial, verdana;
color: #000000;
margin-bottom: 0px;
}
#drop {
top: 110px;
left: 24px;
position: absolute;
z-index: 1000;
}
#drop li {
list-style: none;
float: left;
padding-right: 1px;
padding-left: 0px;
text-align: center;
}
#drop ul {
list-style-type: none;
margin: 0;
padding: 0px;
}
#drop li a.top {
display: block;
background-image: url(../images/tab-i.png);
background-repeat: no-repeat;
text-align: center;
float: left;
text-decoration: none;
color: #A3A3A3;
height: 30px;
width: 90px;
font-size: 14px;
padding-top: 9px;
font-weight: bold;
background-color: inherit;
}
#drop li a.current {
display: block;
background-image: url(../images/tab-a.png);
background-repeat: no-repeat;
text-align: center;
float: left;
text-decoration: none;
color: #000000;
height: 30px;
width: 90px;
font-size: 14px;
padding-top: 9px;
font-weight: bold;
background-color: inherit;
}
#drop li a:hover { /* Tab text color, !current */
color: #585B5F;
background-color: inherit;
text-decoration: none;
}
#drop li ul {
display: none;
width: 7em; /* Width to help Opera out */
background-color: #CCCCFF;
margin: 31px 0 0 0px;
border: 2px solid #000;
padding: 1px 1px 3px 2px;
}
#drop li:hover ul, #drop li.hover ul {
display: block;
position: absolute;
padding: 1px 1px 3px 2px;
}
#drop li:hover li, #drop li.hover li {
text-align: left;
padding-left: 5px;
float: none;
}
#drop li:hover li a, #drop li.hover li a {
text-align: left;
background-color: inherit;
border-bottom: 1px solid #FFF;
color: #000;
line-height: 20px;
}
#drop li li a:hover {
background-color: #8db3ff;
}
#navbar {
top: 108px;
left: 41px;
position: absolute;
}
#navbar a {
background-repeat: no-repeat;
background-image: url(tab-i.html);
float: left;
text-decoration: none;
color: #A3A3A3;
height: 34px;
width: 94px;
font-size: 14px;
padding-top: 9px;
font-weight: bold;
background-color: inherit;
}
#navbar a:hover {
color: #585B5F;
background-color: inherit;
}
#navbar .current {
background-image: url(tab-a.html);
color: #585B5F;
background-color: inherit;
}

81
src/css/tab-a.html Normal file
View file

@ -0,0 +1,81 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: Error 404 - REQUESTED DOCUMENT IS MISSING</title>
<link href="/css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="/images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="/images/head-l.png"
usemap="mainlogo"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="/guide/putty.exe"><img src="/images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="/images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="/"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
</div>
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<div align="center">
<h2><b>ERROR 404</b> - REQUESTED DOCUMENT IS MISSING</h2>
</div align="center">
<br/>
<hr noshade width="80%" />
<br/>
<p>
<br/>
The document you requested does not exist or is unavailable at this time. Please check the requested URL and try again. <b>Remember</b> that Internet URLs are <em>case-sensitive</em>.<br/>
</p>
<p>
If the problem persists, please report it to <b>webadmin /at/ skynet /dot/ ie</b><br>Please include the missing URL.
</p>
</blockquote>
<p>
<center>
<b><h5>Copyright &copy; 2016 UL Computer Society</h5></b>
</center>
</p>
</body>
</html>

150
src/downloads.html Normal file
View file

@ -0,0 +1,150 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/downloads.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:59 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="guide/putty.exe"><img src="images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='index-2.html' class="top">Home</a>
</li>
<li><a href='about.html' class="top">About</a>
<ul>
<li><a href="contacts.html">Contact</a></li>
<li><a href="join.html">Join Skynet</a></li>
<li><a href="history.html">History</a></li>
<li><a href="committee.html">Committee</a></li>
<li><a href="constitution.html">Constitution</a></li>
<li><a href="aup.html">Society Policy</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='services.html' class="current">Services</a>
</li>
<li><a href='guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="guide/basic_guide.html">Basic Guide</a></li>
<li><a href="guide/email_guide.html">Email Guide</a></li>
<li><a href="guide/news_guide.html">Newsreaders</a></li>
<li><a href="guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='encyclopedia/index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!-- Begin Main Content Here -->
<h1>Some Useful Utilities </h1>
<p>Here you can find some useful utilities that are available as free downloads from Skynet.</p>
<ul>
<li><a href="guide/putty.exe">PuTTY</a> - an SSH client for Windows&reg;</li>
<li><a href="http://www.skynet.ie/guide/skyputty.exe">SkyPuTTY</a> - a modified version of PuTTY which has one-click access to Skynet</li>
<li><a href="http://www.skynet.ie/guide/basic/WinSCP.exe">WinSCP</a> - an SCP client for Windows&reg;</li>
</ul>
<p></p>
<!-- End Main Content Here -->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/downloads.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:59 GMT -->
</html>

255
src/encyclopedia/index.html Normal file
View file

@ -0,0 +1,255 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:53 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<table class="content" width="90%"><tr><td class="border" width="70"><b>Term</b></td><td class="border" width="130"><b>Submitted by</b></td><td class="border"><b>Explanation</b></td></tr>
<tr>
<td class="data" style="background:#f3f3f3; font-size: 10pt"><a href="indexc3c9.html?id=8">ab <-> fb</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Martin Donlon</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Everything in the world can be described by plotting its position on a 2D graph.</td>
</tr>
<tr>
<td class="data" style="background:#; font-size: 10pt"><a href="index7429.html?id=15">ABS</td>
<td class="data" style="background:#; font-size: 10pt"">Niall Donegan</td>
<td class="data" style="background:#; font-size: 10pt"">Anything But Study</td>
</tr>
<tr>
<td class="data" style="background:#f3f3f3; font-size: 10pt"><a href="index3a9f.html?id=6">admin</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Cathal Ferris</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Box undertaking some of the main administration tasks.</td>
</tr>
<tr>
<td class="data" style="background:#; font-size: 10pt"><a href="index87f1.html?id=14">Beer</td>
<td class="data" style="background:#; font-size: 10pt"">Niall Merrigan</td>
<td class="data" style="background:#; font-size: 10pt"">A bribe for when you really need something back from the admins ..(see admin beer generation routine)</td>
</tr>
<tr>
<td class="data" style="background:#f3f3f3; font-size: 10pt"><a href="index4ef9.html?id=12">maddenj</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Niall Merrigan</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">A term used to explain why something broke</td>
</tr>
<tr>
<td class="data" style="background:#; font-size: 10pt"><a href="indexf41b.html?id=10">Minicom</td>
<td class="data" style="background:#; font-size: 10pt"">Daren Nestor</td>
<td class="data" style="background:#; font-size: 10pt"">A device that accesses a login shell across a serial link</td>
</tr>
<tr>
<td class="data" style="background:#f3f3f3; font-size: 10pt"><a href="index190a.html?id=17">molc</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Daniel Nagle</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Basic atomic unit of skynet measurement.</td>
</tr>
<tr>
<td class="data" style="background:#; font-size: 10pt"><a href="index5255.html?id=9">Monitor</td>
<td class="data" style="background:#; font-size: 10pt"">Cian Davis</td>
<td class="data" style="background:#; font-size: 10pt"">A video display</td>
</tr>
<tr>
<td class="data" style="background:#f3f3f3; font-size: 10pt"><a href="indexd61c.html?id=5">mother</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Cathal Ferris</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Mother is that thing which protects from the outside world</td>
</tr>
<tr>
<td class="data" style="background:#; font-size: 10pt"><a href="index0b30.html?id=2">MySQL</td>
<td class="data" style="background:#; font-size: 10pt"">Ewan Oughton</td>
<td class="data" style="background:#; font-size: 10pt"">Open source database engine / client in use on orac.</td>
</tr>
<tr>
<td class="data" style="background:#f3f3f3; font-size: 10pt"><a href="indexdcfd.html?id=4">R2D2</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Niall Merrigan</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">A box with wheels </td>
</tr>
<tr>
<td class="data" style="background:#; font-size: 10pt"><a href="index681a.html?id=1">root</td>
<td class="data" style="background:#; font-size: 10pt"">Cathal Ferris</td>
<td class="data" style="background:#; font-size: 10pt"">Account with ultimate power on the machine</td>
</tr>
<tr>
<td class="data" style="background:#f3f3f3; font-size: 10pt"><a href="index2728.html?id=16">Sergio</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">John Madden</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Skynet recovery alarm</td>
</tr>
<tr>
<td class="data" style="background:#; font-size: 10pt"><a href="indexd708.html?id=3">Skynet</td>
<td class="data" style="background:#; font-size: 10pt"">Daren Nestor</td>
<td class="data" style="background:#; font-size: 10pt"">The Skynet Project</td>
</tr>
<tr>
<td class="data" style="background:#f3f3f3; font-size: 10pt"><a href="index8803.html?id=7">slash dotting</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Cian Davis</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Webserver overload</td>
</tr>
<tr>
<td class="data" style="background:#; font-size: 10pt"><a href="index6e03.html?id=13">The Stables</td>
<td class="data" style="background:#; font-size: 10pt"">Niall Merrigan</td>
<td class="data" style="background:#; font-size: 10pt"">When you cant find an admin, look here</td>
</tr>
<tr>
<td class="data" style="background:#f3f3f3; font-size: 10pt"><a href="index0055.html?id=11">Yak shaving</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Rory</td>
<td class="data" style="background:#f3f3f3; font-size: 10pt"">Spending time on trivial activities that are not on your critical path to graduation. </td>
</tr>
</table><br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:58 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=11 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>Yak shaving</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~nazgul">Rory</a></p>
<p>Spending time on trivial activities that are not on your critical path to graduation. </p>
<p>Example stolen from googling for the work yak shaving: You need to get some notes of someone but you can't find them you know for sure that they will be in the stables that night so you go to the stables. You see, in this case going to the stables isn't socializing or slacking off, it's part of your work -- hanging out there, you'll be connected to your project via the process of yak shaving!</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=11 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=2 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>MySQL</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~chronos">Ewan Oughton</a></p>
<p>Open source database engine / client in use on orac.</p>
<p>Can be interfaced with various web languages such as PHP</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=2 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=17 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>molc</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~sithlord">Daniel Nagle</a></p>
<p>Basic atomic unit of skynet measurement.</p>
<p>Used when speaking about something very very small. Also known to have some sick relation to butter for reasons thankfully unknown.</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=17 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=16 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>Sergio</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~maddenj">John Madden</a></p>
<p>Skynet recovery alarm</p>
<p>Any time Skynet dropped off the Internet, sergio sent root a mail. We always knew everything was fine again when Sergio's email came in!</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=16 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=6 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>admin</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~pio">Cathal Ferris</a></p>
<p>Box undertaking some of the main administration tasks.</p>
<p>Admin is a P-133 and is the DNS server amongst other things.</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=6 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,175 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=12 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>maddenj</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~nm">Niall Merrigan</a></p>
<p>A term used to explain why something broke</p>
<p>Example:<br>
&#60maddenj&#62 backing up -- that's the one with rm -rf ya?</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=12 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=9 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>Monitor</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~davisc">Cian Davis</a></p>
<p>A video display</p>
<p>A device that accepts video signals from a computer and displays information on a screen.<br>Not, as one admin seems to think, a device to boot a computer. </p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=9 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,180 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=1 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>root</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~pio">Cathal Ferris</a></p>
<p>Account with ultimate power on the machine</p>
<p>To: John Madden<br>
From: Mel Gorman<br>
Subject: When you got root<br>
Today is your lucky day. You too will have the glory of changing your status from lowly peon to glorious master. Yes, people will now fear and respect you for no other reason than you can make their life miserable for your own amusment.</p>
<p>This privilege comes at the low low price of been reminded by dollar about the day you joined the computer society on a regular basis.</p>
<p>Until further notice you must practice cackling and going MUWUHAHAHA. At least twice a day you must practice glaring. For extra credit, strike fear into the hearts of users by wondering out loud on ltin or skychat what would be amusing to do next with root. Past suggestions have been using the magic eight ball when deciding whether to use tar or rm to do backups. Others have been a quick game of "Guess Who's Inbox" . In time you will figure it out.</p>
<p>Mel Gorman, President UL Computer Society</p></p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=1 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=13 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>The Stables</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~nm">Niall Merrigan</a></p>
<p>When you cant find an admin, look here</p>
<p></p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=13 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=15 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>ABS</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~doneagain">Niall Donegan</a></p>
<p>Anything But Study</p>
<p>What students do coming up to exams!</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=15 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=14 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>Beer</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~nm">Niall Merrigan</a></p>
<p>A bribe for when you really need something back from the admins ..(see admin beer generation routine)</p>
<p></p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=14 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=7 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>slash dotting</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~davisc">Cian Davis</a></p>
<p>Webserver overload</p>
<p>A situation where a webserver becomes overloaded due to many people accessing your server after it being published on www.slashdot.org Someone thought that Mel's project on the Linux Virtual Memory was so good, it deserved to be shared with geeks all around the world. There followed the highest loads recorded on the Skynet webserver <br> <br><br>18:45:25 up 35 days, 34 min, 5 users, load average: 78.21, 94.54, 88.78 <br> Segmentation fault <br> 18:48:10 up 35 days, 37 min, 5 users, load average: 144.34, 116.57, 97.96 <br> 18:50:10 up 35 days, 39 min, 5 users, load average: 126.10, 120.34, 101.78 <br> uptime: error while loading shared libraries: libproc.so.2.0.7: cannot map zero-fill pages: Cannot allocate memory</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=7 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,192 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=8 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>ab <-> fb</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~akawaka">Martin Donlon</a></p>
<p>Everything in the world can be described by plotting its position on a 2D graph.</p>
<p>"X-axis: Ass-biscuits, a measure of the crapness of an entity <br>
Y-axis: Funky-beans, a measure of the non-crapness of an entity.<br>
An entity whose X or Y value is infinite is said to be "total". e.g. totally fuckin ass-biscuits <br>
</p> <p class="ascii">&nbsp;| o - Fucking Penny <br>
F|&nbsp; o - Finding penny <br>
u| <br>
n|&nbsp;&nbsp; o - Old simpsons <br>
k| <br>
y| <br>
&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; o - Watching old simpsons while<br>
&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;having anal sex with a gorilla <br>
&nbsp;| <br>
&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No milk <br>
b|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; New simpsons <br>
e|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp;&nbsp;&nbsp;&nbsp; Anal Sex with a gorilla <br>
a| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; o&nbsp;&nbsp;&nbsp; / <br>
n| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;o <br>
s+------------------------- <br>
&nbsp;&nbsp;A s s - b i s c u i t s </p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=8 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=5 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>mother</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~pio">Cathal Ferris</a></p>
<p>Mother is that thing which protects from the outside world</p>
<p>Mother is a little thing in the corner that protects the Skynet Project from the real world outside the server room. Runs debian, custom kernel, and is the firewall.</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=5 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=3 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>Skynet</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~daren">Daren Nestor</a></p>
<p>The Skynet Project</p>
<p>Once, we were going to put something cool and call it The Skynet Project. But we went to the pub instead, and just renamed the CSN Skynet.</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=3 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=4 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>R2D2</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~niall">Niall Merrigan</a></p>
<p>A box with wheels </p>
<p></p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=4 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,174 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=10 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../guide/putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="current">Services</a>
</li>
<li><a href='../guide/overview.html' class="top">User Guide</a>
<ul>
<li><a href="../guide/basic_guide.html">Basic Guide</a></li>
<li><a href="../guide/email_guide.html">Email Guide</a></li>
<li><a href="../guide/news_guide.html">Newsreaders</a></li>
<li><a href="../guide/www_guide.html">Webpages &amp; CGI</a></li>
<li><a href="../guide/misc_guide.html">Miscellaneous </a></li>
<li><a href="../guide/useful_guide.html">Useful UNIX Docs </a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='https://anyterm.skynet.ie/anyterm.html' class='top'>Anyterm</a></div></li>
<li><div class='mid'> <a href='../books.html' class='mid'>Books</a></div></li>
<li><div class='mid'> <a href='index.html' class='mid'>Encyclopedia</a></div></li>
<li><div class='mid'> <a href='http://lists.skynet.ie/' class='mid'>Mailing Lists</a></div></li>
<li><div class='mid'> <a href='../downloads.html' class='mid'>Downloads</a></div></li>
<li><div class='mid'> <a href='http://memorial.skynet.ie/' class='mid'>Memorial</a></div></li>
<li><div class='mid'> <a href='https://webmail.skynet.ie/' class='mid'>WebMail</a></div></li>
<li><div class='mid'> <a href='https://webirc.skynet.ie/' class='mid'>WebIRC</a></div></li>
<li><div class='bott'> <a href='https://wiki.skynet.ie/' class='bott'>Wiki</a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Skynet encyclopedia</h1>
<p>&nbsp;</p>
<h2>Minicom</h2>
<p><b>Submitted by:</b> <a href="http://www.skynet.ie/~daren">Daren Nestor</a></p>
<p>A device that accesses a login shell across a serial link</p>
<p>Also a thingy that saves our asses when John does stuff that makes the monitor not work</p>
<p><a href="index.html">Index</a></p>
<br /><br />
<form action="http://skynet.ie/encyclopedia/submit_enc.php" method="POST">
<table class="content">
<tr><td colspan="2">To make a suggestion please fill in this form. Your suggestion will be reviewed and added. Fields marked with a * are
mandatory</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" name="name" />*</td>
<tr><td><b>Homepage:</b></b></td><td><input type="text" name="homepage" /></td>
<tr><td><b>Term:</b></td><td><input type="text" name="term" />*</td>
<tr><td><b>Explanation:</b></td><td><input type="text" name="explanation" />*</td>
<tr><td><b>Description:</b></td></tr>
<tr><td colspan="2"><textarea name="desc" rows="9" cols="58"></textarea>*</td></tr>
<tr><td colspan="2"><input type="submit" value="Submit Suggestion" /></td></tr>
</table>
</form>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/encyclopedia/index.php?id=10 by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
</html>

View file

@ -0,0 +1,81 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: Error 404 - REQUESTED DOCUMENT IS MISSING</title>
<link href="/css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="/images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="/images/head-l.png"
usemap="mainlogo"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="/guide/putty.exe"><img src="/images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="/images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="/"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
</div>
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<div align="center">
<h2><b>ERROR 404</b> - REQUESTED DOCUMENT IS MISSING</h2>
</div align="center">
<br/>
<hr noshade width="80%" />
<br/>
<p>
<br/>
The document you requested does not exist or is unavailable at this time. Please check the requested URL and try again. <b>Remember</b> that Internet URLs are <em>case-sensitive</em>.<br/>
</p>
<p>
If the problem persists, please report it to <b>webadmin /at/ skynet /dot/ ie</b><br>Please include the missing URL.
</p>
</blockquote>
<p>
<center>
<b><h5>Copyright &copy; 2016 UL Computer Society</h5></b>
</center>
</p>
</body>
</html>

BIN
src/guide/basic/WinSCP.exe Normal file

Binary file not shown.

View file

@ -0,0 +1,162 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=man by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'man' command</h1>
<p>
The command 'man' is Linux's built-in help system. If you don't know exactly
how to use a command, or what it does, type 'man command' and you will see
a summary of what the command does and how to use it.
<br>
Also, if the command you are looking up isn't explained when you try
'man command' it could be in another chapter of the man pages. Try using
man 2 command, man 3 command etc. There are 8 chapters in all.
<p>
Usage:<br>
'<b>man command</b>' or '<b>man x command</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=man by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,163 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=mkdir by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'mkdir' command</h1>
<p>
The command 'mkdir' is equivalent to the dos command 'md'.
It is used to <b>m</b>a<b>k</b>e a <b>dir</b>ectory.
<p>
Usage:<br>
'<B>mkdir dirname</b>'
<p>
To <b>r</b>e<b>m</b>ove a <b>dir</b>ectory, there is another
command called rmdir.It's dos equivalent is 'rd'.
<p>
Usage:<br>
'<B>rmdir dirname</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=mkdir by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,159 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ftp by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'ftp' command</h1>
<p>
The command 'ftp' is used to transfer files from one computer connected to the
internet to another. The command 'ftp' is the same <a href=telnet.html>telnet</a>
in the way that the target site is defined. For more information on the way
that the commands in ftp work, type 'ftp' and then 'help' at the 'ftp>' prompt.
<p>
Usage:<br>
'<b>ftp skynet.ul.ie</b>' or '<b>ftp 136.201.105.2</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ftp by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,158 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=rm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'rm' command</h1>
<p>
The command 'rm' is equivalent to the dos command 'del'.
You use this command to <b>R</b>e<b>M</b>ove files that
you no longer need. Be very carefull though, you cannot
get any files back that you have already deleted.<p>
Usage:<br>
'<B>rm file.name</B>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=rm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,175 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ping by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'ping' command</h1>
<p>
The 'ping' command is used to check if another site is active. All sites
connected to the internet are required to be able to return a signal if
a particular signal is sent to them. The sent signal is called a ping.
The originating site sends a series of 'pings' at the target site and the
target site then sends similar ones back. The ping program then uses the times
between the sent pings and the returned ones to work out how slow the
connection is and the number of non-returned pings to work out how reliable it
is.
The output will look something like this: <br><pre>
skynet:~> ping itd1.ul.ie
PING itd1.ul.ie (136.201.1.1): 56 data bytes
64 bytes from 136.201.1.1: icmp_seq=0 ttl=255 time=11.7 ms
64 bytes from 136.201.1.1: icmp_seq=5 ttl=255 time=5.5 ms
64 bytes from 136.201.1.1: icmp_seq=6 ttl=255 time=6.0 ms
64 bytes from 136.201.1.1: icmp_seq=7 ttl=255 time=5.5 ms
64 bytes from 136.201.1.1: icmp_seq=8 ttl=255 time=6.1 ms
ò
--- itd1.ul.ie ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 5.5/6.4/11.7 ms
</pre>
After a few pings are sent, just hit \<crtl\> C to finish,
the longer you leave it the more accurate your results will be.
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ping by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,168 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=cd by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'cd' command</h1>
<p>
The command 'cd' is the same as DOS 'cd'.
Your account on skynet can be split up into
different sections so you can keep your mail
in one section, your projects in another, and
so on. These sections are called directories.
'cd' stands for <b>c</b>hange <b>d</b>irectory.
You start in your '<i>root</i>' directory.
From here you can go up or down. To go down into
a directory, just type 'cd projects' or whatever
directory is called. To go back up, just type
'cd ..'. For information on how to create and
delete directories, see the commands <a href=mkdir.html>
mkdir</a>.
<p>
Usage:<br>
'<B>cd projects</b>' or '<B>cd ..</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=cd by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,270 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=pine by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'pine' program</h1>
<table border=1><TR><TD><PRE>
PINE 3.95 MAIN MENU Folder: INBOX 0 Messages
? HELP - Get help using Pine
C COMPOSE MESSAGE - Compose and send a message
I FOLDER INDEX - View messages in current folder
L FOLDER LIST - Select a folder to view
A ADDRESS BOOK - Update address book
S SETUP - Configure or update Pine
Q QUIT - Exit the Pine program
Copyright 1989-1996. PINE is a trademark of the University of Washington.
? Help P PrevCmd R RelNotes
O OTHER CMDS L [ListFldrs] N NextCmd K KBLock
</pre></TD></TR></table>
<p>
Hit RETURN when the folder list option is highlighted and the screen will
look like this:<br>
<table border=1><tr><td><pre>
PINE 3.95 FOLDER LIST Folder: INBOX 8 Messages
INBOX sent-mail saved-messages read-mail
letters-from-mike
? Help M Main Menu P PrevFldr - PrevPage D Delete R Rename
O OTHER CMDS V [ViewFldr] N NextFldr Spc NextPage A Add
</pre></td></tr></table>
<P>
Use the arrow keys to move around to select the folder you want,(INBOX contains
the messages sent to you, sent-mail, the messages you sent, and saved-messages
the mail you want to keep for a while and read again), then hit enter.
<p>
<table border=1><tr><td><pre>
PINE 3.95 FOLDER INDEX Folder: INBOX Message 8 of 8
+ 1 Dec 5 UL Games Society (631) analog.doc
+ 2 Dec 5 Ed Harty (1,437) Re: things
+ 3 Dec 6 WebSeizer (1,689) Top Ten List
+ 4 Dec 9 Joe Leavitt (1,190) Add It!
+ 5 Dec 9 Kirsty Levers (1,406) Re: Howdy dody (fwd)
6 Dec 9 Stephen Mulcahy [s (604) stuff
7 Dec 9 Caolan McNamara (904) ntrigue
8 Dec 10 Ger Maguire (sysad (1,130) Re: Non-IP Virtual hosting ...
[Folder "read-mail" opened with 8 messages]
? Help M Main Menu P PrevMsg - PrevPage D Delete R Reply
O OTHER CMDS V [ViewMsg] N NextMsg Spc NextPage U Undelete F Forward
</pre></td></tr></table>
Like ltin use the arrow keys to move up and down until the message you want
to read is highlighted and press RETURN.<br>
<table border=1><tr><td><pre>
8 Dec MESSAGE TEXT Folder: INBOX Message 3 of 8 TOP
Date: Mon, 9 Dec 1996 11:02:08 -0500 (EST)
From: WebSeizer <WebSeizer@pobox.com>
Reply-To: nickb@pobox.com
To: Recipients of The Top Ten List <TopTen@pobox.com>
Subject: Top Ten List
The Top Ten List
"Signs You Have a Bad Airline Pilot"
As presented on the 12/06/96 broadcast of LATE SHOW with DAVID LETTERMAN
10. You overhear him say on the intercom "Hey, Pedro, what's this gizmo
do?"
9. For the past two hours, you've been going straight up
8. He says, "We're cruising at an altitude of 40 feet"
7. Co-pilot is sitting on his lap
6. When you take off he yells, "Weeeeeeeeee!"
[START of message]
? Help M Main Menu P PrevMsg - PrevPage D Delete R Reply
O OTHER CMDS V ViewAttch N NextMsg Spc NextPage U Undelete F Forward
</pre></td></tr></table>
This is the message view screen. All the relavent commands are listed at the
bottom of the screen.
<p>
Usage:<br>
'<b>pine</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=pine by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,158 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=date by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'date' command</h1>
<p>
The 'date' command just returns
the date and time in the form of:
day, month, date, time, timezone, year.
For example 'Tue Dec 10 10:02:20 GMT 1996'
<p>Usage:<br>
'<b>date</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=date by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,160 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=exit by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'exit' command</h1>
<p>
The command 'exit' is used to 'logoff' of skynet when
you are finished.It is very important because if you
don't, the next person who comes along can continue
using your account and perhaps delete all your files
or maybe even worse.
<p>
Usage:<br>
'<B>exit</B>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=exit by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,158 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=mv by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'mv' command</h1>
<p>
The command 'mv' is equivalent to the dos command 'rename'.
In DOS a file just has it's name changed, but in Unix, the
file is <b>m</b>o<b>v</b>ed from one location to another.
<p>
Usage:<br>
'<B>mv filename.old filename.new</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=mv by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,157 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=cp by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'cp' command</h1>
<p>
The command 'cp' is equivalent to the dos command 'copy'.
The file is <b>c</b>o<b>p</b>ied to another of another name.
<p>
Usage:<br>
'<B>cp file.name file.newname</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=cp by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,162 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ncftp by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'ncftp' program</h1>
<p>
Thwe 'ncftp' program is just a version of <a href=ftp.html>ftp</a> with a few
enhancements. With no other arguments accept the site name, (i.e. ncftp skynet.ul..ie)
the program will assume that an anonymous login is required, which saves time
and hassle when ftping to public sites. If the '-u' argument is used, (i.e.
ncftp -u userftp.skynet.ie), you will be prompted to input your username and
password, which you will need to upload and download files from your own
account on the remote machine.
<p>
Usage:<br>
'<b>ncftp a.site.name</b>'(anonymous ftp) or '<b>ncftp -u a.site.name</b>'(regular ftp)
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ncftp by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,172 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=who by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'who' command</h1>
<p>
'who' prints the following information for each user currently logged on:
login name, terminal line, login time, remote hostname or X display.
Example :<pre>
elric tty1 Dec 8 12:36
tycho ttyp3 Dec 10 08:50 (venus45.student1)
sly ttyp5 Dec 10 08:43 (venus43.student1)
dart ttyp7 Dec 10 09:14 (venus34.student1)
duke ttyp9 Dec 10 10:06 (intel38.ece.ul.i)
hartye ttypb Dec 10 09:37 (nebulus.csn.ul.i)
ger ttypa Dec 10 09:04 (irgaslan.apcc.co)
stephen ttypc Dec 10 09:39 (intel43.ece.ul.i)
superant ttypd Dec 10 10:07 (136.201.32.11)
stephen ttypf Dec 10 09:48 (intel43.ece.ul.i)
ulgsoc ttype Dec 10 09:51 (skylark.isocor.i)
tycho ttyq1 Dec 10 09:18 (venus45.student1)
elric ttyq8 Dec 9 18:22 (:0.0)
</pre>
<p>Usage:<br>
'<b>who</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=who by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,162 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ls by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:32 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'ls' command</h1>
<p>
The command 'ls' is equivalent to the dos command 'dir'.
The computer will give you a <b>l</b>i<b>s</b>ting of
the files in the directory. Infact you can also type
'dir' and the computer will still give you the
directory listing. If you type 'ls -la' the computer
will give a listing of all files including files
beginning with a '.' which generally are configuration
files.<p>
Usage:<br>
'<b>ls</b>' or '<b>ls -la</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ls by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,255 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ltin by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'ltin' Program</h1>
<p>
Typing 'ltin' at the prompt will bring up skynet's own
user conferencing system. This is a group of discussion
areas where skynet's users can read other peoples ideas
and opinions on many different subjects and add some of
their own. These topics are not just computer related,
but also include music, hobbies, films and TV, jokes
and other areas where skynet's users can exchange ideas
and ask for and receive help.
<p>
When you type 'ltin' at the command prompt you see a
screen like this one:<br>
<table border=1><tr><td><pre>
Group Selection (news.csn.ul.ie 22) h=help
1 control
2 junk
3 skynet.soc.comp General Computer Society stuff
4 skynet.general General skynet stuff
5 skynet.news.newgroups Suggestions for new groups
6 skynet.test.mod Moderated Test group
7 skynet.lists.ie-professional The IE-Professional Newsletter
8 skynet.quotes Quotes from people on skynet
9 skynet.help Help for new users
10 skynet.rave Skynet rave newsgroup
11 skynet.website Skynets Website dicsussion group
12 skynet.tech Techie stuff questions / queries
13 skynet.roast.pissog Well if you have to ask ...
14 skynet.poo Well Poo ...
15 skynet.music General music discussion
16 skynet.lists.lotd Laugh of the Day mailing list
<n>=set current to n, TAB=next unread, /=search pattern, c)atchup,
g)oto, j=line down, k=line up, h)elp, m)ove, q)uit, r=toggle all/unread,
s)ubscribe, S)ub pattern, u)nsubscribe, U)nsub pattern, y)ank in/out
</pre>
</td></tr></table>
<p>
Hit the 'A' key and a highlight bar will appear, and use the arrow keys to
move up and down to select the newsgroup you wish to read. Then use the right
arrow key and a screen like the one below will appear:<br>
<table border=1><tr><td><pre>
skynet.tech (13T 46A 0K 0H) h=help
1 2 filter-rules wanted Damien Mc Kenna
2 3 american videos Caolan McNamara
3 6 fortune JJ Sheehy
4 Atari ST fs Stephen Mulcahy [s
5 5 fips for ext2fs Norm
6 2 vi JJ Sheehy
7 EISA Robert Early (Cons
8 13 standard output in X Final Year Project
9 2 Excel Data Format Stephen Mulcahy [s
10 2 sound under linux Norm
11 5 random sig generators Caolan McNamara
12 2 RAM types Stephen Mulcahy [s
13 2 RedHat 4.0 Ivan Griffin
<n>=set current to n, TAB=next unread, /=search pattern, ^K)ill/select,
a)uthor search, c)atchup, j=line down, k=line up, K=mark read, l)ist thread,
|=pipe, m)ail, o=print, q)uit, r=toggle all/unread, s)ave, t)ag, w=post
*** End of Articles ***</pre></td></tr></table>
Then when the highlight bar is over the article you want to read,
hit the right arrow again and the article will be displayed on the
screen like this:<br>
<table border=1><TR><TD><PRE>
Mon, 04 Nov 1996 08:01:15 skynet.soc.comp Thread 1 of 1
Lines 23 Internet Meeting.... No responses
pagan@skynet.csn.ul.ie John Buswell (sysadm) at Skynet UL Computer Society
Anyone thats interested the Limerick IOL Usergroup has been renamed by
Paul O'Mara to LINUS. You no longer require to be a IOL user. Paul says
it's normally a few drinks and stuff while discussing general internet
stuff etc..
Anyone interested they're next meeting is on this Wednesday (6th Nov)
in the Glenworth Hotel at 8:30pm.
If you can't make it they have their meetings on the first wednesday of
each month in the Glenworth Hotel at 8:30pm.
Its free.. but you have to pay for your own drink! :)
For further info email: omara here on skynet.
<n>=set current to n, TAB=next unread, /=search pattern, ^K)ill/select,
a)uthor search, B)ody search, c)atchup, f)ollowup, K=mark read,
|=pipe, m)ail, o=print, q)uit, r)eply mail, s)ave, t)ag, w=post
--More--(89%) [930/1037]
</pre></td></rd></table>
At any one time, all the available commands are shown in the panel at
the botom of the screen, i.e. hit 'w' to add a comment, 's' to save the
article to a file in your account, and 'q' to quit.
At any time, you can use the left and right, up and down arrows to go to
different newsgroups and read different articles.
<p>
Usage:<br>
'<B>ltin</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=ltin by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,189 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=yppasswd by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'yppasswd' command</h1>
<p>
The command 'yppasswd' is used to change your login password.
It is very important that you do this on a regular basis
as you never know whose looking over your shoulder when
you're logging in. It is recomended that you change your
password at least once every two weeks.
<pre>
skynet:~> yppasswd
Changing NIS account information for <i>username</i> on holly.
Please enter old password:
</pre>
<br>
You type in your current password at this prompt.
If you type it in right the following will appear:
<pre>
Changing NIS password for <i>username</i> on holly.
Please enter new password:
Please retype new password:
</pre>
Then type in the new password and confirm it. The program
will not allow you to chose an easy to guess one....like
a dictionary word, or words of all one case or a name, or
very short words, so pick one that is hard to guess, for
example two unrelated words seperated by a @ or # or
something like that.
<p>If the password is changed successfully you will get this message:
<pre>
The NIS password has been changed on holly.
</pre>
<p>
Usage:<br>
'<b>yppasswd</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=yppasswd by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,162 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=chmod by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'chmod' command</h1>
<p>
The command 'chmod' defines who can access your files or directories. There are
four types of people who can access your files, yourself(u), people in the same
group(g), and others(o), and all(a). Similarly, there are three ways that they
can access the file, looking at it(r), editing it(w), and running it if it is a
program(x). The command format is chmod usertype=accesstypes file.name . You can
include multiple access types in the one command, i.e. you can give group
members write and execute rights by typing chmod g=xw file.name.
<p>
Usage:<br>
'<b>chmod u=wrx file.name</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=chmod by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,159 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=cat by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'cat' command</h1>
<p>
The command 'cat' is equivalent to the dos command 'type'.
You use this command to display a selected text file on
your screen.
<p>
Usage:<br>
'<b>cat file.name</b>'
<p>
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=cat by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,164 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=telnet by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../../putty.exe"><img src="../../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../../about.html' class="top">About</a>
<ul>
<li><a href="../../../contacts.html">Contact</a></li>
<li><a href="../../../join.html">Join Skynet</a></li>
<li><a href="../../../history.html">History</a></li>
<li><a href="../../../committee.html">Committee</a></li>
<li><a href="../../../constitution.html">Constitution</a></li>
<li><a href="../../../aup.html">Society Policy</a></li>
<li><a href="../../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../../books.html">Books</a></li>
<li><a href="../../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>The 'telnet' program</h1>
<p>
The command 'telnet' connects you to another computer so you
can run programs on that machine as if you were sitting in
front of it. In fact that is how you connect to skynet, but
you can also use it to connect to other computers from skynet.
Every computer on the internet has a unique name that takes two
forms, a numerical one where it has 4 numbers between 0 and 255
seperated by dots (i.e. skynet's is : 136.201.105.2), or a name
that consists of two or more names seperated by dots (i.e.
skynet's is : skynet.csn.ul.ie).
<p>
Usage:<br>
'<b>telnet a.site.somewhere</b>' or '<b>telnet 123.123.123.123</b>'
<!-- Mirrored from skynet.ie/guide/basic/commands/commands.php?command=telnet by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:33 GMT -->
</html>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,10 @@
<h1>The 'ftp' command</h1>
<p>
The command 'ftp' is used to transfer files from one computer connected to the
internet to another. The command 'ftp' is the same <a href=telnet.html>telnet</a>
in the way that the target site is defined. For more information on the way
that the commands in ftp work, type 'ftp' and then 'help' at the 'ftp>' prompt.
<p>
Usage:<br>
'<b>ftp skynet.ul.ie</b>' or '<b>ftp 136.201.105.2</b>'
</html>

View file

@ -0,0 +1,81 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: Error 404 - REQUESTED DOCUMENT IS MISSING</title>
<link href="/css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="/images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="/images/head-l.png"
usemap="mainlogo"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="/guide/putty.exe"><img src="/images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="/images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="/"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
</div>
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<div align="center">
<h2><b>ERROR 404</b> - REQUESTED DOCUMENT IS MISSING</h2>
</div align="center">
<br/>
<hr noshade width="80%" />
<br/>
<p>
<br/>
The document you requested does not exist or is unavailable at this time. Please check the requested URL and try again. <b>Remember</b> that Internet URLs are <em>case-sensitive</em>.<br/>
</p>
<p>
If the problem persists, please report it to <b>webadmin /at/ skynet /dot/ ie</b><br>Please include the missing URL.
</p>
</blockquote>
<p>
<center>
<b><h5>Copyright &copy; 2016 UL Computer Society</h5></b>
</center>
</p>
</body>
</html>

View file

@ -0,0 +1,14 @@
<h1>The 'mkdir' command</h1>
<p>
The command 'mkdir' is equivalent to the dos command 'md'.
It is used to <b>m</b>a<b>k</b>e a <b>dir</b>ectory.
<p>
Usage:<br>
'<B>mkdir dirname</b>'
<p>
To <b>r</b>e<b>m</b>ove a <b>dir</b>ectory, there is another
command called rmdir.It's dos equivalent is 'rd'.
<p>
Usage:<br>
'<B>rmdir dirname</b>'
</html>

View file

@ -0,0 +1,15 @@
<h1>The 'telnet' program</h1>
<p>
The command 'telnet' connects you to another computer so you
can run programs on that machine as if you were sitting in
front of it. In fact that is how you connect to skynet, but
you can also use it to connect to other computers from skynet.
Every computer on the internet has a unique name that takes two
forms, a numerical one where it has 4 numbers between 0 and 255
seperated by dots (i.e. skynet's is : 136.201.105.2), or a name
that consists of two or more names seperated by dots (i.e.
skynet's is : skynet.csn.ul.ie).
<p>
Usage:<br>
'<b>telnet a.site.somewhere</b>' or '<b>telnet 123.123.123.123</b>'
</html>

BIN
src/guide/basic/intro.doc (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/guide/basic/intro.sxw Normal file

Binary file not shown.

View file

@ -0,0 +1,469 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/introdoc.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:23 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Indrodution to Skynet</h1>
<p><font size="-1">Written by <a href="../../_chronos/index.html">Ewan Oughton</a></font></p>
<p>
Also available in:<br>
<a href="intro.doc">Word Document Format</a><br>
<a href="intro.sxw">OpenOffice.org Format</a>
<br><br>
<p>First off, welcome to the University of Limerick Computer Society.
</p>
<p>This document will show you how to connect to our network, known as SkyNet, and how to navigate its many parts.
</p>
<p>After reading this booklet, you should be able to:
</p>
<ul>
<li value="0"><p>Connect to Skynet with the greatest of ease </p></li>
<li value="1"><p>Change your Skynet password</p></li>
<li value="2"><p>Send and receive emails with your very own @skynet.ie email address</p></li>
<li value="3"><p>Read and post stuff to the newsgroups</p></li>
<li value="4"><p>Chat with other members using the SkyChat system. </p></li>
<li value="5"><p>Know a few basic rules and regulations </p></li>
<li value="6"><p>Know where to get extra help if you need it</p></li>
<li value="7"><p>Know who to contact if you have a problem.</p></li>
</ul>
<p><br>
<p><h2>Connecting To SkyNet</h2>
<p>Connecting to SkyNet is easier than you think, you don't need to be some
kind of elite hacker to be part of the fun, and we have members in
many different courses of study.
</p>
<p>First, you will need to download a program called PuTTy. This allows your computer to talk to SkyNet. It can be found at:
</p>
<p><a href="../putty.exe">Download PuTTY here</a>
</p>
<p>OK, so now you have the putty program on your computer. So, run it. You should get something like this coming up on screen:
</p>
<p>Now we need to configure putty so it can connect to SkyNet.
</p>
<p>Follow these steps:
</p>
<p> Type &ldquo;<b>skynet.ie</b>&rdquo; into the box below &ldquo;Host Name or IP address&rdquo;
</p>
<p> Click the &ldquo;SSH&rdquo; button
</p>
<p><img src="../../images/guide/index2.png"><br>
</p>
<p>Your putty program should now look like this:
</p>
<p>Now click the &ldquo;<u>O</u>pen&rdquo; button down at the right hand corner of the screen.
</p>
<p><img src="../../images/guide/index3.png"><br>
</p>
<p>After a few seconds, you dialog box to SkyNet should appear. It will look something like this:
</p>
<p><img src="../../images/guide/index4.png"><br>
</p>
<p>OK, now type in your username [you would have chosen this when you joined SkyNet]. Press the <b>&lt;ENTER&gt;</b> key. You now have something like this (if your username was joebloggs):
</p>
<p>Now type in your password [again, you would have chosen this when you signed up].
</p>
<p>Don't worry, you wont see any letters come up as you type it, this is stop people from reading your password over your shoulder
</p>
<p><img src="../../images/guide/index5.png"><br>
</p>
<p>Taken that your username and password are correct, you should now be logged in to SkyNet. The MOTD [<b>M</b>essage <b>O</b>f <b>T</b>he <b>D</b>ay] will come up on screen. It generally contains useful information, so read it every time you log in
</p>
<p>So, you should now have something like this:
</p>
<p>See the <b>joebloggs@skynet:~$</b> bit, down the bottom? That is the <b>prompt, </b>and it's where you type commands.
</p>
<p><b>Note: </b>Linux is a case sensitive environment. So, typing something in capitals is not the same as typing it in lowercase letters.
</p>
<p><h2>Changing you Skynet password</h2>
<p>Changing you password is simple. At the <b>prompt</b> type <b>passwd</b></p>
<p><b>joebloggs@skynet:~$ passwd </p></b>
<p>The system will then respond:</p>
<p><b>Enter login(LDAP) password:</p></b>
<p>Enter your current Skynet password and press the <b>&lt;RETURN&gt;</b> key. The system will then ask you:</p>
<p><b>New password:</p></b>
<p>Type in the new password and press the <b>&lt;RETURN&gt;</b> key. You will be asked to enter it again (to make sure you didn't make a mistake in the first one). Press the <b>&lt;RETURN&gt;</b> key again. The system will respond:</p>
<p><b>LDAP password information changed for joebloggs<br />
passwd: password updated successfully</p></b>
<p>And you're done!</p>
<p><h2>Sending / Receiving Email</h2>
<p><img src="../../images/guide/index6.jpg"><br>So say you want to send an email to your best friend Barry, whose email address happens to be Barry@test.com. First, we need to fire up the email program, known as Pine.
</p>
<p>Type &ldquo;pine&rdquo; at the prompt so it looks like this (taking that your username is joebloggs):
</p>
<p><b>joebloggs@skynet:~$ pine</b>
</p>
<p>Now hit the <b>&lt;RETURN&gt;</b> key, and Pine will run. It should look like this:
</p>
<p><img src="../../images/guide/index7.jpg"><br>We use the arrow keys to navigate in pine. We are sending an email message to Barry, so press the up arrow key twice so <b>&ldquo;COMPOSE MESSAGE&rdquo;</b> is selected.
</p>
<p>Press the <b>&lt;RETURN&gt;</b> .key again, and we should be presented with a screen like this
</p>
<ul>
<li value="1"><p>Type the email address you are sending (i.e. Barry@test.com) in the &ldquo;To:&rdquo; section.
</p></li>
<li value="2"><p>Press the <b>&lt;RETURN&gt; </b>key three times to bring the cursor down to the <b>&ldquo;Subject:&rdquo;</b> section. Type a subject, like &ldquo;Hi Barry!&rdquo;
</p></li>
</ul>
<p><img src="../../images/guide/index8.png">
<ul>
<li value="3"><p>Press the <b>&lt;RETURN&gt;</b> key once more, and you are in the &ldquo;Message Text&rdquo; section. Type a message, like &ldquo;Hi mate, using my new skynet email address!&rdquo;
</p></li>
</ul>
<p>Now, you see the list of commands along the bottom of the screen, like &ldquo;<b>Cancel</b>&rdquo;, &ldquo;<b>Send</b>,&rdquo; &ldquo;<b>Justify</b>&rdquo;, etc? Well, we need to use the <b>&ldquo;Send&rdquo;</b> command.
</p>
<p>So, hit <b>&lt;CTRL&gt;</b> + <b>&ldquo;X&rdquo;</b>, you will be asked to press the &ldquo;<b>Y</b>&rdquo; key to confirm, press it, and bing! Your email is sent
</p>
<p><b>NOTE</b>: Any time you see the &ldquo;<b>^</b>&rdquo; symbol before something, it means &ldquo;<b>hold down</b> the <b>&lt;CTRL&gt;</b> key&rdquo;. So for instance, with &ldquo;<b>^X</b>&ldquo; it means, &ldquo;hold down the <b>&lt;CTRL&gt;</b> key and press X&rdquo;
</p>
<p><img src="../../images/guide/index9.jpg"><br>To check your emails?
</p>
<p>After sending the email you will be back at the main menu, as if you had just started up the program.
</p>
<p>So, use the arrow keys to select &ldquo;<b>MESSAGE INDEX</b>&rdquo; and press the <b>&lt;RETURN&gt;</b> key. If you have any emails, they will come up like so.
</p>
<p>Again, we use the arrows keys to move up and down between the messages. Remember to keep an eye on the bottom of the screen for relevant commands. Press the <b>&lt;RETURN&gt;</b> key to read a selected message.
</p>
<p><b>NOTE:</b> If you look at the bottom of the screen here you will see that there is no &ldquo;^&rdquo; symbol before any of the commands, this means that a simple key press will activate this command e.g. to &ldquo;<b>Reply&rdquo;</b> just press <b>&ldquo;R&rdquo;</b>.
</p>
<p><h2>Reading and Posting To Newsgroups</h2>
<p>Many of you reading this are probably asking yourself what the hell a newsgroup is&hellip; its quite simple, think of the newsgroup system as a bunch of notice boards on a wall&hellip; anyone can put a message on a board, and anyone can reply to it. The different boards are for different topics.
</p>
<p>The newsgroups are accessed with a program called ltin. As with running pine, we type &ldquo;<b>ltin</b>&rdquo; at our prompt, so our prompt [if your username was joebloggs] would look like:
</p>
<p><b>joebloggs@skynet:~$ ltin</b>
</p></li>
<p>As before, hit the <b>&lt;RETURN&gt;</b> key, and ltin will start up. Your screen should now look something like this:
</p>
<p><img src="../../images/guide/index11.jpg"><br>
</p>
<p>OK, this might look a little confusing at first, but relax, it simple. First off, press the <b>&ldquo;Y&rdquo;</b> key. This will get a list of the available newsgroups. Your screen should now look something like this:
</p>
<p>From here on in, the thing is kind of like Pine in that we use the up and down arrow keys to move through the groups. Say we want to have a look at the group called &ldquo;<b>skynet.general</b>&rdquo;. Hit the down arrow key a few times so that &ldquo;<b>skynet.general&rdquo;</b> is selected. Press the <b>&lt;RETURN&gt;</b> key.
</p>
<p><img src="../../images/guide/index12.jpg"><br>
</p>
<p>The screen should now look like this:
</p>
<p>As before, we use the arrow keys to navigate the various posts. To select a message, press the <b>&lt;RETURN&gt;</b> key. Say we wanted to read and then reply to the post &ldquo;Happy Birthday Martin&rdquo;. Use the down arrow key to highlight that post and press the <b>&lt;RETURN&gt;</b> key to select it.
</p>
<p><img src="../../images/guide/index13.png"><br>To post a reply to this message, we press the <b>&ldquo;F&rdquo;</b> key, short for &ldquo;followup&rdquo;. <b>Note: </b>As with Pine, if you are stuck, look at the bottom of the screen for some relevant commands.
</p>
<ul>
<li value="1"><p>So, press the <b>&ldquo;F&rdquo;</b> key.</p></li>
<li value="2"><p>Enter your message.</p></li>
<li value="3"><p>Press <b>&lt;CTRL&gt; +&ldquo;X&rdquo;</b> to exit the editor.</p></li>
<li value="4"><p>Press <b>&ldquo;Y&rdquo;</b> to save the buffer. The buffer is what you have just typed.</p></li>
<li value="5"><p>Press the <b>&lt;RETURN&gt;</b> key, leaving the save as filename as it is.</p></li>
<li value="6"><p>And finally, press the <b>&ldquo;P&rdquo;</b> key to confirm posting.</p></li>
</ul>
<p>You should now be back in the newsgroup you just posted to. Press the <b>&ldquo;Q&rdquo;</b> key to get back to the main list of groups
</p>
<p>Perhaps you don't want to look at all the newsgroups, instead when you run <b>ltin</b> you can get it to only show you your favourite newsgroups (for instance, not everyone wants to read skynet.soccer every day)
</p>
<p>To make a newsgroup a favourite, you subscribe to it. To do this, use the arrow keys to highlight a group and press the <b>&ldquo;S&rdquo;</b> key. Now, next time you run <b>ltin</b>, only the groups you have subscribed to will show up. Don't worry, all the other groups are still there, you can list them all again by pressing the <b>&ldquo;Y&rdquo;</b> key, as we did before.
</p>
<p>Want to exit <b>ltin</b>? When at the main list of newsgroups, press the <b>&ldquo;Q&rdquo;</b> key. You will be asked if you want to quit, and maybe if you want to save your settings. Press the <b>&ldquo;Y&rdquo;</b> key to answer yes to these questions.
</p>
<p>You will now be back at our prompt
</p>
<p><img src="../../images/guide/index14.jpg"><br>
</p>
<p><h2>Skychat</h2>
<p>Ever been on a chat room on the Internet? Well, skychat is basically the same thing, except it's only for skynet members such as you. To connect to skychat, we type <b>skychat</b> at the prompt at hit the <b>&lt;RETURN&gt;</b> key.
</p>
<p><b>joebloggs@skynet:~$ skychat</b>
</p>
<p>After a brief pause, you will be logged into the main <b>skychat</b> room, #foobar.
</p>
<p>The list of names in blue you see there is the list of names on the channel. The &ldquo;@&rdquo;in front of a name means they are an operator, they manage the channel, and will kick people out if they behave badly.
</p>
<p>To say something to the people in #foobar (remember, they are your fellow students and skynet members, so be nice). Type something, and press the <b>&lt;RETURN&gt;</b> key to send it. That simple.
</p>
<p>Not happy with your nickname? Want to change it? You can do so with the <b>/nick</b> command (all commands in skychat are preceded by a /). So, for instance, say you wanted to change your name to brian - you would type &ldquo;<b>/nick brian</b>&rdquo;, and press the <b>&lt;RETURN&gt;</b> key
</p>
<p>Some things to remember:
</p>
<ul>
<li value="1"><p>Be nice. To err is human, to really screw up requires a computer.</li>
<li value="2"><p>Don't type too much too fast. Think before you type.</li>
<li value="3"><p>Don't copy and paste large amounts of text into the chat room. For large amounts of text use ltin.</li>
<li value="4"><p>Remember that if you repeatedly break the rules you can be kicked out of or even banned from Skychat.</li>
<li value="5"><p>Don't be afraid to ask questions you *really* cant answer, there are a lot of intelligent and educated people who might just help out if you *ask nicely*</li>
<li value="6"><p>Remember its all a bit of fun. Don't take it too seriously.</li>
<li value="7"><p>Try and have a sensible nick. PussyWillow was probably a great idea when you thought of it, but when 6 months down the line people are still calling you PussyWillow, it may not seem quite so shiny.</li>
</ul>
<p>Want to exit <b>skychat</b>? Just type &ldquo;<b>/exit</b>&rdquo; and the return key, and you are back at the prompt.
</p>
<p><h2>Rules and Regulations</h2></p>
<p>
<ul>
<li value="0"><p>Membership of SkyNet is a privilege, not a right. If you abuse it, it will be revoked.</li>
<li value="1"><p>Please be courteous to other members. Treat people as you would treat them if you meet them face-to-face.</li>
<li value="2"><p>Please look around on the web for the answers to your tech questions (try searching on www.google.com) before asking it on skychat or elsewhere, as repetitive stupid questions can get rather annoying. Although, having said that, if you are having a genuine problem, we will, of course, try to help out.</li>
<li value="3"><p>UNDER NO CIRCUMSTANCES should copyright or illegal material be stored on SkyNet. Its not just us who have a problem with this, the university itself and HEAnet (the people who give us network access) don't like it much either. If you break this rule <b>you</b> put the <b>whole society </b>in danger as HEAnet could stop our net access.</li>
<li value="4"><p><b><i>The Penalty for storing copyrighted or illegal material on SkyNet is immediate disuserment</i></b></li>
</ul>
<p><h2>Where to Get Help</h2>
<p>Still stuck on something? Try the following resources:
</p>
<ul>
<li value="8"><p><b>Try the man pages</b>. For instance, say you wanted to learn more about the <b>&ldquo;ls&rdquo;</b> command. At the skynet prompt, type &ldquo;man ls&rdquo;. This will give you a document with details on the use of the command.</li>
<li value="9"><p>Check the <b>help section</b> on the <b>skynet website</b> - <a href="http://www.skynet.ie/guide/">http://www.skynet.ie/guide/</a></li>
<li value="10"><p>Join the <b>skynet-newbies mailing list</b> by typing <b>&quot;newbie_help.sh&quot;</b> at the <b>command prompt</b>. You'll be asked to confirm your subscription over email
<p>(This is to stop others subscribing you). <b>Send a detailed description of your problem to skynet-newbies /at/ skynet.ie</b> . The list has a few experienced people on it that will answer the question if no other list members do. You are encouraged to answer questions on the list based on your experiences.
</p>
</li>
<li value="11"><p>Don't forget <b>skynet.help</b> on <b>ltin</b>.</li>
</ul>
<p><h2>Contacting the Powers That Be</h2>
<p>Various mailing lists have been set up if you need to contact the people who run the UL Computer Society and its network:
</p>
<p><b>compsoc /at/ csn.ul.ie</b> The Committee. These people run the actual society. Contact these people if you have a problem or query with your membership of the society, <b>not</b> the network.</p>
<p><b>skynet-newbies /at/ csn.ul.ie</b> This list was set up to help new users get used to skynet. If you have any questions about skynet or linux in general (as long as they're not too advanced) send a description of your problem to this email address and someone will try to answer your question.</p>
<p><b>alladmins /at/ csn.ul.ie</b> The Admins. These people run the network. If something doesn't work, email these guys.</p>
<p><b>root /at/ csn.ul.ie</b> For <b>important </b>problem reports, or if you have an admin issue you would like to discuss privately.</p>
<p><b>webadmin /at/ skynet /dot/ ie</b> The Web Admins. These guys look after the SkyNet webserver, if you are having a problem with your website hosted on skynet, email them.</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/basic/introdoc.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:09:01 GMT -->
</html>

View file

@ -0,0 +1,202 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/login-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:09:01 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Using PuTTY as a terminal to Skynet</h1>
<p><font size="-1">Written by <a href=http://www.csn.ul.ie/~ards>John Fallon</a><p>
</font>
<p>If you are a Skynet user, it is very likely that you are sick of having to use the awkward
telnet client which comes with Windows. One of the most frequent complaints
is that the window is much too small to be practical,
extremley tedious to perform such a simple task as 'copy-and-paste' and the lack of
colour.
You may also worry about security issues. You will be very glad
to know that there is an alternative out there. PuTTY, fundamentally, operates in more
or less the same way as telnet. Below is a step by step guide on how
to install and use PuTTY.</p>
<p>
1: First, you need to open 'putty.exe'. To do this, click on
<a href="../putty.exe"> this link</a><br>
<b>Note:</b> there is no help available for the latest version on this website. (For help on this version, check <a href="http://www.tartarus.org/~owen/putty-docs/">here</a> ).
<p>
2: Now, you should see the following dialog box:<br>
<img src="../../images/guide/puttydown.jpg" border="0">
<p>
3: Select 'Run this program from its current location' and click 'OK'.
<p>
4: Next, you should get the following dialog box:<br>
<img src="../../images/guide/puttysecurity.jpg" border="0">
<p>
5: Click 'Yes'.
<p>
6: Now, you should see the following dialog box:<br>
<img src="../../images/guide/puttyconfig.jpg" border="0">
<p>
7: Into '<i>Host_Name</i>', type 'skynet.csn.ul.ie' - as shown.
<br>Make sure that '22' is in '<i>Port</i>' - as shown.
<br>Also, it is better to select SSH as your protocol and <b>not
telnet</b> (the default). The reason for this is - to quote
Martin Donlon
(<a href="http://www.csn.ul.ie/~akawaka">akawaka</a>) - <p>
"<i> Passwords can be easily sniffed when connecting with
telnet. SSH connections are encrypted</i>."<p>
So essentially, use the <b>SSH</b> protocol whenever
possible. However, if you <i>really, really, really </i>want
to use the telnet option, make sure you enter '23' into
'<i>Port</i>'.
<p>
9: Finally, click 'Open' and you're all set! You can now use PuTTY in the same way as
you would normally use telnet.</p>
<p>The first obvious advantage of using PuTTY is that you can resize the window.
This makes it much more comfortable to use. It is very simple to 'copy-and-paste' too. To
do this, use your mouse to highlight the text which you want to copy (don't click anything).
Then position the cursor where you want the text to appear and 'right-click'. The text
will be pasted into position.
</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/basic/login-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:09:12 GMT -->
</html>

View file

@ -0,0 +1,81 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: Error 404 - REQUESTED DOCUMENT IS MISSING</title>
<link href="/css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="/images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="/images/head-l.png"
usemap="mainlogo"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="/guide/putty.exe"><img src="/images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="/images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="/"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
</div>
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<div align="center">
<h2><b>ERROR 404</b> - REQUESTED DOCUMENT IS MISSING</h2>
</div align="center">
<br/>
<hr noshade width="80%" />
<br/>
<p>
<br/>
The document you requested does not exist or is unavailable at this time. Please check the requested URL and try again. <b>Remember</b> that Internet URLs are <em>case-sensitive</em>.<br/>
</p>
<p>
If the problem persists, please report it to <b>webadmin /at/ skynet /dot/ ie</b><br>Please include the missing URL.
</p>
</blockquote>
<p>
<center>
<b><h5>Copyright &copy; 2016 UL Computer Society</h5></b>
</center>
</p>
</body>
</html>

View file

@ -0,0 +1,224 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/storefiles-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:09:20 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>How to Store Files on Skynet.</h1>
<p><font size="-1">Written by <a href=http://www.csn.ul.ie/~johnm>John Mulcahy</a></font></p>
<p>Storing files such as word documents on Skynet is achieved in one of three ways</p>
<UL>
<LI><B>Mapping a network drive</B>, <BR><BR>
<p><b><strong><font color=#ff0000>Mapping a network drive (Samba access) to skynet should now be available from all student clusters in UL. Any problems, mail root /at/ skynet /dot/ ie (davisc 2006-05-23)</p></b></strong></font>
<LI>by using <B>SCP</B>
</UL>
<P>
<font size=+2><B>Method 1:</B> Mapping a network drive</font><BR><BR>
Mapping a network drive is <B>very</B> easy to do on an Windows NT/2000/XP computer.<P>
1: When you log into the PC, click on the <BR>
<B>Start</B> button, then click <BR>
<B>Program</B>, and then <BR>
<B>Windows Explorer</B>, as shown
<P>
<img src="../../images/guide/startexplr.gif" alt="Starting Explorer">
<P>
2: After explorer starts click on <BR>
<B>Tools</B>, then click<BR>
<B>Map Network Drive</B>
<P><img src="../../images/guide/map.gif" alt="Map Drive"></p>
<p>3: At this point you enter the details for connecting to Skynet
<ul>
<li>Pick any unused drive letter <BR>
( In the picture below I pick Drive <B>S:</B> ) <P>
<li>Enter the path as \\samba.skynet.ie\<B>Username</B> <BR>
( Replacing Username with your username/login name for skynet ) <BR>
So in this picture replace <B>johnm</B> with your username. <P>
<li>Enter your Username in the connect as box. <BR>
(Again replace <B>johnm</B> with your username.) </P>
</ul>
<P>
<img src="../../images/guide/drv1.gif" alt="Map Drive">
<P>
4: Enter your password for your skynet account.
<P>
<img src="../../images/guide/drv2.gif" alt="Map Drive">
<P>
5: You can now access your skynet files by clicking on the drive <BR>
letter you picked above and using it in the same way as you would<BR>
use any drive.
<P>
<BR><BR>
<font size=+2><B>Method 2:</B> SCP</font><BR><BR>
The third method for putting files on Skynet is using scp.
This stands for Secure CoPy and comes (on *nix systems) as part of
the openssh package. <BR>
The Windows scp client is called WinSCP. You can download it <a href="WinSCP.exe">here</a>.<BR>
<p><b>The settings to use with WinSCP are:</b><br>
Server/Host Name: skynet.ie<br>
Username and password are the same as your login/mail details<br>
Protocol is SCP.<br>
You don't need to set anthing else - just click Login<br></p>
<p>On *nix systems the format for the command is:<BR>
<i>scp username@skynet.ie:remotefile localdir</i><BR>
for copying files from skynet onto your computer, replacing username with (obviously enough) your skynet username, remotefile with the name of the file you wish to download and localdir with the local directory you wish to save the file in.<BR>
<i>scp filename username@skynet.ie:remotedir</i><BR>
for copying files from your computer onto skynet, once again replacing username, filename and remotedir.<BR>
For more information on scp use the command <i>man scp</i> from skynet.<BR>
<br><br><h3><a href="../index.html">Back To The Table Of Contents </a></h3>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/basic/storefiles-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:09:43 GMT -->
</html>

View file

@ -0,0 +1,194 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic/using-skynet-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:09:12 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1> The Linux Basics.</h1>
<p>When you hit RETURN after typing your password the following screen will come up:
<table class="content" width=425><tr><td><pre>
Your-user-name@skynet:~>
</pre></td></tr></table>
<p>this is your prompt. The prompt is where you will be
entering the majority of your commands. Below are some of the common
ones :
<table class="content" width=425><tr><td><pre>
Basic Commands:
<a href=commands/commandscaeb.html?command=ls>ls</a> : Directory listing.
<a href=commands/commands43e7.html?command=rm>rm</a> : Remove command.
<a href=commands/commandsb53b.html?command=mv>mv</a> : Move command.
<a href=commands/commandsdbd6.html?command=cat>cat</a> : Text file reader.
<a href=commands/commandsb728.html?command=cp>cp</a> : Copy command.
<a href=commands/commands7e88.html?command=cd>cd</a> : Change directory.
<a href=commands/commands1acf.html?command=mkdir>mkdir</a> : Make directory
<a href=commands/commandsa82f.html?command=exit>exit</a> : Disconnect from Skynet
Other Commands:
<a href=commands/commandscc59.html?command=ltin>ltin</a> : Run the local news reader.
<a href=commands/commands804c.html?command=pine>pine</a> : Run the E-mail program.
<a href=commands/commands9e3a.html?command=date>date</a> : Display the time and date.
<a href=commands/commandsc2be.html?command=uptime>uptime</a> : Shows how long the system has been running.
<a href=commands/commandsc6b6.html?command=who>who</a> : Display who is logged in currently.
<a href=commands/commandsceaf.html?command=yppasswd>passwd</a> : Change your password.
<a href=commands/commandsf7bc.html?command=telnet>telnet</a> : Telnet protocol
<a href=commands/commands24c8.html?command=ftp>ftp</a> : Ftp Protocol. File transfers
<a href=commands/commandsbd73.html?command=ncftp>ncftp</a> : New more friendly version of FTP.
<a href=commands/commands4b18.html?command=ping>ping</a> : Check if a host is running.
<a href=commands/commandsd2a7.html?command=chmod>chmod</a> : Change file access.
<a href=commands/commands12cd.html?command=man>man</a> : Help system.
</pre></td></tr></table>
<p>
If you wish to learn anymore, the <b>Linux Documentation Project User Guide</b>
is also available on this site, with detailed descriptions of all aspects of
Linux. Just click
<a href="http://ldp.csn.ul.ie/">here.</a>
<br><br><h3><a href=../index.html>Back To The Table Of Contents </a></h3>
<p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/basic/using-skynet-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:09:20 GMT -->
</html>

154
src/guide/basic_guide.html Normal file
View file

@ -0,0 +1,154 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/basic_guide.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:07:59 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../books.html">Books</a></li>
<li><a href="../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>User Guide</h1>
<h2>Basic Skynet Usage</h2>
<ul>
<li><a href="basic/introdoc.html">Introduction Document</a></li>
<li><a href="basic/login-howto.html">Login to Skynet</a></li>
<li><a href="basic/using-skynet-howto.html">Use my Skynet Account</a></li>
<li><a href="basic/storefiles-howto.html">How to store files on Skynet</a></li>
</ul>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/basic_guide.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:00 GMT -->
</html>

156
src/guide/email_guide.html Normal file
View file

@ -0,0 +1,156 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/email_guide.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:00 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="putty.exe"><img src="../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../index-2.html' class="top">Home</a>
</li>
<li><a href='../about.html' class="top">About</a>
<ul>
<li><a href="../contacts.html">Contact</a></li>
<li><a href="../join.html">Join Skynet</a></li>
<li><a href="../history.html">History</a></li>
<li><a href="../committee.html">Committee</a></li>
<li><a href="../constitution.html">Constitution</a></li>
<li><a href="../aup.html">Society Policy</a></li>
<li><a href="../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../books.html">Books</a></li>
<li><a href="../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>User Guide</h1>
<h2>E-Mail</h2>
<ul>
<li><a href="mail/fetchmail-howto.html">Use fetchmail to check my UL email</a></li>
<li><a href="mail/webmail-howto.html">Using Skynets Webmail</a></li>
<li><a href="mail/maillist.html">Creating a Mailing list</a></li>
<li><a href="mail/forwardmail.html">Forwarding Mail</a></li>
<li><a href="mail/spamassassin.html">Catching spam with SpamAssassin</a></li>
<li><a href="mail/spamassassin_custom.html">Customising SpamAssassin</a></li>
</ul>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/email_guide.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:08:02 GMT -->
</html>

View file

@ -0,0 +1,178 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/mail/fetchmail-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:09:43 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Using fetchmail to check your UL email messages</h1>
<p><font size="-1">Written by <a href=http://www.csn.ul.ie/~ards>John Fallon</a>.
</font>
<p>Fetchmail is a very useful feature which compliments 'Pine'. It is capable of retrieving mail from a remote account and
forwarding it to your Skynet account. By following these simple instructions, it is possible for students to check their
UL email messages from anywhere in the world. <p>
1. Log on to skynet in the normal way.<p>
2. On the command line, type the following: <br>
<b>fetchmail -k -s -u <i>username</i> <i>mailserver</i>.ul.ie</b><br>
where <i>username</i> is your UL ID number. If your ID number begins with '98' or later, then enter 'cronus' as your
<i>mailserver</i>, otherwise enter 'gabriel' as your <i>mailserver</i>. This is best illustrated with an example:<br>
<img src="../../images/guide/fetchmail-cmd.jpg" border="0" ><p>
3. The system will then ask you for your password.<p>
4. The program will take a few moments to execute. You will know it is ready when the command prompt returns.<p>
5. To view your messages, type in <b>pine</b> on the command line. This will take you into Skynet's email program.<p>
6. And that's all there is to it really. If you wish to find out more about fetchmail, type in <b>man fetchmail</b> on the
command line and you will be able to see the manual. This is exceptionally useful if you want to know what <b>-k</b>, <b>-s</b> and
<b>-u</b> mean. Happy emailing.
<br><br><h3><a href=../index.html>Back To The Table Of Contents </a></h3>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/mail/fetchmail-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:05 GMT -->
</html>

View file

@ -0,0 +1,158 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/mail/forwardmail.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:07 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Forwarding Mail</h1>
<p><font size="-1">Written by <a href=http://www.csn.ul.ie/~mel>Mel Gorman</a></font>
<p>There may come the time when reading mail on Skynet simply isn't possible but know that people will be sending mail to their Skynet address.
If a file called .forward is created in the users mail directory (/mailconfig/$USER), all mail will be forwarded to the list of addresses in that file.
Keep it one mail address per line.
A .forward file can be used to create a poor man's mail list if the list will be very small or temporary.
<h3><p><a href=../index.html>Back To The Table Of Contents </a></h3>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/mail/forwardmail.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:07 GMT -->
</html>

View file

@ -0,0 +1,171 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/mail/maillist.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:07 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Creating A Mailing List</h1>
<p><font size="-1">Written by <a href=http://www.csn.ul.ie/~mel>Mel Gorman</a></font>
<p>Skynet offers a service for users who wish to create their own mailing list.
To get a list created, mail mailman /at/ skynet /dot/ ie with the name of the requested list, why it should be created and should it be private or public.
<p>A private list means that it will not appear on the <a href=http://mailman.csn.ul.ie/>main mailing list page</a> and only list members can read the list archives.
<p>Lists should not be created simply for the purposes of sending jokes as it's a waste of bandwidth.
<p>The administrator of the mailing list and the password for admin privileges will be mailed to the requestor of the list as well as instructions on how to access or post to the list.
<p>It is up to them to decide what the policy of the list should be.
Policy for example is whether anyone can join the list or must they be approved first.
Another example is if anyone can post to the list or must they be subscribed first.
<p>The amount of traffic going through the list will be monitored periodically.
Note that this does <b>not</b> mean an admin of skynet will be reading the mail.
It means that we will send a warning if there is a huge amount of traffic being
sent by the list which can be seen by reading logs.
<p>A huge amount of traffic would be if someone sent a 20MB attachment to it.
Remember that each mail sent to the list will be duplicated for every member of the list.
So a 1MB mail (which is large) sent to a list of 100 people will generate 100MB of network traffic, which is a <b>lot</b> of mail.
<h3><p><a href=../index.html>Back To The Table Of Contents </a></h3>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/mail/maillist.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:07 GMT -->
</html>

View file

@ -0,0 +1,81 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: Error 404 - REQUESTED DOCUMENT IS MISSING</title>
<link href="/css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="/images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="/images/head-l.png"
usemap="mainlogo"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="/guide/putty.exe"><img src="/images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="/images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="/"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
</div>
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<div align="center">
<h2><b>ERROR 404</b> - REQUESTED DOCUMENT IS MISSING</h2>
</div align="center">
<br/>
<hr noshade width="80%" />
<br/>
<p>
<br/>
The document you requested does not exist or is unavailable at this time. Please check the requested URL and try again. <b>Remember</b> that Internet URLs are <em>case-sensitive</em>.<br/>
</p>
<p>
If the problem persists, please report it to <b>webadmin /at/ skynet /dot/ ie</b><br>Please include the missing URL.
</p>
</blockquote>
<p>
<center>
<b><h5>Copyright &copy; 2016 UL Computer Society</h5></b>
</center>
</p>
</body>
</html>

View file

@ -0,0 +1,175 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/mail/spamassassin.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:07 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Stopping Spam with Procmail &amp; SpamAssassin.</h1>
<p><font size="-1">Written by <a href="mailto:doneagain@skynet.ie">Niall
Donegan</a></font>
<p>Like any email account your skynet email account can (if you're not careful) recieve a lot of spam ie. Unsolicited Email. It is possible to stop the majority of this quite simply using two programmes called Procmail and Spam-Assassion</p>
<p>Create a file called .procmailrc in /mailconfig/$your_username. In this file you put in the following lines.</p>
<p><b>PATH=/bin:/usr/bin:<br \>
VERBOSE=off<br \>
MAILDIR=/var/mail/$LOGNAME/<br \>
:0fw<br \>
| /usr/bin/spamc<br \>
:0:<br \>
* ^X-Spam-Status: Yes<br \>
.SPAM/</b></p>
<p>Spam-Assassin (spamc) is a program installed on skynet which will process all your email. If the email satisfies certain criteria, the X-Spam-Flag will be set to 'Yes'. All these emails will then be sent to an email folder called SPAM.</p>
<p>To view what is put into this folder, open pine and go to "FolderList" and press Enter. Use you arrow keys to go to SPAM and press enter. This folder will contain all the email that has been marked as spam.</p>
<p>Of course procmail can be used for a lot more than this. For more
examples type "man procmailex" at the command prompt.</p>
<p><b>Links:</b><br />
<a href=https://wiki.skynet.ie/Users/MailMigration#procmailrc" target="_top">Further procmail examples for Skynet's setup</a><br />
<a href="http://www.procmail.org/" target="_top">Procmail Homepage</a><br />
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/mail/spamassassin.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:07 GMT -->
</html>

View file

@ -0,0 +1,234 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/mail/spamassassin_custom.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:07 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Customising SpamAssassin</h1>
<P><font size="-1">Written by <a href="../../_davisc/index.html">Cian Davis</a></font></p>
<p>Spamassassin is a very powerful tool and can be easily customised to make sure that it catches what is spam and lets through what isn't. By combining it with procmail, you can automatically delete any e-mail you get over a certain spamassassin score. You need to read <a href="spamassassin.html">Stopping Spam with Procmail & SpamAssassin</a> guide before this guide.</p>
<h1>Custom Spamasssassin config</h1>
<p>Each user has their own spamassassin configuration. It is stored in <i>.spamassassin/</i> in your home directory. The main file in this directory is called <b>user_prefs</b>. This stores all your preferences - it lets you say which addresses are definitely OK and which are definitely SPAM as well as reset the points each positive tests gets.<p>
<p>This file and directory need to be readable by SpamAssassin. By default, it is but if you're having problems issue these commands:</p>
<p><b>chmod 711 /mailconfig/$USER/.spamassassin<br>
chmod 644 /mailconfig/$USER/.spamassassin/user_prefs</b></p>
<p>Addresses which are definitely not spam are <b>whitelist</b> addresses and those that are definitely spam are <b>blacklist</b> addresses. Both blacklist and whitelist can either be to or from. Only 1 wildcard can be used here in the form of *@thisdomain.com - this means everyone at thisdomain.com *@student.ul.ie would mean every student account in UL.</p>
<p>The most useful one is <b>blacklist_from</b>. Use this if you are getting spam from a particular address or domain. For instance, two viruses that generate e-mail to anyone they can find send e-mails from hahaha@sexyfun.net and the other support@mircosoft.com. You can blacklist these addresses by adding:</p>
<p><b>blacklist_from hahaha@sexyfun.net<br />
blacklist_from support@microsoft.com</p></b>
<p> to your <i>.spamassassin/user_prefs</i> file</p>
<p>Problem is that spammers rarely use the same from e-mail address all the time - however, they can often use the same domain. attbi.com (AT&T Broadband) in the US went bust a while ago but spammers still generate e-mails from that domain because most people think that only legitimate e-mail comes from there. You can block this by adding:</p>
<p><b>blacklist_from *@attbi.com</b></p>
<p>to your <i>.spamassassin/user_prefs</i> file</p>
<p>You do need to be careful though that no legitimate e-mail is coming from that domain. For instance, a huge amount of spam seems to come from *@hotmail.com but blacklist_from *@hotmail.com will also catch any of your friends that e-mail from hotmail.</p>
<p><b>blacklist_to</b> can sometimes be useful. Spammers often send an e-mail to 10 skynet users at a time. If you notice that the only time and joebloggs@skynet.ie receive the same e-mail is spam, you can add:</p>
<p><b>blacklist_to joebloggs@skynet.ie</b></p>
<p>to your <i>.spamassassin/user_prefs</i> file</p>
<p>whitelist works in the exact same way. It's a good idea to add friends as <b>whitelist_from</b>.</p>
<p><b>whitelist_from *@staffmail.ul.ie</b></p>
<p>is also a safe enough bet so that no e-mail from your lecturer gets eaten!</p>
<p>Spamassassin works by running hundreds of tests on each e-mail looking for characteristics of spam e-mails. A list of these tests is <a href="http://eu.spamassassin.org/tests.html">here</a>. You might find that only spam triggers a certain test but doesn't score it high enough for it to be marked as spam. A number of sites out there keep a look out for spam and supply spam addresses to anyone who wants them so they can stop spam. A few are called SBL, RFCI and OPM. If an e-mail hits one of these tests, it's a pretty good bet that it is spam. However, spamassassin doesn't give it many points by default. To reset this, add this to your <i>.spamassassin/user_prefs</i> file.</p>
<p><b>SCORE RCVD_IN_DFCI 6</b></p>
<p>This will give 6 points to any e-mail that triggers that test. To find out what tests your e-mails are triggering, you need to view the full headers (if the e-mail is marked as spam by spamassassin, it will tell you what tests it triggered in the main body of the e-mail). To do this, press h in pine, click "View full header" in WebMail, open the e-mail in a new window in Outlook and click View -> Options or click View -> Headers -> All in Mozilla/Netscape/Thunderbird. You are looking for lines like this:</p>
<p><blockquote>
<code>
<b>X-Spam-Flag:</b> YES <br />
<b>X-Spam-Checker-Version:</b> SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on
holly.csn.ul.ie <br />
<b>X-Spam-Status:</b> Yes, hits=10.3 required=6.0 tests=HTML_50_60, <br />
HTML_IMAGE_ONLY_02,HTML_MESSAGE,HTML_TAG_BALANCE_BODY, <br />
MANY_EXCLAMATIONS autolearn=no version=2.61 <br />
<b>X-Spam-Level:</b> **********<br />
</code>
</p></blockquote>
<p>This tells us that SpamAssassin thinks it is spam, was checked by SpamAssassin version 2.61 and received 10.3 spam points (which is over the 6 required to be marked as spam) by testing positive for 5 tests. X-Spam-Level is the spam score with a * for each point - we will use this in a short while.</p>
<h2>Using procmail to delete spam</h2>
<p>So now we have SpamAssassin working how we want it. But do we really want to bother with e-mails that have 15 points from SpamAssassin? Chances are that anything with over 15 points is definitely spam. By using procmail, you can automatically delete it.</p>
<p>Procmail is configured by a file in your home directory called <b>.procmailrc</b>. Editing it to put spam recognised by SpamAssassin into a particular folder was covered in the <a href="spamassassin.html">Stopping Spam with Procmail & SpamAssassin</a> guide.
<p>First off, edit your <i>.spamassassin/user_prefs</i> file and add this line:</p>
<p><b>add_header all Level _STARS(*)_</b></p>
<p>SpamAssassin is likely not to add the stars header by default in the next version. It is this header we will use to catch the spam.</p>
<p>Now edit your <i>/mailconfig/$USER/.procmailrc</i> file and add the following:</p>
<p><blockquote>
<code>
:0<br />
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*.*<br />
/dev/null<br />
</code>
</blockquote></p>
<p>This is known as a procmail <b>recipe</b>. :0 tells procmail you are starting a recipe. * tells it you are starting a condition - i.e. something it has to look out for. ^X-Spam-Level: tells procmail to look for a line in the e-mail headers staring with X-Spam-Level Since * is regarded as a wildcard (it usually mean any number of the previous character - including 0), we need to use \* to tell procmail we mean literally an * .* at the end of the line means "and anything else after that". Once we match the 15 stars, we don't care what comes after it. The third line is what it should do if it find an e-mail with that header. We want it to be deleted to we sent it to the generic linux rubbish bin - /dev/null.</p>
<p><B>WARNING!!</b> Any e-mail that goes to /dev/null is <b>not</b> coming back! So check and make sure that the chances of legitimate e-mail getting high SpamAssassin scores is low - by resetting scores for the tests or whitelisting people. This is also why everything with 6 points isn't deleted. Means that you can check stuff getting between 6 and 15 spam points. Having said that, in the last 3 months, I have received 8803 e-mails. 4487 were identified by SpamAssassin and had over 12 points and were immediately deleted. No e-mail was incorrectly deleted. (another 485 were put into my SPAM folder for me to check and about 10 of these were incorrectly marked as SPAM)</p>
<p>&nbsp;</p>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/mail/spamassassin_custom.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:07 GMT -->
</html>

View file

@ -0,0 +1,165 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from skynet.ie/guide/mail/webmail-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:05 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-15" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: CSN | The Skynet Project</title>
<link href="../../css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="../../images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="../../images/head-l.png"
usemap="mainlogo.html"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="../putty.exe"><img src="../../images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="../../images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="../../index.html"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="../../images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
<div id="drop">
<ul>
<li><a href='../../index-2.html' class="top">Home</a>
</li>
<li><a href='../../about.html' class="top">About</a>
<ul>
<li><a href="../../contacts.html">Contact</a></li>
<li><a href="../../join.html">Join Skynet</a></li>
<li><a href="../../history.html">History</a></li>
<li><a href="../../committee.html">Committee</a></li>
<li><a href="../../constitution.html">Constitution</a></li>
<li><a href="../../aup.html">Society Policy</a></li>
<li><a href="../../sponsors.html">Sponsors</a></li>
</ul>
</li>
<li><a href='../../services.html' class="top">Services</a>
<ul>
<li><a href="https://anyterm.skynet.ie/anyterm.html">Anyterm</a></li>
<li><a href="../../books.html">Books</a></li>
<li><a href="../../encyclopedia/index.html">Encyclopedia</a></li>
<li><a href="http://lists.skynet.ie/">Mailing Lists</a></li>
<li><a href="../../downloads.html">Downloads</a></li>
<li><a href="http://memorial.skynet.ie/">Memorial</a></li>
<li><a href="https://webmail.skynet.ie/">WebMail</a></li>
<li><a href="https://webirc.skynet.ie/">WebIRC</a></li>
<li><a href="https://wiki.skynet.ie/">Wiki</a></li>
</ul>
</li>
<li><a href='../overview.html' class="current">User Guide</a>
</li>
</ul>
</div>
</div>
<div id='center'>
<!-- Begin Left Menu Div Here -->
<div id='menusleft'>
<div id="subnav">
<ul id="subnavcontainer">
<li><div class='top'> <a href='../basic_guide.html' class='top'>Basic Guide</a></div></li>
<li><div class='mid'> <a href='../email_guide.html' class='mid'>Email Guide</a></div></li>
<li><div class='mid'> <a href='../news_guide.html' class='mid'>Newsreaders</a></div></li>
<li><div class='mid'> <a href='../www_guide.html' class='mid'>Webpages &amp; CGI</a></div></li>
<li><div class='mid'> <a href='../misc_guide.html' class='mid'>Miscellaneous </a></div></li>
<li><div class='bott'> <a href='../useful_guide.html' class='bott'>Useful UNIX Docs </a></div></li>
</ul>
</div>
</div>
<!-- End Left Menu Div Here -->
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<!--
MAIN BODY CONTENT GOES HERE
-->
<h1>Using Skynet's Webmail</h1>
<p><font size=-1>Written by <a href="../../_maddenj/index.html">John Madden</font></a></p>
<p>Skynet's webmail facility is available at <a href="../../mail/index.html">http://www.skynet.ie/mail</a>
<p>Using this facility is easy.
<p>When you follow the link above, you will be presented with a box stating that www.csn.ul.ie uses an encryption certificate for transmitted data. Simply click next and accept the certificate. This is to ensure that no-one can "sniff" the data sent to or received from the server.
<p>Next you will be presented with the Skynet Mail Login. Here you simply use your skynet username and password to log in. This will load a page showing you the contents of your Inbox on Skynet.
<p>If you wish to view your other mail folders, follow the Folders link at the top of the page. This will load a page allowing you to manage your mail folders on Skynet. From here you can:
<UL>
<li> <p>Create Sent and Trash folders to allow full functionality of the webmail system
<li> <p>Create/Delete/Rename mail folders
<li> <p>Subscribe/Unsubscribe mail folders for viewing via the webmail interface
</UL>
<p>Also available are options to create an addressbook, manage personal information, message highlighting and ordering, display preferences and search facilities.
<h3><p><a href=../index.html>Back To The Table Of Contents </a></h3>
<!--
MAIN BODY CONTENT ENDS HERE
-->
<br />
<br />
</div></div></div></div></div></div>
</div>
</div>
<div style="clear:both;"></div>
<div id="footeroutside">
<div style="font-size:14px; padding:5px;">Skynet - University of Limerick Computer Society</div>
<a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> :: <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a> :: <a href="http://www.contentquality.com/">508</a> <!--:: <a href="credits.html">Credits</a> -->:: &copy; 2009<br />
Disclaimer: Neither Skynet administration nor University of Limerick accept responsibility for users site content.
</div>
<div id="footer">
<img src="../../images/foot-l.png" alt="Skynet Computer Society" width="14" height="50" style="padding:0px; margin:0px; border:0px; float:left;" />
</div>
</div>
</body>
<!-- Mirrored from skynet.ie/guide/mail/webmail-howto.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 12 Nov 2016 22:10:06 GMT -->
</html>

View file

@ -0,0 +1,81 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta name="Author" content="Stephen Burke, David Dolphin" />
<meta name="Description" content="Skynet: The University of Limerick Computer Society" />
<meta name="Keywords" content="Skynet, CompSoc, Computer, Society, UL, University of Limerick, Limerick, Linux, Ubuntu, Open Source, OSS, FLOSS, Server, Students, Hosting, Website, Internet, Networking" />
<title>Skynet :: Error 404 - REQUESTED DOCUMENT IS MISSING</title>
<link href="/css/skynet.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8"/>
<link rel="shortcut icon" href="/images/head-r.png" />
</head>
<body>
<div id="main">
<div id="header">
<img src="/images/head-l.png"
usemap="mainlogo"
alt="Skynet: The University of Limerick Computer Society"
title="Skynet: The University of Limerick Computer Society"
width="579" height="125"
style="padding:0px; margin:0px; border:0px; float:left;" />
<a href="/guide/putty.exe"><img src="/images/puttyico.gif" style="border:0px; position:absolute; top:20px; right:20px; z-index:10;" alt="PuTTY" /></a>
<img src="/images/head-r.png"
alt="Sharky: Our Mascot"
title="Sharky: Our Mascot"
width="136" height="125"
style="padding:0px; margin:0px; border:0px; float:right;" />
<map id="mainlogo">
<area href="/"
shape="rect" coords="15,15,393,80"
alt="Click here to go back to the front page"
title="Click here to go back to the front page" />
</map>
<!-- Begin Google Search Box -->
<!--
<form action="search.php" id="cse-search-box">
<div id="search">
<input type="hidden" name="cx" value="010829253237139833932:y_pg90wftw4" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" height="25" width="33" />
</div>
</form>
-->
<form method="get" action="http://www.google.com/search">
<div id="search">
<input type="text" class="text" name="q" size="14" alt="Search Box - Text Input" title="Search Box - Text Input" value="" />
<input type="hidden" name="sitesearch" value="skynet.ie" checked="checked" />
<input type="image" class="image" src="/images/search-l.png" value="Search" alt="Search Button" title="Search Button" name="sa" />
</div>
</form>
<!-- End Google Search Box -->
</div>
<div id="maincenter" style="margin-left: 171px;">
<div class="t"><div class="b"><div class="l"><div class="r"><div class="bl"><div class="tr" style="padding:10px;">
<div align="center">
<h2><b>ERROR 404</b> - REQUESTED DOCUMENT IS MISSING</h2>
</div align="center">
<br/>
<hr noshade width="80%" />
<br/>
<p>
<br/>
The document you requested does not exist or is unavailable at this time. Please check the requested URL and try again. <b>Remember</b> that Internet URLs are <em>case-sensitive</em>.<br/>
</p>
<p>
If the problem persists, please report it to <b>webadmin /at/ skynet /dot/ ie</b><br>Please include the missing URL.
</p>
</blockquote>
<p>
<center>
<b><h5>Copyright &copy; 2016 UL Computer Society</h5></b>
</center>
</p>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show more