Open a terminal window (in Gnome:
Applications→Accessories→Terminal) and login into
lifa.phys.au.dk (or, better, genryc if you are inside IFA's firewall). If
your login name is jensen, do
ssh -X jensen@lifa.phys.au.dk
(the -X option is if you plan to use X-windows programs). After typing
your password do
mkdir ~/public_html
mkdir ~/public_html/numeric
("~/"
is an abbreviation for you home directory). Now the URL
"http://www.phys.au.dk/~jensen" points to your"~/public_html/"
directory, while "http://www.phys.au.dk/~jensen/numeric" points to
your"~/public_html/numeric" directory which should then be the place
for your solutions to the exercises. Remember to do
chmod -R go+xr ~/public_html
to allow everybody to see your files in this directory. You might need
to issue this command again after you have created some new files.