Difference between revisions of "Maintaining a Computer Lab (LTSP)"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
There are a lot of suggestions to make when maintaining a Linux Lab. Feel free to use this page as a resource when maintaining your Linux Lab via LTSP.
 
There are a lot of suggestions to make when maintaining a Linux Lab. Feel free to use this page as a resource when maintaining your Linux Lab via LTSP.
  
= Computer Lab Maintainance =
+
= About Computer Lab Maintainance =
  
 
I often tell my students, "'''''If you really want to learn about Linux system administration, create a Linux computer lab (via LTSP), and volunteer to provide support for that lab'''''" ...
 
I often tell my students, "'''''If you really want to learn about Linux system administration, create a Linux computer lab (via LTSP), and volunteer to provide support for that lab'''''" ...
  
 
As the saying goes "necessity is the mother of invention", and when you set up a system to support, the questions to automate of fix problems will come to you instead of you having to think of the computer problems. There is simply no better experience (other than working for a company in IT)...
 
As the saying goes "necessity is the mother of invention", and when you set up a system to support, the questions to automate of fix problems will come to you instead of you having to think of the computer problems. There is simply no better experience (other than working for a company in IT)...
 +
 +
 +
Linux system administration can be a number of task which may include:
 +
 +
* Checking / maintaining smooth operation of the server / workstations (run benchmarks)
 +
* Replace defective server / workstation hardware
 +
* Perform computer hardware upgrades
 +
* Install applications
 +
* Upgrade Linux OS, Upgrade applications
 +
* Create / Remove / Suspend Linux computer accounts
 +
* Create / Enforce Acceptable Use Policy of Computer Lab
 +
* Maintain security (from within / outside) the computer lab
 +
* Write programs (including shell scripts) to automate routine tasks
 +
  
  

Revision as of 08:45, 27 October 2009

There are a lot of suggestions to make when maintaining a Linux Lab. Feel free to use this page as a resource when maintaining your Linux Lab via LTSP.

About Computer Lab Maintainance

I often tell my students, "If you really want to learn about Linux system administration, create a Linux computer lab (via LTSP), and volunteer to provide support for that lab" ...

As the saying goes "necessity is the mother of invention", and when you set up a system to support, the questions to automate of fix problems will come to you instead of you having to think of the computer problems. There is simply no better experience (other than working for a company in IT)...


Linux system administration can be a number of task which may include:

  • Checking / maintaining smooth operation of the server / workstations (run benchmarks)
  • Replace defective server / workstation hardware
  • Perform computer hardware upgrades
  • Install applications
  • Upgrade Linux OS, Upgrade applications
  • Create / Remove / Suspend Linux computer accounts
  • Create / Enforce Acceptable Use Policy of Computer Lab
  • Maintain security (from within / outside) the computer lab
  • Write programs (including shell scripts) to automate routine tasks



Ubuntu LTSP Documentation (General Reference)

Here is a link to Edubuntu's Documentation of the LTSP server: http://doc.ubuntu.com/edubuntu/edubuntu/handbook/C/server.html


=