Main Page
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Using VMware Fusion to Install Mint for 182]] | + | == EECS 182 Virtual Machine Installation (Recommended for local software use on your laptop) == |
+ | For this course, we've created a "virtual machine". It's like a complete computer, with its own (guest) operating system, Linux Mint, that runs inside your native (host) operating system, Windows or Mac. You'll see what looks like a whole desktop inside a window on your real desktop. It can be a little tricky to remember when to do operations in your regular operating system and which to do in Mint, but it will become clear as you go. We will be able to distribute updates to you, provide you ways of backing up your work, and sharing your work with the teaching staff. Please contact Prof. Prakash if you have questions about these instructions. | ||
+ | |||
+ | [[Getting a Free Copy of VMware software from UM]] | ||
+ | |||
+ | [[Mac: Using VMware Fusion to Install Mint for 182]] | ||
[[Windows: Using VMware Player or Workstation to Install Mint for 182]] | [[Windows: Using VMware Player or Workstation to Install Mint for 182]] | ||
+ | |||
+ | [[Running and Shutting Down Mint]] | ||
+ | |||
+ | [[Mint tips and tricks]] | ||
+ | |||
+ | [[Recovering the password for VMware Download site from UM]] | ||
+ | |||
+ | == EECS 182 Software Use on CAEN computers (no software on your laptop) == | ||
+ | |||
+ | |||
+ | If you have trouble installing the EECS 182 virtual machine above, it is possible to instead do the work remotely on CAEN Linux computers. Follow the instructions below. | ||
+ | |||
+ | [https://docs.google.com/a/umich.edu/document/d/1cJF_KkQk3JmBCRsTVYhTfRkvTIwAXBt8cr7YfLz-qWs/edit Using EECS 182 software via CAEN machines] | ||
+ | |||
+ | == EECS 182 Native Installation on Linux == | ||
+ | |||
+ | Follow the instructions below. | ||
+ | |||
+ | == Material from previous semesters == | ||
+ | |||
+ | [[Using VMware Fusion to Install Mint for 182]] | ||
[[Exposing web server in VM to your laptop]] | [[Exposing web server in VM to your laptop]] | ||
[[Using Subversion for sharing and backing up files]] | [[Using Subversion for sharing and backing up files]] | ||
+ | |||
+ | [https://docs.google.com/document/d/1NalkdERsPG3W2JG8fTFeUOttOA6x-S2EjMUoZC4cdsQ/edit Web Module #1: Creating and Deploying Static HTML pages] | ||
+ | |||
+ | [https://docs.google.com/document/d/1jHYY-PTgJPkIkMbFu8mkIfQZaHHMCcyAV5o2KrDesvg/edit Web Module #2: Reading URLs from within Python and setting User-Agent] | ||
[https://docs.google.com/document/d/1M_mOW_jdbreOMBtBj-Yz5sdUSVEw9CxGS-4jKRCIRss/edit Web Module 5: Creating a Dynamic Web Site in Python with Apache Web Server using mod_python] | [https://docs.google.com/document/d/1M_mOW_jdbreOMBtBj-Yz5sdUSVEw9CxGS-4jKRCIRss/edit Web Module 5: Creating a Dynamic Web Site in Python with Apache Web Server using mod_python] | ||
+ | |||
+ | [[Quizes]] | ||
+ | |||
+ | [[Lecture Notes]] | ||
+ | |||
+ | [[Lab Notes]] | ||
+ | |||
+ | [[Sample Python Exam Problem Solutions]] |
Latest revision as of 20:13, February 2, 2013
Contents |
EECS 182 Virtual Machine Installation (Recommended for local software use on your laptop)
For this course, we've created a "virtual machine". It's like a complete computer, with its own (guest) operating system, Linux Mint, that runs inside your native (host) operating system, Windows or Mac. You'll see what looks like a whole desktop inside a window on your real desktop. It can be a little tricky to remember when to do operations in your regular operating system and which to do in Mint, but it will become clear as you go. We will be able to distribute updates to you, provide you ways of backing up your work, and sharing your work with the teaching staff. Please contact Prof. Prakash if you have questions about these instructions.
Getting a Free Copy of VMware software from UM
Mac: Using VMware Fusion to Install Mint for 182
Windows: Using VMware Player or Workstation to Install Mint for 182
Running and Shutting Down Mint
Recovering the password for VMware Download site from UM
EECS 182 Software Use on CAEN computers (no software on your laptop)
If you have trouble installing the EECS 182 virtual machine above, it is possible to instead do the work remotely on CAEN Linux computers. Follow the instructions below.
Using EECS 182 software via CAEN machines
EECS 182 Native Installation on Linux
Follow the instructions below.
Material from previous semesters
Using VMware Fusion to Install Mint for 182
Exposing web server in VM to your laptop
Using Subversion for sharing and backing up files
Web Module #1: Creating and Deploying Static HTML pages
Web Module #2: Reading URLs from within Python and setting User-Agent
Web Module 5: Creating a Dynamic Web Site in Python with Apache Web Server using mod_python