Difference between revisions of "Class 1 09/06/2011"

From New IAC Wiki
Jump to navigation Jump to search
Line 51: Line 51:
 
# firefox
 
# firefox
 
#* go to [http://physics.isu.edu/~tforest/Classes/NucSim/Day1/RNG/Marsaglia/noviceExample/ Tony files]
 
#* go to [http://physics.isu.edu/~tforest/Classes/NucSim/Day1/RNG/Marsaglia/noviceExample/ Tony files]
 +
#* save whatever do you want
 
#* ^Z
 
#* ^Z
 
#*  bg
 
#*  bg
 
# http://physics.isu.edu/~tforest/Classes/NucSim/Day1/RNG/Marsaglia/noviceExample/
 
# http://physics.isu.edu/~tforest/Classes/NucSim/Day1/RNG/Marsaglia/noviceExample/

Revision as of 21:13, 6 September 2011

go back


Here is a web link to the source files of Tony files


List of important Commands

  1. ls - list of files
  2. pwd - print working directory
  3. cd - change directory
  4. df - available space
    • df -h
  5. ssh - security shell, to login from one computer to other
    • ssh username@othercomputer
    • ssh shaproma@aztec.iac.isu.edu
  6. scp - security copy
    • scp mane@computer:filename (source) name@computer:filename
    • scp filename (source) name@computer:filename if file already in current comp
  7. mkdir - make directory
  8. printenv - print environment
  9. emacs, vi, vim
  10. make, gcc
  11. man - manual
    • man ls
  12. less
  13. rm remove
  14. display m- make a screenshot

Emacs

learn Emacs!!!

list of command to do every day

  1. ssh -Y shaproma@aztec.iac.isu.edu

to copy first day lesson

  1. cp -R ~foretony/NucSim/Day1 ./

to start root in aztec (do not really needed now, root can start without that)

  1. export ROOTSYS=~foretony/src/ROOT/root
  2. $ROOTSYS/bin/root

to redirect output to file

./rndtest > data.txt


how to copy Tony files from physics.isu.edu/~tforest to aztec machine

  1. login to aztex
  2. firefox
  3. http://physics.isu.edu/~tforest/Classes/NucSim/Day1/RNG/Marsaglia/noviceExample/