]> pere.pagekite.me Git - homepage.git/blobdiff - blog/tags/debian edu/index.html
Generated.
[homepage.git] / blog / tags / debian edu / index.html
index 5a5c27d1f5c78d257166b485d50643444a0d72ee..476021bf909f9c0cb9dd84cc95973c84a51b6d08 100644 (file)
@@ -314,6 +314,237 @@ på Slashdot</a>.</p>
  
  </div>
 </div>
+<div class="padding"></div>
+
+<div class="entry">
+ <div class="title">
+ <a href="../../Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html">Endelig operativt webbasert medlemsregister for Fri programvare i skolen</a>
+ </div>
+ <div class="date">
+  2009-11-02 22:40
+ </div>
+
+ <div class="body">
+  
+<p>Under helgens utviklersamling i
+<a href="http://www.skolelinux.no/">Skolelinux</a> fikk jeg endelig
+satt meg ned sammen med Ronny Aasen i styret for å få et webbasert
+medlemsregister tilbake på plass for foreningen som passer på
+skolelinuxprosjektet.  Etter flere års knot og problemer, er nå
+memberdb satt opp og klart til bruk.  Import av det gamle
+medlemsregisteret har vist seg vanskelig, så alle medlemmer bes om å
+registrere seg på nytt.  Hvis du støtter FRiSKs formål så er du
+hjertelig velkommen til
+<a href="http://medlem.friprogramvareiskolen.no/">å melde deg
+inn</a>. Formålet lyder:</p>
+
+<blockquote>Linux i skolen skal tilrettelegge for og informere om bruk
+av fri programvare, i henhold til Debian Free Software Guidelines av
+2002-02-03, i den norske skolen, slik som f.eks. Linux og
+GNU.</blockquote>
+
+ </div>
+ <div class="tags">
+
+  Tags: <a href="../../tags/debian edu">debian edu</a>, <a href="../../tags/norsk">norsk</a>.
+ </div>
+</div>
+<div class="padding"></div>
+
+<div class="entry">
+ <div class="title">
+ <a href="../../Opphavet_til_Skolelinux_prosjektet.html">Opphavet til Skolelinux-prosjektet</a>
+ </div>
+ <div class="date">
+  2009-12-17 10:50
+ </div>
+
+ <div class="body">
+  
+<p>De færreste er klar over at Skolelinux-prosjektet kom som et resultat
+av en avgjørelse på årsmøtet i
+<a href="http://www.nuug.no/">NUUG</a> i 2000-06-29, der Håkon Wium
+Lie, da varamedlem i styret, tok på seg oppdraget om å starte et
+initiativ kalt "Teach the Teacher", som skulle være et initiativ for
+å få fri programvare og unix-lignende operativsystemer inn i Skolen.
+Tanken var at en måtte starte med lærerne for at ungene skulle få
+mulighet til å møte en bedre IT-hverdag.  Jeg var tilstede på
+møtet, og hadde sans for ideen, men intet skjedde.  På vårparten
+2001 ble det arrangert en demonstrasjon i anledning at First Tuesday
+hadde invitert Microsoft til et møte for å fortelle om fremtidens
+Internet.  Dette provoserte endel av oss, og EFN og NUUG tok initiativ
+til å arrangere
+<a href="http://www.digi.no/60982/first-tuesday-mote-med-microsoft-protest">en
+demonstrasjon utenfor lokalene 2001-05-21</a>.  Blant de som sto bak
+demonstrasjonen var Vidar Bakke fra NUUG og Håkon W. Lie fra EFN.
+Etter demonstrasjonen arrangerte Håkon en fest hjemme hos seg der alle
+som hadde vært aktive i demonstrasjonsplanlegging og gjennomføringen
+deltok.  Før festen var jeg blitt lei av å vente på at Håkon skulle ta
+initiativ til "Teach the Teacher", og for å forsøke å få litt fremgang
+besteme jeg meg for å benytte anledningen hos Håkon til å snakke om
+behovet for å hjelpe skolene i gang med bedre datasystemer bestående
+av fri programvare og unix-lignende operativsystemer.  Flere var
+interessert, og Knut Yrvin tenkte på ideen.  Han
+<a href="http://developer.skolelinux.no/brev/2001-06-28-invitasjon-skolelinux.txt">ropte
+sammen</a> til et stiftelsesmøte i prosjektet i sin arbeidsgivers
+Objectwares lokaler ved Ullevål stadion 2001-07-02, og jeg ble med.
+Resten er historie. :)</p>
+
+ </div>
+ <div class="tags">
+
+  Tags: <a href="../../tags/debian edu">debian edu</a>, <a href="../../tags/norsk">norsk</a>, <a href="../../tags/nuug">nuug</a>.
+ </div>
+</div>
+<div class="padding"></div>
+
+<div class="entry">
+ <div class="title">
+ <a href="../../Automatic_Munin_and_Nagios_configuration.html">Automatic Munin and Nagios configuration</a>
+ </div>
+ <div class="date">
+  2010-01-27 15:15
+ </div>
+
+ <div class="body">
+  
+<p>One of the new features in the next Debian/Lenny based release of
+Debian Edu/Skolelinux, which is scheduled for release in the next few
+days, is automatic configuration of the service monitoring system
+Nagios.  The previous release had automatic configuration of trend
+analysis using Munin, and this Lenny based release take that a step
+further.</p>
+
+<p>When installing a Debian Edu Main-server, it is automatically
+configured as a Munin and Nagios server.  In addition, it is
+configured to be a server for the
+<a href="http://wiki.debian.org/DebianEdu/HowTo/SiteSummary">SiteSummary
+system</a> I have written for use in Debian Edu.  The SiteSummary
+system is inspired by a system used by the University of Oslo where I
+work.  In short, the system provide a centralised collector of
+information about the computers on the network, and a client on each
+computer submitting information to this collector.  This allow for
+automatic information on which packages are installed on each machine,
+which kernel the machines are using, what kind of configuration the
+packages got etc.  This also allow us to automatically generate Munin
+and Nagios configuration.</p>
+
+<p>All computers reporting to the sitesummary collector with the
+munin-node package installed is automatically enabled as a Munin
+client and graphs from the statistics collected from that machine show
+up automatically on http://www/munin/ on the Main-server.</p>
+
+<p>All non-laptop computers reporting to the sitesummary collector are
+automatically monitored for network presence (ping and any network
+services detected).  In addition, all computers (also laptops) with
+the nagios-nrpe-server package installed and configured the way
+sitesummary would configure it, are monitored for full disks, software
+raid status, swap free and other checks that need to run locally on
+the machine.</p>
+
+<p>The result is that the administrator on a school using Debian Edu
+based on Lenny will be able to check the health of his installation
+with one look at the Nagios settings, without having to spend any time
+keeping the Nagios configuration up-to-date.</p>
+
+<p>The only configuration one need to do to get Nagios up and running
+is to set the password used to get access via HTTP.  The system
+administrator need to run "<tt>htpasswd /etc/nagios3/htpasswd.users
+nagiosadmin</tt>" to create a nagiosadmin user and set a password for
+it to be able to log into the Nagios web pages.  After that,
+everything is taken care of.</p>
+
+ </div>
+ <div class="tags">
+
+  Tags: <a href="../../tags/debian edu">debian edu</a>, <a href="../../tags/english">english</a>, <a href="../../tags/nuug">nuug</a>.
+ </div>
+</div>
+<div class="padding"></div>
+
+<div class="entry">
+ <div class="title">
+ <a href="../../Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html">Debian Edu / Skolelinux based on Lenny released, work continues</a>
+ </div>
+ <div class="date">
+  2010-02-11 17:15
+ </div>
+
+ <div class="body">
+  
+<p>On Tuesday, the Debian/Lenny based version of
+<a href="http://www.skolelinux.org/">Skolelinux</a> was finally
+shipped.  This was a major leap forward for the project, and I am very
+pleased that we finally got the release wrapped up.  Work on the first
+point release starts imediately, as we plan to get that one out a
+month after the major release, to include all fixes for bugs we found
+and fixed too late in the release process to include last Tuesday.</p>
+
+<p>Perhaps it even is time for some partying?</p>
+
+<p>After this first point release, my plan is to focus again on the
+next major release, based on Squeeze.  We will try to get as many of
+the fixes we need into the official Debian packages before the freeze,
+and have just a few weeks or months to make it happen.</p>
+
+ </div>
+ <div class="tags">
+
+  Tags: <a href="../../tags/debian edu">debian edu</a>, <a href="../../tags/english">english</a>, <a href="../../tags/nuug">nuug</a>.
+ </div>
+</div>
+<div class="padding"></div>
+
+<div class="entry">
+ <div class="title">
+ <a href="../../After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html">After 6 years of waiting, the Xreset.d feature is implemented</a>
+ </div>
+ <div class="date">
+  2010-03-06 18:15
+ </div>
+
+ <div class="body">
+  
+<p>6 years ago, as part of the Debian Edu development I am involved
+in, I asked for a hook in the kdm and gdm setup to run scripts as root
+when the user log out.  A bug was submitted against the xfree86-common
+package in 2004 (<a href="http://bugs.debian.org/230422">#230422</a>),
+and revisited every time Debian Edu was working on a new release.
+Today, this finally paid off.</p>
+
+<p>The framework for this feature was today commited to the git
+repositry for the xorg package, and the git repository for xdm has
+been updated to use this framework.  Next on my agenda is to make sure
+kdm and gdm also add code to use this framework.</p>
+
+<p>In Debian Edu, we want to ability to run commands as root when the
+user log out, to get rid of runaway processes and do general cleanup
+after a user.  With this framework in place, we finally can do that in
+a generic way that work with all display managers using this
+framework.  My goal is to get all display managers in Debian use it,
+similar to how they use the Xsession.d framework today.<p>
+
+ </div>
+ <div class="tags">
+
+  Tags: <a href="../../tags/debian edu">debian edu</a>, <a href="../../tags/english">english</a>, <a href="../../tags/nuug">nuug</a>.
+ </div>
+</div>
 <div class="padding"></div>
 
  <p style="text-align: right;"><a href="debian edu.rss"><img src="../../xml.gif" alt="RSS Feed" width="36" height="14"></a></p>
@@ -326,6 +557,17 @@ på Slashdot</a>.</p>
 <h2>Archive</h2>
 <ul>
 
+<li>2010
+<ul>
+
+<li><a href="../../archive/2010/01/">January (2)</a></li>
+
+<li><a href="../../archive/2010/02/">February (1)</a></li>
+
+<li><a href="../../archive/2010/03/">March (3)</a></li>
+
+</ul></li>
+
 <li>2009
 <ul>
 
@@ -343,6 +585,16 @@ på Slashdot</a>.</p>
 
 <li><a href="../../archive/2009/07/">July (4)</a></li>
 
+<li><a href="../../archive/2009/08/">August (3)</a></li>
+
+<li><a href="../../archive/2009/09/">September (1)</a></li>
+
+<li><a href="../../archive/2009/10/">October (2)</a></li>
+
+<li><a href="../../archive/2009/11/">November (3)</a></li>
+
+<li><a href="../../archive/2009/12/">December (3)</a></li>
+
 </ul></li>
 
 <li>2008
@@ -369,13 +621,15 @@ på Slashdot</a>.</p>
 
  <li><a href="../../tags/debian">debian (14)</a></li>
 
- <li><a href="../../tags/debian edu">debian edu (7)</a></li>
+ <li><a href="../../tags/debian edu">debian edu (12)</a></li>
 
- <li><a href="../../tags/english">english (15)</a></li>
+ <li><a href="../../tags/english">english (20)</a></li>
 
  <li><a href="../../tags/fiksgatami">fiksgatami (1)</a></li>
 
- <li><a href="../../tags/fildeling">fildeling (3)</a></li>
+ <li><a href="../../tags/fildeling">fildeling (5)</a></li>
+
+ <li><a href="../../tags/kart">kart (2)</a></li>
 
  <li><a href="../../tags/lenker">lenker (1)</a></li>
 
@@ -383,29 +637,29 @@ på Slashdot</a>.</p>
 
  <li><a href="../../tags/multimedia">multimedia (5)</a></li>
 
- <li><a href="../../tags/norsk">norsk (51)</a></li>
+ <li><a href="../../tags/norsk">norsk (64)</a></li>
 
- <li><a href="../../tags/nuug">nuug (51)</a></li>
+ <li><a href="../../tags/nuug">nuug (67)</a></li>
 
- <li><a href="../../tags/opphavsrett">opphavsrett (5)</a></li>
+ <li><a href="../../tags/opphavsrett">opphavsrett (11)</a></li>
 
- <li><a href="../../tags/personvern">personvern (8)</a></li>
+ <li><a href="../../tags/personvern">personvern (10)</a></li>
 
  <li><a href="../../tags/reprap">reprap (10)</a></li>
 
  <li><a href="../../tags/rss">rss (1)</a></li>
 
- <li><a href="../../tags/sikkerhet">sikkerhet (2)</a></li>
+ <li><a href="../../tags/sikkerhet">sikkerhet (5)</a></li>
 
- <li><a href="../../tags/standard">standard (7)</a></li>
+ <li><a href="../../tags/standard">standard (11)</a></li>
 
  <li><a href="../../tags/stavekontroll">stavekontroll (1)</a></li>
 
- <li><a href="../../tags/video">video (9)</a></li>
+ <li><a href="../../tags/video">video (10)</a></li>
 
  <li><a href="../../tags/vitenskap">vitenskap (1)</a></li>
 
- <li><a href="../../tags/web">web (4)</a></li>
+ <li><a href="../../tags/web">web (5)</a></li>
 
 </ul>