Difference between revisions of "OPS235"
(→Faculty) |
Chris Tyler (talk | contribs) |
||
Line 8: | Line 8: | ||
!style="background: #cccccc"| Assignments | !style="background: #cccccc"| Assignments | ||
|- | |- | ||
− | |[[OPS235_Assignment_1|Assignment 1]]<br/>[[OPS235_Assignment_2|Assignment 2]] | + | |[[OPS235 Bonus Assignment|Bonus Assignment]]<br />[[OPS235_Assignment_1|Assignment 1]]<br/>[[OPS235_Assignment_2|Assignment 2]] |
|} | |} | ||
Revision as of 11:59, 30 September 2010
Quick Links |
---|
Weekly Schedule Course Outline Fedora Project Fedora documentation |
Assignments |
Bonus Assignment Assignment 1 Assignment 2 |
Contents
Welcome to OPS235 - Introduction to Open System Servers
In this course, you will move from being a Linux user to being a Linux system administrator.
Weekly Schedule
Weekly topic, lab, and assignment information is available on the Fall 2010 OPS235 Weekly Schedule page.
Supplies Checklist
Needed by the second class:
- Fedora 13 Live CD (x86_64). You can burn this from ISO image on a CD or a DVD using the Freedom Toaster (in the Open Lab) -- however, this machine has problems with come types of DVDs. The image is also available from:
- http://belmont.senecac.on.ca/fedora/releases/13/Live/x86_64/Fedora-13-x86_64-Live.iso - Seneca's mirror of the Fedora project. This is very fast, but is only accessible from within Seneca's network (you can't access this from home). You can burn this disc on the machines in the Open Lab.
- http://get.fedoraproject.org - Accessible from any Internet connection.
- SATA Hard disk in removable drive tray (at least 160GB). Please buy the tray from ACS or the bookstore as not all trays are compatible.
- USB flash drive (64MB or more - 2GB or larger recommended. Warning: anything on this flash drive will be erased!)
- Lab log book (PDF). Please note that you can use your log book during the quizzes, written tests, practical tests and the final exam. It's also the record that you have completed the labs, so don't lose it!
Needed for week 2:
- Fedora 13 installation DVD (x86_64) You can burn this from ISO image on the Freedom Toaster (in the Open Lab) -- however, this machine has problems with come types of DVDs. The image is also available from:
- http://belmont.senecac.on.ca/fedora/releases/13/Fedora/x86_64/iso/Fedora-13-x86_64-DVD.iso - Seneca's mirror of the Fedora project. This is very fast, but is only accessible from within Seneca's network (you can't access this from home). You can burn this disc on the machines in the Open Lab.
- http://get.fedoraproject.org - Accessible from any Internet connection.
However, if you are the type who likes a good book, try the Fedora Linux Toolbox.
Faculty
During the Fall 2010 semester, OPS235 is taught by:
Course Information
- Course Outline
- Course Policies
- School of Computer Studies Homepage (includes class cancellation information and general bulletins)
Tips
Tips and suggestions:
- Always shut down your system under software control, rather than using the reset or power buttons. You can shutdown using the GUI or with the
poweroff
,reboot
,init
, orshutdown
commands. Shut down your virtual machines before shutting down your main system. - If you get a message about the gnome-power-manager configuration at the login screen, you may have run out of disk space. Take a look at the available space (with
df -h
). If the/
filesystem is full, delete some files (such as unused VM images in/var/lib/libvirt/images
) and then reboot the system. - Fedora 13 Slowdowns: If your system is becoming very slow from time to time, it is probably due to a known issue with the Intel video driver, kernel, NICs, storage system, and hardware detection software (!). See Bug 523646 on the Fedora Bugzilla system. A fix for this problem is apparently in the works -- update your system regularly so that you get the fix as soon as it is available.
- Workaround: Type this command as root (be patient, it will take a minute or two for the system to return to normal speed):
killall hald devkit-disks-daemon
- Workaround: Type this command as root (be patient, it will take a minute or two for the system to return to normal speed):
This is a Wiki!
You can edit these pages! Please feel free to fix typos or add links to additional resources. Please use this capability responsibly.