Skip navigation.
Home

Project 2 has been posted

You can access it at: http://classes.engr.oregonstate.edu/eecs/summer2009/cs311/project2

I would ask you to spend time this long weekend to study Perl and to get started early on this project.

Have a great weekend!

Before submitting Project 1...

Every term we get some group who does some last minute editing of their script using Notepad or Wordpad (usually to add a comment). And they don't test their script--because they only added a comment. Then the TA determines that their script does not execute. Windows uses different line terminators than Linux. The bash interprettor has problems with these line terminators. Remove them!!!!
 

sed -r "s/Ctrl-VCtrl-M//" crypto > newFile 

(Hold down the Ctrl key and press V then M, release Ctrl)

The class website moved

The class website has been moved to http://classes.engr.oregonstate.edu/eecs/summer2009/cs311/ to take advantage of disk space and facilities provided by College of Engineering.

Please update your bookmark. Sorry for any inconvenience.

 

Change your default shell to bash on TEACH

Did you know that you can change your default shell on TEACH?

  1. Find the link titled "Change Unix Shell" on the left hand side of the page under "Account Tools"
  2. Use the drop down menu to select /bin/bash
  3. Submit

Welcome!

Welcome to CS311.
Get a head start by checking out bash scripting. advanced bash scripting
This will help you with assignment 1.

Get and learn how to use SSH here, http://engr.oregonstate.edu/computing/accounts/85.
I recommend that you download a client from OSU Network Engineering.
(the SSH.com Windows SSH Client)

Syndicate content