Project 2 has been posted
Submitted by tuanpham on Wed, 07/01/2009 - 08:02You 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...
Submitted by tuanpham on Sun, 06/28/2009 - 19:18Every 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
Submitted by tuanpham on Mon, 06/22/2009 - 17:57The 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.
Change your default shell to bash on TEACH
Submitted by tuanpham on Mon, 06/22/2009 - 17:43Did you know that you can change your default shell on TEACH?
- Find the link titled "Change Unix Shell" on the left hand side of the page under "Account Tools"
- Use the drop down menu to select /bin/bash
- Submit
Welcome!
Submitted by tuanpham on Sun, 06/21/2009 - 11:13Welcome 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)
