Access
Access to gnode is primarily via ssh. This can be done directly via the command line / terminal on MacOS or Linux/Unix, or via Putty on Windows. The full gnode address is:
<username>@gnode1.mib.man.ac.uk
You can also Secure Copy (SCP) to and from the server, either via command line (Linux/Mac) or via an external tool like FileZilla or WinSCP. This is all via the standard ssh port (22).
For an account, provide your IT Services username to GERAINT DUCK.
Updates
- 8/4/2011: I have updated the version of Java on gnode to version 1.6.0_24 from 1.6.0_05. The new version is a 64bit version and is the full software development kit (sdk) and not just the runtime environment (rje), this means it also includes javac etc. The old version can still be used by running
java.old instead if needed. Both are included in your default classpath.
- 8/4/2011: I have installed Apache ant onto the server, this is version 1.8.2. This is included in your default classpath.