Difference between revisions of "Class 1 09/06/2011"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
#ssh shaproma@aztec.iac.isu.edu | #ssh shaproma@aztec.iac.isu.edu | ||
#cp -R ~foretony/NucSim/Day1 ./ | #cp -R ~foretony/NucSim/Day1 ./ | ||
+ | |||
+ | |||
+ | [http://physics.isu.edu/~tforest/Classes/NucSim/Day1/RNG/Marsaglia/noviceExample/ Here is a web link to the source files you can copy in case the above doesn't work] |
Revision as of 20:41, 6 September 2011
List of important Commands
- ls - list of files
- pwd - print working directory
- cd - change directory
- df - available space
- df -h
- ssh - security shell, to login from one computer to other
- ssh username@othercomputer
- ssh shaproma@aztec.iac.isu.edu
- scp - security copy
- scp mane@computer:filename (source) name@computer:filename
- scp filename (source) name@computer:filename if file already in current comp
- mkdir - make directory
- printenv - print environment
- emacs, vi, vim
- make, gcc
- man - manual
- man ls
- less
- rm remove
- display m- make a screenshot
Learn emacs
list of command to do every day
- ssh shaproma@aztec.iac.isu.edu
- cp -R ~foretony/NucSim/Day1 ./
Here is a web link to the source files you can copy in case the above doesn't work