Csus/resource/course/cpsc 550

From wiki.ucalgary.ca
< Csus‎ | resource
Jump to: navigation, search

CPSC 550
Systems Administration

Description

Topics and practices in systems administration and management. Required and optional administration duties and responsibilities. Moral and ethical conundrums, and legal responsibilities, in systems operation. Configuration and installation of operating systems and network and systems services.

Course Notes

Previous Course Materials

Previous Tutorial Materials

Programming Languages

External Links

  • Filesystem Hierarchy Standard - This standard consists of a set of requirements and guidelines for file and directory placement under UNIX-like operating systems. (eg. wtf /usr , /var mean and what should be placed there)
  • Parralelizing Linux Commands - Use multiple CPU Cores with your Linux commands: awk, sed, bzip2, grep, wc, etc.
  • The Art of Unix Programming - This book has a lot of knowledge in it, but it is mainly about expertise. It is going to try to teach you the things about Unix development that Unix experts know, but aren't aware that they know. It is therefore less about technicalia and more about shared culture than most Unix books — both explicit and implicit culture, both conscious and unconscious traditions. It is not a ‘how-to’ book, it is a ‘why-to’ book.
  • 18 Command line tools to monitor linux performance you should know about.