Difference between revisions of "User talk:Manseau"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
  
 
<graphviz>
 
<graphviz>
Line 16: Line 15:
 
   busted        [label="Is the display cracked, power connection broken, or \n other defect present rendering the laptop unusable?", fontsize="11", style="bold", color="red"]
 
   busted        [label="Is the display cracked, power connection broken, or \n other defect present rendering the laptop unusable?", fontsize="11", style="bold", color="red"]
  
   ask          [label="Ask your instructor \n for guidance." fontsize="11", shape="box", style="bold", color="yellow"]
+
   ask          [label="Ask your instructor for guidance.\n The machine may still be useful for parts." fontsize="11", shape="box", style="bold", color="yellow"]
 
    
 
    
 
   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"]
Line 70: Line 69:
 
   sort        -> hddrem          [label="" fontsize="11", color=""]
 
   sort        -> hddrem          [label="" fontsize="11", color=""]
 
   hddrem      -> busted          [label="" fontsize="11", color=""]
 
   hddrem      -> busted          [label="" fontsize="11", color=""]
   busted      -> ask            [label="Yes" fontsize="11", color="red"]
+
   busted      -> ask            [label="YES" fontsize="11", color="red"]
   busted      -> usb            [label="No" fontsize="11", color="black"]
+
   busted      -> usb            [label="NO" fontsize="11", color="black"]
   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="No or\n Don't Know" fontsize="11"]
+
   p2          -> poweruf        [label="NO or\n NOT SURE" fontsize="11"]
   p2          -> incoming        [label="Yes" fontsize="11", color="red"]
+
   p2          -> incoming        [label="YES" fontsize="11", color="red"]
 
   ask        -> usb            [label="OK" fontsize="11"]
 
   ask        -> usb            [label="OK" fontsize="11"]
 
   poweruf    -> poweron        [label="OK" fontsize="11"]
 
   poweruf    -> poweron        [label="OK" fontsize="11"]
 
   poweron    -> handwavy        [label="NO" fontsize="11", color="red"]
 
   poweron    -> handwavy        [label="NO" fontsize="11", color="red"]
 
   handwavy    -> poweron1        [label="OK" fontsize="11", color="red"]
 
   handwavy    -> poweron1        [label="OK" fontsize="11", color="red"]
   poweron1    -> defect          [label="No" fontsize="11", color="red"]
+
   poweron1    -> defect          [label="NO" fontsize="11", color="red"]
   poweron1    -> enoughproc      [label="Yes" fontsize="11", color=""]
+
   poweron1    -> enoughproc      [label="YES" fontsize="11", color=""]
   defect      -> enoughproc      [label="Parts \n Machine" fontsize="11", color=""]
+
   defect      -> enoughproc      [label="PARTS \n LAPTOP" fontsize="11", color=""]
   poweron    -> enoughproc      [label="Yes" fontsize="11"]
+
   poweron    -> enoughproc      [label="YES" fontsize="11"]
 
   enoughproc  -> keeper          [label="YES" fontsize="11", color="green"]
 
   enoughproc  -> keeper          [label="YES" fontsize="11", color="green"]
 
   enoughproc  -> incoming        [label="NO" fontsize="11", color="red"]
 
   enoughproc  -> incoming        [label="NO" fontsize="11", color="red"]
   defect      -> incoming        [label="Recycle" fontsize="11", color="red"]
+
   defect      -> incoming        [label="RECYCLE" fontsize="11", color="red"]
 
   incoming    -> chkit          [label="OK" fontsize="11", color="red"]
 
   incoming    -> chkit          [label="OK" fontsize="11", color="red"]
 
   chkit      -> rcycle          [label="OK" fontsize="11", color="red"]
 
   chkit      -> rcycle          [label="OK" fontsize="11", color="red"]
   keeper      -> ask1            [label="Verify" fontsize="11", color="green"]
+
   keeper      -> ask1            [label="VERIFY" fontsize="11", color="green"]
   ask1        -> parts          [label="Parts" fontsize="11", color="green"]
+
   ask1        -> parts          [label="PARTS" fontsize="11", color="green"]
 
   parts      -> prts            [label="OK" fontsize="11", color="green"]
 
   parts      -> prts            [label="OK" fontsize="11", color="green"]
 
   ask1        -> asis            [label="AS-IS" fontsize="11", color="green"]
 
   ask1        -> asis            [label="AS-IS" fontsize="11", color="green"]
   ask1        -> build          [label="Build" fontsize="11", color="green"]
+
   ask1        -> build          [label="BUILD" fontsize="11", color="green"]
   build      -> whatzit        [label="Then" fontsize="11", color="Green"]
+
   build      -> whatzit        [label="THEN" fontsize="11", color="Green"]
 
   whatzit    -> buildrdy        [label="OK" fontsize="11", color="green"]
 
   whatzit    -> buildrdy        [label="OK" fontsize="11", color="green"]
   asis        -> tstore          [label="Then" fontsize="11", color="green"]
+
   asis        -> tstore          [label="THEN" fontsize="11", color="green"]
 
   tstore      -> store          [label="OK" fontsize="11", color="green"]
 
   tstore      -> store          [label="OK" fontsize="11", color="green"]
  

Revision as of 23:45, 15 February 2010

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

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. The Memtest program is also a boot option on the hard drive.