100 likes | 355 Views
Getting Started with the Class Development Server. Networking CS 3470, Section 1 Sarah Diesburg. Before you begin…. Make sure you have your username and password Handed out in class. Our Class Server(s). Current setup. Internet. prog1. diesburg.cs.uni.edu. Our Class Server(s).
E N D
Getting Started with the Class Development Server Networking CS 3470, Section 1 Sarah Diesburg
Before you begin… • Make sure you have your username and password • Handed out in class
Our Class Server(s) • Current setup Internet prog1 diesburg.cs.uni.edu
Our Class Server(s) • Eventually… Internet prog1 prog2 prog3 diesburg.cs.uni.edu prog4
Logging In • Use SSH to connect to “diesburg.cs.uni.edu” • Secure SHell • If in Linux or OSX • Open up a command-line terminal • $> ssh <username>@diesburg.cs.uni.edu • If in Windows • You will need a terminal emulator • PuTTY
Next Steps • Log in and change your password • Get familiar with Linux shell commands • Look at course “Resources” page under “Shell Resources” • Know at least the following • Maneuvering: cd, ls, pwd • Creating/deleting: touch, rm, rmdir, mkdir • Reading files: nano • Compilation: make, gcc • Packaging: tar, untar • Help: man
Play with Transferring Files • In Linux/OSX • scp • In Windows • File transfer client like WinSCP • From prog1 • wget
By Friday • Make sure you can log in and move around