1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" dir=
"ltr">
5 <meta http-equiv=
"Content-Type" content=
"text/html;charset=utf-8" />
6 <title>Petter Reinholdtsen: entries from March
2014</title>
7 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"http://people.skolelinux.org/pere/blog/style.css" />
8 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"http://people.skolelinux.org/pere/blog/vim.css" />
9 <link rel=
"alternate" title=
"RSS Feed" href=
"03.rss" type=
"application/rss+xml" />
15 <a href=
"http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen
</a>
22 <h3>Entries from March
2014.
</h3>
26 <a href=
"http://people.skolelinux.org/pere/blog/Freedombox_on_Dreamplug__Raspberry_Pi_and_virtual_x86_machine.html">Freedombox on Dreamplug, Raspberry Pi and virtual x86 machine
</a>
32 <p>The
<a href=
"https://wiki.debian.org/FreedomBox">Freedombox
33 project
</a> is working on providing the software and hardware for
34 making it easy for non-technical people to host their data and
35 communication at home, and being able to communicate with their
36 friends and family encrypted and away from prying eyes. It has been
37 going on for a while, and is slowly progressing towards a new test
40 <p>And what day could be better than the Pi day to announce that the
41 new version will provide "hard drive" / SD card / USB stick images for
42 Dreamplug, Raspberry Pi and VirtualBox (or any other virtualization
43 system), and can also be installed using a Debian installer preseed
44 file. The Debian based Freedombox is now based on Debian Jessie,
45 where most of the needed packages used are already present. Only one,
46 the freedombox-setup package, is missing. To try to build your own
47 boot image to test the current status, fetch the freedom-maker scripts
49 <a href=
"http://packages.qa.debian.org/vmdebootstrap">vmdebootstrap
</a>
50 with a user with sudo access to become root:
53 git clone http://anonscm.debian.org/git/freedombox/freedom-maker.git \
55 sudo apt-get install git vmdebootstrap mercurial python-docutils \
56 mktorrent extlinux virtualbox qemu-user-static binfmt-support \
58 make -C freedom-maker dreamplug-image raspberry-image virtualbox-image
61 <p>Root access is needed to run debootstrap and mount loopback
62 devices. See the README for more details on the build. If you do not
63 want all three images, trim the make line. But note that thanks to
<a
64 href=
"https://bugs.debian.org/741407">a race condition in
65 vmdebootstrap
</a>, the build might fail without the patch to the
68 <p>If you instead want to install using a Debian CD and the preseed
69 method, boot a Debian Wheezy ISO and use this boot argument to load
70 the preseed values:
</p>
73 url=
<a href=
"http://www.reinholdtsen.name/freedombox/preseed-jessie.dat">http://www.reinholdtsen.name/freedombox/preseed-jessie.dat
</a>
76 <p>But note that due to
<a href=
"https://bugs.debian.org/740673">a
77 recently introduced bug in apt in Jessie
</a>, the installer will
78 currently hang while setting up APT sources. Killing the
79 '
<tt>apt-cdrom ident
</tt>' process when it hang a few times during the
80 installation will get the installation going. This affect all
81 installations in Jessie, and I expect it will be fixed soon.
</p>
83 Give it a go and let us know how it goes on the mailing list, and help
84 us get the new release published. :) Please join us on
85 <a href=
"irc://irc.debian.org:6667/%23freedombox">IRC (#freedombox on
86 irc.debian.org)
</a> and
87 <a href=
"http://lists.alioth.debian.org/mailman/listinfo/freedombox-discuss">the
88 mailing list
</a> if you want to help make this vision come true.
</p>
94 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>.
99 <div class=
"padding"></div>
103 <a href=
"http://people.skolelinux.org/pere/blog/How_to_add_extra_storage_servers_in_Debian_Edu___Skolelinux.html">How to add extra storage servers in Debian Edu / Skolelinux
</a>
109 <p>On larger sites, it is useful to use a dedicated storage server for
110 storing user home directories and data. The design for handling this
111 in
<a href=
"http://www.skolelinux.org/">Debian Edu / Skolelinux
</a>, is
112 to update the automount rules in LDAP and let the automount daemon on
113 the clients take care of the rest. I was reminded about the need to
114 document this better when one of the customers of
115 <a href=
"http://www.slxdrift.no/">Skolelinux Drift AS
</a>, where I am
116 on the board of directors, asked about how to do this. The steps to
117 get this working are the following:
</p>
121 <li>Add new storage server in DNS. I use nas-server.intern as the
122 example host here.
</li>
124 <li>Add automoun LDAP information about this server in LDAP, to allow
125 all clients to automatically mount it on reqeust.
</li>
127 <li>Add the relevant entries in tjener.intern:/etc/fstab, because
128 tjener.intern do not use automount to avoid mounting loops.
</li>
132 <p>DNS entries are added in GOsa², and not described here. Follow the
133 <a href=
"https://wiki.debian.org/DebianEdu/Documentation/Wheezy/GettingStarted">instructions
134 in the manual
</a> (Machine Management with GOsa² in section Getting
137 <p>Ensure that the NFS export points on the server are exported to the
138 relevant subnets or machines:
</p>
141 root@tjener:~# showmount -e nas-server
142 Export list for nas-server:
145 </pre></blockquote></p>
147 <p>Here everything on the backbone network is granted access to the
148 /storage export. With NFSv3 it is slightly better to limit it to
149 netgroup membership or single IP addresses to have some limits on the
152 <p>The next step is to update LDAP. This can not be done using GOsa²,
153 because it lack a module for automount. Instead, use ldapvi and add
154 the required LDAP objects using an editor.
</p>
157 ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,dc=skolelinux,dc=no
158 </pre></blockquote></p>
160 <p>When the editor show up, add the following LDAP objects at the
161 bottom of the document. The "/&" part in the last LDAP object is a
162 wild card matching everything the nas-server exports, removing the
163 need to list individual mount points in LDAP.
</p>
166 add cn=nas-server,ou=auto.skole,ou=automount,dc=skole,dc=skolelinux,dc=no
167 objectClass: automount
169 automountInformation: -fstype=autofs --timeout=
60 ldap:ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
171 add ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
173 objectClass: automountMap
176 add cn=/,ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
177 objectClass: automount
179 automountInformation: -fstype=nfs,tcp,rsize=
32768,wsize=
32768,rw,intr,hard,nodev,nosuid,noatime nas-server.intern:/&
180 </pre></blockquote></p>
182 <p>The last step to remember is to mount the relevant mount points in
183 tjener.intern by adding them to /etc/fstab, creating the mount
184 directories using mkdir and running "mount -a" to mount them.
</p>
186 <p>When this is done, your users should be able to access the files on
187 the storage server directly by just visiting the
188 /tjener/nas-server/storage/ directory using any application on any
189 workstation, LTSP client or LTSP server.
</p>
195 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/ldap">ldap
</a>.
200 <div class=
"padding"></div>
204 <a href=
"http://people.skolelinux.org/pere/blog/Hvordan_b_r_RFC_822_formattert_epost_lagres_i_en_NOARK5_database_.html">Hvordan bør RFC
822-formattert epost lagres i en NOARK5-database?
</a>
210 <p>For noen uker siden ble NXCs fri programvarelisenserte
212 <a href=
"http://www.nuug.no/aktiviteter/20140211-noark/">presentert hos
214 <a href=
"https://www.youtube.com/watch?v=JCb_dNS3MHQ">på youtube
215 foreløbig
</a>), og det fikk meg til å titte litt mer på NOARK5,
216 standarden for arkivhåndtering i det offentlige Norge. Jeg lurer på
217 om denne kjernen kan være nyttig i et par av mine prosjekter, og for ett
218 av dem er det mest aktuelt å lagre epost. Jeg klarte ikke finne noen
219 anbefaling om hvordan RFC
822-formattert epost (aka Internett-epost)
220 burde lagres i NOARK5, selv om jeg vet at noen arkiver tar
221 PDF-utskrift av eposten med sitt epostprogram og så arkiverer PDF-en
222 (eller enda værre, tar papirutskrift og lagrer bildet av eposten som
225 <p>Det er ikke så mange formater som er akseptert av riksarkivet til
226 langtidsoppbevaring av offentlige arkiver, og PDF og XML er de mest
227 aktuelle i så måte. Det slo meg at det måtte da finnes en eller annen
228 egnet XML-representasjon og at det kanskje var enighet om hvilken som
229 burde brukes, så jeg tok mot til meg og spurte
230 <a href=
"http://samdok.com/">SAMDOK
</a>, en gruppe tilknyttet
231 arkivverket som ser ut til å jobbe med NOARK-samhandling, om de hadde
237 <p>Usikker på om dette er riktig forum å ta opp mitt spørsmål, men jeg
238 lurer på om det er definert en anbefaling om hvordan RFC
239 822-formatterte epost (aka vanlig Internet-epost) bør lages håndteres
240 i NOARK5, slik at en bevarer all informasjon i eposten
241 (f.eks. Received-linjer). Finnes det en anbefalt XML-mapping ala den
243 <URL:
<a href=
"https://www.informit.com/articles/article.aspx?p=32074">https://www.informit.com/articles/article.aspx?p=
32074</a> >? Mitt
244 mål er at det skal være mulig å lagre eposten i en NOARK5-kjerne og
245 kunne få ut en identisk formattert kopi av opprinnelig epost ved
249 <p>Postmottaker hos SAMDOK mente spørsmålet heller burde stilles
250 direkte til riksarkivet, og jeg fikk i dag svar derfra formulert av
251 seniorrådgiver Geir Ivar Tungesvik:
</p>
254 <p>Riksarkivet har ingen anbefalinger når det gjelder konvertering fra
255 e-post til XML. Det står arkivskaper fritt å eventuelt definere/bruke
256 eget format. Inklusive da - som det spørres om - et format der det er
257 mulig å re-etablere e-post format ut fra XML-en. XML (e-post)
258 dokumenter må være referert i arkivstrukturen, og det må vedlegges et
259 gyldig XML skjema (.xsd) for XML-filene. Arkivskaper står altså fritt
260 til å gjøre hva de vil, bare det dokumenteres og det kan dannes et
261 utrekk ved avlevering til depot.
</p>
263 <p>De obligatoriske kravene i Noark
5 standarden må altså oppfylles -
264 etter dialog med Riksarkivet i forbindelse med godkjenning. For
265 offentlige arkiv er det særlig viktig med filene loependeJournal.xml
266 og offentligJournal.xml. Private arkiv som vil forholde seg til Noark
267 5 standarden er selvsagt frie til å bruke det som er relevant for dem
268 av obligatoriske krav.
</p>
271 <p>Det ser dermed ut for meg som om det er et lite behov for å
272 standardisere XML-lagring av RFC-
822-formatterte meldinger. Noen som
273 vet om god spesifikasjon i så måte? I tillegg til den omtalt over,
274 har jeg kommet over flere aktuelle beskrivelser (søk på "rfc
822
275 xml", så finner du aktuelle alternativer).
</p>
279 <li><a href=
"http://www.openhealth.org/xmtp/">XML MIME Transformation
280 protocol (XMTP)
</a> fra OpenHealth, sist oppdatert
2001.
</li>
282 <li><a href=
"https://tools.ietf.org/html/draft-klyne-message-rfc822-xml-03">An
283 XML format for mail and other messages
</a> utkast fra IETF datert
286 <li><a href=
"http://www.informit.com/articles/article.aspx?p=32074">xMail:
287 E-mail as XML
</a> en artikkel fra
2003 som beskriver python-modulen
288 rfc822 som gir ut XML-representasjon av en RFC
822-formattert epost.
</li>
292 <p>Finnes det andre og bedre spesifikasjoner for slik lagring? Send
293 meg en epost hvis du har innspill.
</p>
299 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn
</a>.
304 <div class=
"padding"></div>
306 <p style=
"text-align: right;"><a href=
"03.rss"><img src=
"http://people.skolelinux.org/pere/blog/xml.gif" alt=
"RSS Feed" width=
"36" height=
"14" /></a></p>
317 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/01/">January (
2)
</a></li>
319 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/02/">February (
3)
</a></li>
321 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/03/">March (
3)
</a></li>
328 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/01/">January (
11)
</a></li>
330 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/02/">February (
9)
</a></li>
332 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/03/">March (
9)
</a></li>
334 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/04/">April (
6)
</a></li>
336 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/05/">May (
9)
</a></li>
338 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/06/">June (
10)
</a></li>
340 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/07/">July (
7)
</a></li>
342 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/08/">August (
3)
</a></li>
344 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/09/">September (
5)
</a></li>
346 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/10/">October (
7)
</a></li>
348 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/11/">November (
9)
</a></li>
350 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/12/">December (
3)
</a></li>
357 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/01/">January (
7)
</a></li>
359 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/02/">February (
10)
</a></li>
361 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/03/">March (
17)
</a></li>
363 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/04/">April (
12)
</a></li>
365 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/05/">May (
12)
</a></li>
367 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/06/">June (
20)
</a></li>
369 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/07/">July (
17)
</a></li>
371 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/08/">August (
6)
</a></li>
373 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/09/">September (
9)
</a></li>
375 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/10/">October (
17)
</a></li>
377 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/11/">November (
10)
</a></li>
379 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/12/">December (
7)
</a></li>
386 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/01/">January (
16)
</a></li>
388 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/02/">February (
6)
</a></li>
390 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/03/">March (
6)
</a></li>
392 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/04/">April (
7)
</a></li>
394 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/05/">May (
3)
</a></li>
396 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/06/">June (
2)
</a></li>
398 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/07/">July (
7)
</a></li>
400 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/08/">August (
6)
</a></li>
402 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/09/">September (
4)
</a></li>
404 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/10/">October (
2)
</a></li>
406 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/11/">November (
3)
</a></li>
408 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/12/">December (
1)
</a></li>
415 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/01/">January (
2)
</a></li>
417 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/02/">February (
1)
</a></li>
419 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/03/">March (
3)
</a></li>
421 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/04/">April (
3)
</a></li>
423 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/05/">May (
9)
</a></li>
425 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/06/">June (
14)
</a></li>
427 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/07/">July (
12)
</a></li>
429 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/08/">August (
13)
</a></li>
431 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/09/">September (
7)
</a></li>
433 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/10/">October (
9)
</a></li>
435 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/11/">November (
13)
</a></li>
437 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/12/">December (
12)
</a></li>
444 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/01/">January (
8)
</a></li>
446 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/02/">February (
8)
</a></li>
448 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/03/">March (
12)
</a></li>
450 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/04/">April (
10)
</a></li>
452 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/05/">May (
9)
</a></li>
454 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/06/">June (
3)
</a></li>
456 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/07/">July (
4)
</a></li>
458 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/08/">August (
3)
</a></li>
460 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/09/">September (
1)
</a></li>
462 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/10/">October (
2)
</a></li>
464 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/11/">November (
3)
</a></li>
466 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/12/">December (
3)
</a></li>
473 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/11/">November (
5)
</a></li>
475 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/12/">December (
7)
</a></li>
486 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (
13)
</a></li>
488 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/amiga">amiga (
1)
</a></li>
490 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/aros">aros (
1)
</a></li>
492 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bankid">bankid (
4)
</a></li>
494 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (
8)
</a></li>
496 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (
14)
</a></li>
498 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bsa">bsa (
2)
</a></li>
500 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (
2)
</a></li>
502 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian (
95)
</a></li>
504 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (
145)
</a></li>
506 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/digistan">digistan (
10)
</a></li>
508 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/docbook">docbook (
10)
</a></li>
510 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (
4)
</a></li>
512 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/english">english (
238)
</a></li>
514 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (
21)
</a></li>
516 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (
12)
</a></li>
518 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (
12)
</a></li>
520 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (
6)
</a></li>
522 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (
11)
</a></li>
524 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/intervju">intervju (
39)
</a></li>
526 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (
7)
</a></li>
528 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/kart">kart (
18)
</a></li>
530 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ldap">ldap (
9)
</a></li>
532 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/lenker">lenker (
7)
</a></li>
534 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (
1)
</a></li>
536 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (
7)
</a></li>
538 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (
25)
</a></li>
540 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk (
241)
</a></li>
542 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug (
161)
</a></li>
544 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (
10)
</a></li>
546 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/open311">open311 (
2)
</a></li>
548 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (
45)
</a></li>
550 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/personvern">personvern (
69)
</a></li>
552 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/raid">raid (
1)
</a></li>
554 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/reprap">reprap (
11)
</a></li>
556 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rfid">rfid (
2)
</a></li>
558 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/robot">robot (
9)
</a></li>
560 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rss">rss (
1)
</a></li>
562 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ruter">ruter (
4)
</a></li>
564 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (
2)
</a></li>
566 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (
35)
</a></li>
568 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (
4)
</a></li>
570 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (
4)
</a></li>
572 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard (
44)
</a></li>
574 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (
3)
</a></li>
576 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (
9)
</a></li>
578 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (
22)
</a></li>
580 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (
1)
</a></li>
582 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/valg">valg (
8)
</a></li>
584 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/video">video (
39)
</a></li>
586 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (
4)
</a></li>
588 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/web">web (
29)
</a></li>
594 <p style=
"text-align: right">
595 Created by
<a href=
"http://steve.org.uk/Software/chronicle">Chronicle v4.6
</a>