Size: 1830
Comment:
|
← Revision 3 as of 2013-08-02 17:22:48 ⇥
Size: 1791
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Line 21: | Line 20: |
%T% If you find you can't copy and paste between your PC and Unix, try typing "vncconfig&" on the linux machine you are runing your vnc session on. | If you find you can't copy and paste between your PC and Unix, try typing "vncconfig&" on the linux machine you are runing your vnc session on. |
Line 23: | Line 22: |
==== File space and quotas ==== | ==== File space and quotas ==== |
Line 28: | Line 27: |
<verbatim> | {{{ |
Line 31: | Line 31: |
</verbatim> | }}} |
Line 35: | Line 35: |
%T% You might want to put a symbolic link in your home directory (like a Windows shortcut, or a Macintosh alias) using the ln command: <verbatim> |
You might want to put a symbolic link in your home directory (like a Windows shortcut, or a Macintosh alias) using the ln command: {{{ |
Line 38: | Line 39: |
</verbatim> | }}} |
Linux boxes
There are currently 40 linux machines available. They are named l03 - l42. These are intended primarily for imaging work.
Linux User Group wiki
There is a CBU linux user group wiki here, but there isn't much in it
Setting up a connection to a unix machine
The recommended way to do this is to use !PuTTY to establish a connection then, if required, use VNC to run X. Links to pages elsewhere in the unit are given below:
If you find you can't copy and paste between your PC and Unix, try typing "vncconfig&" on the linux machine you are runing your vnc session on.
File space and quotas
Home direcctory space is limited to about 10Gb. If you need to store more data you can use the language group space on /group/language/data. Make yourself a directory called /group/language/data/firstname.lastname:
cd /group/language/data mkdir firstname.lastname
Note, if you just type 'ls /group' you won't usually see the files below /group. You need to use the full pathname.
You might want to put a symbolic link in your home directory (like a Windows shortcut, or a Macintosh alias) using the ln command:
ln -s /group/language/data/firstname.lastname WhateverYouWantToCallIt
-- Main.DennisNorris - 20 Apr 2006