|
|
Other software and file transfer informationIf no manual link is present in this list of software and you are not sure how to proceed with a program, try man program_name for more information or try program_name -h for help if man program_name does not work. If you don't know the name of a program, but are looking for help to do a particular task, try apropos keyword or man -k keyword (really the same thing). SSH softwareHere are some examples of ssh related commands. The OpenSSH project is actively maintained with excellent documentation and current man pages.# to connect to various computers ssh user_name@biophysics.med.jhmi.edu ssh user_name@jedi1.med.jhmi.edu ssh user_name@jedi2.med.jhmi.edu ssh user_name@flea.med.jhmi.edu ssh user_name@tick.med.jhmi.edu ssh user_name@nit.med.jhmi.edu # to run X11 programs, use -X or -Y as in the following example. ssh -X user_name@jedi2.med.jhmi.edu xlogo # various commands to copy files # the scp syntax is identical to ssh and cp. just add a colon. scp user_name@biophysics.med.jhmi.edu:file_name . scp -r user_name@biophysics.med.jhmi.edu:directory_name . # rsync employs ssh with it's syntax to copy files and directories. # rsync is the recommended program for copying. The man page is beautiful rsync -rvlpt user_name@biophysics.med.jhmi.edu:file_name . rsync -rvlpt user_name@biophysics.med.jhmi.edu:directory_name . # it is also highly recommended to study and use the following programs. # read the man pages. ssh-keygen ssh-add ssh-agentTo allow you to connect to our or GNU/Linux machines via ssh, you need an program on your Windows or Macintosh computer. The following programs can be copied from the /prog/win and /prog/mac directories to your PC or Mac.
Mail software
Editors
Web browsing software
Graphic design, image display and image manipulation software
Graphic design and drawing, Batch image manipulation and displayLast revised: Monday, 17-Dec-2007 10:27:15 EST |
|