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 October
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=
"10.rss" type=
"application/rss+xml" />
15 <a href=
"http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen
</a>
22 <h3>Entries from October
2014.
</h3>
26 <a href=
"http://people.skolelinux.org/pere/blog/I_spent_last_weekend_recording_MakerCon_Nordic.html">I spent last weekend recording MakerCon Nordic
</a>
32 <p>I spent last weekend at
<a href=
"http://www.makercon.no/">Makercon
33 Nordic
</a>, a great conference and workshop for makers in Norway and
34 the surrounding countries. I had volunteered on behalf of the
35 Norwegian Unix Users Group (NUUG) to video record the talks, and we
36 had a great and exhausting time recording the entire day, two days in
37 a row. There were only two of us, Hans-Petter and me, and we used the
38 regular video equipment for NUUG, with a
39 <a href=
"http://dvswitch.alioth.debian.org/wiki/">dvswitch
</a>, a
40 camera and a VGA to DV convert box, and mixed video and slides
43 <p>Hans-Petter did the post-processing, consisting of uploading the
44 around
180 GiB of raw video to Youtube, and the result is
45 <a href=
"https://www.youtube.com/user/MakerConNordic/">now becoming
46 public
</a> on the MakerConNordic account. The videos have the license
47 NUUG always use on our recordings, which is
48 <a href=
"http://creativecommons.org/licenses/by-sa/3.0/no/">Creative
49 Commons Navngivelse-Del på samme vilkår
3.0 Norge
</a>. Many great
50 talks available. Check it out! :)
</p>
56 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</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>.
61 <div class=
"padding"></div>
65 <a href=
"http://people.skolelinux.org/pere/blog/listadmin__the_quick_way_to_moderate_mailman_lists___nice_free_software.html">listadmin, the quick way to moderate mailman lists - nice free software
</a>
71 <p>If you ever had to moderate a mailman list, like the ones on
72 alioth.debian.org, you know the web interface is fairly slow to
73 operate. First you visit one web page, enter the moderation password
74 and get a new page shown with a list of all the messages to moderate
75 and various options for each email address. This take a while for
76 every list you moderate, and you need to do it regularly to do a good
77 job as a list moderator. But there is a quick alternative,
78 <a href=
"http://heim.ifi.uio.no/kjetilho/hacks/#listadmin">the
79 listadmin program
</a>. It allow you to check lists for new messages
80 to moderate in a fraction of a second. Here is a test run on two
81 lists I recently took over:
</p>
85 fetching data for pkg-xiph-commits@lists.alioth.debian.org ... nothing in queue
86 fetching data for pkg-xiph-maint@lists.alioth.debian.org ... nothing in queue
92 </pre></blockquote></p>
94 <p>In
1.7 seconds I had checked two mailing lists and confirmed that
95 there are no message in the moderation queue. Every morning I
96 currently moderate
68 mailman lists, and it normally take around two
97 minutes. When I took over the two pkg-xiph lists above a few days
98 ago, there were
400 emails waiting in the moderator queue. It took me
99 less than
15 minutes to process them all using the listadmin
103 <a href=
"https://tracker.debian.org/pkg/listadmin">the listadmin
104 package
</a> from Debian and create a file
<tt>~/.listadmin.ini
</tt>
105 with content like this, the moderation task is a breeze:
</p>
111 discard_if_reason "Posting restricted to members only. Remove us from your mail list."
114 adminurl https://{domain}/mailman/admindb/{list}
115 mailman-list@lists.example.com
118 other-list@otherserver.example.org
119 </pre></blockquote></p>
121 <p>There are other options to set as well. Check the manual page to
122 learn the details.
</p>
124 <p>If you are forced to moderate lists on a mailman installation where
125 the SSL certificate is self signed or not properly signed by a
126 generally accepted signing authority, you can set a environment
127 variable when calling listadmin to disable SSL verification:
</p>
130 PERL_LWP_SSL_VERIFY_HOSTNAME=
0 listadmin
131 </pre></blockquote></p>
133 <p>If you want to moderate a subset of the lists you take care of, you
134 can provide an argument to the listadmin script like I do in the
135 initial screen dump (the xiph argument). Using an argument, only
136 lists matching the argument string will be processed. This make it
137 quick to accept messages if you notice the moderation request in your
140 <p>Without the listadmin program, I would never be the moderator of
68
141 mailing lists, as I simply do not have time to spend on that if the
142 process was any slower. The listadmin program have saved me hours of
143 time I could spend elsewhere over the years. It truly is nice free
146 <p>As usual, if you use Bitcoin and want to show your support of my
147 activities, please send Bitcoin donations to my address
148 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
154 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>.
159 <div class=
"padding"></div>
163 <a href=
"http://people.skolelinux.org/pere/blog/Debian_Jessie__PXE_and_automatic_firmware_installation.html">Debian Jessie, PXE and automatic firmware installation
</a>
169 <p>When PXE installing laptops with Debian, I often run into the
170 problem that the WiFi card require some firmware to work properly.
171 And it has been a pain to fix this using preseeding in Debian.
172 Normally something more is needed. But thanks to
173 <a href=
"https://packages.qa.debian.org/i/isenkram.html">my isenkram
174 package
</a> and its recent tasksel extension, it has now become easy
175 to do this using simple preseeding.
</p>
177 <p>The isenkram-cli package provide tasksel tasks which will install
178 firmware for the hardware found in the machine (actually, requested by
179 the kernel modules for the hardware). (It can also install user space
180 programs supporting the hardware detected, but that is not the focus
183 <p>To get this working in the default installation, two preeseding
184 values are needed. First, the isenkram-cli package must be installed
185 into the target chroot (aka the hard drive) before tasksel is executed
186 in the pkgsel step of the debian-installer system. This is done by
187 preseeding the base-installer/includes debconf value to include the
188 isenkram-cli package. The package name is next passed to debootstrap
189 for installation. With the isenkram-cli package in place, tasksel
190 will automatically use the isenkram tasks to detect hardware specific
191 packages for the machine being installed and install them, because
192 isenkram-cli contain tasksel tasks.
</p>
194 <p>Second, one need to enable the non-free APT repository, because
195 most firmware unfortunately is non-free. This is done by preseeding
196 the apt-mirror-setup step. This is unfortunate, but for a lot of
197 hardware it is the only option in Debian.
</p>
199 <p>The end result is two lines needed in your preseeding file to get
200 firmware installed automatically by the installer:
</p>
203 base-installer base-installer/includes string isenkram-cli
204 apt-mirror-setup apt-setup/non-free boolean true
205 </pre></blockquote></p>
207 <p>The current version of isenkram-cli in testing/jessie will install
208 both firmware and user space packages when using this method. It also
209 do not work well, so use version
0.15 or later. Installing both
210 firmware and user space packages might give you a bit more than you
211 want, so I decided to split the tasksel task in two, one for firmware
212 and one for user space programs. The firmware task is enabled by
213 default, while the one for user space programs is not. This split is
214 implemented in the package currently in unstable.
</p>
216 <p>If you decide to give this a go, please let me know (via email) how
217 this recipe work for you. :)
</p>
219 <p>So, I bet you are wondering, how can this work. First and
220 foremost, it work because tasksel is modular, and driven by whatever
221 files it find in /usr/lib/tasksel/ and /usr/share/tasksel/. So the
222 isenkram-cli package place two files for tasksel to find. First there
223 is the task description file (/usr/share/tasksel/descs/isenkram.desc):
</p>
226 Task: isenkram-packages
228 Description: Hardware specific packages (autodetected by isenkram)
229 Based on the detected hardware various hardware specific packages are
231 Test-new-install: show show
233 Packages: for-current-hardware
235 Task: isenkram-firmware
237 Description: Hardware specific firmware packages (autodetected by isenkram)
238 Based on the detected hardware various hardware specific firmware
239 packages are proposed.
240 Test-new-install: mark show
242 Packages: for-current-hardware-firmware
243 </pre></blockquote></p>
245 <p>The key parts are Test-new-install which indicate how the task
246 should be handled and the Packages line referencing to a script in
247 /usr/lib/tasksel/packages/. The scripts use other scripts to get a
248 list of packages to install. The for-current-hardware-firmware script
249 look like this to list relevant firmware for the machine:
256 isenkram-autoinstall-firmware -l
257 </pre></blockquote></p>
259 <p>With those two pieces in place, the firmware is installed by
260 tasksel during the normal d-i run. :)
</p>
262 <p>If you want to test what tasksel will install when isenkram-cli is
263 installed, run
<tt>DEBIAN_PRIORITY=critical tasksel --test
264 --new-install
</tt> to get the list of packages that tasksel would
267 <p><a href=
"https://wiki.debian.org/DebianEdu/">Debian Edu
</a> will be
268 pilots in testing this feature, as isenkram is used there now to
269 install firmware, replacing the earlier scripts.
</p>
275 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/isenkram">isenkram
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin
</a>.
280 <div class=
"padding"></div>
284 <a href=
"http://people.skolelinux.org/pere/blog/Ubuntu_used_to_show_the_bread_prizes_at_ICA_Storo.html">Ubuntu used to show the bread prizes at ICA Storo
</a>
290 <p>Today I came across an unexpected Ubuntu boot screen. Above the
291 bread shelf on the ICA shop at Storo in Oslo, the grub menu of Ubuntu
292 with Linux kernel
3.2.0-
23 (ie probably version
12.04 LTS) was stuck
293 on a screen normally showing the bread types and prizes:
</p>
295 <p align=
"center"><img width=
"70%" src=
"http://people.skolelinux.org/pere/blog/images/2014-10-04-ubuntu-ica-storo-crop.jpeg"></p>
297 <p>If it had booted as it was supposed to, I would never had known
298 about this hidden Linux installation. It is interesting what
299 <a href=
"http://revealingerrors.com/">errors can reveal
</a>.
</p>
305 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>.
310 <div class=
"padding"></div>
314 <a href=
"http://people.skolelinux.org/pere/blog/New_lsdvd_release_version_0_17_is_ready.html">New lsdvd release version
0.17 is ready
</a>
320 <p>The
<a href=
"https://sourceforge.net/p/lsdvd/">lsdvd project
</a>
321 got a new set of developers a few weeks ago, after the original
322 developer decided to step down and pass the project to fresh blood.
323 This project is now maintained by Petter Reinholdtsen and Steve
327 <a href=
"https://sourceforge.net/p/lsdvd/mailman/message/32896061/">a
328 new lsdvd release
</a>, available in git or from
329 <a href=
"https://sourceforge.net/projects/lsdvd/files/lsdvd/">the
330 download page
</a>. This is the changelog dated
2014-
10-
03 for version
335 <li>Ignore 'phantom' audio, subtitle tracks
</li>
336 <li>Check for garbage in the program chains, which indicate that a track is
337 non-existant, to work around additional copy protection
</li>
338 <li>Fix displaying content type for audio tracks, subtitles
</li>
339 <li>Fix pallete display of first entry
</li>
340 <li>Fix include orders
</li>
341 <li>Ignore read errors in titles that would not be displayed anyway
</li>
342 <li>Fix the chapter count
</li>
343 <li>Make sure the array size and the array limit used when initialising
344 the palette size is the same.
</li>
345 <li>Fix array printing.
</li>
346 <li>Correct subsecond calculations.
</li>
347 <li>Add sector information to the output format.
</li>
348 <li>Clean up code to be closer to ANSI C and compile without warnings
349 with more GCC compiler warnings.
</li>
353 <p>This change bring together patches for lsdvd in use in various
354 Linux and Unix distributions, as well as patches submitted to the
355 project the last nine years. Please check it out. :)
</p>
361 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/lsdvd">lsdvd
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>.
366 <div class=
"padding"></div>
368 <p style=
"text-align: right;"><a href=
"10.rss"><img src=
"http://people.skolelinux.org/pere/blog/xml.gif" alt=
"RSS Feed" width=
"36" height=
"14" /></a></p>
379 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/01/">January (
2)
</a></li>
381 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/02/">February (
3)
</a></li>
383 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/03/">March (
8)
</a></li>
385 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/04/">April (
7)
</a></li>
387 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/05/">May (
1)
</a></li>
389 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/06/">June (
2)
</a></li>
391 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/07/">July (
2)
</a></li>
393 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/08/">August (
2)
</a></li>
395 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/09/">September (
5)
</a></li>
397 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/10/">October (
5)
</a></li>
404 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/01/">January (
11)
</a></li>
406 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/02/">February (
9)
</a></li>
408 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/03/">March (
9)
</a></li>
410 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/04/">April (
6)
</a></li>
412 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/05/">May (
9)
</a></li>
414 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/06/">June (
10)
</a></li>
416 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/07/">July (
7)
</a></li>
418 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/08/">August (
3)
</a></li>
420 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/09/">September (
5)
</a></li>
422 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/10/">October (
7)
</a></li>
424 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/11/">November (
9)
</a></li>
426 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/12/">December (
3)
</a></li>
433 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/01/">January (
7)
</a></li>
435 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/02/">February (
10)
</a></li>
437 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/03/">March (
17)
</a></li>
439 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/04/">April (
12)
</a></li>
441 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/05/">May (
12)
</a></li>
443 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/06/">June (
20)
</a></li>
445 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/07/">July (
17)
</a></li>
447 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/08/">August (
6)
</a></li>
449 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/09/">September (
9)
</a></li>
451 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/10/">October (
17)
</a></li>
453 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/11/">November (
10)
</a></li>
455 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/12/">December (
7)
</a></li>
462 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/01/">January (
16)
</a></li>
464 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/02/">February (
6)
</a></li>
466 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/03/">March (
6)
</a></li>
468 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/04/">April (
7)
</a></li>
470 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/05/">May (
3)
</a></li>
472 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/06/">June (
2)
</a></li>
474 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/07/">July (
7)
</a></li>
476 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/08/">August (
6)
</a></li>
478 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/09/">September (
4)
</a></li>
480 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/10/">October (
2)
</a></li>
482 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/11/">November (
3)
</a></li>
484 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/12/">December (
1)
</a></li>
491 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/01/">January (
2)
</a></li>
493 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/02/">February (
1)
</a></li>
495 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/03/">March (
3)
</a></li>
497 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/04/">April (
3)
</a></li>
499 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/05/">May (
9)
</a></li>
501 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/06/">June (
14)
</a></li>
503 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/07/">July (
12)
</a></li>
505 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/08/">August (
13)
</a></li>
507 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/09/">September (
7)
</a></li>
509 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/10/">October (
9)
</a></li>
511 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/11/">November (
13)
</a></li>
513 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/12/">December (
12)
</a></li>
520 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/01/">January (
8)
</a></li>
522 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/02/">February (
8)
</a></li>
524 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/03/">March (
12)
</a></li>
526 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/04/">April (
10)
</a></li>
528 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/05/">May (
9)
</a></li>
530 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/06/">June (
3)
</a></li>
532 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/07/">July (
4)
</a></li>
534 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/08/">August (
3)
</a></li>
536 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/09/">September (
1)
</a></li>
538 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/10/">October (
2)
</a></li>
540 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/11/">November (
3)
</a></li>
542 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/12/">December (
3)
</a></li>
549 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/11/">November (
5)
</a></li>
551 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/12/">December (
7)
</a></li>
562 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (
13)
</a></li>
564 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/amiga">amiga (
1)
</a></li>
566 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/aros">aros (
1)
</a></li>
568 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bankid">bankid (
4)
</a></li>
570 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (
8)
</a></li>
572 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (
14)
</a></li>
574 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bsa">bsa (
2)
</a></li>
576 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (
2)
</a></li>
578 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian (
107)
</a></li>
580 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (
150)
</a></li>
582 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/digistan">digistan (
10)
</a></li>
584 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/dld">dld (
15)
</a></li>
586 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/docbook">docbook (
12)
</a></li>
588 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (
4)
</a></li>
590 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/english">english (
260)
</a></li>
592 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (
21)
</a></li>
594 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (
12)
</a></li>
596 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (
13)
</a></li>
598 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (
8)
</a></li>
600 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (
11)
</a></li>
602 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/intervju">intervju (
41)
</a></li>
604 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (
10)
</a></li>
606 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/kart">kart (
19)
</a></li>
608 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ldap">ldap (
9)
</a></li>
610 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/lenker">lenker (
8)
</a></li>
612 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (
2)
</a></li>
614 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (
1)
</a></li>
616 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (
8)
</a></li>
618 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (
31)
</a></li>
620 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk (
248)
</a></li>
622 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug (
163)
</a></li>
624 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (
11)
</a></li>
626 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/open311">open311 (
2)
</a></li>
628 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (
48)
</a></li>
630 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/personvern">personvern (
75)
</a></li>
632 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/raid">raid (
1)
</a></li>
634 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/reactos">reactos (
1)
</a></li>
636 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/reprap">reprap (
11)
</a></li>
638 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rfid">rfid (
3)
</a></li>
640 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/robot">robot (
9)
</a></li>
642 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rss">rss (
1)
</a></li>
644 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ruter">ruter (
4)
</a></li>
646 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (
2)
</a></li>
648 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (
41)
</a></li>
650 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (
4)
</a></li>
652 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (
4)
</a></li>
654 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard (
45)
</a></li>
656 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (
3)
</a></li>
658 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (
9)
</a></li>
660 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (
26)
</a></li>
662 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (
2)
</a></li>
664 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/valg">valg (
8)
</a></li>
666 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/video">video (
44)
</a></li>
668 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (
4)
</a></li>
670 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/web">web (
33)
</a></li>
676 <p style=
"text-align: right">
677 Created by
<a href=
"http://steve.org.uk/Software/chronicle">Chronicle v4.6
</a>