2/8/2006
FAQ
  • How to shutdown a computer:
      /sbin/shutdown -h now
    

  • How to access computers from the outside.
    SSH to capone:
    ssh user_name@capone.rutgers.edu
    
    SSH to the desktop:
    ssh user_name@unisys15
    

    SSH with X tunneling:
    ssh -X user_name@capone.rutgers.edu
    ssh -X user_name@unisys15
    

  • References and Documentations:
  • Software installation:
    apt-get install software_name
    
    For example:
    apt-get install bzip2
    

    Search APT for available related software:
    apt-cache search software_name
    

    Previous Pageprevious First Pagetop