Connecting to convey-1.ece.iastate.edu: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Using NX == | == Using NX == | ||
# Download and install [http://www.nomachine.com/download.php NX Client]. | # Download and install [http://www.nomachine.com/download.php NX Client]. | ||
# Connect to convey-1.ece.iastate.edu using your ISU NetID and the password ''yournetid'' | # Connect to convey-1.ece.iastate.edu using your ISU NetID and the password ''yournetid''123. | ||
# Change your password by opening a terminal window and running the '''passwd''' command. | # Change your password by opening a terminal window and running the '''passwd''' command. | ||
NX Tip: Use GNOME as your windowing environment (for speed), and if you have trouble connecting, make sure you unselect the decrypt all traffic. | NX Tip: Use GNOME as your windowing environment (for speed), and if you have trouble connecting, make sure you unselect the decrypt all traffic. | ||
== Using SSH == | == Using SSH == | ||
# Download Putty [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty Download] | # Download Putty [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty Download] | ||
# Connect to convey-1.ece.iastate.edu using your ISU NetID and the password ''yournetid'' | # Connect to convey-1.ece.iastate.edu using your ISU NetID and the password ''yournetid''123. | ||
# Change your password by opening a terminal window and running the '''passwd''' command. | # Change your password by opening a terminal window and running the '''passwd''' command. | ||
== Useful File Paths == | |||
* /tmp/ - temporary storage (erased on reboot) | |||
* /var/tmp/ - temporary storage (persistent) | |||
* /dev/shm/ - RAM disk | |||
== Usage Policy == | |||
Convey machine is for testing you projects on the actual hardware only. However, 90% of the time you should be using any of the machines listed below for development. Also, standard remotely accessible ISU Linux machines should be set up for doing development for the Convey system. You can find a list of those machines here: [http://it.eng.iastate.edu/remote/ ISU Remote Access Servers] | |||
* xilinx-1.ece.iastate.edu | |||
* xilinx-2.ece.iastate.edu | |||
* xilinx-3.ece.iastate.edu | |||
* jones-1.ece.iastate.edu | |||
* jones-2.ece.iastate.edu | |||
* jones-3.ece.iastate.edu | |||
== See Also == | == See Also == | ||
* [[Convey environment setup|Setting Up | * [[Convey environment setup|Setting Up Environment Variables on Convey's HC-1]] | ||
* [[Media:Connect_Remotely_Via_VPN.pdf | Guide to Remote Connecting]] |
Latest revision as of 23:07, 29 January 2013
Using NX
- Download and install NX Client.
- Connect to convey-1.ece.iastate.edu using your ISU NetID and the password yournetid123.
- Change your password by opening a terminal window and running the passwd command.
NX Tip: Use GNOME as your windowing environment (for speed), and if you have trouble connecting, make sure you unselect the decrypt all traffic.
Using SSH
- Download Putty Putty Download
- Connect to convey-1.ece.iastate.edu using your ISU NetID and the password yournetid123.
- Change your password by opening a terminal window and running the passwd command.
Useful File Paths
- /tmp/ - temporary storage (erased on reboot)
- /var/tmp/ - temporary storage (persistent)
- /dev/shm/ - RAM disk
Usage Policy
Convey machine is for testing you projects on the actual hardware only. However, 90% of the time you should be using any of the machines listed below for development. Also, standard remotely accessible ISU Linux machines should be set up for doing development for the Convey system. You can find a list of those machines here: ISU Remote Access Servers
- xilinx-1.ece.iastate.edu
- xilinx-2.ece.iastate.edu
- xilinx-3.ece.iastate.edu
- jones-1.ece.iastate.edu
- jones-2.ece.iastate.edu
- jones-3.ece.iastate.edu