Difference between revisions of "User talk:Manseau"

From FreekiWiki
Jump to navigation Jump to search
Line 18: Line 18:
 
   apples        [label="Is it an Apple? note 1", fontsize="11", color="red"]
 
   apples        [label="Is it an Apple? note 1", fontsize="11", color="red"]
 
    
 
    
   macpile      [label="Give it to your instructor.\n Do not mine![[note 2]]", fontsize="11", shape="box", style="bold", color="yellow"]
+
   macpile      [label="Give it to your instructor.\n Do not mine parts![[note 2]]", fontsize="11", shape="box", style="bold", color="yellow"]
 
    
 
    
 
   powerable    [label="Does it have RAM \n and a power supply?", fontsize="11", color="red"]
 
   powerable    [label="Does it have RAM \n and a power supply?", fontsize="11", color="red"]
Line 32: Line 32:
 
   procclass    [label="Can you find\n the Processor Info?\n (try entering BIOS)" fontsize="11", color="red"]
 
   procclass    [label="Can you find\n the Processor Info?\n (try entering BIOS)" fontsize="11", color="red"]
  
 +
  defect        [label="Research specs consistent with \n the MFG and model number." fontsize="12", shape="box", style="bold",
 +
                color="red"]
 +
 
 
   enoughproc    [label="Does it fit into one of the specs?", fontsize="11", color="red"]
 
   enoughproc    [label="Does it fit into one of the specs?", fontsize="11", color="red"]
  
Line 45: Line 48:
 
   sort        -> hddrem
 
   sort        -> hddrem
 
   hddrem      -> busted
 
   hddrem      -> busted
   busted      -> ask [label="YES"]
+
   busted      -> ask [label="Yes" fontsize="11"]
 
    
 
    
   busted      -> usb [label="NO"]
+
   busted      -> usb [label="No" fontsize="11"]
   usb        -> apples  [label="YES"]
+
   usb        -> apples  [label="Yes" fontsize="11"]
   usb        -> incoming [label="NO"]
+
   usb        -> incoming [label="No" fontsize="11"]
   apples      -> macpile [label="YES"]
+
   apples      -> macpile [label="Yes" fontsize="11"]
   apples      -> powerable [label="NO"]
+
   apples      -> powerable [label="No" fontsize="11"]
   powerable  -> poweron [label="YES"]
+
   powerable  -> poweron [label="Yes" fontsize="11"]
   powerable  -> getpower [label="NO"]
+
   powerable  -> getpower [label="No" fontsize="11"]
 
   getpower    -> poweron  
 
   getpower    -> poweron  
   poweron    -> procclass [label="YES"]
+
   poweron    -> procclass [label="YES" fontsize="11"]
   poweron    -> handwavy [label="NO"]
+
   poweron    -> handwavy [label="NO" fontsize="11"]
   handwavy    -> poweron1 [label="CONTINUE"]
+
   handwavy    -> poweron1 [label="Continue" fontsize="11"]
   poweron1    -> procclass [label="YES"]
+
   poweron1    -> procclass [label="Yes" fontsize="11"]
   poweron1    -> whatzit [label="YES"]
+
   poweron1    -> defect [label="No" fontsize="11"]
   procclass  -> enoughproc [label="YES"]
+
  defect      -> enoughproc [label="No" fontsize="11"]
   procclass  -> whatzit [label="NO"]
+
   procclass  -> enoughproc [label="Yes" fontsize="11"]
 +
   procclass  -> whatzit [label="No" fontsize="11"]
 
   whatzit    -> enoughproc
 
   whatzit    -> enoughproc
   enoughproc  -> keeper [label="YES"]
+
   enoughproc  -> keeper [label="YES" fontsize="11"]
   enoughproc  -> incoming [label="NO"]
+
   enoughproc  -> incoming [label="NO" fontsize="11"]
 
   
 
   
 
   
 
   

Revision as of 16:00, 16 January 2010

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Notes for discussion

    1  Would there be a point that you would Eval a mac without an instructor's knowledge?
    2  Link to elaboration on macs
    3  Link to possible solutions

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 ebmulti floppies, ubuntu (or other debian based) live cds, and our netboot server.