Summer Honors - Video Game Programming

Summer 2019


Links

Videos

The following videos demonstrate how to setup your Linux KDE desktop environment and/or your windows system to interact with the CS server:

The following videos are provided by Dr. Kinne. Direct link to playlist: YouTube

Logging into the CS server

Using the linux shell

Transferring files

Text files

  • Video: https://www.youtube.com/watch?v=2cFwJWqjiM0&index=5&list=PLXFP6J47Bp0fe6g5rQV0ka-AKDLdVvZ56
  • Commands: more with spacebar, or less with arrows and q, or pico, or emacs, or vim
  • Self check: Log in to the CS server (using putty or terminal/ssh), cd into the handin directory in your account, and create a text file called name.txt that has your full name. Make sure the file is saved before you exit the text editor, and check it with the more or less program.

Using the linux shell 2