So, once you have created your home page it will be visible at an address of the form http://people.kth.se/~username. To make it available also under the address http://www.nordita.org/~username you need to run one unix command while logged in to your account. Open a command window and do the following:
First log in to any Nordita linux machine, for instance norlx55.nordita.org: type or copy/paste the following command on the command line, but replace "username" with your real username before hitting ENTER
:
ssh username@norlx55.nordita.org -x
You will be prompted for your KTH password. So if your KTH username is "nielsbohr" you would type this command:
ssh nielsbohr@norlx55.nordita.org -x
After the successful login, type (or copy/paste) the commands below, and replace "username" with your own username before hitting ENTER
; note that the case is important in the two occurrences of "kth.se", once uppercase, once lowercase; note also that the "kinit" command will prompt you for your KTH password:
kinit username@KTH.SE
aklog kth.se
So if your KTH username is "nielsbohr" you type the two commands:
kinit nielsbohr@KTH.SE
aklog kth.se
Finally type (or copy-paste) the following command (all on one line):
find ./public_html -type d -exec fs sa {} nordita_httpd rl \;
This page was printed on 2025-01-07 from old.nordita.org/handbook/computing/homepage_help/activate