Changes between Version 2 and Version 3 of CORNET/HowToUseCORNET

Show
Ignore:
Timestamp:
10/28/10 13:32:29 (14 years ago)
Author:
drdepoy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORNET/HowToUseCORNET

    v2 v3  
    8787  
    8888=== Obtaining Remote Access Login Information === 
    89 To obtain a username for the CORNET nodes, please email Dr. Timothy Newman (trnewman@vt.edu). 
     89To obtain login credentials for the CORNET nodes, please email the CORNET administration at [vtcornet@gmail.com] 
     90 
     91=== Working from your User directory === 
     92Each registered user receives a folder on a dedicated NFS drive which allows them to store and access code locally.  Each CORNET node mounts the NFS directories at boot time and you may access your directory on each node at /users/*my_login*. 
     93 
     94In the interest of open and collaborative development, each user has read access to the other user folders and read/write access to their own folder.  You may upload files into your NFS directory in the following way: 
     95 
     96- Login to any node using the above ssh procedures. 
     97- Change to your user directory: 
     98 
     99{{{ 
     100# cd /users/*my_login* 
     101}}} 
     102 
     103- Use the SCP command in the remote shell to copy files or folders to your user directory: 
     104 
     105  
    90106 
    91107=== Node Software === 
     
    94110 * Ubuntu Linux 9.04 Client Version 
    95111 * GNU Radio 3.3.0 
     112 * OSSIE 0.8.1 
    96113 
    97114