Difference between revisions of "User talk:Manseau"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
The laptop evaluation is primarily a rapid, production oriented process to quickly separate old or unserviceable technology for [[recycling]] from still serviceable laptops and parts. | The laptop evaluation is primarily a rapid, production oriented process to quickly separate old or unserviceable technology for [[recycling]] from still serviceable laptops and parts. | ||
| − | + | ================================================================================================================= | |
<graphviz> | <graphviz> | ||
digraph D { | digraph D { | ||
| Line 22: | Line 22: | ||
usb [label="Does it have a USB port?", fontsize="11", style="bold", color="red"] | usb [label="Does it have a USB port?", fontsize="11", style="bold", color="red"] | ||
| − | p2 [label="Is it a Pentium II | + | p2 [label="Is it faster than a Pentium II?" fontsize="11", shape="", style="bold", color="red"] |
ask [label="Ask your instructor \n for guidance." fontsize="11", shape="ox", style="bold", color="yellow"] | ask [label="Ask your instructor \n for guidance." fontsize="11", shape="ox", style="bold", color="yellow"] | ||
| Line 74: | Line 74: | ||
usb -> incoming [label="No" fontsize="11", color="red"] | usb -> incoming [label="No" fontsize="11", color="red"] | ||
usb -> p2 [label="Yes" fontsize="11"] | usb -> p2 [label="Yes" fontsize="11"] | ||
| − | p2 -> poweruf [label=" | + | p2 -> poweruf [label="Yes \n or\n Don't Know" fontsize="11"] |
| − | p2 -> incoming [label=" | + | p2 -> incoming [label="No" fontsize="11", color="red"] |
poweruf -> poweron [label="Yes" fontsize="11"] | poweruf -> poweron [label="Yes" fontsize="11"] | ||
poweron -> procclass [label="Ok" fontsize="11"] | poweron -> procclass [label="Ok" fontsize="11"] | ||
Revision as of 14:45, 30 January 2010
Laptop Evaluation
The laptop evaluation is primarily a rapid, production oriented process to quickly separate old or unserviceable technology for recycling from still serviceable laptops and parts.
=====================================================================================================
Memtest Notes
Memtest is a useful tool found on many boot disks. Besides testing memory, it provides us a quick way to find processor and memory info. Memtest is available on ubuntu (or other debian based) live cds and our netboot server.