Changes

From SME Server
Jump to navigationJump to search
78 bytes added ,  12:54, 17 January 2015
Line 15: Line 15:     
smeserver-dar2 pour le panel  
 
smeserver-dar2 pour le panel  
 +
====remove the degraded raid====
 +
mdadm --grow /dev/md0 --force --raid-devices=1
 +
 
====Using Simple "Wildcards" and "Repetitions"====
 
====Using Simple "Wildcards" and "Repetitions"====
 
Calling these "wildcards" may actually conflict with the theoretical grammar and syntax of Perl, but in fact is the most intuitive way to think of it, and will not lead to any coding mistakes.
 
Calling these "wildcards" may actually conflict with the theoretical grammar and syntax of Perl, but in fact is the most intuitive way to think of it, and will not lead to any coding mistakes.
Line 49: Line 52:  
  $string =~ m/^\S{1,8}\.\S{0,3}/;  # check for DOS 8.3 filename  
 
  $string =~ m/^\S{1,8}\.\S{0,3}/;  # check for DOS 8.3 filename  
 
                                   #  (note a few illegals can sneak thru)
 
                                   #  (note a few illegals can sneak thru)
  −
  −
      
====search about db in template====
 
====search about db in template====

Navigation menu