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