]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.html
Generated.
[homepage.git] / blog / index.html
index b9ae629db12e0855c1faa59823bd69e58cb7f274..bb3cd1213ba732ee8d50555fe848905098a8f9a3 100644 (file)
 
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html">Skolelinux 6 got a video review from Pcwizz</a></div>
-      <div class="date">17th March 2013</div>
-      <div class="body"><p>Via
-<a href="https://twitter.com/pcwizz/status/313044373262716930">twitter</a>
-I just discovered that <a href="http://pcwizz.net/">Pcwizz</a> have
-done a <a href="http://www.youtube.com/watch?v=wPzTZ61Pcuc">video
-review</a> on Youtube of <a href="http://www.skolelinux.no/">Skolelinux
-/ Debian Edu</a> version 6.  He installed the standalone profile and
-the video show a walk-through of of the menu content, demonstration of
-a few programs and his view of our distribution.</p>
-
-<p>There is also some really nice quotes (transcribed by me, might
-have heard wrong).  While looking thought the Graphics menu:</p>
-
-<blockquote>
-"Basically everything you ever need in a school environment."
-</blockquote>
-
-<p>And as a general evaluation of the entire distribution:</p>
-
-<blockquote>
-"So, yeah, a bit bloated.  It kept all the Debian stuff in there, just
-to keep it nice and GNU.  So, I do not want to go on about it, but
-lets give it 7 out of 10.  I am not going to use it.  That is because
-I am not deploying a school network.  There may be some mythical
-feature to help you deploy Skolelinux on a school network."
-</blockquote>
-
-<p>To bad he did not test the server profile, and discovered the PXE
-installation option.  It make it possible to install only the main
-server from CD, and the rest of the machines via the net, and might be
-considered the mythical feature he talk about. :)</p>
-
-<p>While looking through the menus, there is also this funny comment
-about the part of the K menu generated from the Debian menu subsystem:
-
-<blockquote>
-"[The K menu] have a special Debian section for software that no-one
-is going to look at, because it contain lots of junky stuff that you
-actually don't need in the education distribution, but have just been
-included because it isn't stripped out for some reason."
-</blockquote>
-
-<p>I guess it is yet another argument for merging the Debian menu and
-Gnome/KDE desktop menu entries into
-<a href="http://wiki.debian.org/Proposals/DebianMenuUsingDesktopEntries">one
-consistent menu system</a> instead of two incomplete and partly
-inconsistent menu systems.</p>
-
-<p>The entire video is available below for those accepting iframe
-embedding:</p>
-
-<iframe width="560" height="315" src="http://www.youtube.com/embed/wPzTZ61Pcuc" frameborder="0" allowfullscreen></iframe>
+      <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>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>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 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/video">video</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>
@@ -85,170 +156,283 @@ embedding:</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Til_frikanalens_st_ttespillere___fra_styret_i_Frikanalen.html">Til frikanalens støttespillere - fra styret i Frikanalen</a></div>
-      <div class="date">13th March 2013</div>
-      <div class="body"><p>Min venn Erik Vold har på vegne av styret i
-<a href="http://www.frikanalen.no/">Frikanalen</a> sendt ut
-<a href="http://lists.nuug.no/pipermail/frikanalen/2013-March/000054.html">følgende
-epost</a> til alle kanalens medlemmer og støttespillere, i et forsøk
-på å redde kanalen etter at kulturdepartementet kuttet all
-finansiering i fjor høst.  Jeg fikk meldingen som
-<a href="http://www.nuug.no/">NUUG</a>-styremedlem, og mener den
-trenger et større publikum.  Jeg gjengir den derfor i sin helhet,
-inkludert lenken til budsjett og regnskapsutkast, etter
-<a href="http://lists.nuug.no/pipermail/frikanalen/2013-March/000061.html">avtale
-med Erik</a>.</p>
-
-<p><blockquote>
-<p>Til Frikanalens støttespillere</p>
-
-<p>Frivillighetens TV kanal har med minimal støtte avviklet daglige
-sendinger siden 2009 og til tross for at statsstøtten uteble i år, er
-vi nå i full gang med å utvikle et nytt TV system som foreningen selv
-vil eie. Departementet fikk dessverre ikke med seg at nettet vil
-berike TV sendingen fremfor å gjøre den overflødig. De har nå overlatt
-finansieringen av videre drift til frivilligheten og vi håper derfor
-på deres hjelp til å søke om midler. På kjøpet får dere langt flere
-muligheter til å nå ut med deres budskap og med utbyggingen av Hybrid
-TV (nett på TV) kan vi sammen motbevise departementets påstand.</p>
-
-<p>Kostnaden med denne utviklingen er svært lav ettersom de fleste
-programmererne jobber gratis og alt er basert på åpen kildekode der
-man deler hverandres bidrag til kringkastingsorienterte systemer. I
-samarbeid med flere europeiske kanaler i EBU (SVT, BBC, NRK, ZDF, ARD,
-France Televisions etc) ønsker vi å bygge opp et nettverk for delt
-support og åpen kildekode der Frikanalen er den eneste sandkassen hvor
-ny teknologi kan testes på luft. Riks TV åpner for annonsering av
-nettinnhold relatert til det du ser på TV (streamevents i HbbTV)
-allerede i sommer. Med støtte fra Media Netwerk som drifter Frikanalen
-samt Sofia Digital som stiller med Hybrid TV server er vi & NRK sikret
-en sentral rolle i utprøvingen. Det vil da bli mulig og streame
-direkte til Riks TV sine nye mottakere (og nye IDTV'er) i HD samt at
-TV'n kan annonsere en link til deres organisasjonssider, med
-oppdaterte nyheter (RSS feeds), relaterte videoer etc., under
-avviklingen av deres innslag.</p>
-
-<p>Vi tror sendingene på den nye nettstyrte TV-kanalen vil bli rikere enn
-på den kommersielle plattformen vi har vært på så langt. Brukerne vil
-nå få en tettere integrasjon med sosiale medier samt at innholdet
-etterhvert kommer ut på Hybrid TV og mobile enheter. Teknisk ansvarlig
-i Frikanalen, Erik Vold, er sentral i utviklingen av streamingdelen
-for tv.nrk.no (årets produkt i PC World) og erfaringen NRK har gjort
-på mobile enheter kan videreføres til oss. Det er heller ingen tvil om
-at Hybrid TV vil bli en suksess også i Norge. Erik sitter i Nordig som
-har vedtatt en felles standard for de nordiske kringkasterne basert på
-HbbTV.  Denne standarden bruker web-protokoller som gjør det like
-enkelt og billig å utvikle tjenester for Hybrid TV som å lage en
-nettside. Samtlige nye TV apparater solgt i Norden vil ha støtte for
-HbbTV og med det tror vi oppslutningen vil bli like stor som ellers i
-Europa (Tyskland og Frankrike tredoblet antall HbbTV-brukere i
-fjor). Vi forventer også mye d rahjelp fra disse foregangslandene. Vår
-utvikler Tore Sinding Bekkedal er i skriv ende stund på en HbbTV
-workshop med EBU-medlemmer hos IRT i München der han på vegne av NRK
-tester og utvikler ny stremingteknologi (MPEG- DASH) for
-mobile enheter og hybrid TV.</p>
-
-<p>Frikanalen har forøvrig flyttet inn i nye kostnadsfrie lokaler på
-Chateau Neuf.  Med massiv hjelp fra frivillige får vi der en
-flerkameraregi i egnede lokaler. Dette åpner for debatter, konserter,
-events og mye spennende innhold i samarbeid med Student TV'ene.</p>
-
-<p>Med hjelp fra NUUG har også streamingdelen av systemet fått plass på
-Uninett (Forskningsparken) og dermed er vi på Norges beste
-internettlinjer. Vi åpner med dette for live mottak fra samtlige
-medlemmer og på sikt kan vi tilby HD på hybrid TV og PC / MAC / mobil.</p>
-
-<p>Avvikling på luft skjer allerede med egenutviklede løsninger i åpen
-kildekode (playout og live-koding). Det er også mulig å se første
-byggetrinn med programoversikt og videoer på nett, men foreløpig kun
-for nettleserne Opera, Chrome og Firefox:
-<a href="http://beta.frikanalen.tv/guide/">http://beta.frikanalen.tv/guide/</a>
-og
-<a href="http://beta.frikanalen.tv/video/">http://beta.frikanalen.tv/video/</a>. Kom
-gjerne med ønsker og tilbakemeldinger til vår hovedutvikler Benjamin
-Bruheim: grolgh (at) gmail.com</p>
-
-<p>Med en tettere tilknytning til Akademia og NRK, er det god grunn til å
-tro at utviklingen vil skyte fart og at vi raskere kommer ut med
-dagsaktuelt innhold.</p>
-
-<p>Vi sender i dag på Riks TV og Altibox, men ikke lenger på TV8. Det er
-viktig for våre brukere igjen å komme ut på Get og Canal Digital,
-dermed er det svært heldig at vi nå har formidlingsplikt på kabel. Til
-tross for at det tar noe tid å få nye avtaler på plass, med frivillig
-juridisk bistand, vil vi sannsynligvis komme bedre ut i andre enden
-også her.  Formidlingsplikten gjelder samtlige kabeldistribusjoner i
-Norge, ikke bare de regionene TV8 hadde avtale med.</p>
-
-<p>Om alt dette skal se dagens lys er vi avhengig av en
-grunnfinansiering. Deres medlemsavgifter er i så måte et svært viktig
-bidrag som vi er veldig takknemlige for.  Vi ser oss likevel nødt til
-å be dere om å delta i arbeidet med å dekke de resterende
-driftskostnader. Frikanalen sin arbeidskapasitet er betydelig redusert
-etter at foreningen ikke lenger kunne finansiere en daglig leder, men
-allmøtet kan åpne for at flere bidrar til inntjening (Ekstraordinær
-generalforsamling foreslo å tillate sponsorplakater på sendeflaten og
-deler av disse inntektene kan tilfalle kanalen).  Håper alle
-medlemmene kan hjelpe oss med å skrive søknader og skaffe sponsorer,
-eller i det minste komme med gode forslag til inntjening. Det er ikke
-mye som skal til for å klare videre drift, kun 0,5 mill. pr år.</p>
-
-<p>Med en støtte som tilsvarer en norsk kortfilm vil vi kunne redde
-sendearkivet for flere tusen videoer bygget opp av frivilligheten
-gjennom 5 år og vi dobler kapasiteten for å ta imot nye (De som
-leverer HD vil for øvrig kunne få HD på nett, mobil og hybrid TV).</p>
-
-<p>Vi vil også kunne videreføre konsesjonen på Riks TV og realisere en
-formidlingsplikt på kabel som har en årlig verdi på ca. 5 millioner
-kroner (når over 2/3 av Norges befolkning).</p>
-
-<p>Uten støtte står verdens eneste nasjonale nettstyrte åpne TV kanal i
-fare for å forsvinne. En konkursbegjæring vil gjøre at utstyrsparken
-går til advokatsalærer i behandling av boet og kreditorene vil ikke
-kunne få dekket sine krav. Det mener vi ikke bare er urett ovenfor
-långiverne, men det er urett mot alle de som har bidratt med å bygge
-opp frivillighetens eneste sendearkiv og ikke minst alle de som i dag
-jobber frivillig med å videreutvikle TV-systemet.</p>
-
-<p>Håper dere i likhet med styret ser verdien i videre drift og kan melde
-tilbake innen årsmøtet (Kontaktinformasjon til styret og frivillige
-utviklere er i kopifeltet).</p>
-
-<p>Vennligst fyll ut det blå feltet i regnearket under med det dere tror
-er mulig å få inn. Det dere skriver her er ikke bindende, men gir
-styret en indikasjon på om videre drift er mulig. Det blir tatt
-stilling til av generalforsamlingen medio mars. Setter derfor pris på
-om alle kan bidra med forslag til støtte eller antatte verdier fra
-søknad/spons innen det.</p>
-
-<p>Forhåpentligvis når vi også ønsket budsjett på 1 mill. pr år. Med det
-kan vi nedbetale gjelden raskere og sørge for en bedre
-tilgjengelighet, samt raskere utvikling:</p>
-
-<p><a href="https://docs.google.com/spreadsheet/ccc?key=0AouVL_e9_H1QdDgyX01kbElvcWI0UjFQbVNGbFIyUmc&usp=sharing#gid=0">https://docs.google.com/spreadsheet/ccc?key=0AouVL_e9_H1QdDgyX01kbElvcWI0UjFQbVNGbFIyUmc&usp=sharing#gid=0</a></p>
-
-<p>Med vennlig hilsen
-<br>Styret i Frikanalen</p>
-</blockquote></p>
-
-<p>Jeg håper noen av mine lesere med dette ser verdien av Frikanalen
-og melder seg inn for å sende sine videoer ut på TV til RiksTV og
-Altibox-seerne.  Det haster. Årsmøtet i foreningen Frikanalen skal
-straks avholdes, og innen den tid må en redningsplan være på plass.
-NUUG bidrar allerede litt ved å organisere utviklersamlinger og
-finansiere litt mat og drikke til de frivillige som stiller opp på
-dugnadsbasis for å utvikle den tekniske løsningen.  Det er ikke nok
-til å redde kanalen, men gir et lite steg i riktig retning.</p>
-
-<p><strong>Update 2013-03-13 13:00</strong>: Epostlistelenkene
-fungerer ikke lenger, da epostarkivet nå ikke lenger er tilgjengelig
-for ikke-abonnenter.  Korrigerte teksten fra styret litt etter
-oppfordring fra Frikanalen-styret.</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>
+
+<tr class="ukjent"><td>20.</td>
+<td>Kjell Omdal Erichsen (1978), Sagene</td>
+<td>Ikke til stede</td></tr>
+
+<tr class="ukjent"><td>21.</td>
+<td>Saida R. Begum (1987), Grünerløkka</td>
+<td>Ikke til stede</td></tr>
+
+<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>
+
+<tr class="ukjent"><td> 8.</td>
+<td>Prableen Kaur (1993), Grorud</td>
+<td>Ikke til stede</td></tr>
+
+<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/frikanalen">frikanalen</a>, <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/video">video</a>. 
+        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>
@@ -256,40 +440,138 @@ oppfordring fra Frikanalen-styret.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Osloskolen_bryter_loven_n_r_de_sender_politihunder_inn_i_klasserom_med_elever.html">Osloskolen bryter loven når de sender politihunder inn i klasserom med elever</a></div>
-      <div class="date">10th March 2013</div>
-      <div class="body"><p>Om noen år skal mine barn antagelig begynne på skolen i Oslo.  Der
-skal de blant annet lære seg å verdsette og håndheve sine egne grenser
-og beskytte sin personlige integritet og privatsfære.  Det blir ikke
-enkelt når ledelsen i Osloskolen med vitende og vilje legger opp til å
-krenke elevenes privatsfære ved å la politiet ransake elevene med
-narkohund i klasserommet.  Jon Wessel-Aas har publisert noen
-interessante kommentarer om hvorfor dette er ulovlig.
+      <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><a href="http://www.uhuru.biz/?p=1293">Bruk av narkohund i
-    klasserom – fra vondt til verre</a> (2013-03-09)</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><a href="http://www.uhuru.biz/?p=1018">Ulovlig og
-    menneskerettsstridig bruk av narkohund i klasserom</a>
-    (2012-03-12)</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>Jeg er veldig glad for at han bidrar med argumenter og forklaringer
-vi foreldre kan ta med oss når vi skal protestere på og få en slutt på
-denne forkastelige praksisen.  Narkotikaproblemet må adresseres på
-andre måter som ikke krenker barn og ungdoms integritet.  Jeg ønsker
-ikke at mine barn skal læres opp til å akseptere radering av
-privatlivets fred, men heller at de skal læres opp til å sloss imot
-den innføringen av stadig mer totalitær overvåkning som har pågått
-over mange år i Norge.  </p>
+<p><strong>Known issues</strong></p>
+
+<ul>
+
+<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.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: 7a8408ead59cf7e3cef25afb6e91590b
+<br>The SHA1SUM of this image is: f1817c031f02790d5edb3bfa0dcf8451088ad119</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>
 </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>. 
+        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>
@@ -297,102 +579,34 @@ over mange år i Norge.  </p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/First_Skolelinux___Debian_Edu_Squeeze_update_released.html">First Skolelinux / Debian Edu Squeeze update released</a></div>
-      <div class="date"> 8th March 2013</div>
-      <div class="body"><p>Last Sunday, 2013-03-03,, Holger Levsen announced the first update
-of <a href="http://www.skolelinux.org/">Skolelinux / Debian Edu</a>
-based on Debian Squeeze.  This is the first update since
-<a href="http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html">the
-initial release 2012-03-11</a>.  This is the
-<a href="http://lists.debian.org/debian-edu-announce/2013/03/msg00000.html">release
-announcement email from Holger</a>:</p>
-
-<blockquote><p>Hi,</p>
-
-<p>it's my pleasure to announce the immediate availability of Debian
-Edu 6.0.7+r1 ("Debian Edu Squeeze").</p>
-
-<p>Debian Edu 6.0.7+r1 is an incremental update to Debian Edu
-6.0.4+r0, containing all the changes between Debian 6.0.4 and 6.0.7 as
-well Debian Edu specific bugfixes and enhancements. See below (in this
-mail) for the full list of (edu) changes.  Please see
-<a href="http://www.debian.org/News/2012/20120311">http://www.debian.org/News/2012/20120311</a>
-for more information on "Debian Edu Squeeze".</p>
-
-<p>Images are available for download at
-<a href="http://ftp.skolelinux.org/skolelinux-cd/">http://ftp.skolelinux.org/skolelinux-cd/</a></p>
-
-<p>md5sums:
-<br>1fe79eb4f0f9ae1c58fc318e26cc1e2e  debian-edu-6.0.7+r1-CD.iso
-<br>a6ddd924a8bd9a1b5ca122e8fe1c34ec  debian-edu-6.0.7+r1-DVD.iso
-<br>ac6c72cd7925ccec51bfbf58e2a7c69c  debian-edu-6.0.7+r1-source-DVD.iso</p>
-
-<p>sha1sums:
-<br>a4b58233b672a99c7df8dc24fb6de3327654a5c3  debian-edu-6.0.7+r1-CD.iso
-<br>9b524915e0ff2aa793f13d93123e5bd2bab2dbaa  debian-edu-6.0.7+r1-DVD.iso
-<br>43997614893fc5e9e59ad6ce066b05d07fd836fa  debian-edu-6.0.7+r1-source-DVD.iso</p>
-
-<p>These images are suitable for amd64+i386.</p>
-
-<p>Changes for Debian Edu 6.0.7+r1 Codename "Squeeze", released
-2013-03-03:</p>
-
-<ul>
-  <li>sitesummary was updated from 0.1.3 to 0.1.8
-  <ul>
-        <li>Make Nagios configuration more robust and efficient</li>
-        <li>Comply with 3.X kernel</li>
-  </ul></li>
-  <li>debian-edu-doc from 1.4~20120310~6.0.4+r0 to 1.4~20130228~6.0.7+r1
-  <ul>
-        <li>Minor updates from the wiki</li>
-        <li>Danish translation now complete</li>
-  </ul></li>
-  <li>debian-edu-config from 1.453 to 1.455
-     <ul>
-        <li>Fix /etc/hosts for LTSP diskless workstations. Closes: #699880</li>
-        <li>Make ltsp_local_mount script work for multiple devices.</li>
-        <li>Correct Kerberos user policy: don't expire password after 2 days.
-                Closes: #664596</li>
-        <li>Handle '#' characters in the root or first users password.
-                Closes: #664976</li>
-        <li>Fixes for gosa-sync:
-           <ul>
-                <li>Don't fail if password contains "</li>
-                <li>Don't disclose new password string in syslog</li>
-           </ul></li>
-        <li>Fixes for gosa-create:
-           <ul>
-                <li>Invalidate libnss cache before applying changes</li>
-                <li>Multiple failures during mass user import into GOsa²</li>
-                <li>gosa-netgroups plugin: don't erase entries of attribute type
-                         "memberNisNetgroup". Closes: #687256</li>
-                <li>First user now uses the same Kerberos policy as all other users</li>
-           </ul></li>
-        <li>Add Danish web page</li>
-    </ul>
-  <li>debian-edu-install from 1.528 to 1.530
-    <ul>
-        <li>Improve preseeding support and documentation</li>
-    </ul></li>
-</ul>
-        
-<p>End-user documentation in English is available at
-<a href="http://wiki.debian.org/DebianEdu/Documentation/Squeeze/">http://wiki.debian.org/DebianEdu/Documentation/Squeeze/</a>
-- translations to French, Italian, Danish and German are available in
-the debian-edu-doc package. (Other languages could use your help!)</p>
-
-<p>If you want to contribute to Debian Edu, please join our
-mailinglist
-<a href="http://lists.debian.org/debian-edu/">debian-edu@lists.debian.org</a>!
-</p></blockquote>
-
-<p>I am very happy to see the fruits of a year of hard work. :)</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 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>
@@ -400,58 +614,57 @@ mailinglist
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Frikanalen___Complete_TV_station_organised_using_the_web.html">Frikanalen - Complete TV station organised using the web</a></div>
-      <div class="date"> 3rd March 2013</div>
-      <div class="body"><p>Do you want to set up your own TV station, schedule videos and
-broadcast them on the air?  Using free software?  With video on demand
-support using
-<a href="http://www.digistan.org/open-standard:definition">free and
-open standards</a>?  Included a web based video stream as well?  And
-administrate it all in your web browser from anywhere in the world?  A
-few years now the Norwegian public access TV-channel
-<a href="http://www.frikanalen.no/">Frikanalen</a> have been building a
-system to do just this.  The source code for the solution is licensed
-using the GNU LGPL, and
-<a href="http://github.com/Frikanalen">available from github</a>.</p>
-
-<p>The idea is simple.  You upload a video file over the web, and
-attach meta information to the file.  You select a time slot in the
-program schedule, and when the time come it is played on the air and
-in the web stream.  It is also made available in a video on demand
-solution for anyone to see it also outside its scheduled time.  All
-you need to run a TV station - using your web browser.</p>
-
-<p>There are several parts to this web based solution.  I'll mention
-the three most important ones.  The first part is the database of
-videos and the schedule.  This is written in Django and include a REST
-API.  The current database is SQLite, but the plan is to migrate it to
-PostgreSQL.  At the moment this system can be tested on
-<a href="http://beta.frikanalen.tv/">beta.frikanalen.tv</a>.  The
-second part is the video playout, taking the schedule information from
-the database and providing a video stream to broadcast.  This is done
-using <a href="http://www.casparcg.com/">CasparCG from SVT</a> and
-<a href="http://www.mltframework.org/">Media Lovin' Toolkit</a>.  Video
-signal distribution is handled using
-<a href="http://www.ob-encoder.com/">Open Broadcast Encoder</a>.  The
-third part is the converter, handling the transformation of uploaded
-video files to a format useful for broadcasting, streaming and video
-on demand.  It is still very much work in progress, so it is not yet
-decided what it will end up using.  Note that the source of the latter
-two parts are not yet pushed to github.  The lead author want to clean
-them up a bit more first.</p>
-
-<p>The development is coordinated on the
-<a href="irc://irc.freenode.net/%23frikanalen">#frikanalen IRC
-channel</a> (irc.freenode.net), and discussed on
-<a href="http://lists.nuug.no/mailman/listinfo/frikanalen">the
-frikanalen mailing list</a>. The lead developer is Benjamin Bruheim
-(phed on IRC).  Anyone is welcome to participate in the
-development.</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/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</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>
@@ -459,35 +672,137 @@ development.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Dr__Richard_Stallman__founder_of_Free_Software_Foundation__give_a_talk_in_Oslo_March_1st_2013.html">Dr. Richard Stallman, founder of Free Software Foundation, give a talk in Oslo March 1st 2013</a></div>
-      <div class="date">27th February 2013</div>
-      <div class="body"><p>Dr. <a href="http://www.stallman.org/">Richard Stallman</a>,
-founder of <a href="http://www.fsf.org/">Free Software Foundation</a>,
-is giving <a href="http://www.nuug.no/aktiviteter/20130301-rms/">a
-talk in Oslo March 1st 2013 17:00 to 19:00</a>.  The event is public
-and organised by <a href="">Norwegian Unix Users Group (NUUG)</a>
-(where I am the chair of the board) and
-<a href="http://www.friprog.no/">The Norwegian Open Source Competence
-Center</a>.  The title of the talk is «The Free Software Movement and
-GNU», with this description:
-
-<p><blockquote>
-The Free Software Movement campaigns for computer users' freedom to
-cooperate and control their own computing. The Free Software Movement
-developed the GNU operating system, typically used together with the
-kernel Linux, specifically to make these freedoms possible.
-</blockquote></p>
-
-<p>The meeting is open for everyone.  Due to space limitations, the
-doors opens for NUUG members at 16:15, and everyone else at 16:45.  I
-am really curious how many will show up.  See
-<a href="http://www.nuug.no/aktiviteter/20130301-rms/">the event
-page</a> for the location details.</p>
+      <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><strong>New features for Debian Edu 7.1+edu0~b0 released
+2013-07-27</strong></p>
+
+<p>These are the release notes for for Debian Edu / Skolelinux
+7.1+edu0~b0, 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, 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><strong>Software updates</strong></p>
+
+<ul>
+
+<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>
+
+</ul>
+
+<p><strong>Other changes</strong></p>
+
+<ul>
+
+<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>
+
+</ul>
+
+<p><strong>Known issues</strong></p>
+
+<ul>
+
+<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>
+
+<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~b0-CD.iso">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso</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>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso .</li>
+
+</ul>
+
+<p>The MD5SUM of this image is: 55d5de9765b6dccd5d9ec33cf1a07109
+<br>The SHA1SUM of this image is: 996a1d9517740e4d627d100de2d12b23dd545a3f</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.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>The MD5SUM of this image is: d8f0818c51a78d357de794066f289f69
+<br>The SHA1SUM of this image is: 49185ca354e8d0543240423746924f76a6cee733</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>
 </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</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>. 
+        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>
@@ -495,91 +810,112 @@ page</a> for the location details.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html">Skolelinux-intervju: Helge Tore Høyland</a></div>
-      <div class="date">22nd February 2013</div>
-      <div class="body"><p>Etter en lang pause og travle uker har jeg endelig klart å få
-samlet et nytt intervju med en av folkene i
-<a href="http://www.skolelinux.org/">Skolelinux</a>-miljøet.
-Denne gang er det Helge Tore Høyland, en mangeårig bidragsyter på
-epostlistene og ellers i prosjektet.</p>
-
-<p><strong>Hvem er du, og hva driver du med til daglig?</strong></p>
-
-<p>Eg er IT-konsulent/teknikker hjå eit firma i Steinkjer med navn
-<a href="http://unoit.no/">Uno IT</a>.  Uno IT er eit lite firma som
-drifter nettverk og maskiner for små og mellomstore firma
-Steinkjer-området. Per dags dato er me 2 ansatte. Min faglege bakgrunn
-er Fagbrev som it-teknikker, samt nokre fag innen nettverk- og
-server-drift frå HiST og NTNU. Dagleg arbeid består i oppsett av nye
-maskiner og hjelp til sluttbrukere, samt oppsett og vedlikehold av eit
-vidt spekter av fagsystemer ute hjå kunder. Erfaring med Skolelinux
-har eg hatt i forbindelse med drifting av
-<a href="http://www.bjorkly.no/">Bjørkly skule</a>, ein privat
-grunnskule i Namsos-området.  I dag har skulen 65 elever, 15 lærere, 1
-hovedserver og ca 60 klienter som kjører halvtjukt.  Eg har bygd og
-driftet systemet sidan summaren 2006.</p>
-
-<p><strong>Hvordan kom du i kontakt med Skolelinux-prosjektet?</strong></p>
-
-<p>Eg kom i kontakt med Skolelinux-prosjektet via ein artikkel i eit
-fagblad, som eg ikkje lenger hugsar namnet på.  I og med at eg allereie
-hadde pusla med nettverk for ein annan skule, fatta eg straks
-interesse for prosjektet.</p>
-
-<p><strong>Hva er fordelene med Skolelinux slik du ser det?</strong></p>
-
-<p>Fordelane med Skolelinux er sentralisert administrasjon og svært
-mange gode verktøy «ut av boksen». Veldig kjekt å kunne drifte 60
-klientar med berre å «bry» seg med ein server. Levetid for systemets
-hardware er og ein veldig fin effekt. I tillegg kjem fordelar som økt
-sikkerhet og mindre lisenskostnader. Etter min erfaring er det og
-mykje mindre driftskostnader med eit slikt system enn konkurrerande
-system, pga enkelhet med sentralisert administrasjon. På grunn av at
-Skolelinux er basert på Debian er det òg svært stabilt.</p>
-
-<p><strong>Hva er ulempene med Skolelinux slik du ser det?</strong></p>
-
-<p>Ulemper er mangel på vilje til å følge standarer ute i markedet,
-som fører til mangel på støtte til nokre mykje brukte ting. Flash og
-Java er typiske eksempel. Sidan Debian satsar på stabilitet framfor å
-ha nyeste pakke av eit program, kan ein i nokre tilfeller kome borti
-at program vert «for gamle». Det er spesielt nettlesaren som er
-utsett. Mangel på vilje til å utvikle pedagogisk programvare, i Noreg,
-for «alle» platformer fører òg til noko hovudbry.</p>
-
-<p><strong>Hvilken fri programvare bruker du til daglig?</strong></p>
-
-<p>Til dagleg bruker eg svært mange forskjellige «fri programvare»
-program.  Firefox, Thunderbird, Freecommander, ImgBurn, Clonezilla,
-OCS inventory, Icinga, Skolelinux, SystemRescueCD og mykje meir.</p>
-
-<p><strong>Hvilken strategi tror du er den rette å bruke for å få
-skoler til å ta i bruk fri programvare?</strong></p>
-
-<p>Strategisk må ein fokusere på at sluttbruker eigentleg ikkje er så
-fokusert på at det er fri programvare men at det skal «berre fungere».
-Gjer det enkelt å bruker og ikkje minst å administrere. For Skolelinux
-sin del må ein få eit betre fokus på overganger. Utbytting av servere
-må gå meir automatisk, import og eksport av brukerbase og maskinbase
-med meir må kunne gå enkelt og oppgradering til neste versjon må bli
-mykje meir automatisk og gjennomtesta. Ein må unngå at ein må sette
-opp frå start når ein byter ut ein server eller oppgraderer til neste
-versjon. For å få Skolelinux til å bli eit betre alternativ for skular
-må ein ha fokus på nettlesaren. Denne må bli «up to date» og støtte
-dei protokollar og tillegg som vert brukt av forlag med meir.  Etter
-kvart som meir og meir blir flytta ut i «skya» vert dette viktigare og
-viktigare. Ein kunne ynskje og jobbe for at forlag med fleire tar i
-bruk opne standarer, men inntil det skjer, må systemet kunne brukast
-mot desse fagsystema.</p>
-
-<p>For meg har prosjektet med Skolelinux vore ein svært artig og
-lærerik prosess. Miljøet rundt er ikkje enormt stort, dog stort nok,
-men det er svært hjelpevillig og engasjert.</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>
+
+<ul>
+
+<li>Set up cryptsetup to pass TRIM commands to the physical disk
+    (adding discard to /etc/crypttab)</li>
+
+<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>
+
+<li>Set relatime as a file system option for ext3 and ext4 file
+    systems.</li>
+
+<li>Tell swap to use TRIM commands by adding 'discard' to
+    /etc/fstab.</li>
+
+<li>Change I/O scheduler from cfq to deadline using a udev rule.</li>
+
+<li>Run fstrim on every ext3 and ext4 file system every night (from
+    cron.daily).</li>
+
+<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>
+
+</ul>
+
+<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/intervju">intervju</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</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>
@@ -587,27 +923,54 @@ men det er svært hjelpevillig og engasjert.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Frikart___Free_Garmin_maps_for_European_countries_based_on_OpenStreetmap.html">Frikart - Free Garmin maps for European countries based on OpenStreetmap</a></div>
-      <div class="date">15th February 2013</div>
-      <div class="body"><p>If you, like me, want an updated a map for your Garmin GPS, there is
-now a great source of free maps available from
-<a href="http://www.frikart.no/garmin/index.html">Frikart</a>.  To
-download a map, just click on the country you are interested in, and
-download the map type you want.  There are 8 different maps available,
-using different colours and data selection.  Pick one of Roadmap, Topo
-Summer, Topo Winter, Roadmap II, Topo Summer II, Topo Winter II,
-"Trails - overlay map" and "Cross country - overlay map" (see the web
-page for descriptions).</p>
-
-<p>The maps are updated weekly, so if you find something wrong in the
-map you can just edit the
-<a href="http://www.openstreetmap.org/">OpenStreetmap</a> map source
-(anyone can contribute) and fetch a fixed map a week later. :)</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/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/kart">kart</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,90 +978,26 @@ map you can just edit the
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html">"Electronic" paper invoices - using vCard in a QR code</a></div>
-      <div class="date">12th February 2013</div>
-      <div class="body"><p>Here in Norway, electronic invoices are spreading, and the
-<a href="http://www.anskaffelser.no/e-handel/faktura">solution promoted
-by the Norwegian government</a> require that invoices are sent through
-one of the approved facilitators, and it is not possible to send
-electronic invoices without an agreement with one of these
-facilitators.  This seem like a needless limitation to be able to
-transfer invoice information between buyers and sellers.  My preferred
-solution would be to just transfer the invoice information directly
-between seller and buyer, for example using SMTP, or some HTTP based
-protocol like REST or SOAP.  But this might also be overkill, as the
-"electronic" information can be transferred using paper invoices too,
-using a simple bar code.  My bar code encoding of choice would be QR
-codes, as this encoding can be read by any smart phone out there.  The
-content of the code could be anything, but I would go with
-<a href="http://en.wikipedia.org/wiki/VCard">the vCard format</a>, as
-it too is supported by a lot of computer equipment these days.</p>
-
-<p>The vCard format support extentions, and the invoice specific
-information can be included using such extentions.  For example an
-invoice from SLX Debian Labs (picked because we
-<a href="http://www.linuxiskolen.no/slxdebianlabs/donations.html">ask
-for donations to the Debian Edu project</a> and thus have bank account
-information publicly available) for NOK 1000.00 could have these extra
-fields:</p>
-
-<p><pre>
-X-INVOICE-NUMBER:1
-X-INVOICE-AMOUNT:NOK1000.00
-X-INVOICE-KID:123412341234
-X-INVOICE-MSG:Donation to Debian Edu
-X-BANK-ACCOUNT-NUMBER:16040884339
-X-BANK-IBAN-NUMBER:NO8516040884339
-X-BANK-SWIFT-NUMBER:DNBANOKKXXX
-</pre></p>
-
-<p>The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow
-answer regarding
-<a href="http://stackoverflow.com/questions/10045664/storing-bank-account-in-vcard-file">how
-to put bank account information into a vCard</a>.  For payments in
-Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be
-used to pass on information to the seller when paying the invoice.</p>
-
-<p>The complete vCard could look like this:</p>
-
-<p><pre>
-BEGIN:VCARD
-VERSION:2.1
-ORG:SLX Debian Labs Foundation
-ADR;WORK:;;Gunnar Schjelderups vei 29D;OSLO;;0485;Norway
-URL;WORK:http://www.linuxiskolen.no/slxdebianlabs/
-EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no
-REV:20130212T095000Z
-X-INVOICE-NUMBER:1
-X-INVOICE-AMOUNT:NOK1000.00
-X-INVOICE-MSG:Donation to Debian Edu
-X-BANK-ACCOUNT-NUMBER:16040884339
-X-BANK-IBAN-NUMBER:NO8516040884339
-X-BANK-SWIFT-NUMBER:DNBANOKKXXX
-END:VCARD
-</pre></p>
-
-<p>The resulting QR code created using
-<a href="http://fukuchi.org/works/qrencode/">qrencode</a> would look
-like this, and should be readable (and thus checkable) by any smart
-phone, or for example the <a href="http://zbar.sourceforge.net/">zbar
-bar code reader</a> and feed right into the approval and accounting
-system.</p>
-
-<p><img src="http://people.skolelinux.org/pere/blog/images/2013-02-12-qr-invoice.png"></p>
-
-<p>The extension fields will most likely not show up in any normal
-vCard reader, so those parts would have to go directly into a system
-handling invoices.  I am a bit unsure how vCards without name parts
-are handled, but a simple test indicate that this work just fine.</p>
-
-<p><strong>Update 2013-02-12 11:30</strong>: Added KID to the proposal
-based on feedback from Sturle Sunde.</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/english">english</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/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>
@@ -706,99 +1005,79 @@ based on feedback from Sturle Sunde.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Litt_statistikk_over_offentlige_anbud_annonsert_via_Doffin_siden_2008.html">Litt statistikk over offentlige anbud annonsert via Doffin siden 2008</a></div>
-      <div class="date">11th February 2013</div>
-      <div class="body"><p>For et halvt år siden
-<a href="http://people.skolelinux.org/pere/blog/SQL_database_med_anbud_publisert_p__Doffin.html">satte
-jeg opp et system for å lage en database</a> med informasjon om
-offentlige anbud fra <a href="http://www.doffin.no/">Doffin</a> ved
-<a href="https://scraperwiki.com/scrapers/norwegian-doffin/">hjelp av
-Scraperwiki</a>.  Nå er databasen så vidt jeg kan se komplett, med
-data helt tilbake til 2008.  Her er litt statistikk over
-<a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=norwegian-doffin&query=select%20strftime(%22%25Y-%25m%22%2C%20publishdate)%20as%20publishmonth%2C%20count(*)%20from%20%60swdata%60%20group%20by%20publishmonth%20order%20by%20publishmonth%20desc">antall
-anbud publisert hver måned</a>:</p>
-
-<p><table border="1">
-<tr> <th>Publiseringsmåned</th> <th>Antall</th> </tr>
-<tr> <td>2013-01</td> <td>1015</td> </tr>
-<tr> <td>2012-12</td> <td>756</td> </tr>
-<tr> <td>2012-11</td> <td>979</td> </tr>
-<tr> <td>2012-10</td> <td>1093</td> </tr>
-<tr> <td>2012-09</td> <td>1023</td> </tr>
-<tr> <td>2012-08</td> <td>951</td> </tr>
-<tr> <td>2012-07</td> <td>1103</td> </tr>
-<tr> <td>2012-06</td> <td>1334</td> </tr>
-<tr> <td>2012-05</td> <td>1435</td> </tr>
-<tr> <td>2012-04</td> <td>1169</td> </tr>
-<tr> <td>2012-03</td> <td>1573</td> </tr>
-<tr> <td>2012-02</td> <td>1335</td> </tr>
-<tr> <td>2012-01</td> <td>1147</td> </tr>
-<tr> <td>2011-12</td> <td>1045</td> </tr>
-<tr> <td>2011-11</td> <td>1114</td> </tr>
-<tr> <td>2011-10</td> <td>1230</td> </tr>
-<tr> <td>2011-09</td> <td>1165</td> </tr>
-<tr> <td>2011-08</td> <td>966</td> </tr>
-<tr> <td>2011-07</td> <td>1148</td> </tr>
-<tr> <td>2011-06</td> <td>1410</td> </tr>
-<tr> <td>2011-05</td> <td>1536</td> </tr>
-<tr> <td>2011-04</td> <td>1350</td> </tr>
-<tr> <td>2011-03</td> <td>1574</td> </tr>
-<tr> <td>2011-02</td> <td>1370</td> </tr>
-<tr> <td>2011-01</td> <td>1049</td> </tr>
-<tr> <td>2010-12</td> <td>992</td> </tr>
-<tr> <td>2010-11</td> <td>1089</td> </tr>
-<tr> <td>2010-10</td> <td>1110</td> </tr>
-<tr> <td>2010-09</td> <td>1132</td> </tr>
-<tr> <td>2010-08</td> <td>883</td> </tr>
-<tr> <td>2010-07</td> <td>1126</td> </tr>
-<tr> <td>2010-06</td> <td>1440</td> </tr>
-<tr> <td>2010-05</td> <td>1236</td> </tr>
-<tr> <td>2010-04</td> <td>1249</td> </tr>
-<tr> <td>2010-03</td> <td>1556</td> </tr>
-<tr> <td>2010-02</td> <td>1256</td> </tr>
-<tr> <td>2010-01</td> <td>1140</td> </tr>
-<tr> <td>2009-12</td> <td>1013</td> </tr>
-<tr> <td>2009-11</td> <td>1220</td> </tr>
-<tr> <td>2009-10</td> <td>1320</td> </tr>
-<tr> <td>2009-09</td> <td>1294</td> </tr>
-<tr> <td>2009-08</td> <td>953</td> </tr>
-<tr> <td>2009-07</td> <td>1162</td> </tr>
-<tr> <td>2009-06</td> <td>1605</td> </tr>
-<tr> <td>2009-05</td> <td>1568</td> </tr>
-<tr> <td>2009-04</td> <td>1522</td> </tr>
-<tr> <td>2009-03</td> <td>1599</td> </tr>
-<tr> <td>2009-02</td> <td>1376</td> </tr>
-<tr> <td>2009-01</td> <td>1080</td> </tr>
-<tr> <td>2008-12</td> <td>1028</td> </tr>
-<tr> <td>2008-11</td> <td>949</td> </tr>
-<tr> <td>2008-10</td> <td>1047</td> </tr>
-<tr> <td>2008-09</td> <td>965</td> </tr>
-<tr> <td>2008-08</td> <td>725</td> </tr>
-<tr> <td>2008-07</td> <td>1015</td> </tr>
-<tr> <td>2008-06</td> <td>1304</td> </tr>
-<tr> <td>2008-05</td> <td>323</td> </tr>
-</table></p>
-
-<p>Her er tilsvarende
-<a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=norwegian-doffin&query=select%20strftime(%22%25Y%22%2C%20publishdate)%20as%20publishyear%2C%20count(*)%20from%20%60swdata%60%20group%20by%20publishyear%20order%20by%20publishyear%20desc">tall
-per år</a>, som viser en liten nedgang i antall anbud:</p>
-
-<table border="1">
-<tr> <th>Publiseringsår</th> <th>Antall</th> </tr>
-<tr> <td>2012</td> <td>13898</td> </tr>
-<tr> <td>2011</td> <td>14957</td> </tr>
-<tr> <td>2010</td> <td>14209</td> </tr>
-<tr> <td>2009</td> <td>15712</td> </tr>
-<tr> <td>2008</td> <td>7356</td> </tr>
-</table></p>
-
-<p>Jeg droppet den ufullstendige måneden og året fra tabellen.  Se
-lenken for oppdaterte tall.</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/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">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>. 
         
         
       </div>
@@ -820,7 +1099,19 @@ lenken for oppdaterte tall.</p>
 
 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (5)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
+
+<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 (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>
 
@@ -964,35 +1255,37 @@ lenken for oppdaterte tall.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (6)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (7)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (12)</a></li>
 
  <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 (70)</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 (121)</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 (9)</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 (7)</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 (183)</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 (10)</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 (5)</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>
 
@@ -1004,17 +1297,17 @@ lenken for oppdaterte tall.</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 (225)</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 (151)</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 (7)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (8)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (42)</a></li>
+ <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>
 
@@ -1022,7 +1315,7 @@ lenken for oppdaterte tall.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (6)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (7)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
 
@@ -1030,29 +1323,29 @@ lenken for oppdaterte tall.</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 (40)</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 (6)</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>