1 / 10

Getting Started with the Class Development Server

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).

benjamin
Download Presentation

Getting Started with the Class Development Server

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Getting Started with the Class Development Server Networking CS 3470, Section 1 Sarah Diesburg

  2. Before you begin… • Make sure you have your username and password • Handed out in class

  3. Our Class Server(s) • Current setup Internet prog1 diesburg.cs.uni.edu

  4. Our Class Server(s) • Eventually… Internet prog1 prog2 prog3 diesburg.cs.uni.edu prog4

  5. 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

  6. PuTTY

  7. 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

  8. Play with Transferring Files • In Linux/OSX • scp • In Windows • File transfer client like WinSCP • From prog1 • wget

  9. WinSCP

  10. By Friday • Make sure you can log in and move around

More Related