]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.html
Generated.
[homepage.git] / blog / index.html
index 5356eb9230709836704a1229c44a3ddff1dcfddf..7786db8b1f4fd778f7b1f827f7f78259f0965fc3 100644 (file)
 
 
     
+    <div class="entry">
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html">Debian Edu screencast: Mass creation of user accounts in Squeeze</a></div>
+      <div class="date"> 7th March 2012</div>
+      <div class="body"><!-- Video HTML based on http://www.diveintohtml5.net/video.html -->
+
+<p>One of the Debian Edu developers, Wolfgang Schweer, just created a
+screen cast documenting how to create a lot of new users in LDAP on
+Debian Edu Squeeze.  The video is embedded here in quarter size, and
+also available from <a href="http://vimeo.com/37675399">vimeo</a> and
+download as a
+<a href="http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv">Ogg
+Theora</a> file.  Check it out below.</p>
+
+<p><video id="gosa-mass-user-create-movie" width="256" height="184" preload controls>
+  <source src="http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv" type='video/ogg; codecs="theora, vorbis"' />
+    <p>Download video as
+      <a href="http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv">Ogg</a>.</p> 
+</video>
+<script>
+  var v = document.getElementById("gosa-mass-user-create-movie");
+  v.onclick = function() {
+    if (v.paused) {
+      v.play();
+    } else {
+      v.pause();
+    }
+  };
+</script></p>
+</div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>. 
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
     <div class="entry">
       <div class="title"><a href="http://people.skolelinux.org/pere/blog/Hamar_kommune_imponerer_i_FiksGataMi_rapportert_problem_i_dag.html">Hamar kommune imponerer i FiksGataMi-rapportert problem i dag</a></div>
       <div class="date"> 5th March 2012</div>
@@ -462,70 +501,6 @@ selvstendige individer som kan være med å skape sin egen fremtid.</p>
     </div>
     <div class="padding"></div>
     
-    <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/How_to_figure_out_which_RAID_disk_to_replace_when_it_fail.html">How to figure out which RAID disk to replace when it fail</a></div>
-      <div class="date">14th February 2012</div>
-      <div class="body"><p>Once in a while my home server have disk problems.  Thanks to Linux
-Software RAID, I have not lost data yet (but
-<a href="http://comments.gmane.org/gmane.linux.raid/34532">I was
-close</a> this summer :).  But once a disk is starting to behave
-funny, a practical problem present itself.  How to get from the Linux
-device name (like /dev/sdd) to something that can be used to identify
-the disk when the computer is turned off?  In my case I have SATA
-disks with a unique ID printed on the label.  All I need is a way to
-figure out how to query the disk to get the ID out.</p>
-
-<p>After fumbling a bit, I
-<a href="http://www.cyberciti.biz/faq/linux-getting-scsi-ide-harddisk-information/">found
-that hdparm -I</a> will report the disk serial number, which is
-printed on the disk label.  The following (almost) one-liner can be
-used to look up the ID of all the failed disks:</p>
-
-<blockquote><pre>
-for d in $(cat /proc/mdstat |grep '(F)'|tr ' ' "\n"|grep '(F)'|cut -d\[ -f1|sort -u);
-do
-    printf "Failed disk $d: "
-    hdparm -I /dev/$d |grep 'Serial Num'
-done
-</blockquote></pre>
-
-<p>Putting it here to make sure I do not have to search for it the
-next time, and in case other find it useful.</p>
-
-<p>At the moment I have two failing disk. :(</p>
-
-<blockquote><pre>
-Failed disk sdd1:       Serial Number:      WD-WCASJ1860823
-Failed disk sdd2:       Serial Number:      WD-WCASJ1860823
-Failed disk sde2:       Serial Number:      WD-WCASJ1840589
-</blockquote></pre>
-
-<p>The last time I had failing disks, I added the serial number on
-labels I printed and stuck on the short sides of each disk, to be able
-to figure out which disk to take out of the box without having to
-remove each disk to look at the physical vendor label.  The vendor
-label is at the top of the disk, which is hidden when the disks are
-mounted inside my box.</p>
-
-<p>I really wish the check_linux_raid Nagios plugin for checking Linux
-Software RAID in the
-<a href="http://packages.qa.debian.org/n/nagios-plugins.html">nagios-plugins-standard</a>
-debian package would look up this value automatically, as it would
-make the plugin a lot more useful when my disks fail.  At the moment
-it only report a failure when there are no more spares left (it really
-should warn as soon as a disk is failing), and it do not tell me which
-disk(s) is failing when the RAID is running short on disks.</p>
-</div>
-      <div class="tags">
-        
-        
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/raid">raid</a>. 
-        
-        
-      </div>
-    </div>
-    <div class="padding"></div>
-    
     <p style="text-align: right;"><a href="index.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
     <div id="sidebar">
       
@@ -541,7 +516,7 @@ disk(s) is failing when the RAID is running short on disks.</p>
 
 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (4)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (5)</a></li>
 
 </ul></li>
 
@@ -662,11 +637,11 @@ disk(s) is failing when the RAID is running short on disks.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (54)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (82)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (83)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (7)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (111)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (112)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (14)</a></li>