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>
108 username username@example.org
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>
150 <p>Update
2014-
10-
27: Added missing 'username' statement in
151 configuration example. Also, I've been told that the
152 PERL_LWP_SSL_VERIFY_HOSTNAME=
0 setting do not work for everyone. Not
159 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>.
164 <div class=
"padding"></div>
168 <a href=
"http://people.skolelinux.org/pere/blog/Debian_Jessie__PXE_and_automatic_firmware_installation.html">Debian Jessie, PXE and automatic firmware installation
</a>
174 <p>When PXE installing laptops with Debian, I often run into the
175 problem that the WiFi card require some firmware to work properly.
176 And it has been a pain to fix this using preseeding in Debian.
177 Normally something more is needed. But thanks to
178 <a href=
"https://packages.qa.debian.org/i/isenkram.html">my isenkram
179 package
</a> and its recent tasksel extension, it has now become easy
180 to do this using simple preseeding.
</p>
182 <p>The isenkram-cli package provide tasksel tasks which will install
183 firmware for the hardware found in the machine (actually, requested by
184 the kernel modules for the hardware). (It can also install user space
185 programs supporting the hardware detected, but that is not the focus
188 <p>To get this working in the default installation, two preeseding
189 values are needed. First, the isenkram-cli package must be installed
190 into the target chroot (aka the hard drive) before tasksel is executed
191 in the pkgsel step of the debian-installer system. This is done by
192 preseeding the base-installer/includes debconf value to include the
193 isenkram-cli package. The package name is next passed to debootstrap
194 for installation. With the isenkram-cli package in place, tasksel
195 will automatically use the isenkram tasks to detect hardware specific
196 packages for the machine being installed and install them, because
197 isenkram-cli contain tasksel tasks.
</p>
199 <p>Second, one need to enable the non-free APT repository, because
200 most firmware unfortunately is non-free. This is done by preseeding
201 the apt-mirror-setup step. This is unfortunate, but for a lot of
202 hardware it is the only option in Debian.
</p>
204 <p>The end result is two lines needed in your preseeding file to get
205 firmware installed automatically by the installer:
</p>
208 base-installer base-installer/includes string isenkram-cli
209 apt-mirror-setup apt-setup/non-free boolean true
210 </pre></blockquote></p>
212 <p>The current version of isenkram-cli in testing/jessie will install
213 both firmware and user space packages when using this method. It also
214 do not work well, so use version
0.15 or later. Installing both
215 firmware and user space packages might give you a bit more than you
216 want, so I decided to split the tasksel task in two, one for firmware
217 and one for user space programs. The firmware task is enabled by
218 default, while the one for user space programs is not. This split is
219 implemented in the package currently in unstable.
</p>
221 <p>If you decide to give this a go, please let me know (via email) how
222 this recipe work for you. :)
</p>
224 <p>So, I bet you are wondering, how can this work. First and
225 foremost, it work because tasksel is modular, and driven by whatever
226 files it find in /usr/lib/tasksel/ and /usr/share/tasksel/. So the
227 isenkram-cli package place two files for tasksel to find. First there
228 is the task description file (/usr/share/tasksel/descs/isenkram.desc):
</p>
231 Task: isenkram-packages
233 Description: Hardware specific packages (autodetected by isenkram)
234 Based on the detected hardware various hardware specific packages are
236 Test-new-install: show show
238 Packages: for-current-hardware
240 Task: isenkram-firmware
242 Description: Hardware specific firmware packages (autodetected by isenkram)
243 Based on the detected hardware various hardware specific firmware
244 packages are proposed.
245 Test-new-install: mark show
247 Packages: for-current-hardware-firmware
248 </pre></blockquote></p>
250 <p>The key parts are Test-new-install which indicate how the task
251 should be handled and the Packages line referencing to a script in
252 /usr/lib/tasksel/packages/. The scripts use other scripts to get a
253 list of packages to install. The for-current-hardware-firmware script
254 look like this to list relevant firmware for the machine:
261 isenkram-autoinstall-firmware -l
262 </pre></blockquote></p>
264 <p>With those two pieces in place, the firmware is installed by
265 tasksel during the normal d-i run. :)
</p>
267 <p>If you want to test what tasksel will install when isenkram-cli is
268 installed, run
<tt>DEBIAN_PRIORITY=critical tasksel --test
269 --new-install
</tt> to get the list of packages that tasksel would
272 <p><a href=
"https://wiki.debian.org/DebianEdu/">Debian Edu
</a> will be
273 pilots in testing this feature, as isenkram is used there now to
274 install firmware, replacing the earlier scripts.
</p>
280 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>.
285 <div class=
"padding"></div>
289 <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>
295 <p>Today I came across an unexpected Ubuntu boot screen. Above the
296 bread shelf on the ICA shop at Storo in Oslo, the grub menu of Ubuntu
297 with Linux kernel
3.2.0-
23 (ie probably version
12.04 LTS) was stuck
298 on a screen normally showing the bread types and prizes:
</p>
300 <p align=
"center"><img width=
"70%" src=
"http://people.skolelinux.org/pere/blog/images/2014-10-04-ubuntu-ica-storo-crop.jpeg"></p>
302 <p>If it had booted as it was supposed to, I would never had known
303 about this hidden Linux installation. It is interesting what
304 <a href=
"http://revealingerrors.com/">errors can reveal
</a>.
</p>
310 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>.
315 <div class=
"padding"></div>
319 <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>
325 <p>The
<a href=
"https://sourceforge.net/p/lsdvd/">lsdvd project
</a>
326 got a new set of developers a few weeks ago, after the original
327 developer decided to step down and pass the project to fresh blood.
328 This project is now maintained by Petter Reinholdtsen and Steve
332 <a href=
"https://sourceforge.net/p/lsdvd/mailman/message/32896061/">a
333 new lsdvd release
</a>, available in git or from
334 <a href=
"https://sourceforge.net/projects/lsdvd/files/lsdvd/">the
335 download page
</a>. This is the changelog dated
2014-
10-
03 for version
340 <li>Ignore 'phantom' audio, subtitle tracks
</li>
341 <li>Check for garbage in the program chains, which indicate that a track is
342 non-existant, to work around additional copy protection
</li>
343 <li>Fix displaying content type for audio tracks, subtitles
</li>
344 <li>Fix pallete display of first entry
</li>
345 <li>Fix include orders
</li>
346 <li>Ignore read errors in titles that would not be displayed anyway
</li>
347 <li>Fix the chapter count
</li>
348 <li>Make sure the array size and the array limit used when initialising
349 the palette size is the same.
</li>
350 <li>Fix array printing.
</li>
351 <li>Correct subsecond calculations.
</li>
352 <li>Add sector information to the output format.
</li>
353 <li>Clean up code to be closer to ANSI C and compile without warnings
354 with more GCC compiler warnings.
</li>
358 <p>This change bring together patches for lsdvd in use in various
359 Linux and Unix distributions, as well as patches submitted to the
360 project the last nine years. Please check it out. :)
</p>
366 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>.
371 <div class=
"padding"></div>
373 <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>
384 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/01/">January (
2)
</a></li>
386 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/02/">February (
3)
</a></li>
388 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/03/">March (
8)
</a></li>
390 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/04/">April (
7)
</a></li>
392 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/05/">May (
1)
</a></li>
394 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/06/">June (
2)
</a></li>
396 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/07/">July (
2)
</a></li>
398 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/08/">August (
2)
</a></li>
400 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/09/">September (
5)
</a></li>
402 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/10/">October (
5)
</a></li>
409 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/01/">January (
11)
</a></li>
411 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/02/">February (
9)
</a></li>
413 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/03/">March (
9)
</a></li>
415 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/04/">April (
6)
</a></li>
417 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/05/">May (
9)
</a></li>
419 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/06/">June (
10)
</a></li>
421 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/07/">July (
7)
</a></li>
423 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/08/">August (
3)
</a></li>
425 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/09/">September (
5)
</a></li>
427 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/10/">October (
7)
</a></li>
429 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/11/">November (
9)
</a></li>
431 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/12/">December (
3)
</a></li>
438 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/01/">January (
7)
</a></li>
440 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/02/">February (
10)
</a></li>
442 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/03/">March (
17)
</a></li>
444 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/04/">April (
12)
</a></li>
446 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/05/">May (
12)
</a></li>
448 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/06/">June (
20)
</a></li>
450 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/07/">July (
17)
</a></li>
452 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/08/">August (
6)
</a></li>
454 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/09/">September (
9)
</a></li>
456 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/10/">October (
17)
</a></li>
458 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/11/">November (
10)
</a></li>
460 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/12/">December (
7)
</a></li>
467 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/01/">January (
16)
</a></li>
469 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/02/">February (
6)
</a></li>
471 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/03/">March (
6)
</a></li>
473 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/04/">April (
7)
</a></li>
475 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/05/">May (
3)
</a></li>
477 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/06/">June (
2)
</a></li>
479 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/07/">July (
7)
</a></li>
481 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/08/">August (
6)
</a></li>
483 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/09/">September (
4)
</a></li>
485 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/10/">October (
2)
</a></li>
487 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/11/">November (
3)
</a></li>
489 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/12/">December (
1)
</a></li>
496 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/01/">January (
2)
</a></li>
498 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/02/">February (
1)
</a></li>
500 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/03/">March (
3)
</a></li>
502 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/04/">April (
3)
</a></li>
504 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/05/">May (
9)
</a></li>
506 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/06/">June (
14)
</a></li>
508 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/07/">July (
12)
</a></li>
510 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/08/">August (
13)
</a></li>
512 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/09/">September (
7)
</a></li>
514 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/10/">October (
9)
</a></li>
516 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/11/">November (
13)
</a></li>
518 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/12/">December (
12)
</a></li>
525 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/01/">January (
8)
</a></li>
527 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/02/">February (
8)
</a></li>
529 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/03/">March (
12)
</a></li>
531 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/04/">April (
10)
</a></li>
533 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/05/">May (
9)
</a></li>
535 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/06/">June (
3)
</a></li>
537 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/07/">July (
4)
</a></li>
539 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/08/">August (
3)
</a></li>
541 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/09/">September (
1)
</a></li>
543 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/10/">October (
2)
</a></li>
545 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/11/">November (
3)
</a></li>
547 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/12/">December (
3)
</a></li>
554 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/11/">November (
5)
</a></li>
556 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/12/">December (
7)
</a></li>
567 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (
13)
</a></li>
569 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/amiga">amiga (
1)
</a></li>
571 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/aros">aros (
1)
</a></li>
573 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bankid">bankid (
4)
</a></li>
575 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (
8)
</a></li>
577 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (
14)
</a></li>
579 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bsa">bsa (
2)
</a></li>
581 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (
2)
</a></li>
583 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian (
107)
</a></li>
585 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (
150)
</a></li>
587 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/digistan">digistan (
10)
</a></li>
589 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/dld">dld (
15)
</a></li>
591 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/docbook">docbook (
12)
</a></li>
593 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (
4)
</a></li>
595 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/english">english (
260)
</a></li>
597 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (
21)
</a></li>
599 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (
12)
</a></li>
601 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (
13)
</a></li>
603 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (
8)
</a></li>
605 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (
11)
</a></li>
607 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/intervju">intervju (
41)
</a></li>
609 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (
10)
</a></li>
611 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/kart">kart (
19)
</a></li>
613 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ldap">ldap (
9)
</a></li>
615 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/lenker">lenker (
8)
</a></li>
617 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (
2)
</a></li>
619 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (
1)
</a></li>
621 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (
8)
</a></li>
623 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (
31)
</a></li>
625 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk (
248)
</a></li>
627 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug (
163)
</a></li>
629 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (
11)
</a></li>
631 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/open311">open311 (
2)
</a></li>
633 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (
48)
</a></li>
635 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/personvern">personvern (
75)
</a></li>
637 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/raid">raid (
1)
</a></li>
639 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/reactos">reactos (
1)
</a></li>
641 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/reprap">reprap (
11)
</a></li>
643 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rfid">rfid (
3)
</a></li>
645 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/robot">robot (
9)
</a></li>
647 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rss">rss (
1)
</a></li>
649 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ruter">ruter (
4)
</a></li>
651 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (
2)
</a></li>
653 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (
41)
</a></li>
655 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (
4)
</a></li>
657 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (
4)
</a></li>
659 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard (
45)
</a></li>
661 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (
3)
</a></li>
663 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (
9)
</a></li>
665 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (
26)
</a></li>
667 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (
2)
</a></li>
669 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/valg">valg (
8)
</a></li>
671 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/video">video (
44)
</a></li>
673 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (
4)
</a></li>
675 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/web">web (
33)
</a></li>
681 <p style=
"text-align: right">
682 Created by
<a href=
"http://steve.org.uk/Software/chronicle">Chronicle v4.6
</a>