|

WIT Computing Projects Machine
WIT Links
Note that the Past Papers and full text articles (PDFs)
from the Digital Library URLs can only be accessed from
within WIT;
this is due to licencing and subsequent
IP-address restrictions.
About Emhain
WIT Staff Search (email, tel)
TSSG Home Page
ISOL Home Page
WIT Home Page
WIT Library
Using the Internet Effectively
WIT Computer Use Policy
WIT Past Papers
IEEE Comp Soc Digital Library
ACM Digital Library
Computing Projects
Computing Projects Home
Emhain Security Tips
Project Regulations
2003-04 Projects
2002-03 Projects
2001-02 Projects
2000-01 Projects
1999-00 Projects
1998-99 Projects
1997-98 Projects
1996-97 Projects
Personal Home Pages
Alumni
Local Copies of Resources
Some of these local resources are only available within
WIT for copyright reasons.
The Java Tutorial
Java VM Specification
NT Course
(Brian Brown, CIT New Zealand)
Edinburgh UNIX Help
PostgreSQL Manuals
LINUX Man Pages
Linux Documentation Project
ResearchIndex NECI
A Euro Currency Converter
WIT Experimental Course Webs
These resources are only available within
WIT for copyright reasons.
WIT Computing Courses
WIT WebCT Server
Support the
Irish Linux User Group
|
WIT 2003-04 Computing Projects
The two tables below list all the fourth year computing projects in WIT
Department of Physical and Quantitative Sciences. The title of each project
page is a link to an area reserved for each project team to develop Web
pages and scripts related to their project (on this machine).
See the note below on updating your own
project area.
Due to the unprecedented number of project groups this year, storage space will be
extremely limited. Please try to use text based html documentation and do
NOT include any Microsoft Office or Adobe Acrobat files, ZIP archives or any large
graphics files or attachments. Large files are not only slow to load or download, they take up valuable storage space.
BSc Applied Computing
BSc Commercial Software Development
Note on updating your project area
- You should already have your own emhain account password
- Using a secure shell (SSH or the SSH option in PuTTY), login and change your password
- Transfer your files from your workstation to your Emhain account using scp/pscp, ftp or WS_ftp (available in the folder "ftp32" on Network Drive P:)
- To access your project area first make your project group your active
group:
emhain% newgrp p03csd99
where the group name reflects your group in the table above. You can test
you have been made a member of your project group using the command:
emhain% groups
which should list your project group, users, students and your course
group.
- Then you can publish in your project Web area by copying HTML files to
~p03csd99/public_html.
- The default page which will be opened when your project Web area is
accessed is called index.html - either create a file of this name or create
a symbolic link (ln -s source-file index.html) to the real home page for your
project.
Note that all members of the project team have write access to these central
areas so be careful to co-ordinate your access so you don't delete other
team members' work.
To make your project group your default group, and your project team have
write access to files you create (by default) add these two lines to your
.profile (joe ~/.profile):
newgrp p03acXX
umask 0772
NB you will have to manually remove write access from any files you create
which you don't want your group to have write access to:
chmod g-rwx filename
|