Vislab8: Difference between revisions

From ISRWiki
Jump to navigation Jump to search
(Creation of the page.)
 
No edit summary
Line 4: Line 4:
   ssh vislab@10.0.3.8
   ssh vislab@10.0.3.8
The password is the usual one.
The password is the usual one.
The password for the user root is the usual second-level password.
The password for the super user (root) is the usual second-level password.


User vislab can use "sudo" to run commands with super user rights:
User vislab can use "sudo" to run commands with super user rights:
   sudo ls
   sudo ls

Revision as of 18:17, 20 July 2010

Vislab8 is Dario's pc. It hosts an NVIDIA Tesla C1060 GPGPU.

You can access vislab8 by ssh:

 ssh vislab@10.0.3.8

The password is the usual one. The password for the super user (root) is the usual second-level password.

User vislab can use "sudo" to run commands with super user rights:

 sudo ls