]> pere.pagekite.me Git - homepage.git/blob - blog/archive/2014/10/index.html
Generated.
[homepage.git] / blog / archive / 2014 / 10 / index.html
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">
4 <head>
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" />
10 </head>
11 <body>
12 <!-- XML FEED -->
13 <div class="title">
14 <h1>
15 <a href="http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
16
17 </h1>
18
19 </div>
20
21
22 <h3>Entries from October 2014.</h3>
23
24 <div class="entry">
25 <div class="title">
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>
27 </div>
28 <div class="date">
29 23rd October 2014
30 </div>
31 <div class="body">
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
41 live.</p>
42
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>
51
52 </div>
53 <div class="tags">
54
55
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>.
57
58
59 </div>
60 </div>
61 <div class="padding"></div>
62
63 <div class="entry">
64 <div class="title">
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>
66 </div>
67 <div class="date">
68 22nd October 2014
69 </div>
70 <div class="body">
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>
82
83 <p><blockquote><pre>
84 % time listadmin xiph
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
87
88 real 0m1.709s
89 user 0m0.232s
90 sys 0m0.012s
91 %
92 </pre></blockquote></p>
93
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
100 program.</p>
101
102 <p>If you install
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>
106
107 <p><blockquote><pre>
108 username username@example.org
109 spamlevel 23
110 default discard
111 discard_if_reason "Posting restricted to members only. Remove us from your mail list."
112
113 password secret
114 adminurl https://{domain}/mailman/admindb/{list}
115 mailman-list@lists.example.com
116
117 password hidden
118 other-list@otherserver.example.org
119 </pre></blockquote></p>
120
121 <p>There are other options to set as well. Check the manual page to
122 learn the details.</p>
123
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>
128
129 <p><blockquote><pre>
130 PERL_LWP_SSL_VERIFY_HOSTNAME=0 listadmin
131 </pre></blockquote></p>
132
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
138 email.</p>
139
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
144 software.</p>
145
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>
149
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
153 sure why.</p>
154
155 </div>
156 <div class="tags">
157
158
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>.
160
161
162 </div>
163 </div>
164 <div class="padding"></div>
165
166 <div class="entry">
167 <div class="title">
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>
169 </div>
170 <div class="date">
171 17th October 2014
172 </div>
173 <div class="body">
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>
181
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
186 of this story.)</p>
187
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>
198
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>
203
204 <p>The end result is two lines needed in your preseeding file to get
205 firmware installed automatically by the installer:</p>
206
207 <p><blockquote><pre>
208 base-installer base-installer/includes string isenkram-cli
209 apt-mirror-setup apt-setup/non-free boolean true
210 </pre></blockquote></p>
211
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>
220
221 <p>If you decide to give this a go, please let me know (via email) how
222 this recipe work for you. :)</p>
223
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>
229
230 <p><blockquote><pre>
231 Task: isenkram-packages
232 Section: hardware
233 Description: Hardware specific packages (autodetected by isenkram)
234 Based on the detected hardware various hardware specific packages are
235 proposed.
236 Test-new-install: show show
237 Relevance: 8
238 Packages: for-current-hardware
239
240 Task: isenkram-firmware
241 Section: hardware
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
246 Relevance: 8
247 Packages: for-current-hardware-firmware
248 </pre></blockquote></p>
249
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:
255
256 <p><blockquote><pre>
257 #!/bin/sh
258 #
259 PATH=/usr/sbin:$PATH
260 export PATH
261 isenkram-autoinstall-firmware -l
262 </pre></blockquote></p>
263
264 <p>With those two pieces in place, the firmware is installed by
265 tasksel during the normal d-i run. :)</p>
266
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
270 install.</p>
271
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>
275
276 </div>
277 <div class="tags">
278
279
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>.
281
282
283 </div>
284 </div>
285 <div class="padding"></div>
286
287 <div class="entry">
288 <div class="title">
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>
290 </div>
291 <div class="date">
292 4th October 2014
293 </div>
294 <div class="body">
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>
299
300 <p align="center"><img width="70%" src="http://people.skolelinux.org/pere/blog/images/2014-10-04-ubuntu-ica-storo-crop.jpeg"></p>
301
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>
305
306 </div>
307 <div class="tags">
308
309
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>.
311
312
313 </div>
314 </div>
315 <div class="padding"></div>
316
317 <div class="entry">
318 <div class="title">
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>
320 </div>
321 <div class="date">
322 4th October 2014
323 </div>
324 <div class="body">
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
329 Dibb.</p>
330
331 <p>I just wrapped up
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
336 0.17.</p>
337
338 <ul>
339
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>
355
356 </ul>
357
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>
361
362 </div>
363 <div class="tags">
364
365
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>.
367
368
369 </div>
370 </div>
371 <div class="padding"></div>
372
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>
374 <div id="sidebar">
375
376
377
378 <h2>Archive</h2>
379 <ul>
380
381 <li>2014
382 <ul>
383
384 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
385
386 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
387
388 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
389
390 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
391
392 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
393
394 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
395
396 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
397
398 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
399
400 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
401
402 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/10/">October (5)</a></li>
403
404 </ul></li>
405
406 <li>2013
407 <ul>
408
409 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
410
411 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
412
413 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
414
415 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
416
417 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
418
419 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
420
421 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
422
423 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
424
425 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/09/">September (5)</a></li>
426
427 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
428
429 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
430
431 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
432
433 </ul></li>
434
435 <li>2012
436 <ul>
437
438 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
439
440 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
441
442 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
443
444 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
445
446 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
447
448 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
449
450 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
451
452 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
453
454 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
455
456 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
457
458 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
459
460 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
461
462 </ul></li>
463
464 <li>2011
465 <ul>
466
467 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
468
469 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
470
471 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
472
473 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
474
475 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
476
477 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
478
479 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
480
481 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
482
483 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
484
485 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
486
487 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
488
489 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
490
491 </ul></li>
492
493 <li>2010
494 <ul>
495
496 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
497
498 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
499
500 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
501
502 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
503
504 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
505
506 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
507
508 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
509
510 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
511
512 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
513
514 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
515
516 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
517
518 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
519
520 </ul></li>
521
522 <li>2009
523 <ul>
524
525 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
526
527 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
528
529 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
530
531 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
532
533 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
534
535 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
536
537 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
538
539 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
540
541 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
542
543 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
544
545 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
546
547 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
548
549 </ul></li>
550
551 <li>2008
552 <ul>
553
554 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
555
556 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
557
558 </ul></li>
559
560 </ul>
561
562
563
564 <h2>Tags</h2>
565 <ul>
566
567 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (13)</a></li>
568
569 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
570
571 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
572
573 <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
574
575 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (8)</a></li>
576
577 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (14)</a></li>
578
579 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
580
581 <li><a href="http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (2)</a></li>
582
583 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (107)</a></li>
584
585 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (150)</a></li>
586
587 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
588
589 <li><a href="http://people.skolelinux.org/pere/blog/tags/dld">dld (15)</a></li>
590
591 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (12)</a></li>
592
593 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
594
595 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (260)</a></li>
596
597 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (21)</a></li>
598
599 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
600
601 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (13)</a></li>
602
603 <li><a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (8)</a></li>
604
605 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (11)</a></li>
606
607 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (41)</a></li>
608
609 <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (10)</a></li>
610
611 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (19)</a></li>
612
613 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
614
615 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
616
617 <li><a href="http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
618
619 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
620
621 <li><a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
622
623 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (31)</a></li>
624
625 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (248)</a></li>
626
627 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (163)</a></li>
628
629 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (11)</a></li>
630
631 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
632
633 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (48)</a></li>
634
635 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (75)</a></li>
636
637 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
638
639 <li><a href="http://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
640
641 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
642
643 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
644
645 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (9)</a></li>
646
647 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
648
649 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
650
651 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
652
653 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (41)</a></li>
654
655 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
656
657 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
658
659 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (45)</a></li>
660
661 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>
662
663 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (9)</a></li>
664
665 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (26)</a></li>
666
667 <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (2)</a></li>
668
669 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (8)</a></li>
670
671 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (44)</a></li>
672
673 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
674
675 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (33)</a></li>
676
677 </ul>
678
679
680 </div>
681 <p style="text-align: right">
682 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
683 </p>
684
685 </body>
686 </html>