]> pere.pagekite.me Git - homepage.git/blobdiff - blog/archive/2011/09/index.html
More information.
[homepage.git] / blog / archive / 2011 / 09 / index.html
index efa82e49b34e56bab09c1c9c0e7485c9591da637..63187c111ecff9c95b1a5aec9ff7bdd0c94411e3 100644 (file)
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Mer_l_gnpropaganda_fra_BSA.html">Mer løgnpropaganda fra BSA</a>
+        <a href="http://people.skolelinux.org/pere/blog/Ripping_problematic_DVDs_using_dvdbackup_and_genisoimage.html">Ripping problematic DVDs using dvdbackup and genisoimage</a>
       </div>
       <div class="date">
-         9th September 2011
+        17th September 2011
       </div>
       <div class="body">
-        <p>I år igjen er Microsoft-politiet BSA ute med løgnpropagandaen sin.
-Hvert år de siste årene har BSA, lobbyfronten til de store
-programvareselskapene som Microsoft og Apple, publisert en rapport der
-de gjetter på hvor mye piratkopiering påfører i tapte inntekter i
-ulike land rundt om i verden.  Resultatene er alltid tendensiøse.
-Den siste rapporten er tilgjengelig fra
-<a href="http://portal.bsa.org/globalpiracy2010/downloads/opinionsurvey/survey_global.pdf">deres
-nettsted</a>.</p>
-
-<p>Den har fått endel dekning av journalister som åpenbart ikke har
-tenkt på å stille kritiske spørsmål om resultatene.  Se f.eks.
-<a href="http://www.digi.no/877642/halvparten-bruker-pirat-program">digi.no</a>,
-<a href="http://www.hardware.no/artikler/halvparten_av_alle_pc-brukere_er_pirater/101791">hardware.no</a>
-og
-<a href="http://www.aftenposten.no/forbruker/digital/article4220787.ece">aftenposten.no</a>.</p>
-
-<p>BSA-undersøkelsene er søppel som inneholder oppblåste tall, og
-har gjentatte ganger blitt tatt for dette.  Her er noen interessante
-referanser med bakgrunnsinformasjon.</p>
-
-<p><ul>
+        <p>For convenience, I want to store copies of all my DVDs on my file
+server.  It allow me to save shelf space flat while still having my
+movie collection easily available.  It also make it possible to let
+the kids see their favourite DVDs without wearing the physical copies
+down.  I prefer to store the DVDs as ISOs to keep the DVD menu and
+subtitle options intact.  It also ensure that the entire film is one
+file on the disk.  As this is for personal use, the ripping is
+perfectly legal here in Norway.</p>
 
-<li><a href="http://www.idg.no/selskaper/article190966.ece">Fnyser av
-  nye pirattall fra BSA</a> Computerworld Norge 2011.</li>
+<p>Normally I rip the DVDs using dd like this:</p>
 
-<li><a href="http://www.idg.se/2.1085/1.229795/bsa-hoftade-sverigesiffror">BSA
-höftade Sverigesiffror</a> Computerworld Sverige 2009.</li>
+<blockquote><pre>
+#!/bin/sh
+# apt-get install lsdvd
+title=$(lsdvd 2>/dev/null|awk '/Disc Title: / {print $3}')
+dd if=/dev/dvd of=/storage/dvds/$title.iso bs=1M
+</pre></blockquote>
 
-<li><a href="http://www.v3.co.uk/v3-uk/opinion/1972843/bsa-piracy-figures-shot-reality">BSA
-  piracy figures need a shot of reality</a> v3.co.uk 2009</li>
+<p>But some DVDs give a input/output error when I read it, and I have
+been looking for a better alternative.  I have no idea why this I/O
+error occur, but suspect my DVD drive, the Linux kernel driver or
+something fishy with the DVDs in question.  Or perhaps all three.</p>
 
-<li><a href="http://www.michaelgeist.ca/content/view/3958/125/">Does The WIPO Copyright Treaty Work? The Business Software Association Piracy Data</a> Michael Geist blogg 2009</li>
+<p>Anyway, I believe I found a solution today using dvdbackup and
+genisoimage.  This script gave me a working ISO for a problematic
+movie by first extracting the DVD file system and then re-packing it
+back as an ISO.
 
-<li><a href="http://torrentfreak.com/australian-govt-draft-says-piracy-stats-made-up/">Australian
-  govt draft says piracy stats are made up</a> Torrentfreak 2006.</li>
+<blockquote><pre>
+#!/bin/sh
+# apt-get install lsdvd dvdbackup genisoimage
+set -e
+tmpdir=/storage/dvds/
+title=$(lsdvd 2>/dev/null|awk '/Disc Title: / {print $3}')
+dvdbackup -i /dev/dvd -M -o $tmpdir -n$title
+genisoimage -dvd-video -o $tmpdir/$title.iso $tmpdir/$title
+rm -rf $tmpdir/$title
+</pre></blockquote>
 
-<li><a href="http://www.boingboing.net/2006/05/19/is_one_months_piracy.html">Is
-  one month's piracy worth more than France's GDP?</a> Boing Boing
-  2006.</li>
+<p>Anyone know of a better way available in Debian/Squeeze?</p>
 
-<li><a href="http://www.idg.no/bransje/bransjenyheter/article6603.ece">Sviende
-  kritikk mot pirat-tall</a> Computerworld Norge 2005.</li>
+<p>Update 2011-09-18: I got a tip from Konstantin Khomoutov about the
+readom program from the wodim package.  It is specially written to
+read optical media, and is called like this: <tt>readom dev=/dev/dvd
+f=image.iso</tt>.  It got 6 GB along with the problematic Cars DVD
+before it failed, and failed right away with a Timmy Time DVD.</p>
 
-</ul></p>
+<p>Next, I got a tip from Bastian Blank about
+<a href="http://bblank.thinkmo.de/blog/new-software-python-dvdvideo">his
+program python-dvdvideo</a>, which seem to be just what I am looking
+for.  Tested it with my problematic Timmy Time DVD, and it succeeded
+creating a ISO image.  The git source built and installed just fine in
+Squeeze, so I guess this will be my tool of choice in the future.</p>
 
-<p>Personlig skulle jeg ønske BSA var enda mer ivrig og mer hardhendt
-i å håndheve de ikke-frie programvarelisensene (og de er ganske ivrige
-allerede), slik at brukerne av disse forsto vilkårene bedre.  Jeg tror
-nemlig ingen som forstår vilkårene vil akseptere dem og at det vil
-føre til at flere tar i bruk fri programvare.</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/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>.
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title">
+        <a href="http://people.skolelinux.org/pere/blog/Kommunevalget_m__visst_kontrollregnes_p_.html">Kommunevalget må visst kontrollregnes på</a>
+      </div>
+      <div class="date">
+        14th September 2011
+      </div>
+      <div class="body">
+        <p>En artikkel i aftenbladet påstår at valgsystemet til EDB Ergogroup
+<a href="http://www.aftenbladet.no/innenriks/politikk/valg/De-Grnne-regner-seg-inn-i-bystyret-2864487.html">ikke
+regner riktig mandatfordeling</a> i Stavanger.  Det høres for meg ut
+som om innbyggerne i Norge er nødt til å kontrollregne på
+mandatfordelingen for å sikre at valget går riktig for seg.  Det tar
+jeg som nok et argument for nøyere kontroll av det norske
+valgsystemet.</p>
 
       </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa</a>, <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</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>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/valg">valg</a>.
         
         
       </div>
@@ -167,98 +197,68 @@ programvare, og tilgjengelig fra
     
     <div class="entry">
       <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Kommunevalget_m__visst_kontrollregnes_p_.html">Kommunevalget må visst kontrollregnes på</a>
+        <a href="http://people.skolelinux.org/pere/blog/Mer_l_gnpropaganda_fra_BSA.html">Mer løgnpropaganda fra BSA</a>
       </div>
       <div class="date">
-        14th September 2011
+         9th September 2011
       </div>
       <div class="body">
-        <p>En artikkel i aftenbladet påstår at valgsystemet til EDB Ergogroup
-<a href="http://www.aftenbladet.no/innenriks/politikk/valg/De-Grnne-regner-seg-inn-i-bystyret-2864487.html">ikke
-regner riktig mandatfordeling</a> i Stavanger.  Det høres for meg ut
-som om innbyggerne i Norge er nødt til å kontrollregne på
-mandatfordelingen for å sikre at valget går riktig for seg.  Det tar
-jeg som nok et argument for nøyere kontroll av det norske
-valgsystemet.</p>
+        <p>I år igjen er Microsoft-politiet BSA ute med løgnpropagandaen sin.
+Hvert år de siste årene har BSA, lobbyfronten til de store
+programvareselskapene som Microsoft og Apple, publisert en rapport der
+de gjetter på hvor mye piratkopiering påfører i tapte inntekter i
+ulike land rundt om i verden.  Resultatene er alltid tendensiøse.
+Den siste rapporten er tilgjengelig fra
+<a href="http://portal.bsa.org/globalpiracy2010/downloads/opinionsurvey/survey_global.pdf">deres
+nettsted</a>.</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/valg">valg</a>.
-        
-        
-      </div>
-    </div>
-    <div class="padding"></div>
-    
-    <div class="entry">
-      <div class="title">
-        <a href="http://people.skolelinux.org/pere/blog/Ripping_problematic_DVDs_using_dvdbackup_and_genisoimage.html">Ripping problematic DVDs using dvdbackup and genisoimage</a>
-      </div>
-      <div class="date">
-        17th September 2011
-      </div>
-      <div class="body">
-        <p>For convenience, I want to store copies of all my DVDs on my file
-server.  It allow me to save shelf space flat while still having my
-movie collection easily available.  It also make it possible to let
-the kids see their favourite DVDs without wearing the physical copies
-down.  I prefer to store the DVDs as ISOs to keep the DVD menu and
-subtitle options intact.  It also ensure that the entire film is one
-file on the disk.  As this is for personal use, the ripping is
-perfectly legal here in Norway.</p>
+<p>Den har fått endel dekning av journalister som åpenbart ikke har
+tenkt på å stille kritiske spørsmål om resultatene.  Se f.eks.
+<a href="http://www.digi.no/877642/halvparten-bruker-pirat-program">digi.no</a>,
+<a href="http://www.hardware.no/artikler/halvparten_av_alle_pc-brukere_er_pirater/101791">hardware.no</a>
+og
+<a href="http://www.aftenposten.no/forbruker/digital/article4220787.ece">aftenposten.no</a>.</p>
 
-<p>Normally I rip the DVDs using dd like this:</p>
+<p>BSA-undersøkelsene er søppel som inneholder oppblåste tall, og
+har gjentatte ganger blitt tatt for dette.  Her er noen interessante
+referanser med bakgrunnsinformasjon.</p>
 
-<blockquote><pre>
-#!/bin/sh
-# apt-get install lsdvd
-title=$(lsdvd 2>/dev/null|awk '/Disc Title: / {print $3}')
-dd if=/dev/dvd of=/storage/dvds/$title.iso bs=1M
-</pre></blockquote>
+<p><ul>
 
-<p>But some DVDs give a input/output error when I read it, and I have
-been looking for a better alternative.  I have no idea why this I/O
-error occur, but suspect my DVD drive, the Linux kernel driver or
-something fishy with the DVDs in question.  Or perhaps all three.</p>
+<li><a href="http://www.idg.no/selskaper/article190966.ece">Fnyser av
+  nye pirattall fra BSA</a> Computerworld Norge 2011.</li>
 
-<p>Anyway, I believe I found a solution today using dvdbackup and
-genisoimage.  This script gave me a working ISO for a problematic
-movie by first extracting the DVD file system and then re-packing it
-back as an ISO.
+<li><a href="http://www.idg.se/2.1085/1.229795/bsa-hoftade-sverigesiffror">BSA
+höftade Sverigesiffror</a> Computerworld Sverige 2009.</li>
 
-<blockquote><pre>
-#!/bin/sh
-# apt-get install lsdvd dvdbackup genisoimage
-set -e
-tmpdir=/storage/dvds/
-title=$(lsdvd 2>/dev/null|awk '/Disc Title: / {print $3}')
-dvdbackup -i /dev/dvd -M -o $tmpdir -n$title
-genisoimage -dvd-video -o $tmpdir/$title.iso $tmpdir/$title
-rm -rf $tmpdir/$title
-</pre></blockquote>
+<li><a href="http://www.v3.co.uk/v3-uk/opinion/1972843/bsa-piracy-figures-shot-reality">BSA
+  piracy figures need a shot of reality</a> v3.co.uk 2009</li>
 
-<p>Anyone know of a better way available in Debian/Squeeze?</p>
+<li><a href="http://www.michaelgeist.ca/content/view/3958/125/">Does The WIPO Copyright Treaty Work? The Business Software Association Piracy Data</a> Michael Geist blogg 2009</li>
 
-<p>Update 2011-09-18: I got a tip from Konstantin Khomoutov about the
-readom program from the wodim package.  It is specially written to
-read optical media, and is called like this: <tt>readom dev=/dev/dvd
-f=image.iso</tt>.  It got 6 GB along with the problematic Cars DVD
-before it failed, and failed right away with a Timmy Time DVD.</p>
+<li><a href="http://torrentfreak.com/australian-govt-draft-says-piracy-stats-made-up/">Australian
+  govt draft says piracy stats are made up</a> Torrentfreak 2006.</li>
 
-<p>Next, I got a tip from Bastian Blank about
-<a href="http://bblank.thinkmo.de/blog/new-software-python-dvdvideo">his
-program python-dvdvideo</a>, which seem to be just what I am looking
-for.  Tested it with my problematic Timmy Time DVD, and it succeeded
-creating a ISO image.  The git source built and installed just fine in
-Squeeze, so I guess this will be my tool of choice in the future.</p>
+<li><a href="http://www.boingboing.net/2006/05/19/is_one_months_piracy.html">Is
+  one month's piracy worth more than France's GDP?</a> Boing Boing
+  2006.</li>
+
+<li><a href="http://www.idg.no/bransje/bransjenyheter/article6603.ece">Sviende
+  kritikk mot pirat-tall</a> Computerworld Norge 2005.</li>
+
+</ul></p>
+
+<p>Personlig skulle jeg ønske BSA var enda mer ivrig og mer hardhendt
+i å håndheve de ikke-frie programvarelisensene (og de er ganske ivrige
+allerede), slik at brukerne av disse forsto vilkårene bedre.  Jeg tror
+nemlig ingen som forstår vilkårene vil akseptere dem og at det vil
+føre til at flere tar i bruk fri programvare.</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/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>.
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa</a>, <a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</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>.
         
         
       </div>
@@ -273,6 +273,19 @@ Squeeze, so I guess this will be my tool of choice in the future.</p>
 <h2>Archive</h2>
 <ul>
 
+<li>2013
+<ul>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
+
+<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 (9)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (3)</a></li>
+
+</ul></li>
+
 <li>2012
 <ul>
 
@@ -288,7 +301,17 @@ Squeeze, so I guess this will be my tool of choice in the future.</p>
 
 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (12)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
 
 </ul></li>
 
@@ -401,51 +424,59 @@ Squeeze, so I guess this will be my tool of choice in the future.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (2)</a></li>
+ <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/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 (55)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (71)</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 (109)</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/digistan">digistan (9)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (9)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (141)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (186)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (17)</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/frikanalen">frikanalen (6)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (11)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (30)</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/kart">kart (16)</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/isenkram">isenkram (6)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (18)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (8)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (4)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (6)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (22)</a></li>
+ <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 (188)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (229)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (139)</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/offentlig innsyn">offentlig innsyn (4)</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/open311">open311 (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (32)</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 (48)</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/raid">raid (1)</a></li>
 
@@ -453,7 +484,7 @@ Squeeze, so I guess this will be my tool of choice in the future.</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 (4)</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/rss">rss (1)</a></li>
 
@@ -461,34 +492,36 @@ Squeeze, so I guess this will be my tool of choice in the future.</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 (23)</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/sitesummary">sitesummary (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (1)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (42)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (35)</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/stavekontroll">stavekontroll (1)</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 (4)</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 (10)</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 (6)</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/video">video (32)</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 (1)</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 (25)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (26)</a></li>
 
 </ul>
 
 
     </div>
     <p style="text-align: right">
- Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.4</a>
+ Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
 </p>
 
   </body>