]> pere.pagekite.me Git - homepage.git/blob - blog/index.html
Generated.
[homepage.git] / blog / 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</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="http://people.skolelinux.org/pere/blog/index.rss" type="application/rss+xml" />
10 </head>
11 <body>
12 <div class="title">
13 <h1>
14 <a href="http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
15
16 </h1>
17
18 </div>
19
20
21
22 <div class="entry">
23 <div class="title"><a href="http://people.skolelinux.org/pere/blog/A_Debian_package_for_SMTP_via_Tor__aka_SMTorP__using_exim4.html">A Debian package for SMTP via Tor (aka SMTorP) using exim4</a></div>
24 <div class="date">10th November 2014</div>
25 <div class="body"><p>The right to communicate with your friends and family in private,
26 without anyone snooping, is a right every citicen have in a liberal
27 democracy. But this right is under serious attack these days.</p>
28
29 <p>A while back it occurred to me that one way to make the dragnet
30 surveillance conducted by NSA, GCHQ, FRA and others (and confirmed by
31 the whisleblower Snowden) more expensive for Internet email,
32 is to deliver all email using SMTP via Tor. Such SMTP option would be
33 a nice addition to the FreedomBox project if we could send email
34 between FreedomBox machines without leaking metadata about the emails
35 to the people peeking on the wire. I
36 <a href="http://lists.alioth.debian.org/pipermail/freedombox-discuss/2014-October/006493.html">proposed
37 this on the FreedomBox project mailing list in October</a> and got a
38 lot of useful feedback and suggestions. It also became obvious to me
39 that this was not a novel idea, as the same idea was tested and
40 documented by Johannes Berg as early as 2006, and both
41 <a href="https://github.com/pagekite/Mailpile/wiki/SMTorP">the
42 Mailpile</a> and <a href="http://dee.su/cables">the Cables</a> systems
43 propose a similar method / protocol to pass emails between users.</p>
44
45 <p>To implement such system one need to set up a Tor hidden service
46 providing the SMTP protocol on port 25, and use email addresses
47 looking like username@hidden-service-name.onion. With such addresses
48 the connections to port 25 on hidden-service-name.onion using Tor will
49 go to the correct SMTP server. To do this, one need to configure the
50 Tor daemon to provide the hidden service and the mail server to accept
51 emails for this .onion domain. To learn more about Exim configuration
52 in Debian and test the design provided by Johannes Berg in his FAQ, I
53 set out yesterday to create a Debian package for making it trivial to
54 set up such SMTP over Tor service based on Debian. Getting it to work
55 were fairly easy, and
56 <a href="https://github.com/petterreinholdtsen/exim4-smtorp">the
57 source code for the Debian package</a> is available from github. I
58 plan to move it into Debian if further testing prove this to be a
59 useful approach.</p>
60
61 <p>If you want to test this, set up a blank Debian machine without any
62 mail system installed (or run <tt>apt-get purge exim4-config</tt> to
63 get rid of exim4). Install tor, clone the git repository mentioned
64 above, build the deb and install it on the machine. Next, run
65 <tt>/usr/lib/exim4-smtorp/setup-exim-hidden-service</tt> and follow
66 the instructions to get the service up and running. Restart tor and
67 exim when it is done, and test mail delivery using swaks like
68 this:</p>
69
70 <p><blockquote><pre>
71 torsocks swaks --server dutlqrrmjhtfa3vp.onion \
72 --to fbx@dutlqrrmjhtfa3vp.onion
73 </pre></blockquote></p>
74
75 <p>This will test the SMTP delivery using tor. Replace the email
76 address with your own address to test your server. :)</p>
77
78 <p>The setup procedure is still to complex, and I hope it can be made
79 easier and more automatic. Especially the tor setup need more work.
80 Also, the package include a tor-smtp tool written in C, but its task
81 should probably be rewritten in some script language to make the deb
82 architecture independent. It would probably also make the code easier
83 to review. The tor-smtp tool currently need to listen on a socket for
84 exim to talk to it and is started using xinetd. It would be better if
85 no daemon and no socket is needed. I suspect it is possible to get
86 exim to run a command line tool for delivery instead of talking to a
87 socket, and hope to figure out how in a future version of this
88 system.</p>
89
90 <p>Until I wipe my test machine, I can be reached using the
91 <tt>fbx@dutlqrrmjhtfa3vp.onion</tt> mail address, deliverable over
92 SMTorP. :)</p>
93 </div>
94 <div class="tags">
95
96
97 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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
98
99
100 </div>
101 </div>
102 <div class="padding"></div>
103
104 <div class="entry">
105 <div class="title"><a href="http://people.skolelinux.org/pere/blog/First_Jessie_based_Debian_Edu_released__alpha0_.html">First Jessie based Debian Edu released (alpha0)</a></div>
106 <div class="date">27th October 2014</div>
107 <div class="body"><p>I am happy to report that I on behalf of the Debian Edu team just
108 sent out
109 <a href="https://lists.debian.org/debian-edu-announce/2014/10/msg00000.html">this
110 announcement</a>:</p>
111
112 <pre>
113 The Debian Edu Team is pleased to announce the release of Debian Edu
114 Jessie 8.0+edu0~alpha0
115
116 Debian Edu is a complete operating system for schools. Through its
117 various installation profiles you can install servers, workstations
118 and laptops which will work together on the school network. With
119 Debian Edu, the teachers themselves or their technical support can
120 roll out a complete multi-user multi-machine study environment within
121 hours or a few days. Debian Edu comes with hundreds of applications
122 pre-installed, but you can always add more packages from Debian.
123
124 For those who want to give Debian Edu Jessie a try, download and
125 installation instructions are available, including detailed
126 instructions in the manual[1] explaining the first steps, such as
127 setting up a network or adding users. Please note that the password
128 for the user your prompted for during installation must have a length
129 of at least 5 characters!
130
131 [1] &lt;URL: <a href="https://wiki.debian.org/DebianEdu/Documentation/Jessie">https://wiki.debian.org/DebianEdu/Documentation/Jessie</a> &gt;
132
133 Would you like to give your school's computer a longer life? Are you
134 tired of sneaker administration, running from computer to computer
135 reinstalling the operating system? Would you like to administrate all
136 the computers in your school using only a couple of hours every week?
137 Check out Debian Edu Jessie!
138
139 Skolelinux is used by at least two hundred schools all over the world,
140 mostly in Germany and Norway.
141
142 About Debian Edu and Skolelinux
143 ===============================
144
145 Debian Edu, also known as Skolelinux[2], is a Linux distribution based
146 on Debian providing an out-of-the box environment of a completely
147 configured school network. Immediately after installation a school
148 server running all services needed for a school network is set up just
149 waiting for users and machines being added via GOsa², a comfortable
150 Web-UI. A netbooting environment is prepared using PXE, so after
151 initial installation of the main server from CD or USB stick all other
152 machines can be installed via the network. The provided school server
153 provides LDAP database and Kerberos authentication service,
154 centralized home directories, DHCP server, web proxy and many other
155 services. The desktop contains more than 60 educational software
156 packages[3] and more are available from the Debian archive, and
157 schools can choose between KDE, Gnome, LXDE, Xfce and MATE desktop
158 environment.
159
160 [2] &lt;URL: <a href="http://www.skolelinux.org/">http://www.skolelinux.org/</a> &gt;
161 [3] &lt;URL: <a href="http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html">http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html</a> &gt;
162
163 Full release notes and manual
164 =============================
165
166 Below the download URLs there is a list of some of the new features
167 and bugfixes of Debian Edu 8.0+edu0~alpha0 Codename Jessie. The full
168 list is part of the manual. (See the feature list in the manual[4] for
169 the English version.) For some languages manual translations are
170 available, see the manual translation overview[5].
171
172 [4] &lt;URL: <a href="https://wiki.debian.org/DebianEdu/Documentation/Jessie/Features">https://wiki.debian.org/DebianEdu/Documentation/Jessie/Features</a> &gt;
173 [5] &lt;URL: <a href="http://maintainer.skolelinux.org/debian-edu-doc/">http://maintainer.skolelinux.org/debian-edu-doc/</a> &gt;
174
175 Where to get it
176 ---------------
177
178 To download the multiarch netinstall CD release (624 MiB) you can use
179
180 * <a href="ftp://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso">ftp://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso</a>
181 * <a href="http://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso">http://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso</a>
182 * rsync -avzP ftp.skolelinux.org::skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso .
183
184 The SHA1SUM of this image is: 361188818e036ce67280a572f757de82ebfeb095
185
186 New features for Debian Edu 8.0+edu0~alpha0 Codename Jessie released 2014-10-27
187 ===============================================================================
188
189
190 Installation changes
191 --------------------
192
193 * PXE installation now installs firmware automatically for the hardware present.
194
195 Software updates
196 ----------------
197
198 Everything which is new in Debian Jessie 8.0, eg:
199
200 * Linux kernel 3.16.x
201 * Desktop environments KDE "Plasma" 4.11.12, GNOME 3.14, Xfce 4.10,
202 LXDE 0.5.6 and MATE 1.8 (KDE "Plasma" is installed by default; to
203 choose one of the others see manual.)
204 * the browsers Iceweasel 31 ESR and Chromium 38
205 * !LibreOffice 4.3.3
206 * GOsa 2.7.4
207 * LTSP 5.5.4
208 * CUPS print system 1.7.5
209 * new boot framework: systemd
210 * Educational toolbox GCompris 14.07
211 * Music creator Rosegarden 14.02
212 * Image editor Gimp 2.8.14
213 * Virtual stargazer Stellarium 0.13.0
214 * golearn 0.9
215 * tuxpaint 0.9.22
216 * New version of debian-installer from Debian Jessie.
217 * Debian Jessie includes about 42000 packages available for
218 installation.
219 * More information about Debian Jessie 8.0 is provided in the release
220 notes[6] and the installation manual[7].
221
222 [6] &lt;URL: <a href="http://www.debian.org/releases/jessie/releasenotes">http://www.debian.org/releases/jessie/releasenotes</a> &gt;
223 [7] &lt;URL: <a href="http://www.debian.org/releases/jessie/installmanual">http://www.debian.org/releases/jessie/installmanual</a> &gt;
224
225 Fixed bugs
226 ----------
227
228 * Inserting incorrect DNS information in Gosa will no longer break
229 DNS completely, but instead stop DNS updates until the incorrect
230 information is corrected (Debian bug #710362)
231 * and many others.
232
233 Documentation and translation updates
234 -------------------------------------
235
236 * The Debian Edu Jessie Manual is fully translated to German, French,
237 Italian, Danish and Dutch. Partly translated versions exist for
238 Norwegian Bokmal and Spanish.
239
240 Other changes
241 -------------
242
243 * Due to new Squid settings, powering off or rebooting the main
244 server takes more time.
245 * To manage printers localhost:631 has to be used, currently www:631
246 doesn't work.
247
248 Regressions / known problems
249 ----------------------------
250
251 * Installing LTSP chroot fails with a bug related to eatmydata about
252 exim4-config failing to run its postinst (see Debian bug #765694
253 and Debian bug #762103).
254 * Munin collection is not properly configured on clients (Debian bug
255 #764594). The fix is available in a newer version of munin-node.
256 * PXE setup for Main Server and Thin Client Server setup does not
257 work when installing on a machine without direct Internet access.
258 Will be fixed when Debian bug #766960 is fixed in Jessie.
259
260 See the status page[8] for the complete list.
261
262 [8] &lt;URL: <a href="https://wiki.debian.org/DebianEdu/Status/Jessie">https://wiki.debian.org/DebianEdu/Status/Jessie</a> &gt;
263
264 How to report bugs
265 ------------------
266
267 &lt;URL: <a href="http://wiki.debian.org/DebianEdu/HowTo/ReportBugs">http://wiki.debian.org/DebianEdu/HowTo/ReportBugs</a> &gt;
268
269 About Debian
270 ============
271
272 The Debian Project was founded in 1993 by Ian Murdock to be a truly
273 free community project. Since then the project has grown to be one of
274 the largest and most influential open source projects. Thousands of
275 volunteers from all over the world work together to create and
276 maintain Debian software. Available in 70 languages, and supporting a
277 huge range of computer types, Debian calls itself the universal
278 operating system.
279
280 Contact Information
281 For further information, please visit the Debian web pages[9] or send
282 mail to press@debian.org.
283
284 [9] &lt;URL: <a href="http://www.debian.org/">http://www.debian.org/</a> &gt;
285 </pre>
286 </div>
287 <div class="tags">
288
289
290 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>.
291
292
293 </div>
294 </div>
295 <div class="padding"></div>
296
297 <div class="entry">
298 <div class="title"><a href="http://people.skolelinux.org/pere/blog/I_spent_last_weekend_recording_MakerCon_Nordic.html">I spent last weekend recording MakerCon Nordic</a></div>
299 <div class="date">23rd October 2014</div>
300 <div class="body"><p>I spent last weekend at <a href="http://www.makercon.no/">Makercon
301 Nordic</a>, a great conference and workshop for makers in Norway and
302 the surrounding countries. I had volunteered on behalf of the
303 Norwegian Unix Users Group (NUUG) to video record the talks, and we
304 had a great and exhausting time recording the entire day, two days in
305 a row. There were only two of us, Hans-Petter and me, and we used the
306 regular video equipment for NUUG, with a
307 <a href="http://dvswitch.alioth.debian.org/wiki/">dvswitch</a>, a
308 camera and a VGA to DV convert box, and mixed video and slides
309 live.</p>
310
311 <p>Hans-Petter did the post-processing, consisting of uploading the
312 around 180 GiB of raw video to Youtube, and the result is
313 <a href="https://www.youtube.com/user/MakerConNordic/">now becoming
314 public</a> on the MakerConNordic account. The videos have the license
315 NUUG always use on our recordings, which is
316 <a href="http://creativecommons.org/licenses/by-sa/3.0/no/">Creative
317 Commons Navngivelse-Del på samme vilkår 3.0 Norge</a>. Many great
318 talks available. Check it out! :)</p>
319 </div>
320 <div class="tags">
321
322
323 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>.
324
325
326 </div>
327 </div>
328 <div class="padding"></div>
329
330 <div class="entry">
331 <div class="title"><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></div>
332 <div class="date">22nd October 2014</div>
333 <div class="body"><p>If you ever had to moderate a mailman list, like the ones on
334 alioth.debian.org, you know the web interface is fairly slow to
335 operate. First you visit one web page, enter the moderation password
336 and get a new page shown with a list of all the messages to moderate
337 and various options for each email address. This take a while for
338 every list you moderate, and you need to do it regularly to do a good
339 job as a list moderator. But there is a quick alternative,
340 <a href="http://heim.ifi.uio.no/kjetilho/hacks/#listadmin">the
341 listadmin program</a>. It allow you to check lists for new messages
342 to moderate in a fraction of a second. Here is a test run on two
343 lists I recently took over:</p>
344
345 <p><blockquote><pre>
346 % time listadmin xiph
347 fetching data for pkg-xiph-commits@lists.alioth.debian.org ... nothing in queue
348 fetching data for pkg-xiph-maint@lists.alioth.debian.org ... nothing in queue
349
350 real 0m1.709s
351 user 0m0.232s
352 sys 0m0.012s
353 %
354 </pre></blockquote></p>
355
356 <p>In 1.7 seconds I had checked two mailing lists and confirmed that
357 there are no message in the moderation queue. Every morning I
358 currently moderate 68 mailman lists, and it normally take around two
359 minutes. When I took over the two pkg-xiph lists above a few days
360 ago, there were 400 emails waiting in the moderator queue. It took me
361 less than 15 minutes to process them all using the listadmin
362 program.</p>
363
364 <p>If you install
365 <a href="https://tracker.debian.org/pkg/listadmin">the listadmin
366 package</a> from Debian and create a file <tt>~/.listadmin.ini</tt>
367 with content like this, the moderation task is a breeze:</p>
368
369 <p><blockquote><pre>
370 username username@example.org
371 spamlevel 23
372 default discard
373 discard_if_reason "Posting restricted to members only. Remove us from your mail list."
374
375 password secret
376 adminurl https://{domain}/mailman/admindb/{list}
377 mailman-list@lists.example.com
378
379 password hidden
380 other-list@otherserver.example.org
381 </pre></blockquote></p>
382
383 <p>There are other options to set as well. Check the manual page to
384 learn the details.</p>
385
386 <p>If you are forced to moderate lists on a mailman installation where
387 the SSL certificate is self signed or not properly signed by a
388 generally accepted signing authority, you can set a environment
389 variable when calling listadmin to disable SSL verification:</p>
390
391 <p><blockquote><pre>
392 PERL_LWP_SSL_VERIFY_HOSTNAME=0 listadmin
393 </pre></blockquote></p>
394
395 <p>If you want to moderate a subset of the lists you take care of, you
396 can provide an argument to the listadmin script like I do in the
397 initial screen dump (the xiph argument). Using an argument, only
398 lists matching the argument string will be processed. This make it
399 quick to accept messages if you notice the moderation request in your
400 email.</p>
401
402 <p>Without the listadmin program, I would never be the moderator of 68
403 mailing lists, as I simply do not have time to spend on that if the
404 process was any slower. The listadmin program have saved me hours of
405 time I could spend elsewhere over the years. It truly is nice free
406 software.</p>
407
408 <p>As usual, if you use Bitcoin and want to show your support of my
409 activities, please send Bitcoin donations to my address
410 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
411
412 <p>Update 2014-10-27: Added missing 'username' statement in
413 configuration example. Also, I've been told that the
414 PERL_LWP_SSL_VERIFY_HOSTNAME=0 setting do not work for everyone. Not
415 sure why.</p>
416 </div>
417 <div class="tags">
418
419
420 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>.
421
422
423 </div>
424 </div>
425 <div class="padding"></div>
426
427 <div class="entry">
428 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Jessie__PXE_and_automatic_firmware_installation.html">Debian Jessie, PXE and automatic firmware installation</a></div>
429 <div class="date">17th October 2014</div>
430 <div class="body"><p>When PXE installing laptops with Debian, I often run into the
431 problem that the WiFi card require some firmware to work properly.
432 And it has been a pain to fix this using preseeding in Debian.
433 Normally something more is needed. But thanks to
434 <a href="https://packages.qa.debian.org/i/isenkram.html">my isenkram
435 package</a> and its recent tasksel extension, it has now become easy
436 to do this using simple preseeding.</p>
437
438 <p>The isenkram-cli package provide tasksel tasks which will install
439 firmware for the hardware found in the machine (actually, requested by
440 the kernel modules for the hardware). (It can also install user space
441 programs supporting the hardware detected, but that is not the focus
442 of this story.)</p>
443
444 <p>To get this working in the default installation, two preeseding
445 values are needed. First, the isenkram-cli package must be installed
446 into the target chroot (aka the hard drive) before tasksel is executed
447 in the pkgsel step of the debian-installer system. This is done by
448 preseeding the base-installer/includes debconf value to include the
449 isenkram-cli package. The package name is next passed to debootstrap
450 for installation. With the isenkram-cli package in place, tasksel
451 will automatically use the isenkram tasks to detect hardware specific
452 packages for the machine being installed and install them, because
453 isenkram-cli contain tasksel tasks.</p>
454
455 <p>Second, one need to enable the non-free APT repository, because
456 most firmware unfortunately is non-free. This is done by preseeding
457 the apt-mirror-setup step. This is unfortunate, but for a lot of
458 hardware it is the only option in Debian.</p>
459
460 <p>The end result is two lines needed in your preseeding file to get
461 firmware installed automatically by the installer:</p>
462
463 <p><blockquote><pre>
464 base-installer base-installer/includes string isenkram-cli
465 apt-mirror-setup apt-setup/non-free boolean true
466 </pre></blockquote></p>
467
468 <p>The current version of isenkram-cli in testing/jessie will install
469 both firmware and user space packages when using this method. It also
470 do not work well, so use version 0.15 or later. Installing both
471 firmware and user space packages might give you a bit more than you
472 want, so I decided to split the tasksel task in two, one for firmware
473 and one for user space programs. The firmware task is enabled by
474 default, while the one for user space programs is not. This split is
475 implemented in the package currently in unstable.</p>
476
477 <p>If you decide to give this a go, please let me know (via email) how
478 this recipe work for you. :)</p>
479
480 <p>So, I bet you are wondering, how can this work. First and
481 foremost, it work because tasksel is modular, and driven by whatever
482 files it find in /usr/lib/tasksel/ and /usr/share/tasksel/. So the
483 isenkram-cli package place two files for tasksel to find. First there
484 is the task description file (/usr/share/tasksel/descs/isenkram.desc):</p>
485
486 <p><blockquote><pre>
487 Task: isenkram-packages
488 Section: hardware
489 Description: Hardware specific packages (autodetected by isenkram)
490 Based on the detected hardware various hardware specific packages are
491 proposed.
492 Test-new-install: show show
493 Relevance: 8
494 Packages: for-current-hardware
495
496 Task: isenkram-firmware
497 Section: hardware
498 Description: Hardware specific firmware packages (autodetected by isenkram)
499 Based on the detected hardware various hardware specific firmware
500 packages are proposed.
501 Test-new-install: mark show
502 Relevance: 8
503 Packages: for-current-hardware-firmware
504 </pre></blockquote></p>
505
506 <p>The key parts are Test-new-install which indicate how the task
507 should be handled and the Packages line referencing to a script in
508 /usr/lib/tasksel/packages/. The scripts use other scripts to get a
509 list of packages to install. The for-current-hardware-firmware script
510 look like this to list relevant firmware for the machine:
511
512 <p><blockquote><pre>
513 #!/bin/sh
514 #
515 PATH=/usr/sbin:$PATH
516 export PATH
517 isenkram-autoinstall-firmware -l
518 </pre></blockquote></p>
519
520 <p>With those two pieces in place, the firmware is installed by
521 tasksel during the normal d-i run. :)</p>
522
523 <p>If you want to test what tasksel will install when isenkram-cli is
524 installed, run <tt>DEBIAN_PRIORITY=critical tasksel --test
525 --new-install</tt> to get the list of packages that tasksel would
526 install.</p>
527
528 <p><a href="https://wiki.debian.org/DebianEdu/">Debian Edu</a> will be
529 pilots in testing this feature, as isenkram is used there now to
530 install firmware, replacing the earlier scripts.</p>
531 </div>
532 <div class="tags">
533
534
535 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>.
536
537
538 </div>
539 </div>
540 <div class="padding"></div>
541
542 <div class="entry">
543 <div class="title"><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></div>
544 <div class="date"> 4th October 2014</div>
545 <div class="body"><p>Today I came across an unexpected Ubuntu boot screen. Above the
546 bread shelf on the ICA shop at Storo in Oslo, the grub menu of Ubuntu
547 with Linux kernel 3.2.0-23 (ie probably version 12.04 LTS) was stuck
548 on a screen normally showing the bread types and prizes:</p>
549
550 <p align="center"><img width="70%" src="http://people.skolelinux.org/pere/blog/images/2014-10-04-ubuntu-ica-storo-crop.jpeg"></p>
551
552 <p>If it had booted as it was supposed to, I would never had known
553 about this hidden Linux installation. It is interesting what
554 <a href="http://revealingerrors.com/">errors can reveal</a>.</p>
555 </div>
556 <div class="tags">
557
558
559 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>.
560
561
562 </div>
563 </div>
564 <div class="padding"></div>
565
566 <div class="entry">
567 <div class="title"><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></div>
568 <div class="date"> 4th October 2014</div>
569 <div class="body"><p>The <a href="https://sourceforge.net/p/lsdvd/">lsdvd project</a>
570 got a new set of developers a few weeks ago, after the original
571 developer decided to step down and pass the project to fresh blood.
572 This project is now maintained by Petter Reinholdtsen and Steve
573 Dibb.</p>
574
575 <p>I just wrapped up
576 <a href="https://sourceforge.net/p/lsdvd/mailman/message/32896061/">a
577 new lsdvd release</a>, available in git or from
578 <a href="https://sourceforge.net/projects/lsdvd/files/lsdvd/">the
579 download page</a>. This is the changelog dated 2014-10-03 for version
580 0.17.</p>
581
582 <ul>
583
584 <li>Ignore 'phantom' audio, subtitle tracks</li>
585 <li>Check for garbage in the program chains, which indicate that a track is
586 non-existant, to work around additional copy protection</li>
587 <li>Fix displaying content type for audio tracks, subtitles</li>
588 <li>Fix pallete display of first entry</li>
589 <li>Fix include orders</li>
590 <li>Ignore read errors in titles that would not be displayed anyway</li>
591 <li>Fix the chapter count</li>
592 <li>Make sure the array size and the array limit used when initialising
593 the palette size is the same.</li>
594 <li>Fix array printing.</li>
595 <li>Correct subsecond calculations.</li>
596 <li>Add sector information to the output format.</li>
597 <li>Clean up code to be closer to ANSI C and compile without warnings
598 with more GCC compiler warnings.</li>
599
600 </ul>
601
602 <p>This change bring together patches for lsdvd in use in various
603 Linux and Unix distributions, as well as patches submitted to the
604 project the last nine years. Please check it out. :)</p>
605 </div>
606 <div class="tags">
607
608
609 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>.
610
611
612 </div>
613 </div>
614 <div class="padding"></div>
615
616 <div class="entry">
617 <div class="title"><a href="http://people.skolelinux.org/pere/blog/How_to_test_Debian_Edu_Jessie_despite_some_fatal_problems_with_the_installer.html">How to test Debian Edu Jessie despite some fatal problems with the installer</a></div>
618 <div class="date">26th September 2014</div>
619 <div class="body"><p>The <a href="http://www.skolelinux.org/">Debian Edu / Skolelinux
620 project</a> provide a Linux solution for schools, including a
621 powerful desktop with education software, a central server providing
622 web pages, user database, user home directories, central login and PXE
623 boot of both clients without disk and the installation to install Debian
624 Edu on machines with disk (and a few other services perhaps to small
625 to mention here). We in the Debian Edu team are currently working on
626 the Jessie based version, trying to get everything in shape before the
627 freeze, to avoid having to maintain our own package repository in the
628 future. The
629 <a href="https://wiki.debian.org/DebianEdu/Status/Jessie">current
630 status</a> can be seen on the Debian wiki, and there is still heaps of
631 work left. Some fatal problems block testing, breaking the installer,
632 but it is possible to work around these to get anyway. Here is a
633 recipe on how to get the installation limping along.</p>
634
635 <p>First, download the test ISO via
636 <a href="ftp://ftp.skolelinux.no/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso">ftp</a>,
637 <a href="http://ftp.skolelinux.no/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso">http</a>
638 or rsync (use
639 ftp.skolelinux.org::cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso).
640 The ISO build was broken on Tuesday, so we do not get a new ISO every
641 12 hours or so, but thankfully the ISO we already got we are able to
642 install with some tweaking.</p>
643
644 <p>When you get to the Debian Edu profile question, go to tty2
645 (use Alt-Ctrl-F2), run</p>
646
647 <p><blockquote><pre>
648 nano /usr/bin/edu-eatmydata-install
649 </pre></blockquote></p>
650
651 <p>and add 'exit 0' as the second line, disabling the eatmydata
652 optimization. Return to the installation, select the profile you want
653 and continue. Without this change, exim4-config will fail to install
654 due to a known bug in eatmydata.</p>
655
656 <p>When you get the grub question at the end, answer /dev/sda (or if
657 this do not work, figure out what your correct value would be. All my
658 test machines need /dev/sda, so I have no advice if it do not fit
659 your need.</p>
660
661 <p>If you installed a profile including a graphical desktop, log in as
662 root after the initial boot from hard drive, and install the
663 education-desktop-XXX metapackage. XXX can be kde, gnome, lxde, xfce
664 or mate. If you want several desktop options, install more than one
665 metapackage. Once this is done, reboot and you should have a working
666 graphical login screen. This workaround should no longer be needed
667 once the education-tasks package version 1.801 enter testing in two
668 days.</p>
669
670 <p>I believe the ISO build will start working on two days when the new
671 tasksel package enter testing and Steve McIntyre get a chance to
672 update the debian-cd git repository. The eatmydata, grub and desktop
673 issues are already fixed in unstable and testing, and should show up
674 on the ISO as soon as the ISO build start working again. Well the
675 eatmydata optimization is really just disabled. The proper fix
676 require an upload by the eatmydata maintainer applying the patch
677 provided in bug <a href="https://bugs.debian.org/702711">#702711</a>.
678 The rest have proper fixes in unstable.</p>
679
680 <p>I hope this get you going with the installation testing, as we are
681 quickly running out of time trying to get our Jessie based
682 installation ready before the distribution freeze in a month.</p>
683 </div>
684 <div class="tags">
685
686
687 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <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>.
688
689
690 </div>
691 </div>
692 <div class="padding"></div>
693
694 <div class="entry">
695 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Suddenly_I_am_the_new_upstream_of_the_lsdvd_command_line_tool.html">Suddenly I am the new upstream of the lsdvd command line tool</a></div>
696 <div class="date">25th September 2014</div>
697 <div class="body"><p>I use the <a href="https://sourceforge.net/p/lsdvd/">lsdvd tool</a>
698 to handle my fairly large DVD collection. It is a nice command line
699 tool to get details about a DVD, like title, tracks, track length,
700 etc, in XML, Perl or human readable format. But lsdvd have not seen
701 any new development since 2006 and had a few irritating bugs affecting
702 its use with some DVDs. Upstream seemed to be dead, and in January I
703 sent a small probe asking for a version control repository for the
704 project, without any reply. But I use it regularly and would like to
705 get <a href="https://packages.qa.debian.org/lsdvd">an updated version
706 into Debian</a>. So two weeks ago I tried harder to get in touch with
707 the project admin, and after getting a reply from him explaining that
708 he was no longer interested in the project, I asked if I could take
709 over. And yesterday, I became project admin.</p>
710
711 <p>I've been in touch with a Gentoo developer and the Debian
712 maintainer interested in joining forces to maintain the upstream
713 project, and I hope we can get a new release out fairly quickly,
714 collecting the patches spread around on the internet into on place.
715 I've added the relevant Debian patches to the freshly created git
716 repository, and expect the Gentoo patches to make it too. If you got
717 a DVD collection and care about command line tools, check out
718 <a href="https://sourceforge.net/p/lsdvd/git/ci/master/tree/">the git source</a> and join
719 <a href="https://sourceforge.net/p/lsdvd/mailman/">the project mailing
720 list</a>. :)</p>
721 </div>
722 <div class="tags">
723
724
725 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>.
726
727
728 </div>
729 </div>
730 <div class="padding"></div>
731
732 <div class="entry">
733 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Hva_henger_under_skibrua_over_E16_p__Sollih_gda_.html">Hva henger under skibrua over E16 på Sollihøgda?</a></div>
734 <div class="date">21st September 2014</div>
735 <div class="body"><p>Rundt omkring i Oslo og Østlandsområdet henger det bokser over
736 veiene som jeg har lurt på hva gjør. De har ut fra plassering og
737 vinkling sett ut som bokser som sniffer ut et eller annet fra
738 forbipasserende trafikk, men det har vært uklart for meg hva det er de
739 leser av. Her om dagen tok jeg bilde av en slik boks som henger under
740 <a href="http://www.openstreetmap.no/?zoom=19&mlat=59.96396&mlon=10.34443&layers=B00000">ei
741 skibru på Sollihøgda</a>:</p>
742
743 <p align="center"><img width="60%" src="http://people.skolelinux.org/pere/blog/images/2014-09-13-kapsch-sollihogda-crop.jpeg"></p>
744
745 <p>Boksen er tydelig merket «Kapsch >>>», logoen til
746 <a href="http://www.kapsch.net/">det sveitsiske selskapet Kapsch</a> som
747 blant annet lager sensorsystemer for veitrafikk. Men de lager mye
748 forskjellig, og jeg kjente ikke igjen boksen på utseendet etter en
749 kjapp titt på produktlista til selskapet.</p>
750
751 <p>I og med at boksen henger over veien E16, en riksvei vedlikeholdt
752 av Statens Vegvesen, så antok jeg at det burde være mulig å bruke
753 REST-API-et som gir tilgang til vegvesenets database over veier,
754 skilter og annet veirelatert til å finne ut hva i alle dager dette
755 kunne være. De har både
756 <a href="https://www.vegvesen.no/nvdb/api/dokumentasjon/datakatalog">en
757 datakatalog</a> og
758 <a href="https://www.vegvesen.no/nvdb/api/dokumentasjon/sok">et
759 søk</a>, der en kan søke etter ulike typer oppføringer innen for et
760 gitt geografisk område. Jeg laget et enkelt shell-script for å hente
761 ut antall av en gitt type innenfor området skibrua dekker, og listet
762 opp navnet på typene som ble funnet. Orket ikke slå opp hvordan
763 URL-koding av aktuelle strenger kunne gjøres mer generisk, og brukte
764 en stygg sed-linje i stedet.</p>
765
766 <blockquote><pre>
767 #!/bin/sh
768 urlmap() {
769 sed \
770 -e 's/ / /g' -e 's/{/%7B/g' \
771 -e 's/}/%7D/g' -e 's/\[/%5B/g' \
772 -e 's/\]/%5D/g' -e 's/ /%20/g' \
773 -e 's/,/%2C/g' -e 's/\"/%22/g' \
774 -e 's/:/%3A/g'
775 }
776
777 lookup() {
778 url="$1"
779 curl -s -H 'Accept: application/vnd.vegvesen.nvdb-v1+xml' \
780 "https://www.vegvesen.no/nvdb/api$url" | xmllint --format -
781 }
782
783 for id in $(seq 1 874) ; do
784 search="{
785 lokasjon: {
786 bbox: \"10.34425,59.96386,10.34458,59.96409\",
787 srid: \"WGS84\"
788 },
789 objektTyper: [{
790 id: $id, antall: 10
791 }]
792 }"
793
794 query=/sok?kriterie=$(echo $search | urlmap)
795 if lookup "$query" |
796 grep -q '&lt;totaltAntallReturnert>0&lt;'
797 then
798 :
799 else
800 echo $id
801 lookup "/datakatalog/objekttyper/$id" |grep '^ &lt;navn>'
802 fi
803 done
804
805 exit 0
806 </pre></blockquote>
807
808 Aktuelt ID-område 1-874 var riktig i datakatalogen da jeg laget
809 scriptet. Det vil endre seg over tid. Skriptet listet så opp
810 aktuelle typer i og rundt skibrua:
811
812 <blockquote><pre>
813 5
814 &lt;navn>Rekkverk&lt;/navn>
815 14
816 &lt;navn>Rekkverksende&lt;/navn>
817 47
818 &lt;navn>Trafikklomme&lt;/navn>
819 49
820 &lt;navn>Trafikkøy&lt;/navn>
821 60
822 &lt;navn>Bru&lt;/navn>
823 79
824 &lt;navn>Stikkrenne/Kulvert&lt;/navn>
825 80
826 &lt;navn>Grøft, åpen&lt;/navn>
827 86
828 &lt;navn>Belysningsstrekning&lt;/navn>
829 95
830 &lt;navn>Skiltpunkt&lt;/navn>
831 96
832 &lt;navn>Skiltplate&lt;/navn>
833 98
834 &lt;navn>Referansestolpe&lt;/navn>
835 99
836 &lt;navn>Vegoppmerking, langsgående&lt;/navn>
837 105
838 &lt;navn>Fartsgrense&lt;/navn>
839 106
840 &lt;navn>Vinterdriftsstrategi&lt;/navn>
841 172
842 &lt;navn>Trafikkdeler&lt;/navn>
843 241
844 &lt;navn>Vegdekke&lt;/navn>
845 293
846 &lt;navn>Breddemåling&lt;/navn>
847 301
848 &lt;navn>Kantklippareal&lt;/navn>
849 318
850 &lt;navn>Snø-/isrydding&lt;/navn>
851 445
852 &lt;navn>Skred&lt;/navn>
853 446
854 &lt;navn>Dokumentasjon&lt;/navn>
855 452
856 &lt;navn>Undergang&lt;/navn>
857 528
858 &lt;navn>Tverrprofil&lt;/navn>
859 532
860 &lt;navn>Vegreferanse&lt;/navn>
861 534
862 &lt;navn>Region&lt;/navn>
863 535
864 &lt;navn>Fylke&lt;/navn>
865 536
866 &lt;navn>Kommune&lt;/navn>
867 538
868 &lt;navn>Gate&lt;/navn>
869 539
870 &lt;navn>Transportlenke&lt;/navn>
871 540
872 &lt;navn>Trafikkmengde&lt;/navn>
873 570
874 &lt;navn>Trafikkulykke&lt;/navn>
875 571
876 &lt;navn>Ulykkesinvolvert enhet&lt;/navn>
877 572
878 &lt;navn>Ulykkesinvolvert person&lt;/navn>
879 579
880 &lt;navn>Politidistrikt&lt;/navn>
881 583
882 &lt;navn>Vegbredde&lt;/navn>
883 591
884 &lt;navn>Høydebegrensning&lt;/navn>
885 592
886 &lt;navn>Nedbøyningsmåling&lt;/navn>
887 597
888 &lt;navn>Støy-luft, Strekningsdata&lt;/navn>
889 601
890 &lt;navn>Oppgravingsdata&lt;/navn>
891 602
892 &lt;navn>Oppgravingslag&lt;/navn>
893 603
894 &lt;navn>PMS-parsell&lt;/navn>
895 604
896 &lt;navn>Vegnormalstrekning&lt;/navn>
897 605
898 &lt;navn>Værrelatert strekning&lt;/navn>
899 616
900 &lt;navn>Feltstrekning&lt;/navn>
901 617
902 &lt;navn>Adressepunkt&lt;/navn>
903 626
904 &lt;navn>Friksjonsmåleserie&lt;/navn>
905 629
906 &lt;navn>Vegdekke, flatelapping&lt;/navn>
907 639
908 &lt;navn>Kurvatur, horisontalelement&lt;/navn>
909 640
910 &lt;navn>Kurvatur, vertikalelement&lt;/navn>
911 642
912 &lt;navn>Kurvatur, vertikalpunkt&lt;/navn>
913 643
914 &lt;navn>Statistikk, trafikkmengde&lt;/navn>
915 647
916 &lt;navn>Statistikk, vegbredde&lt;/navn>
917 774
918 &lt;navn>Nedbøyningsmåleserie&lt;/navn>
919 775
920 &lt;navn>ATK, influensstrekning&lt;/navn>
921 794
922 &lt;navn>Systemobjekt&lt;/navn>
923 810
924 &lt;navn>Vinterdriftsklasse&lt;/navn>
925 821
926 &lt;navn>Funksjonell vegklasse&lt;/navn>
927 825
928 &lt;navn>Kurvatur, stigning&lt;/navn>
929 838
930 &lt;navn>Vegbredde, beregnet&lt;/navn>
931 862
932 &lt;navn>Reisetidsregistreringspunkt&lt;/navn>
933 871
934 &lt;navn>Bruksklasse&lt;/navn>
935 </pre></blockquote>
936
937 <p>Av disse ser ID 775 og 862 mest relevant ut. ID 775 antar jeg
938 refererer til fotoboksen som står like ved brua, mens
939 «Reisetidsregistreringspunkt» kanskje kan være boksen som henger der.
940 Hvordan finner jeg så ut hva dette kan være for noe. En titt på
941 <a href="http://labs.vegdata.no/nvdb-datakatalog/862-Reisetidsregistreringspunkt/">datakatalogsiden
942 for ID 862/Reisetidsregistreringspunkt</a> viser at det er finnes 53
943 slike målere i Norge, og hvor de er plassert, men gir ellers få
944 detaljer. Det er plassert 40 på østlandet og 13 i Trondheimsregionen.
945 Men siden nevner «AutoPASS», og hvis en slår opp oppføringen på
946 Sollihøgda nevner den «Ciber AS» som ID for eksternt system. (Kan det
947 være snakk om
948 <a href="http://www.proff.no/selskap/ciber-norge-as/oslo/internettdesign-og-programmering/Z0I3KMF4/">Ciber
949 Norge AS</a>, et selskap eid av Ciber Europe Bv?) Et nettsøk på
950 «Ciber AS autopass» fører meg til en artikkel fra NRK Trøndelag i
951 2013 med tittel
952 «<a href="http://www.nrk.no/trondelag/sjekk-dette-hvis-du-vil-unnga-ko-1.11327947">Sjekk
953 dette hvis du vil unngå kø</a>». Artikkelen henviser til vegvesenets
954 nettside
955 <a href="http://www.reisetider.no/reisetid/forside.html">reisetider.no</a>
956 som har en
957 <a href="http://www.reisetider.no/reisetid/omrade.html?omrade=5">kartside
958 for Østlandet</a> som viser at det måles mellom Sandvika og Sollihøgda.
959 Det kan dermed se ut til at jeg har funnet ut hva boksene gjør.</p>
960
961 <p>Hvis det stemmer, så er dette bokser som leser av AutoPASS-ID-en
962 til alle passerende biler med AutoPASS-brikke, og dermed gjør det mulig
963 for de som kontrollerer boksene å holde rede på hvor en gitt bil er
964 når den passerte et slikt målepunkt. NRK-artikkelen forteller at
965 denne informasjonen i dag kun brukes til å koble to
966 AutoPASS-brikkepasseringer passeringer sammen for å beregne
967 reisetiden, og at bruken er godkjent av Datatilsynet. Det er desverre
968 ikke mulig for en sjåfør som passerer under en slik boks å kontrollere
969 at AutoPASS-ID-en kun brukes til dette i dag og i fremtiden.</p>
970
971 <p>I tillegg til denne type AutoPASS-sniffere vet jeg at det også
972 finnes mange automatiske stasjoner som tar betalt pr. passering (aka
973 bomstasjoner), og der lagres informasjon om tid, sted og bilnummer i
974 10 år. Finnes det andre slike sniffere plassert ut på veiene?</p>
975
976 <p>Personlig har jeg valgt å ikke bruke AutoPASS-brikke, for å gjøre
977 det vanskeligere og mer kostbart for de som vil invadere privatsfæren
978 og holde rede på hvor bilen min beveger seg til enhver tid. Jeg håper
979 flere vil gjøre det samme, selv om det gir litt høyere private
980 utgifter (dyrere bompassering). Vern om privatsfæren koster i disse
981 dager.</p>
982
983 <p>Takk til Jan Kristian Jensen i Statens Vegvesen for tips om
984 dokumentasjon på vegvesenets REST-API.</p>
985 </div>
986 <div class="tags">
987
988
989 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
990
991
992 </div>
993 </div>
994 <div class="padding"></div>
995
996 <p style="text-align: right;"><a href="index.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
997 <div id="sidebar">
998
999
1000
1001 <h2>Archive</h2>
1002 <ul>
1003
1004 <li>2014
1005 <ul>
1006
1007 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
1008
1009 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
1010
1011 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
1012
1013 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
1014
1015 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
1016
1017 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
1018
1019 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
1020
1021 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
1022
1023 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
1024
1025 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/10/">October (6)</a></li>
1026
1027 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/11/">November (1)</a></li>
1028
1029 </ul></li>
1030
1031 <li>2013
1032 <ul>
1033
1034 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
1035
1036 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
1037
1038 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
1039
1040 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
1041
1042 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
1043
1044 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
1045
1046 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
1047
1048 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
1049
1050 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/09/">September (5)</a></li>
1051
1052 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
1053
1054 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
1055
1056 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
1057
1058 </ul></li>
1059
1060 <li>2012
1061 <ul>
1062
1063 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
1064
1065 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
1066
1067 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
1068
1069 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
1070
1071 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
1072
1073 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
1074
1075 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
1076
1077 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
1078
1079 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
1080
1081 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
1082
1083 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
1084
1085 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
1086
1087 </ul></li>
1088
1089 <li>2011
1090 <ul>
1091
1092 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
1093
1094 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
1095
1096 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
1097
1098 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
1099
1100 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
1101
1102 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
1103
1104 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
1105
1106 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
1107
1108 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
1109
1110 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
1111
1112 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
1113
1114 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
1115
1116 </ul></li>
1117
1118 <li>2010
1119 <ul>
1120
1121 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
1122
1123 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
1124
1125 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
1126
1127 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
1128
1129 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
1130
1131 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
1132
1133 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
1134
1135 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
1136
1137 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
1138
1139 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
1140
1141 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
1142
1143 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
1144
1145 </ul></li>
1146
1147 <li>2009
1148 <ul>
1149
1150 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
1151
1152 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
1153
1154 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
1155
1156 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
1157
1158 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
1159
1160 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
1161
1162 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
1163
1164 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
1165
1166 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
1167
1168 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
1169
1170 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
1171
1172 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
1173
1174 </ul></li>
1175
1176 <li>2008
1177 <ul>
1178
1179 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
1180
1181 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
1182
1183 </ul></li>
1184
1185 </ul>
1186
1187
1188
1189 <h2>Tags</h2>
1190 <ul>
1191
1192 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (13)</a></li>
1193
1194 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
1195
1196 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
1197
1198 <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
1199
1200 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (8)</a></li>
1201
1202 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (14)</a></li>
1203
1204 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
1205
1206 <li><a href="http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (2)</a></li>
1207
1208 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (108)</a></li>
1209
1210 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (151)</a></li>
1211
1212 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
1213
1214 <li><a href="http://people.skolelinux.org/pere/blog/tags/dld">dld (15)</a></li>
1215
1216 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (12)</a></li>
1217
1218 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
1219
1220 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (262)</a></li>
1221
1222 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (21)</a></li>
1223
1224 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
1225
1226 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (13)</a></li>
1227
1228 <li><a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (9)</a></li>
1229
1230 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (11)</a></li>
1231
1232 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (41)</a></li>
1233
1234 <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (10)</a></li>
1235
1236 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (19)</a></li>
1237
1238 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
1239
1240 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
1241
1242 <li><a href="http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
1243
1244 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
1245
1246 <li><a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
1247
1248 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (31)</a></li>
1249
1250 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (248)</a></li>
1251
1252 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (163)</a></li>
1253
1254 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (11)</a></li>
1255
1256 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
1257
1258 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (48)</a></li>
1259
1260 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (76)</a></li>
1261
1262 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
1263
1264 <li><a href="http://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
1265
1266 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
1267
1268 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
1269
1270 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (9)</a></li>
1271
1272 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
1273
1274 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
1275
1276 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
1277
1278 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (41)</a></li>
1279
1280 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
1281
1282 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
1283
1284 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (45)</a></li>
1285
1286 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>
1287
1288 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (9)</a></li>
1289
1290 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (27)</a></li>
1291
1292 <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (2)</a></li>
1293
1294 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (8)</a></li>
1295
1296 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (44)</a></li>
1297
1298 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
1299
1300 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (33)</a></li>
1301
1302 </ul>
1303
1304
1305 </div>
1306 <p style="text-align: right">
1307 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
1308 </p>
1309
1310 </body>
1311 </html>