]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.html
Generated.
[homepage.git] / blog / index.html
index eddd2e777668ffe2dcd3d1dd973c3f19326ab296..bb3cd1213ba732ee8d50555fe848905098a8f9a3 100644 (file)
 
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html">How to transform a Debian based system to a Debian Edu installation</a></div>
-      <div class="date">17th May 2013</div>
-      <div class="body"><p><a href="http://www.skolelinux.org/">Debian Edu / Skolelinux</a> is
-an operating system based on Debian intended for use in schools.  It
-contain a turn-key solution for the computer network provided to
-pupils in the primary schools.  It provide both the central server,
-network boot servers and desktop environments with heaps of
-educational software.  The project was founded almost 12 years ago,
-2001-07-02.  If you want to support the project, which is in need for
-cash to fund developer gatherings and other project related activity,
-<a href="http://www.linuxiskolen.no/slxdebianlabs/donations.html">please
-donate some money</a>.
-
-<p>A topic that come up again and again on the Debian Edu mailing
-lists and elsewhere, is the question on how to transform a Debian or
-Ubuntu installation into a Debian Edu installation.  It isn't very
-hard, and last week I wrote a script to replicate the steps done by
-the Debian Edu installer.</p>
-
-<p>The script,
-<a href="http://anonscm.debian.org/viewvc/debian-edu/branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless?view=markup">debian-edu-bless<a/>
-in the debian-edu-config package, will go through these six steps and
-transform an existing Debian Wheezy or Ubuntu (untested) installation
-into a Debian Edu Workstation:</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Recipe_to_test_the_Freedombox_project_on_amd64_or_Raspberry_Pi.html">Recipe to test the Freedombox project on amd64 or Raspberry Pi</a></div>
+      <div class="date">10th September 2013</div>
+      <div class="body"><p>I was introduced to the
+<a href="http://www.freedomboxfoundation.org/">Freedombox project</a>
+in 2010, when Eben Moglen presented his vision about serving the need
+of non-technical people to keep their personal information private and
+within the legal protection of their own homes.  The idea is to give
+people back the power over their network and machines, and return
+Internet back to its intended peer-to-peer architecture.  Instead of
+depending on a central service, the Freedombox will give everyone
+control over their own basic infrastructure.</p>
+
+<p>I've intended to join the effort since then, but other tasks have
+taken priority.  But this summers nasty news about the misuse of trust
+and privilege exercised by the "western" intelligence gathering
+communities increased my eagerness to contribute to a point where I
+actually started working on the project a while back.</p>
+
+<p>The <a href="https://alioth.debian.org/projects/freedombox/">initial
+Debian initiative</a> based on the vision from Eben Moglen, is to
+create a simple and cheap Debian based appliance that anyone can hook
+up in their home and get access to secure and private services and
+communication.  The initial deployment platform have been the
+<a href="http://www.globalscaletechnologies.com/t-dreamplugdetails.aspx">Dreamplug</a>,
+which is a piece of hardware I do not own.  So to be able to test what
+the current Freedombox setup, I had to come up with a way to install
+it on some hardware I do got access to.  I have rewritten the
+<a href="https://github.com/NickDaly/freedom-maker">freedom-maker</a>
+image build framework to use .deb packages instead of only copying
+setup into the boot images, and thanks to this rewrite I am able to
+set up any machine supported by Debian Wheezy as a Freedombox, using
+the previously mentioned deb (and a few support debs for packages
+missing in Debian).</p>
+
+<p>The current Freedombox setup consist of a set of bootstrapping
+scripts
+(<a href="https://github.com/petterreinholdtsen/freedombox-setup">freedombox-setup</a>),
+and a administrative web interface
+(<a href="https://github.com/NickDaly/Plinth">plinth</a> + exmachina +
+withsqlite), as well as a privacy enhancing proxy based on
+<a href="http://packages.qa.debian.org/privoxy">privoxy</a>
+(freedombox-privoxy).  There is also a web/javascript based XMPP
+client (<a href="http://packages.qa.debian.org/jwchat">jwchat</a>)
+trying (unsuccessfully so far) to talk to the XMPP server
+(<a href="http://packages.qa.debian.org/ejabberd">ejabberd</a>).  The
+web interface is pluggable, and the goal is to use it to enable OpenID
+services, mesh network connectivity, use of TOR, etc, etc.  Not much of
+this is really working yet, see
+<a href="https://github.com/NickDaly/freedombox-todos/blob/master/TODO">the
+project TODO</a> for links to GIT repositories.  Most of the code is
+on github at the moment.  The HTTP proxy is operational out of the
+box, and the admin web interface can be used to add/remove plinth
+users.  I've not been able to do anything else with it so far, but
+know there are several branches spread around github and other places
+with lots of half baked features.</p>
+
+<p>Anyway, if you want to have a look at the current stat, the
+following recipes should work to give you a test machine to poke
+at.</p>
+
+<p><strong>Debian Wheezy amd64</strong></p>
 
 <ol>
 
-<li>Add skolelinux related APT sources.</li>
-<li>Create /etc/debian-edu/config with the wanted configuration.</li>
-<li>Install debian-edu-install to load preseeding values and pull in
-    our configuration.</li>
-<li>Preseed debconf database with profile setup in
-    /etc/debian-edu/config, and run tasksel to install packages
-    according to the profile specified in the config above,
-    overriding some of the Debian automation machinery.</li>
-<li>Run debian-edu-cfengine-D installation to configure everything
-    that could not be done using preseeding.</li>
-<li>Ask for a reboot to enable all the configuration changes.</li>
+<li>Fetch normal Debian Wheezy installation ISO.</li>
+<li>Boot from it, either as CD or USB stick.</li>
+<li><p>Press [tab] on the boot prompt and add this as a boot argument
+to the Debian installer:<p>
+<pre>url=<a href="http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat">http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat</a></pre></li>
+
+<li>Answer the few language/region/password questions and pick disk to
+install on.</li>
+
+<li>When the installation is finished and the machine have rebooted a
+few times, your Freedombox is ready for testing.</li>
+
+</ol>
+
+<p><strong>Raspberry Pi Raspbian</strong></p>
+
+<ol>
+
+<li>Fetch a Raspbian SD card image, create SD card.</li>
+<li>Boot from SD card, extend file system to fill the card completely.</li>
+<li><p>Log in and add this to /etc/sources.list:</p>
+<pre>
+deb <a href="http://www.reinholdtsen.name/freedombox/">http://www.reinholdtsen.name/freedombox</a> wheezy main
+</pre></li>
+<li><p>Run this as root:</p>
+<pre>
+wget -O - http://www.reinholdtsen.name/freedombox/BE1A583D.asc | \
+   apt-key add -
+apt-get update
+apt-get install freedombox-setup
+/usr/lib/freedombox/setup
+</pre></li>
+<li>Reboot into your freshly created Freedombox.</li>
 
 </ol>
 
-<p>There are some steps in the Debian Edu installation that can not be
-replicated like this.  Disk partitioning and LVM setup, for example.
-So this script just assume there is enough disk space to install all
-the needed packages.</p>
-
-<p>The script was created to help a Debian Edu student working on
-setting up <a href="http://www.raspberrypi.org">Raspberry Pi</a> as a
-Debian Edu client, and using it he can take the existing
-<a href="http://www.raspbian.org/FrontPage‎">Raspbian</a> installation and
-transform it into a fully functioning Debian Edu Workstation (or
-Roaming Workstation, or whatever :).</p>
-
-<p>The default setting in the script is to create a KDE Workstation.
-If a LXDE based Roaming workstation is wanted instead, modify the
-PROFILE and DESKTOP values at the top to look like this instead:</p>
-
-<p><pre>
-PROFILE="Roaming-Workstation"
-DESKTOP="lxde"
-</pre></p>
-
-<p>The script could even become useful to set up Debian Edu servers in
-the cloud, by starting with a virtual Debian installation at some
-virtual hosting service and setting up all the services on first
-boot.</p>
+<p>You can test it on other architectures too, but because the
+freedombox-privoxy package is binary, it will only work as intended on
+the architectures where I have had time to build the binary and put it
+in my APT repository.  But do not let this stop you.  It is only a
+short "<tt>apt-get source -b freedombox-privoxy</tt>" away. :)</p>
+
+<p>Note that by default Freedombox is a DHCP server on the
+192.168.1.0/24 subnet, so if this is your subnet be careful and turn
+off the DHCP server by running "<tt>update-rc.d isc-dhcp-server
+disable</tt>" as root.</p>
+
+<p>Please let me know if this work for you, or if you have any
+problems.  We gather on the IRC channel
+<a href="irc://irc.debian.org:6667/%23freedombox">#freedombox</a> on
+irc.debian.org and the
+<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss">project
+mailing list</a>.</p>
+
+<p>Once you get your freedombox operational, you can visit
+<tt>http://your-host-name:8001/</tt> to see the state of the plint
+welcome screen (dead end - do not be surprised if you are unable to
+get past it), and next visit <tt>http://your-host-name:8001/help/</tt>
+to look at the rest of plinth.  The default user is 'admin' and the
+default password is 'secret'.</p>
 </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <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>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>. 
         
         
       </div>
@@ -98,101 +156,417 @@ boot.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html">Second alpha release of Debian Edu / Skolelinux based on Debian Wheezy</a></div>
-      <div class="date">14th May 2013</div>
-      <div class="body"><p>The <a href="http://www.skolelinux.org/">Debian Edu / Skolelinux
-project</a> is making great progress and made its second Wheezy based
-release today.  This is the release announcement:</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Datalagringsdirektivet_gj_r_at_Oslo_H_yre_og_Arbeiderparti_ikke_f_r_min_stemme_i__r.html">Datalagringsdirektivet gjør at Oslo Høyre og Arbeiderparti ikke får min stemme i år</a></div>
+      <div class="date"> 8th September 2013</div>
+      <div class="body"><p>I 2011 raderte et stortingsflertall bestående av Høyre og
+Arbeiderpartiet vekk en betydelig del av privatsfæren til det norske
+folk.  Det ble vedtatt at det skulle registreres og lagres i et halvt
+år hvor alle som bærer på en mobiltelefon befinner seg, hvem de
+snakker med og hvor lenge de snakket sammen.  Det skal også
+registreres hvem de sendte SMS-meldinger til, hvem en har sendt epost
+til, og hvilke nett-tjenere en besøkte.  Saken er kjent som
+<a href="http://beta.holderdeord.no/issues/innfore-datalagringsdirektivet">Datalagringsdirektivet
+(DLD)</a>, og innebærer at alle innbyggerne og andre innenfor Norges
+grenser overvåkes døgnet rundt.  Det ble i praksis innført brev og
+besøkskontroll av hele befolkningen.  Rapporter fra de landene som
+allerede har innført slik total lagring av borgernes
+kommunikasjonsmønstre forteller at det ikke hjelper i
+kriminalitetsbekjempelsen.  Den norske prislappen blir mange hundre
+millioner, uten at det ser ut til å bidra positivt til politiets
+arbeide.  Jeg synes flere hundre millioner i stedet burde vært brukt
+på noe som kan dokumenteres å ha effekt i kriminalitetsbekjempelsen.
+Se mer på
+<a href="http://no.wikipedia.org/wiki/Datalagringsdirektivet">Wikipedia</a>
+og <a href="http://www.uhuru.biz/?cat=84">Jon Wessel-Aas</a>.</p>
+
+<p>Hva er problemet, tenkter du kanskje?  Et åpenbart problem er at
+medienes kildevern i praksis blir radert ut.  Den innsamlede
+informasjonen gjør det mulig å finne ut hvem som har snakket med
+journalister på telefon, SMS og epost, og hvem som har vært i nærheten
+av journalister så sant begge bar med seg en telefon.  Et annet er at
+advokatvernet blir sterkt redusert, der politiet kan finne ut hvem
+som har snakket med en advokat når, eller vært i møter en med advokat.
+Et tredje er at svært personlig informasjon kan avledes fra hvilke
+nettsteder en har besøkt.  Har en besøkt hivnorge.no,
+swingersnorge.com eller andre sider som kan brukes til avlede
+interesser som hører til privatsfæren, vil denne informasjonen være
+tilgjengelig takket være datalagringsdirektivet.</p>
+
+<p>De fleste partiene var mot, kun to partier stemte for.  Høyre og
+Arbeiderpartiet.  Og både Høyre og Arbeiderpartiet i Oslo har
+DLD-forkjempere på toppen av sine lister (har ikke sjekket de andre
+fylkene).  Det er dermed helt uaktuelt for meg å stemme på disse
+partiene.  Her er oversikten over partienes valglister i Oslo, med
+informasjon om hvem som stemte hva i første DLD-votering i Stortinget,
+basert på informasjon fra mine venner i 
+<a href="http://beta.holderdeord.no/votes/1301946411e">Holder de
+Ord</a> samt <a href="http://data.stortinget.no/">data.stortinget.no</a>.
+Først ut er stortingslista fra Høyre for Oslo:</p>
+
+<style type="text/css">
+.for    {background-color:#F5A9A9;}
+.mot    {background-color:#A9F5BC;}
+.ukjent { }
+</style>
+
+<table>
+<tr><th>#</th><th>Navn, fødselsår og valgkrets</th><th>Stemme/kommentar</th></tr>
+
+<tr class="for"><td>1.</td>
+<td>Ine Marie Eriksen Søreide (1976), Gamle Oslo</td>
+<td>Stemte for DLD</td></tr>
+
+<tr class="mot"><td>2.</td>
+<td>Nikolai Astrup (1978), Frogner</td>
+<td>Stemte mot DLD</td></tr>
+
+<tr class="mot"><td>3.</td>
+<td>Michael Tetzschner (1954), Vestre Aker</td>
+<td>Stemte mot DLD</td>
+
+<tr class="ukjent"><td>4.</td>
+<td>Kristin Vinje (1963), Nordre Aker</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>5.</td>
+<td>Mudassar Hussain Kapur (1976), Nordstrand</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>6.</td>
+<td>Stefan Magnus B. Heggelund (1984), Grünerløkka</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>7.</td>
+<td>Heidi Nordby Lunde (1973), Grünerløkka</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>8.</td>
+<td>Frode Helgerud (1950), Frogner</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>9.</td>
+<td>Afshan Rafiq (1975), Stovner</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>10.</td>
+<td>Astrid Nøklebye Heiberg (1936), Frogner</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>11.</td>
+<td>Camilla Strandskog (1984) St.Hanshaugen</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>12.</td>
+<td>John Christian Elden (1967), Ullern</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>13.</td>
+<td>Berit Solli (1972), Alna</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>14.</td>
+<td>Ola Kvisgaard (1963), Frogner</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>15.</td>
+<td>James Stove Lorentzen (1957), Vestre Aker</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>16.</td>
+<td>Gülsüm Koc (1987), Stovner</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>17.</td>
+<td>Jon Ole Whist (1976), Grünerløkka</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>18.</td>
+<td>Maren Eline Malthe-Sørenssen (1971), Vestre Aker</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>19.</td>
+<td>Ståle Hagen (1968), Søndre Nordstrand</td>
+<td>Ikke til stede</td></tr>
 
-<p><strong>New features for Debian Edu 7.0.0 alpha1 released
-2013-05-14</strong></p>
+<tr class="ukjent"><td>20.</td>
+<td>Kjell Omdal Erichsen (1978), Sagene</td>
+<td>Ikke til stede</td></tr>
 
-<p>This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
-alpha1, based on <ahref="http://www.debian.org">Debian</a> with
-codename "Wheezy".</p>
+<tr class="ukjent"><td>21.</td>
+<td>Saida R. Begum (1987), Grünerløkka</td>
+<td>Ikke til stede</td></tr>
 
-<p><strong>About Debian Edu and Skolelinux</strong></p>
+<tr class="ukjent"><td>22.</td>
+<td>Torkel Brekke (1970), Nordre Aker</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>23.</td>
+<td>Sverre K. Seeberg (1950), Vestre Aker</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>24.</td>
+<td>Julie Margrethe Brodtkorb (1974), Ullern</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>25.</td>
+<td>Fabian Stang (1955), Frogner</td>
+<td>Ikke til stede</td></tr>
+
+</table>
+
+<p>Deretter har vi stortingslista fra Arbeiderpartiet for Oslo:</p>
+
+<table>
+
+<tr><th>#</th><th>Navn, fødselsår og valgkrets</th><th>Stemme/kommentar</th></tr>
+
+<tr class="for"><td>1.</td>
+<td>Jens Stoltenberg (1959), Frogner</td>
+<td>Ikke til stede i Stortinget, leder av regjeringen som fremmet forslaget</td></tr>
+
+<tr class="for"><td>2.</td>
+<td>Hadia Tajik (1983), Grünerløkka</td>
+<td>Stemte for DLD</td></tr>
+
+<tr class="for"><td> 3.</td>
+<td>Jonas Gahr Støre (1960), Vestre Aker</td>
+<td>Ikke til stede i Stortinget, medlem av regjeringen som fremmet forslaget</td></tr>
+
+<tr class="for"><td> 4.</td>
+<td>Marianne Marthinsen (1980), Grünerløkka</td>
+<td>Stemte for DLD</td></tr>
+
+<tr class="for"><td> 5.</td>
+<td>Jan Bøhler (1952), Alna</td>
+<td>Stemte for DLD</td></tr>
+
+<tr class="for"><td> 6.</td>
+<td>Marit Nybakk (1947), Frogner</td>
+<td>Stemte for DLD</td></tr>
+
+<tr class="for"><td> 7.</td>
+<td>Truls Wickholm (1978), Sagene</td>
+<td>Stemte for DLD</td></tr>
 
-<p>Debian Edu, also known as Skolelinux, is a Linux distribution based
-on Debian providing an out-of-the box environment of a completely
-configured school network. Immediatly after installation a school
-server running all services needed for a school network is set up just
-waiting for users and machines being added via GOsa², a comfortable
-Web-UI. A netbooting environment is prepared using PXE, so after
-initial installation of the main server from CD, DVD or USB stick all
-other machines can be installed via the network.</p>
+<tr class="ukjent"><td> 8.</td>
+<td>Prableen Kaur (1993), Grorud</td>
+<td>Ikke til stede</td></tr>
 
-<p>This is the first test release based on Wheezy (which currently is
-not released yet). Basically this is an updated and slightly improved
-version compared to the Squeeze release.</p>
+<tr class="ukjent"><td> 9.</td>
+<td>Vegard Grøslie Wennesland (1983), St.Hanshaugen</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 10.</td>
+<td>Inger Helene Vaaten (1975), Grorud</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 11.</td>
+<td>Ivar Leveraas (1939), Alna</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 12.</td>
+<td>Grete Haugdal (1971), Gamle Oslo</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 13.</td>
+<td>Olav Tønsberg (1948), Alna</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 14.</td>
+<td>Khamshajiny Gunaratnam (1988), Grorud</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 15.</td>
+<td>Fredrik Mellem (1969), Sagene</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 16.</td>
+<td>Brit Axelsen (1945), Stovner</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 17.</td>
+<td>Dag Bayegan-Harlem (1977), Ullern</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 18.</td>
+<td>Kristin Sandaker (1963), Østeinsjø</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 19.</td>
+<td>Bashe Musse (1965), Grünerløkka</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 20.</td>
+<td>Torunn Kanutte Husvik (1983), St. Hanshaugen</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 21.</td>
+<td>Steinar Andersen (1947), Nordstrand</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 22.</td>
+<td>Anne Cathrine Berger (1972), Sagene</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 23.</td>
+<td>Khalid Mahmood (1959), Østensjø</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 24.</td>
+<td>Munir Jaber (1990), Alna</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td> 25.</td>
+<td>Libe Solberg Rieber-Mohn (1965), Frogner</td>
+<td>Ikke til stede</td></tr>
+
+</table>
+
+<p>Hvilket parti får så min stemme i år.  Jeg tror det blir
+<a href="http://piratpartiet.no/">Piratpartiet</a>.  Hvis de kan bidra
+til at det kommer noen inn på Stortinget med teknisk peiling, så får
+kanskje ikke overvåkningsgalskapen like fritt spillerom som det har
+hatt så langt.</p>
+
+</div>
+      <div class="tags">
+        
+        
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="http://people.skolelinux.org/pere/blog/tags/valg">valg</a>. 
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html">Second beta release (beta 1) of Debian Edu/Skolelinux based on Debian Wheezy</a></div>
+      <div class="date">22nd August 2013</div>
+      <div class="body"><p>The second wheezy based beta release of Debian Edu was wrapped up
+today, slightly delayed because of some bugs in the initial Windows
+integration fixes .  This is the release announcement:</p>
+
+<p><strong>New features for Debian Edu 7.1+edu0~b1 released 2013-08-22</strong></p>
+
+<p>These are the release notes for Debian Edu / Skolelinux
+7.1+edu0~b1, based on Debian with codename "Wheezy".</p>
+
+<p><strong>About Debian Edu and Skolelinux</strong></p>
+
+<p><a href="http://www.skolelinux.org/">Debian Edu, also known as
+Skolelinux</a>, is a Linux distribution based on Debian providing an
+out-of-the box environment of a completely configured school
+network. Immediately after installation a school server running all
+services needed for a school network is set up just waiting for users
+and machines being added via GOsa², a comfortable Web-UI. A netbooting
+environment is prepared using PXE, so after initial installation of
+the main server from CD or USB stick all other machines can be
+installed via the network. The provided school server provides LDAP
+database and Kerberos authentication service, centralized home
+directories, DHCP server, web proxy and many other services. The
+desktop contains
+<a href="http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html">more
+than 60 educational software packages</a> and more are available from
+the Debian archive, and schools can choose between KDE, Gnome, LXDE
+and Xfce desktop environment.</p>
+
+<p>This is the sixth test release based on Debian Wheezy. Basically this
+is an updated and slightly improved version compared to the Squeeze
+release.</p>
+
+<p>ALERT: Alpha based installations should reinstall or downgrade the
+versions of gosa and libpam-mklocaluser to the ones used in this beta
+release. Both alpha and beta0 based installations should reinstall or
+deal with gosa.conf manually; there are two options: (1) Keep
+gosa.conf and edit this file as outlined
+<a href="http://lists.debian.org/debian-edu/2013/08/msg00127.html">on
+the mailing list</a>. (2) Accept the new version of gosa.conf and
+replace both contained admin password placeholders with the password
+hashes found in the old one (backup copy!). In both cases every user
+need to change their their password to make sure a password is set for
+CIFS access to their home directory.</p>
 
 <p><strong>Software updates</strong></p>
+
 <ul>
-  <li>Install freemind (0.9.0) by default, and stop installing vym by
-    default.</li>
-  <li>Install chromium (26.0.1410.43) by default.</li>
-  <li>Install goplay (0.5-1.1) to make golearn available by default.</li>
-  <li>Updated support for Japanese input methods, now based on
-    ibus-anthy.</li>
+
+<li>Added ssh askpass packages to default installation, to ensure ssh
+    work also without a attached tty.</li>
+<li>Add the command-not-found package to the default installation to
+    make it easier to figure out where to find missing command line
+    tools. Please note, that the command 'update-command-not-found'
+    has to be run as root to actually make it useful (internet access
+    required).</li>
+
 </ul>
 
 <p><strong>Other changes</strong></p>
+
 <ul>
 
-  <li>Switched default file system from ext3 to ext4 for speed and
-    reliability improvements.</li>
-  <li>Got rid of unwanted winbind daemon and PAM setup activated because
-    of <a href="http://bugs.debian.org/706434">706434</a>.</li>
-  <li>Extended and improved the testsuite tests to detect more possible
-    problems.</li>
-  <li>Corrected proxy handling to not set http_proxy to a bogus
-    direct:// URL.</li>
-  <li>Corrected proxy setup for diskless workstations.</li>
-  <li>Corrected PXE setup to use our updated udebs during installation.</li>
-  <li>Made installation handling of low entropy level more robust.</li>
-  <li>Create larger partitions for Roaming workstations and Thin client
-    servers, to make room for all the software installed.</li>
-  <li>Fix bug in Roaming workstation PAM setup, making it impossible to
-    log in (<a href="http://bugs.debian.org/706753">706753</a>).</li>
+<li>Adjusted the USB stick ISO image build to include every tool
+needed for desktop=xfce installations.</li>
+<li>Adjust thin-client-server task to work when installing from USB
+stick ISO image.</li>
+<li>Made new grub artwork (changed png from indexed to RGB format).</li>
+<li>Minor cleanup in the CUPS setup.</li>
+<li>Make sure that bootstrapping of the Samba domain really happens
+    during installation of the main server and adjust SID handling to
+    cope with this.</li>
+<li>Make Samba passwords changeable (again) via GOsa².</li>
+<li>Fix generation of LM and NT password hashes via GOsa² to avoid
+    empty password hashes.</li>
+<li>Adapted Samba machine domain joining to latest change in the
+    smbldap-tools Perl package, fixing bugs blocking Windows machines
+    from joining the Samba domain.</li>
+
 </ul>
 
 <p><strong>Known issues</strong></p>
+
 <ul>
 
-  <li>IP resolution for the local hostname give useless IPv6 address
-    (<a href="http://bugs.debian.org/705900">705900</a>).  Only install
-    libnss-myhostname on roaming workstations until it is fixed.</li>
-  <li>DVD images are not yet ready.</li>
-  <li>No mass import of user account data in GOsa (ldif or csv)
-    available yet (<a href="http://bugs.debian.org/698840">698840</a>).</li>
-  <li>Missing artwork for the KDE desktop (and probably a few others).</li>
-  <li>KDE Debian submenu lacks icons.</li>
-  <li>LXDE menu lacks entry for changing GOsa password
-    (website). Installing gosa-desktop will be an option.</li>
-  <li>Backup configuration via web interface is impossible due to
-    password submission problem
-    (<a href="http://bugs.debian.org/700257">700257</a>).</li>
+<li>KDE fails to understand the wpad.dat file provided, causing it to
+    not use the http proxy as it should.</li>
+<li>Chromium also fails to use the proxy when using the KDE desktop
+    (using the KDE configuration).</li>
 
 </ul>
 
 <p><strong>Where to get it</strong></p>
 
 <p>To download the multiarch netinstall CD release you can use</p>
+
+<ul>
+
+<li><a href="ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso</a></li>
+
+<li><a href="http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso</a></li>
+
+<li>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso .</li>
+
+</ul>
+
+<p>The MD5SUM of this image is: 1e357f80b55e703523f2254adde6d78b
+<br>The SHA1SUM of this image is: 7157f9be5fd27c7694d713c6ecfed61c3edda3b2</p>
+
+<p>To download the multiarch USB stick ISO release you can use</p>
+
 <ul>
 
-  <li><a href="ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso</a></li>
-  <li><a href="http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso</a></li>
-  <li>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso debian-edu~7.0+edu0~a1-CD.iso</li>
+<li><a href="ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso</a></li>
+<li><a href="http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso</a></li>
+<li>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso .</li>
 
 </ul>
 
-<p>The MD5SUM of this image is: 685ed76c1aa8e44b12d3fde21faf450b</p>
+<p>The MD5SUM of this image is: 7a8408ead59cf7e3cef25afb6e91590b
+<br>The SHA1SUM of this image is: f1817c031f02790d5edb3bfa0dcf8451088ad119</p>
 
-<p>The SHA1SUM of this image is: 6c874de157024da13e115bab29c068080a11ec4c</p>
 
 <p><strong>How to report bugs</strong></p>
 
-<p><a href="http://wiki.debian.org/DebianEdu/HowTo/ReportBugs">http://wiki.debian.org/DebianEdu/HowTo/ReportBugs</a></p>
+<p><a href="http://wiki.debian.org/DebianEdu/HowTo/ReportBugs">http://wiki.debian.org/DebianEdu/HowTo/ReportBugs</a>
 </div>
       <div class="tags">
         
@@ -205,47 +579,34 @@ version compared to the Squeeze release.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian__the_Linux_distribution_of_choice_for_LEGO_designers_.html">Debian, the Linux distribution of choice for LEGO designers?</a></div>
-      <div class="date">11th May 2013</div>
-      <div class="body"><P>In January,
-<a href="http://people.skolelinux.org/pere/blog/New_IRC_channel_for_LEGO_designers_using_Debian.html">I
-announced a</a> new <a href="irc://irc.debian.org/%23debian-lego">IRC
-channel #debian-lego</a>, for those of us in the Debian and Linux
-community interested in <a href="http://www.lego.com/">LEGO</a>, the
-marvellous construction system from Denmark.  We also created
-<a href="http://wiki.debian.org/LegoDesigners">a wiki page</a> to have
-a place to take notes and write down our plans and hopes.  And several
-people showed up to help.  I was very happy to see the effect of my
-call.  Since the small start, we have a debtags tag
-<a href="http://debtags.debian.net/search/bytag?wl=hardware::hobby:lego">hardware::hobby:lego</a>
-tag for LEGO related packages, and now count 10 packages related to
-LEGO and <a href="http://mindstorms.lego.com/">Mindstorms</a>:</p>
-
-<p><table>
-<tr><td><a href="http://packages.qa.debian.org/brickos">brickos</a></td><td>alternative OS for LEGO Mindstorms RCX. Supports development in C/C++</td></tr>
-<tr><td><a href="http://packages.qa.debian.org/leocad">leocad</a></td><td>virtual brick CAD software</td></tr>
-<tr><td><a href="http://packages.qa.debian.org/libnxt">libnxt</a></td><td>utility library for talking to the LEGO Mindstorms NX</td></tr>
-<tr><td><a href="http://packages.qa.debian.org/lnpd">lnpd</a></td><td>daemon for LNP communication with BrickOS</td></tr>
-<tr><td><a href="http://packages.qa.debian.org/nbc">nbc</a></td><td>compiler for LEGO Mindstorms NXT bricks</td></tr>
-<tr><td><a href="http://packages.qa.debian.org/nqc">nqc</a></td><td>Not Quite C compiler for LEGO Mindstorms RCX</td></tr>
-<tr><td><a href="http://packages.qa.debian.org/python-nxt">python-nxt</a></td><td>python driver/interface/wrapper for the Lego Mindstorms NXT robot</td></tr>
-<tr><td><a href="http://packages.qa.debian.org/python-nxt-filer">python-nxt-filer</a></td><td>simple GUI to manage files on a LEGO Mindstorms NXT</td></tr>
-<tr><td><a href="http://packages.qa.debian.org/scratch">scratch</a></td><td>easy to use programming environment for ages 8 and up</td></tr>
-<tr><td><a href="http://packages.qa.debian.org/t2n">t2n</a></td><td>simple command-line tool for Lego NXT</td></tr>
-</table></p>
-
-<p>Some of these are available in Wheezy, and all but one are
-currently available in Jessie/testing.  leocad is so far only
-available in experimental.</p>
-
-<p>If you care about LEGO in Debian, please join us on IRC and help
-adding the rest of the great free software tools available on Linux
-for LEGO designers.</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Intel_180_SSD_disk_with_Lenovo_firmware_can_not_use_Intel_firmware.html">Intel 180 SSD disk with Lenovo firmware can not use Intel firmware</a></div>
+      <div class="date">18th August 2013</div>
+      <div class="body"><p>Earlier, I reported about
+<a href="http://people.skolelinux.org/pere/blog/How_to_fix_a_Thinkpad_X230_with_a_broken_180_GB_SSD_disk.html">my
+problems using an Intel SSD 520 Series 180 GB disk</a>.  Friday I was
+told by IBM that the original disk should be thrown away.  And as
+there no longer was a problem if I bricked the firmware, I decided
+today to try to install Intel firmware to replace the Lenovo firmware
+currently on the disk.</p>
+
+<p>I searched the Intel site for firmware, and found
+<a href="https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=3472&DwnldID=18363&ProductFamily=Solid-State+Drives+and+Caching&ProductLine=Intel%c2%ae+High+Performance+Solid-State+Drive&ProductProduct=Intel%c2%ae+SSD+520+Series+(180GB%2c+2.5in+SATA+6Gb%2fs%2c+25nm%2c+MLC)&lang=eng">issdfut_2.0.4.iso</a>
+(aka Intel SATA Solid-State Drive Firmware Update Tool) which
+according to the site should contain the latest firmware for SSD
+disks.  I inserted the broken disk in one of my spare laptops and
+booted the ISO from a USB stick.  The disk was recognized, but the
+program claimed the newest firmware already were installed and refused
+to insert any Intel firmware.  So no change, and the disk is still
+unable to handle write load. :( I guess the only way to get them
+working would be if Lenovo releases new firmware.  No idea how likely
+that is.  Anyway, just blogging about this test for completeness.  I
+got a working Samsung disk, and see no point in spending more time on
+the broken disks.</p>
 </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/robot">robot</a>
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>. 
         
         
       </div>
@@ -253,33 +614,57 @@ for LEGO designers.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html">Narvik sparer minst 9 millioner på å bruke Skolelinux</a></div>
-      <div class="date">10th May 2013</div>
-      <div class="body"><p>I fjor sommer ble jeg
-<a href="http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html">gledelig
-overrasket</a> over et oppslag i avisen Fremover om Narvik kommunes
-bruk av <a href="http://www.skolelinux.org/">Skolelinux</a>.  Oppslaget
-var basert på et notat som besvarte spørsmål fra ordfører Tor Nysæter
-og rådgiver for skolesektoren, Petter Falkbu, om bruken av Skolelinux
-i Narvikskolene og konstnaden ved å gå over til Windows.  For litt
-over en uke siden siden fikk jeg endelig bedt kommunen om å få innsyn
-i dette notatet, og det ble oversendt på epost tirsdag.  Jeg fikk
-<a href="http://www.nuug.no/pub/offentliginnsyn/from-Narvik-kommune/2013-04-29-09:12-skolelinux-notat/PetterFalkbuogwindowsfornarvikskolen%20(L)351310.pdf">lagt
-ut notatet</a> samme dag, og fikk i dag sjekket postlista til Narvik,
-der jeg fant notatet som
-<a href="https://www.narvik.kommune.no/innsyn.aspx?response=arkivsak_detaljer&arkivsakid=2013001023&scripturi=/innsyn.aspx&skin=infolink&Mid1=301&">sak
-2013/1023</a>.</p>
-
-<p>Notatet forteller at Narvik ville måtte betalt minst 9 millioner
-for å gå over til Windows på skolene.  I tillegg dokumenterer notatet
-at læreplanens krav oppfylles uten problemer ved bruk av Skolelinux.
-Jeg anbefaler alle å lese de 10 sidene med gode argumenter for å kutte
-unødige utgifter på IT i skoleverket. :)</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/90_percent_done_with_the_Norwegian_draft_translation_of_Free_Culture.html">90 percent done with the Norwegian draft translation of Free Culture</a></div>
+      <div class="date"> 2nd August 2013</div>
+      <div class="body"><p>It has been a while since my last update.  Since last summer, I
+have worked on a Norwegian
+<a href="http://www.docbook.org/">docbook</a> version of the 2004 book
+<a href="http://free-culture.cc/">Free Culture</a> by Lawrence Lessig,
+to get a Norwegian text explaining the problems with the copyright
+law.  Yesterday, I finally broken the 90% mark, when counting the
+number of strings to translate.  Due to real life constraints, I have
+not had time to work on it since March, but when the summer broke out,
+I found time to work on it again.  Still lots of work left, but the
+first draft is nearing completion.  I created a graph to show the
+progress of the translation:</p>
+
+<p><img width="80%" align="center" src="https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/progress.png"></p>
+
+<p>When the first draft is done, the translated text need to be
+proof read, and the remaining formatting problems with images and SVG
+drawings need to be fixed.  There are probably also some index entries
+missing that need to be added.  This can be done by comparing the
+index entries listed in the SiSU version of the book, or comparing the
+English docbook version with the paper version.  Last, the colophon
+page with ISBN numbers etc need to be wrapped up before the release is
+done.  I should also figure out how to get correct Norwegian sorting
+of the index pages.  All docbook tools I have tried so far (xmlto,
+docbook-xsl, dblatex) get the order of symbols and the special
+Norwegian letters ÆØÅ wrong.</p>
+
+<p>There is still need for translators and people with docbook
+knowledge, to be able to get a good looking book (I still struggle
+with dblatex, xmlto and docbook-xsl) as well as to do the draft
+translation and proof reading.  And I would like the figures to be
+redrawn as SVGs to make it easy to translate them.  Any SVG master
+around?  There are also some legal terms that are unfamiliar to me.
+If you want to help, please get in touch with me, and check out the
+project files currently available from
+<a href="https://github.com/petterreinholdtsen/free-culture-lessig">github</a>.</p>
+
+<p>If you are curious what the translated book currently look like,
+the updated
+<a href="https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.pdf?raw=true">PDF</a>
+and
+<a href="https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.epub?raw=true">EPUB</a>
+are published on github.  The HTML version is published as well, but
+github hand it out with MIME type text/plain, confusing browsers, so I
+saw no point in linking to that version.</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/norsk">norsk</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>. 
         
         
       </div>
@@ -287,203 +672,137 @@ unødige utgifter på IT i skoleverket. :)</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html">Debian Wheezy is out - and Debian Edu / Skolelinux should soon follow! #newinwheezy</a></div>
-      <div class="date"> 5th May 2013</div>
-      <div class="body"><p>When I woke up this morning, I was very happy to see that the
-<a href="http://www.debian.org/News/2013/20130504">release announcement
-for Debian Wheezy</a> was waiting in my mail box.  This is a great
-Debian release, and I expect to move my machines at home over to it fairly
-soon.</p>
-
-<p>The new debian release contain heaps of new stuff, and one program
-in particular make me very happy to see included.  The
-<a href="http://scratch.mit.edu/">Scratch</a> program, made famous by
-the <a href="http://www.code.org/">Teach kids code</a> movement, is
-included for the first time.  Alongside similar programs like
-<a href="http://edu.kde.org/kturtle/">kturtle</a> and
-<a href="http://wiki.sugarlabs.org/go/Activities/Turtle_Art">turtleart</a>,
-it allow for visual programming where syntax errors can not happen,
-and a friendly programming environment for learning to control the
-computer.  Scratch will also be included in the next release of Debian
-Edu.</a>
-
-<p>And now that Wheezy is wrapped up, we can wrap up the next Debian
-Edu/Skolelinux release too.  The
-<a href="http://lists.debian.org/debian-edu/2013/04/msg00132.html">first
-alpha release</a> went out last week, and the next should soon
-follow.<p>
-</div>
-      <div class="tags">
-        
-        
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <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/V_rt_konkurransebidrag_til__apps4norge_bruker__opnedata.html">Vårt konkurransebidrag til #apps4norge bruker @opnedata</a></div>
-      <div class="date"> 1st May 2013</div>
-      <div class="body"><p>For noen uker siden, innen fristen 2013-04-15, leverte jeg og
-Morten Kjelkenes vårt bidrag til
-<a href="http://www.apps4norge.no/">DIFIs apps4norge-konkurranse</a>
-under lagnavnet <a href="http://www.nuug.no/">NUUG</a>s tannlegeteam.
-Vi leverte følgende i idé-kategorien:</p>
-
-<blockquote>
-
-<p><strong>Tittel: Stikk innom tannlegen</strong><p>
-
-<p><a href="http://people.skolelinux.org/pere/blog/images/2013-05-01-tannlegeportal.jpeg"><img width="70%" src="http://people.skolelinux.org/pere/blog/images/2013-05-01-tannlegeportal.jpeg"></a></p>
-
-<p><strong>Beskrivelse:</strong><p>
-
-<p><em>Idéen</em>
-
-<p>Gjøre det enklere å finne en tannlege som er praktisk for deg, der
-pris og reisetid med kollektivt, til fots eller med bil er tatt med i
-beregningen, ved å oppgi hvor en bor og jobber, og få forslag til
-tannleger både i nærheten og på veien mellom disse stedene.</p>
-
-<p>Brukeren oppgir hjemmeadresse og jobbadresse, og kanskje også
-barnehage. Så kan en også oppgi egen timelønn (for å beregne taps
-arbeidsfortjeneste) og om en reiser med kollektivt, til fots eller
-kjører bil. Så trykker en søk, og får opp en todelt side med kart og
-tekstliste. I kartdelen vises aktuelle tannleger (for eksempel maks
-7), og i tekstdelen er de samme tannlegene listet opp, med pris og
-reisetid for kollektivtransport, og pris pluss reisekostnad hvis en
-reiser med bil. En kan endre sorteringsrekkefølge for listen ved å
-trykke på aktuell kolonne, og velge om en skal sortere på pris,
-reisetid eller totalkostnad. Kun tannleger som tar imot nye kunder tas
-i utganspunktet med i listen. Når brukeren trykker med musa en
-tannlegemarkør på kartet kommer det en popup med detaljer om
-tannlegen, den samme informasjonen som finnes i listen under kartet,
-og lenke til mer informasjon om tannlegen.</p>
-
-<p>For hvert enkelt tannlegekontor er det tilgjengelig en
-informasjonsside med adresse, hjemmesideurl, telefonnummer, lenke til
-side for å finne reisebeskrivelse, åpningstider, etc.</p>
-
-<p><em>Nytteverdi for brukeren</em></p>
-
-<ul>
-<li>sparer tid på tannlegebesøk</li>
-<li>kan utnytte normal reisevei mellom hjem/jobb/barnehage</li>
-<li>kan finne aktuell tannlege basert på flere kriterier</li>
-<li>sile bort tannleger som ikke tar imot flere kunder</li>
-<li>får kart som viser tannleger i nærheten, på tvers av kommunegrenser</li>
-</ul>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html">First beta release of Debian Edu/Skolelinux based on Debian Wheezy</a></div>
+      <div class="date">27th July 2013</div>
+      <div class="body"><p>The first wheezy based beta release of Debian Edu was wrapped up
+today.  This is the release announcement:</p>
 
-<p><em>Grad av innovasjon, nytenkning og kreativitet</em></p>
+<p><strong>New features for Debian Edu 7.1+edu0~b0 released
+2013-07-27</strong></p>
 
-<p>Enkel tjeneste som fokuserer på det vi selv mener er relevant ved valg
-av tannlege.</p>
+<p>These are the release notes for for Debian Edu / Skolelinux
+7.1+edu0~b0, based on Debian with codename "Wheezy".</p>
 
-<p>Tjenestekonseptet kan også brukes til andre næringer, f.eks. lege,
-butikk, leiebiler, hvis en har aktuell datakilde å koble med.</p>
+<p><strong>About Debian Edu and Skolelinux</strong></p>
 
-<p>Skulle gjerne hatt med vurdering av tannlegene tilgjengelig, slik
-at en kunne finne "flinke" tannleger basert på et eller annet
-kriterium.</p>
+<p><a href="http://www.skolelinux.org/">Debian Edu, also known as
+Skolelinux</a>, is a Linux distribution based on Debian providing an
+out-of-the box environment of a completely configured school
+network. Immediately after installation a school server running all
+services needed for a school network is set up just waiting for users
+and machines being added via GOsa², a comfortable Web-UI. A netbooting
+environment is prepared using PXE, so after initial installation of
+the main server from CD, DVD or USB stick all other machines can be
+installed via the network. The provided school server provides LDAP
+database and Kerberos authentication service, centralized home
+directories, DHCP server, web proxy and many other services. The
+desktop contains
+<a href="http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html">more
+than 60 educational software packages</a> and more are available from
+the Debian archive, and schools can choose between KDE, Gnome, LXDE
+and Xfce desktop environment.</p>
+
+<p>This is the fifth test release based on Debian Wheezy. Basically
+this is an updated and slightly improved version compared to the
+Squeeze release.</p>
+
+<p>ALERT: Alpha based installations should reinstall or downgrade the
+versions of gosa and libpam-mklocaluser to the ones used in this beta
+release.</p>
 
-<p><em>Markedspotensiale - potensiale for å slå gjennom hos mange
-brukere</em></p>
+<p><strong>Software updates</strong></p>
 
 <ul>
-<li>Alle som ønsker eller vurderer å skaffe seg ny tannlege, f.eks. nyinnflyttede og studenter</li>
-<li>Familier med en travel hverdag</li>
-</ul>
 
-<p>Felles er at den gjør tannlegen lettere tilgjengelig for de som vil spare tid eller penger.</p>
+<li>Switched roaming workstation profiles from wicd to network-manager
+   for network configuration, as wicd didn't work any more.</li>
+<li>Changed version numbers of patched gosa and libpam-mklocaluser
+   packages to make sure our locally patched versions will be replaced
+   by the official packages when they are released from Debian. Those
+   installing alpha version need to reinstall or manually downgrade gosa
+   and libpam-mklocaluser.</li>
+<li>Added bluetooth tools to the default desktop (bluedevil, blueman).</li>
+<li>Added tools for sharing the desktop on KDE (krdc, krfb).</li>
+<li>Added valgrind to the default installation for easier debugging of
+   crash bugs.</li>
 
-<p><em>Samfunnsøkonomisk nytte - bidrar til å løse
-samfunnsutfordringer</em></p>
+</ul>
 
-<p>Kutter tid brukt på tannlegebesøk, og penger frigjøres som kan brukes på andre områder. Oppfordrer til bedre bruk av kollektivtransport ved å gi tips om tannleger i nærheten av allerede brukt reisevei mellom hjemme og jobb når en reiser kollektivt.</p>
+<p><strong>Other changes</strong></p>
 
-<p><em>X-faktor - “Det lille ekstra...”</em></p>
+<ul>
 
-<p>Denne tjenesten gir det lille ekstra ved at den ikke slår opp
-avstand til tannlege fra et enkelt punkt men avstand fra en reisevei,
-slik at en får flere tannleger å velge imellom og kanskje kan spare
-enda mer tid og penger enn en ville gjort ved å sjekke kun de nærmest
-hjemme eller jobb.</p>
+<li>Fixed artwork package to work with gnome, no longer break
+   desktop=gnome installations.</li>
+<li>Adjusted installer to now work when forced to use a proxy with the
+   netinst CD.</li>
+<li>Fixed code detecting and setting/loading hardware specific
+   setup/firmware to work more robust out of the box.</li>
+<li>Adjusted Kerberos setup to detect realm and server settings at
+   install time instead of dynamically at run time. This avoid a crash
+   with krb5-auth-dialog on diskless workstations without a DNS name.</li>
+<li>Worked around misfeature in network-manager not calling the dhclient
+   exit hooks, causing automatic proxy configuration and automatic host
+   name setting at run time to work again.</li>
+<li>Fixed feature setting the default Iceweasel start page from URL
+   fetched from LDAP, to allow schools to set the global default by
+   updating the dc=skole,dc=skolelinux,dc=no LDAP object.</li>
+<li>Changed default host name on all networked machines to be unique
+   (generated from MAC or reverse DNS) after boot.</li>
+<li>Adjusted partition sizes to make sure they are big enough.</li>
 
-<p>Tjenesten gir informasjonen både som kart og som tekstlig oversikt, for å sikre at blinde og svaksynte kan få tilgang til informasjonen selv om de ikke får brukt kartvisningen.</p>
+</ul>
 
-<p><em>Datasett brukt</em></p>
+<p><strong>Known issues</strong></p>
 
 <ul>
 
-<li><a href="http://www.hvakostertannlegen.no/">http://www.hvakostertannlegen.no/</a>
-(Ikke-publisert JSON-API), se f.eks. JSON-output fra
-<a href="http://www.hvakostertannlegen.no/services/klinikker/oslo/undersokelse-med-2-rontgenbilder">http://www.hvakostertannlegen.no/services/klinikker/oslo/undersokelse-med-2-rontgenbilder</a></li>
+<li>Grub is missing the new artwork.</li>
+<li>KDE fail to understand the wpad.dat file provided, causing it to
+    not use the http proxy as it should.</li>
+<li>Chromium also fail to use the proxy.</li>
+
+</ul>
+
+<p><strong>Where to get it</strong></p>
 
-<li>Kartdata,
-<a href="http://www.openstreetmap.org/">http://www.openstreetmap.org/</a>
-<a href="http://mapit.nuug.no/">http://mapit.nuug.no/</a> (nabokommuner, postnummer)</li>
+<p>To download the multiarch netinstall CD release you can use</p>
 
-<li><a href="http://labs.trafikanten.no/how-to-use-the-api.aspx">http://labs.trafikanten.no/how-to-use-the-api.aspx</a>
-(reisetid med kollektivtrafikk på Østlandet),
-<a href="http://data.norge.no/data/ruter-kollektivtrafikkdata">http://data.norge.no/data/ruter-kollektivtrafikkdata</a></li>
+<ul>
 
-<li><a href="http://reiseregningen.no">http://reiseregningen.no</a>
-(data om statens satser for biltransport)</li>
+<li><a href="ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso</a></li>
 
-<li>Kollektivtrafikkkart,
-<a href="http://öpnvkarte.de/?zoom=17&lat=59.91056&lon=10.75641&layers=BT">http://öpnvkarte.de/?zoom=17&lat=59.91056&lon=10.75641&layers=BT</a></li>
+<li><a href="http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso</a></li>
 
-<li>Routing med OpenStreetmap-data,
-<a href="http://wiki.openstreetmap.org/wiki/Routing/OnlineRouters">http://wiki.openstreetmap.org/wiki/Routing/OnlineRouters</a></li>
+<li>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso .</li>
 
-<li>Bilveiruting med OpenStreetmap-data, <a href="http://map.project-osrm.org/">http://map.project-osrm.org/</a></li>
-<li>Kollektivtrafikkruting for Norge med uviss datakilde, <a href="http://dit.no/">http://dit.no/</a></li>
 </ul>
 
-<p><strong>Åpne offentlige datasett brukt i applikasjonen:</strong></p>
+<p>The MD5SUM of this image is: 55d5de9765b6dccd5d9ec33cf1a07109
+<br>The SHA1SUM of this image is: 996a1d9517740e4d627d100de2d12b23dd545a3f</p>
 
-<ul>
-<li>Reisetid med kollektivtrafikk på Østlandet</li>
-</ul>
+<p>To download the multiarch USB stick ISO release you can use</p>
 
-<p><strong>Øvrige datasett brukt i appen/tjenesten:</strong></p>
 <ul>
-<li>Fakta om tannleger, priser etc (upublisert JSON-API)</li>
-<li>Data om statens satser for biltransport</li>
-<li>Kartbilder, kartdata</li>
-<li>Kommunegrenser, nabokommuner, postnummer</li>
-<li>Bilveiruting med OpenStreetmap-data</li>
-<li>Kollektivtrafikkkart</li>
-<li>Routing med OpenStreetmap-data</li>
-<li>Kollektivtrafikkruting for Norge med uviss dataopphav</li>
-</ul>
 
-<p><strong>Kategori: </strong></p>
-<ul>
-<li>Arbeid og velferd</li>
-<li>Forbruker</li>
-<li>Økonomi</li>
+<li><a href="ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso</a></li>
+<li><a href="http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso</a></li>
+<li>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso .</li>
+
 </ul>
 
-<p><strong>Geografi (dekningsområde for app): </strong></p>
+<p>The MD5SUM of this image is: d8f0818c51a78d357de794066f289f69
+<br>The SHA1SUM of this image is: 49185ca354e8d0543240423746924f76a6cee733</p>
 
-<p>Hele landet</p>
 
-</blockquote>
+<p><strong>How to report bugs</strong></p>
 
-<p>Vinneren annonseres 2013-05-08 ved
-<a href="http://www.apps4norge.no/arrangement/2013-05-08-invitasjon-til-prisutdeling-apps4norge-8mai-2013">prisutdelingen
-hos DIFI 09:00 til 12:00</a>.  Konkurransen blir hard.  Det meldes at
-38 apper og 50 ideer er registrert som kandidater.  Jeg frykter at jeg
-ikke rekker innom selv, på grunn av jobb og forpliktelser på
-hjemmebanen.</p>
+<p><a href="http://wiki.debian.org/DebianEdu/HowTo/ReportBugs">http://wiki.debian.org/DebianEdu/HowTo/ReportBugs</a>
 </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>. 
+        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>
@@ -491,123 +810,112 @@ hjemmebanen.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/First_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html">First alpha release of Debian Edu / Skolelinux based on Debian Wheezy</a></div>
-      <div class="date">26th April 2013</div>
-      <div class="body"><p>The Debian Edu / Skolelinux project is still going strong and made
-its first Wheezy based release today.  This is the release
-announcement:</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/How_to_fix_a_Thinkpad_X230_with_a_broken_180_GB_SSD_disk.html">How to fix a Thinkpad X230 with a broken 180 GB SSD disk</a></div>
+      <div class="date">17th July 2013</div>
+      <div class="body"><p>Today I switched to
+<a href="http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html">my
+new laptop</a>.  I've previously written about the problems I had with
+my new Thinkpad X230, which was delivered with an
+<a href="http://people.skolelinux.org/pere/blog/Intel_SSD_520_Series_180_GB_with_Lenovo_firmware_still_lock_up_from_sustained_writes.html">180
+GB Intel SSD disk with Lenovo firmware</a> that did not handle
+sustained writes.  My hardware supplier have been very forthcoming in
+trying to find a solution, and after first trying with another
+identical 180 GB disks they decided to send me a 256 GB Samsung SSD
+disk instead to fix it once and for all.  The Samsung disk survived
+the installation of Debian with encrypted disks (filling the disk with
+random data during installation killed the first two), and I thus
+decided to trust it with my data.  I have installed it as a Debian Edu
+Wheezy roaming workstation hooked up with my Debian Edu Squeeze main
+server at home using Kerberos and LDAP, and will use it as my work
+station from now on.</p>
+
+<p>As this is a solid state disk with no moving parts, I believe the
+Debian Wheezy default installation need to be tuned a bit to increase
+performance and increase life time of the disk.  The Linux kernel and
+user space applications do not yet adjust automatically to such
+environment.  To make it easier for my self, I created a draft Debian
+package <tt>ssd-setup</tt> to handle this tuning.  The
+<a href="http://anonscm.debian.org/gitweb/?p=collab-maint/ssd-setup.git">source
+for the ssd-setup package</a> is available from collab-maint, and it
+is set up to adjust the setup of the machine by just installing the
+package.  If there is any non-SSD disk in the machine, the package
+will refuse to install, as I did not try to write any logic to sort
+file systems in SSD and non-SSD file systems.</p>
+
+<p>I consider the package a draft, as I am a bit unsure how to best
+set up Debian Wheezy with an SSD.  It is adjusted to my use case,
+where I set up the machine with one large encrypted partition (in
+addition to /boot), put LVM on top of this and set up partitions on
+top of this again.  See the README file in the package source for the
+references I used to pick the settings.  At the moment these
+parameters are tuned:</p>
 
-<p><strong>New features for Debian Edu ~7.0.0 alpha0 released
-2013-04-26</strong></p>
+<ul>
 
-<p>This is the release notes for for Debian Edu / Skolelinux ~7.0.0
-edu alpha0, based on Debian with codename "Wheezy".</p>
+<li>Set up cryptsetup to pass TRIM commands to the physical disk
+    (adding discard to /etc/crypttab)</li>
 
-<p><strong>About Debian Edu and Skolelinux</strong></p>
+<li>Set up LVM to pass on TRIM commands to the underlying device (in
+    this case a cryptsetup partition) by changing issue_discards from
+    0 to 1 in /etc/lvm/lvm.conf.</li>
 
-<p><a href="http://www.skolelinux.org/">Debian Edu, also known as
-Skolelinux</a>, is a Linux distribution based on Debian providing an
-out-of-the box environment of a completely configured school
-network. Immediatly after installation a school server running all
-services needed for a school network is set up just waiting for users
-and machines being added via GOsa², a comfortable Web-UI. A netbooting
-environment is prepared using PXE, so after initial installation of
-the main server from CD, DVD or USB stick all other machines can be
-installed via the network.</p>
+<li>Set relatime as a file system option for ext3 and ext4 file
+    systems.</li>
 
-<p>This is the first test release based on Wheezy (which currently is
-not released yet). Basically this is an updated and slightly improved
-version compared to the Squeeze release.</p>
-
-<p><strong>Software updates</strong></p>
+<li>Tell swap to use TRIM commands by adding 'discard' to
+    /etc/fstab.</li>
 
-<ul>
-<li>Everything which is new in Debian Wheezy, eg:
-  <ul>
-     <li>Linux kernel 3.2.x</li>
-     <li>Desktop environments KDE "Plasma" 4.8.4, GNOME 3.4, and LXDE 4
-         (KDE is installed by default; to choose GNOME or LXDE: see
-         manual.)</li>
-     <li>Web browser Iceweasel 10 ESR</li>
-     <li>LibreOffice 3.5.4</li>
-     <li>LTSP 5.4.2</li>
-     <li>GOsa 2.7.4</li>
-     <li>CUPS print system 1.5.3</li>
-     <li>Educational toolbox GCompris 12.01</li>
-     <li>Music creator Rosegarden 12.04</li>
-     <li>Image editor Gimp 2.8.2</li>
-     <li>Virtual universe Celestia 1.6.1</li>
-     <li>Virtual stargazer Stellarium 0.11.3</li>
-     <li>Scratch visual programming environment 1.4.0.6</li>
-     <li>New version of debian-installer from Debian Wheezy, see
-         <a href="http://www.debian.org/releases/wheezy/installmanual">installation
-         manual</a> for more details.</li>
-     <li>Debian Wheezy includes about 37000 packages available for
-         installation.</li>
-     <li>More information about Debian Wheezy 7.0 is provided in the
-         <a href="http://www.debian.org/releases/wheezy/releasenotes">release notes</a> and the <a href="http://www.debian.org/releases/wheezy/installmanual">installation manual</a>.</li>
-  </ul></li>
-</ul>
+<li>Change I/O scheduler from cfq to deadline using a udev rule.</li>
 
-<p><strong>Documentation</strong></p>
-<ul>
-<li>The (<a href="http://wiki.debian.org/DebianEdu/Documentation/Wheezy">English</a>) Debian Edu Wheezy Manual is fully translated to
-    German, French, Italian and Danish. Partly translated versions exist
-    for Norwegian Bokmal and Spanish.</li>
-</ul>
-  
-<p><Strong>LDAP related changes</strong></p>
-<ul>
-<li>Slight changes to some objects and acls to have more types to
-    choose from when adding systems in GOsa. Now systems can be of type
-    server, workstation, printer, terminal or netdevice.</li>
-</ul>
-    
-<p><strong>Other changes</strong></p>
-<ul>
-<li>LTSP clients start as diskless workstation / thin client can be
-    configured via command line argument -- or individually adding an
-    entry in lts.conf or LDAP.<li>
-<li>GOsa gui: Now some options that seemed to be available, but are non
-    functional, are greyed out (or are not clickable). Some tabs are
-    completely hidden to the end user, others even to the GOsa admin.</li>
-</ul>
-    
-<p><strong>Regressions</strong></p>
-<ul>
-<li>No mass import of user account data in GOsa (ldif or csv) available
-    yet.</li>
-</ul>
-    
-<p><strong>No updated artwork</strong></p>
+<li>Run fstrim on every ext3 and ext4 file system every night (from
+    cron.daily).</li>
 
-<ul>
-<li>Updated artwork which is visible during installation, in the login
-    screen and as desktop wallpaper is still missing or the same as we
-    had for our Squeeze based release.</li>
-</ul>
-    
-<p><strong>Where to get it</strong></p>
+<li>Adjust sysctl values vm.swappiness to 1 and vm.vfs_cache_pressure
+    to 50 to reduce the kernel eagerness to swap out processes.</li>
 
-To download the multiarch netinstall CD release you can use
-<ul>
-<li><a href="ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/</a></li>
-<li><a href="http://ftp.skolelinux.org/skolelinux-cd/wheezy/">http://ftp.skolelinux.org/skolelinux-cd/wheezy/</a></li>
-<li>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/</li>
 </ul>
-  
-<p>The MD5SUM of this image is: c5e773ddafdaa4f48c409c682f598b6c</p>
-  
-<p>The SHA1SUM of this image is: 25934fabb9b7d20235499a0a51f08ce6c54215f2</p>
-  
-<p><strong>How to report bugs</strong></p>
 
-<p><a href="http://wiki.debian.org/DebianEdu/HowTo/ReportBugs">http://wiki.debian.org/DebianEdu/HowTo/ReportBugs</a></p>
+<p>During installation, I cancelled the part where the installer fill
+the disk with random data, as this would kill the SSD performance for
+little gain.  My goal with the encrypted file system is to ensure
+those stealing my laptop end up with a brick and not a working
+computer.  I have no hope in keeping the really resourceful people
+from getting the data on the disk (see
+<a href="http://xkcd.com/538/">XKCD #538</a> for an explanation why).
+Thus I concluded that adding the discard option to crypttab is the
+right thing to do.</p>
+
+<p>I considered using the noop I/O scheduler, as several recommended
+it for SSD, but others recommended deadline and a benchmark I found
+indicated that deadline might be better for interactive use.</p>
+
+<p>I also considered using the 'discard' file system option for ext3
+and ext4, but read that it would give a performance hit ever time a
+file is removed, and thought it best to that that slowdown once a day
+instead of during my work.</p>
+
+<p>My package do not set up tmpfs on /var/run, /var/lock and /tmp, as
+this is already done by Debian Edu.</p>
+
+<p>I have not yet started on the user space tuning.  I expect
+iceweasel need some tuning, and perhaps other applications too, but
+have not yet had time to investigate those parts.</p>
+
+<p>The package should work on Ubuntu too, but I have not yet tested it
+there.</p>
+
+<p>As for the answer to the question in the title of this blog post,
+as far as I know, the only solution I know about is to replace the
+disk.  It might be possible to flash it with Intel firmware instead of
+the Lenovo firmware.  But I have not tried and did not want to do so
+without approval from Lenovo as I wanted to keep the warranty on the
+disk until a solution was found and they wanted the broken disks
+back.</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>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>. 
         
         
       </div>
@@ -615,66 +923,54 @@ To download the multiarch netinstall CD release you can use
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Bitcoin_er_ikke_anonymt___f_res_Stortinget_bak_lyset_av_finansministeren_.html">Bitcoin er ikke anonymt - føres Stortinget bak lyset av finansministeren?</a></div>
-      <div class="date">22nd April 2013</div>
-      <div class="body"><p><a href="http://bitcoin.org/">Bitcoin</a> er mye i mediene for
-tiden.  Jeg følger med via Mylder for å finne
-<a href="http://mylder.no/?drill=bitcoin">artikler som omtaler
-temaet</a>, og takket være dette oppdaget jeg at stortingsrepresentant
-Ketil Solvik-Olsen fra FrP nylig har spurt finansminister Sigbjørn
-Johnsen om hans syn på Bitcoin, og
-<a href="http://www.stortinget.no/no/Saker-og-publikasjoner/Sporsmal/Skriftlige-sporsmal-og-svar/Skriftlig-sporsmal/?qid=57052">fått
-svar for noen dager siden</a>.  Jeg bet meg spesielt merke til
-følgende formulering fra finansministeren:</p>
-
-<p><blockquote>
-«Det er også utfordringer ved at handel med Bitcoins er uregulert og
-at transaksjonene er anonyme.»
-</blockquote></p>
-
-<p>At Bitcoin er anonymt er en myte som spres av både journalister og
-andre, så det er ikke veldig overraskende at også finansministeren har
-gått på limpinnen.  Det er dog litt rart, da jeg håper at
-finansdepartementet ikke baserer seg på rykter og myter når de
-besvarer Stortinget.  Men du trenger ikke bare tro på meg som kilde
-til påstanden om at Bitcoin ikke er anonymt.  Sondre Rønjom har
-<a href="http://blogg.nsm.stat.no/archives/3241">via Sikkerhetsbloggen
-hos Nasjonal Sikkerhetsmyndighet</a> uttalt følgende:</p>
-
-<p><blockquote>
-«At [bitcoin] i utgangspunktet
-<a href="http://arxiv.org/abs/1107.4524"><em>ikke</em> er anonymt</a>,
-kommer kanskje som en overraskelse på mange.»
-</blockquote></p>
-
-<p>Enhver bevegelse av Bitcoin er offentlig tilgjengelig for alle på
-Internet, og en må legge svært mye innsats inn hvis en skal hindre at
-nettverksanalyse av transaksjonsloggene kan brukes til å identifisere
-brukerne.  F.eks. kan en enkelt se hva jeg har mottatt til min
-offentliggjorte mottaksadresse ved å besøke blockexplorer og slå opp
-adressen
-<a href="http://blockexplorer.com/address/15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a>.
-Det virker dermed på meg ganske klart at å påstå at
-Bitcoin-transaksjoner er anonyme strengt tatt er å føre Stortinget bak
-lyset.</p>
-
-<p>Finansministeren er ikke den eneste som har latt seg forlede av
-medieomtalen.  I spørsmålet fra Hr. Solvik-Olsen skriver han at «For
-noen dager siden kom den første bitcoin-minibanken på Kypros», hvilket
-så vidt jeg har klart å finne ut ikke er riktig.  Det er annonsert
-planer om en slik minibank (fra
-<a href="http://www.bitcoinatm.com/">BitcoinATM</a>), men jeg finner
-intet tegn til at en slik minibank er utplassert noe sted.</p>
-
-<p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
-mine aktiviteter, så setter jeg pris på Bitcoin-donasjoner til min
-adresse
-<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Intel_SSD_520_Series_180_GB_with_Lenovo_firmware_still_lock_up_from_sustained_writes.html">Intel SSD 520 Series 180 GB with Lenovo firmware still lock up from sustained writes</a></div>
+      <div class="date">10th July 2013</div>
+      <div class="body"><p>A few days ago, I wrote about
+<a href="http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html">the
+problems I experienced with my new X230 and its SSD disk</a>, which
+was dying during installation because it is unable to cope with
+sustained write.  My supplier is in contact with
+<a href="http://www.lenovo.com/">Lenovo</a>, and they wanted to send a
+replacement disk to try to fix the problem.  They decided to send an
+identical model, so my hopes for a permanent fix was slim.</p>
+
+<p>Anyway, today I got the replacement disk and tried to install
+Debian Edu Wheezy with encrypted disk on it.  The new disk have the
+same firmware version as the original.  This time my hope raised
+slightly as the installation progressed, as the original disk used to
+die after 4-7% of the disk was written to, while this time it kept
+going past 10%, 20%, 40% and even past 50%.  But around 60%, the disk
+died again and I was back on square one.  I still do not have a new
+laptop with a disk I can trust.  I can not live with a disk that might
+lock up when I download a new
+<a href="http://www.skolelinux.org/">Debian Edu / Skolelinux</a> ISO or
+other large files.  I look forward to hearing from my supplier with
+the next proposal from Lenovo.</p>
+
+<p>The original disk is marked Intel SSD 520 Series 180 GB,
+11S0C38722Z1ZNME35X1TR, ISN: CVCV321407HB180EGN, SA: G57560302, FW:
+LF1i, 29MAY2013, PBA: G39779-300, LBA 351,651,888, LI P/N: 0C38722,
+Pb-free 2LI, LC P/N: 16-200366, WWN: 55CD2E40002756C4, Model:
+SSDSC2BW180A3L 2.5" 6Gb/s SATA SSD 180G 5V 1A, ASM P/N 0C38732, FRU
+P/N 45N8295, P0C38732.</p>
+
+<p>The replacement disk is marked Intel SSD 520 Series 180 GB,
+11S0C38722Z1ZNDE34N0L0, ISN: CVCV315306RK180EGN, SA: G57560-302, FW:
+LF1i, 22APR2013, PBA: G39779-300, LBA 351,651,888, LI P/N: 0C38722,
+Pb-free 2LI, LC P/N: 16-200366, WWN: 55CD2E40000AB69E, Model:
+SSDSC2BW180A3L 2.5" 6Gb/s SATA SSD 180G 5V 1A, ASM P/N 0C38732, FRU
+P/N 45N8295, P0C38732.</p>
+
+<p>The only difference is in the first number (serial number?), ISN,
+SA, date and WNPP values.  Mentioning all the details here in case
+someone is able to use the information to find a way to identify the
+failing disk among working ones (if any such working disk actually
+exist).</p>
 </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>. 
         
         
       </div>
@@ -682,27 +978,26 @@ adresse
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html">First Debian Edu / Skolelinux developer gathering in 2013 take place in Trondheim</a></div>
-      <div class="date">16th April 2013</div>
-      <div class="body"><p>This years first <a href="http://www.skolelinux.org/">Skolelinux /
-Debian Edu</a> developer gathering take place the coming weekend in Trondheim.
-Details about the gathering can be found
-<a href="http://www.friprogramvareiskolen.no/Gathering/2013-04-19-21-Trondheim">on
-the FRiSK wiki</a>.  The dates are 19-21th of April 2013, and online
-participation for those unable to make it in person is very welcome,
-and I plan to participate online myself as I could not leave Oslo this
-weekend.</p>
-
-<p>The focus of the gathering is to work on the web pages and project
-infrastructure, and to continue the work on the Wheezy based Debian
-Edu release.</p>
-
-<p>See you on <a href="irc://irc.debian.org/%23debian-edu">IRC, #debian-edu on irc.debian.org,</a> then?</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html">July 13th: Debian/Ubuntu BSP and Skolelinux/Debian Edu developer gathering in Oslo</a></div>
+      <div class="date"> 9th July 2013</div>
+      <div class="body"><p>The upcoming Saturday, 2013-07-13, we are organising a combined
+Debian Edu developer gathering and Debian and Ubuntu bug squashing
+party in Oslo.  It is organised by <a href="http://www.nuug.no/">the
+member assosiation NUUG</a> and
+<a href="http://www.skolelinux.org/">the Debian Edu / Skolelinux
+project</a> together with <a href="http://bitraf.no/">the hack space
+Bitraf</a>.</p>
+
+<p>It starts 10:00 and continue until late evening.  Everyone is
+welcome, and there is no fee to participate.  There is on the other
+hand limited space, and only room for 30 people.  Please put your name
+on <a href="http://wiki.debian.org/BSP/2013/07/13/no/Oslo">the event
+wiki page</a> if you plan to join us.</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>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <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>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>. 
         
         
       </div>
@@ -710,55 +1005,79 @@ Edu release.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Mer_innsyn_i_bakgrunnen_for_fjerning_av_ODF_fra_statens_standardkatalog.html">Mer innsyn i bakgrunnen for fjerning av ODF fra statens standardkatalog</a></div>
-      <div class="date"> 9th April 2013</div>
-      <div class="body"><p>For cirka en måned siden
-<ahref="http://people.skolelinux.org/pere/blog/Regjeringen__Fornyingsdepartementet_og_DIFI_g_r_inn_for___fjerne_ODF_som_obligatorisk_standard_i_det_offentlige.html">ba
-jeg om begrunnelse på nektet innsyn i dokumenter</a> om
-standardkatalogen fra Fornyingsdepartementet.  I dag fikk jeg svar fra
-Fornyingsdepartementet, og tilgang til dokumentene.  Jeg fikk både
-innsyn i vedlegg sendt fra DIFI, og også innsyn i et notat brukt
-internt i Fornyingsdepartementet:</p>
-
-<ul>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-Fornyingsdepartementet/sak-2012-2168/Oppsummering%20av%20h%f8ringen%20om%20endringer%20i%20forskrift%20om%20IT-standarder.pdf">Epost fra DIFI til Fornyingsdepartementet, datert 2012-11-23</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-Fornyingsdepartementet/sak-2012-2168/Oppsummering%20og%20anbefaling%20etter%20h%f8ring.pdf">vedlegg 1, Oppsummering og anbefalinger etter høring av endringer i forskrift om IT-standarer i offentlig forvaltning, datert 2012-11-23</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-Fornyingsdepartementet/sak-2012-2168/Vedlegg%20Om%20h%f8ringe.docx%20(L)(898066).pdf">Notat fra avdeling for IKT og fornying til statsråd i Fornyingsdepartementet om høringen, datert 2013-01-03</a></li>
-
-</ul>
-
-<p>Det bør nevnes at da jeg ble nektet innsyn hos mottaker
-Fornyingsdepartementet på høringsoppsummeringen som DIFI hadde sendt
-ut, spurte jeg DIFI om innsyn i stedet.  Det fikk jeg i løpet av et
-par dager.  Moralen er at hvis ikke mottaker ikke vil gi innsyn, spør
-avsender i stedet.  Kanskje de har forskjellig forståelse av hva som
-bør holdes skjult for folket.  Her er de tilsvarende dokumentene jeg
-fikk innsyn i fra DIFI:</p>
-
-<ul>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Epostforsendelse.pdf">Epost fra DIFI til Fornyingsdepartementet, datert 2012-11-23</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Vedlegg%201,%20Oppsummering%20av%20h%f8ring%20om%20endringer%20i%20forskrift%20om%20IT-standarder.pdf">vedlegg 1, Oppsummering og anbefalinger etter høring av endringer i forskrift om IT-standarer i offentlig forvaltning, datert 2012-11-23</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Vedlegg%202,%20Forslag%20til%20endringsforskrift.pdf">Vedlegg 2, Forslag til endringsforskrift, udatert</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Vedlegg%203%20Forskrift%20om%20IT-standarder%20i%20offentlig%20forvaltning.pdf">Vedlegg 3, Forskrift om IT-standarder i offentlig forvaltning, udatert</a></li>
-
-</ul>
-
-<p>Det jeg synes er mest interessant er endel av aktørene som
-protesterte på fjerningen (Kartverket, Drammen kommune), og hvordan
-høringsoppsummeringen ikke tar stilling til effekten av å fjerne ODF
-fra katalogen.</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html">The Thinkpad is dead, long live the Thinkpad X230?</a></div>
+      <div class="date"> 5th July 2013</div>
+      <div class="body"><p>Half a year ago, I reported that I had to find a
+<a href="http://people.skolelinux.org/pere/blog/Thank_you_Thinkpad_X41__for_your_long_and_trustworthy_service.html">replacement
+for my trusty old Thinkpad X41</a>.  Unfortunately I did not have much
+time to spend on it, and it took a while to find a model I believe
+will do the job, but two days ago the replacement finally arrived.  I
+ended up picking a
+<a href="http://www.linlap.com/lenovo_thinkpad_x230">Thinkpad X230</a>
+with SSD disk (NZDAJMN).  I first test installed Debian Edu Wheezy as
+a roaming workstation, and it seemed to work flawlessly.  But my
+second installation with encrypted disk was not as successful.  More
+on that below.</p>
+
+<p>I had a hard time trying to track down a good laptop, as my most
+important requirements (robust and with a good keyboard) are never
+listed in the feature list.  But I did get good help from the search
+feature at <a href="http://www.prisjakt.no/">Prisjakt</a>, which
+allowed me to limit the list of interesting laptops based on my other
+requirements.  A bit surprising that SSD disk are not disks according
+to that search interface, so I had to drop specifying the number of
+disks from my search parameters.  I also asked around among friends to
+get their impression on keyboards and robustness.</p>
+
+<p>So the new laptop arrived, and it is quite a lot wider than the
+X41.  I am not quite convinced about the keyboard, as it is
+significantly wider than my old keyboard, and I have to stretch my
+hand a lot more to reach the edges.  But the key response is fairly
+good and the individual key shape is fairly easy to handle, so I hope
+I will get used to it.  My old X40 was starting to fail, and I really
+needed a new laptop now. :)</p>
+
+<p>Turning off the touch pad was simple.  All it took was a quick
+visit to the BIOS during boot it disable it.</p>
+
+<p>But there is a fatal problem with the laptop.  The 180 GB SSD disk
+lock up during load.  And this happen when installing Debian Wheezy
+with encrypted disk, while the disk is being filled with random data.
+I also tested to install Ubuntu Raring, and it happen there too if I
+reenable the code to fill the disk with random data (it is disabled by
+default in Ubuntu).  And the bug with is already known.  It was
+reported to Debian as <a href="http://bugs.debian.org/691427">BTS
+report #691427 2012-10-25</a> (journal commit I/O error on brand-new
+Thinkpad T430s ext4 on lvm on SSD).  It is also reported to the Linux
+kernel developers as
+<a href="https://bugzilla.kernel.org/show_bug.cgi?id=51861">Kernel bugzilla
+report #51861 2012-12-20</a> (Intel SSD 520 stops working under load
+(SSDSC2BW180A3L in Lenovo ThinkPad T430s)). It is also reported on the
+Lenovo forums, both for
+<a href="http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T430s-Intel-SSD-520-180GB-issue/m-p/1070549">T430
+2012-11-10</a> and for
+<a href="http://forums.lenovo.com/t5/X-Series-ThinkPad-Laptops/x230-SATA-errors-with-180GB-Intel-520-SSD-under-heavy-write-load/m-p/1068147">X230
+03-20-2013</a>.  The problem do not only affect installation.  The
+reports state that the disk lock up during use if many writes are done
+on the disk, so it is much no use to work around the installation
+problem and end up with a computer that can lock up at any moment.
+There is even a
+<a href="https://git.efficios.com/?p=test-ssd.git">small C program
+available</a> that will lock up the hard drive after running a few
+minutes by writing to a file.</p>
+
+<p>I've contacted my supplier and asked how to handle this, and after
+contacting PCHELP Norway (request 01D1FDP) which handle support
+requests for Lenovo, his first suggestion was to upgrade the disk
+firmware.  Unfortunately there is no newer firmware available from
+Lenovo, as my disk already have the most recent one (version LF1i).  I
+hope to hear more from him today and hope the problem can be
+fixed. :)</p>
 </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>. 
         
         
       </div>
@@ -784,7 +1103,15 @@ fra katalogen.</p>
 
 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (6)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/09/">September (2)</a></li>
 
 </ul></li>
 
@@ -934,29 +1261,31 @@ fra katalogen.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (74)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (85)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (127)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (139)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (9)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (10)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (192)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (214)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (21)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (11)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (12)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (1)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (11)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (33)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (37)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (6)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (7)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (18)</a></li>
 
@@ -968,9 +1297,9 @@ fra katalogen.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (25)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (232)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (235)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (152)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (153)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (8)</a></li>
 
@@ -978,7 +1307,7 @@ fra katalogen.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (44)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (65)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (66)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
 
@@ -994,29 +1323,29 @@ fra katalogen.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (29)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (30)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (42)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (43)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (7)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (8)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (15)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (17)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (7)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (8)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (38)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (26)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (27)</a></li>
 
 </ul>