Brain Mapping:About and Unix'sims: Difference between pages

From Center for Cognitive Neuroscience
(Difference between pages)
Jump to navigation Jump to search
m 1 revision
 
m 1 revision
 
Line 1: Line 1:
'''BrainMapping.org''' is suppored as a service to the brain mapping community, providing networking and scientific communication, as well as access for the interested lay public.
=Change your user password=
To change your password form the command line, issue the passwd command:
 
$ passwd
 
The following interactive prompt will occur:
 
Changing password for user <username>
Old password:
New password:
Retype new password:
 
At each step, perform the requested action.  
 
Done!
 
=SSH'ing Into a Remote Host=
*Open terminal
*Type the following
ssh -Y username@host.com
 
==Specific Example Using Miles cluster==
For username "foo", to log into the miles cluster
*Open terminal
*Type the following
ssh -Y foo@fmri00-miles.hosted.ats.ucla.edu

Latest revision as of 23:15, 21 January 2014

Change your user password

To change your password form the command line, issue the passwd command:

$ passwd

The following interactive prompt will occur:

Changing password for user <username>
Old password:
New password:
Retype new password:

At each step, perform the requested action.

Done!

SSH'ing Into a Remote Host

  • Open terminal
  • Type the following
ssh -Y username@host.com

Specific Example Using Miles cluster

For username "foo", to log into the miles cluster

  • Open terminal
  • Type the following
ssh -Y foo@fmri00-miles.hosted.ats.ucla.edu