]> pere.pagekite.me Git - homepage.git/blob - blog/archive/2016/05/index.html
Generated.
[homepage.git] / blog / archive / 2016 / 05 / 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 May 2016</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="05.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 May 2016.</h3>
23
24 <div class="entry">
25 <div class="title">
26 <a href="http://people.skolelinux.org/pere/blog/Tor___from_its_creators_mouth_11_years_ago.html">Tor - from its creators mouth 11 years ago</a>
27 </div>
28 <div class="date">
29 28th May 2016
30 </div>
31 <div class="body">
32 <p>A little more than 11 years ago, one of the creators of Tor, and
33 the current President of the Tor project, Roger Dingledine, gave a
34 talk for the members of the Norwegian Unix User group (NUUG). A video
35 of the talk was recorded, and today I finally was able to publish the
36 video of the talk on Frikanalen, the Norwegian open channel TV station
37 where NUUG currently publishes its talks. You can
38 <a href="http://frikanalen.no/se">watch the live stream using a web
39 browser</a> with WebM support, or check out the recording on the video
40 on demand page for the talk
41 "<a href="http://beta.frikanalen.no/video/625599">Tor: Anonymous
42 communication for the US Department of Defense...and you.</a>".</p>
43
44 <p>Here is the video included for those of you using browsers with
45 HTML video and Ogg Theora support:</p>
46
47 <p><video width="70%" poster="http://simula.gunkies.org/media/625599/large_thumb/20050421-tor-frikanalen.jpg" controls>
48 <source src="http://simula.gunkies.org/media/625599/theora/20050421-tor-frikanalen.ogv" type="video/ogg"/>
49 </video></p>
50
51 <p>I guess the gist of the talk can be summarized quite simply: If you
52 want to help the military in USA (and everyone else), use Tor. :)</p>
53
54 </div>
55 <div class="tags">
56
57
58 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</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>.
59
60
61 </div>
62 </div>
63 <div class="padding"></div>
64
65 <div class="entry">
66 <div class="title">
67 <a href="http://people.skolelinux.org/pere/blog/Isenkram_with_PackageKit_support___new_version_0_23_available_in_Debian_unstable.html">Isenkram with PackageKit support - new version 0.23 available in Debian unstable</a>
68 </div>
69 <div class="date">
70 25th May 2016
71 </div>
72 <div class="body">
73 <p><a href="https://tracker.debian.org/pkg/isenkram">The isenkram
74 system</a> is a user-focused solution in Debian for handling hardware
75 related packages. The idea is to have a database of mappings between
76 hardware and packages, and pop up a dialog suggesting for the user to
77 install the packages to use a given hardware dongle. Some use cases
78 are when you insert a Yubikey, it proposes to install the software
79 needed to control it; when you insert a braille reader list it
80 proposes to install the packages needed to send text to the reader;
81 and when you insert a ColorHug screen calibrator it suggests to
82 install the driver for it. The system work well, and even have a few
83 command line tools to install firmware packages and packages for the
84 hardware already in the machine (as opposed to hotpluggable hardware).</p>
85
86 <p>The system was initially written using aptdaemon, because I found
87 good documentation and example code on how to use it. But aptdaemon
88 is going away and is generally being replaced by
89 <a href="http://www.freedesktop.org/software/PackageKit/">PackageKit</a>,
90 so Isenkram needed a rewrite. And today, thanks to the great patch
91 from my college Sunil Mohan Adapa in the FreedomBox project, the
92 rewrite finally took place. I've just uploaded a new version of
93 Isenkram into Debian Unstable with the patch included, and the default
94 for the background daemon is now to use PackageKit. To check it out,
95 install the <tt>isenkram</tt> package and insert some hardware dongle
96 and see if it is recognised.</p>
97
98 <p>If you want to know what kind of packages isenkram would propose for
99 the machine it is running on, you can check out the isenkram-lookup
100 program. This is what it look like on a Thinkpad X230:</p>
101
102 <p><blockquote><pre>
103 % isenkram-lookup
104 bluez
105 cheese
106 fprintd
107 fprintd-demo
108 gkrellm-thinkbat
109 hdapsd
110 libpam-fprintd
111 pidgin-blinklight
112 thinkfan
113 tleds
114 tp-smapi-dkms
115 tp-smapi-source
116 tpb
117 %p
118 </pre></blockquote></p>
119
120 <p>The hardware mappings come from several places. The preferred way
121 is for packages to announce their hardware support using
122 <a href="https://www.freedesktop.org/software/appstream/docs/">the
123 cross distribution appstream system</a>.
124 See
125 <a href="http://people.skolelinux.org/pere/blog/tags/isenkram/">previous
126 blog posts about isenkram</a> to learn how to do that.</p>
127
128 </div>
129 <div class="tags">
130
131
132 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>.
133
134
135 </div>
136 </div>
137 <div class="padding"></div>
138
139 <div class="entry">
140 <div class="title">
141 <a href="http://people.skolelinux.org/pere/blog/Discharge_rate_estimate_in_new_battery_statistics_collector_for_Debian.html">Discharge rate estimate in new battery statistics collector for Debian</a>
142 </div>
143 <div class="date">
144 23rd May 2016
145 </div>
146 <div class="body">
147 <p>Yesterday I updated the
148 <a href="https://tracker.debian.org/pkg/battery-stats">battery-stats
149 package in Debian</a> with a few patches sent to me by skilled and
150 enterprising users. There were some nice user and visible changes.
151 First of all, both desktop menu entries now work. A design flaw in
152 one of the script made the history graph fail to show up (its PNG was
153 dumped in ~/.xsession-errors) if no controlling TTY was available.
154 The script worked when called from the command line, but not when
155 called from the desktop menu. I changed this to look for a DISPLAY
156 variable or a TTY before deciding where to draw the graph, and now the
157 graph window pop up as expected.</p>
158
159 <p>The next new feature is a discharge rate estimator in one of the
160 graphs (the one showing the last few hours). New is also the user of
161 colours showing charging in blue and discharge in red. The percentages
162 of this graph is relative to last full charge, not battery design
163 capacity.</p>
164
165 <p align="center"><img src="http://people.skolelinux.org/pere/blog/images/2016-05-23-battery-stats-rate.png"/></p>
166
167 <p>The other graph show the entire history of the collected battery
168 statistics, comparing it to the design capacity of the battery to
169 visualise how the battery life time get shorter over time. The red
170 line in this graph is what the previous graph considers 100 percent:
171
172 <p align="center"><img src="http://people.skolelinux.org/pere/blog/images/2016-05-23-battery-stats-history.png"/></p>
173
174 <p>In this graph you can see that I only charge the battery to 80
175 percent of last full capacity, and how the capacity of the battery is
176 shrinking. :(</p>
177
178 <p>The last new feature is in the collector, which now will handle
179 more hardware models. On some hardware, Linux power supply
180 information is stored in /sys/class/power_supply/ACAD/, while the
181 collector previously only looked in /sys/class/power_supply/AC/. Now
182 both are checked to figure if there is power connected to the
183 machine.</p>
184
185 <p>If you are interested in how your laptop battery is doing, please
186 check out the
187 <a href="https://tracker.debian.org/pkg/battery-stats">battery-stats</a>
188 in Debian unstable, or rebuild it on Jessie to get it working on
189 Debian stable. :) The upstream source is available from <a
190 href="https://github.com/petterreinholdtsen/battery-stats">github</a>.
191 Patches are very welcome.</p>
192
193 <p>As usual, if you use Bitcoin and want to show your support of my
194 activities, please send Bitcoin donations to my address
195 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
196
197 </div>
198 <div class="tags">
199
200
201 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>.
202
203
204 </div>
205 </div>
206 <div class="padding"></div>
207
208 <div class="entry">
209 <div class="title">
210 <a href="http://people.skolelinux.org/pere/blog/French_edition_of_Lawrence_Lessigs_book_Cultura_Libre_on_Amazon_and_Barnes___Noble.html">French edition of Lawrence Lessigs book Cultura Libre on Amazon and Barnes & Noble</a>
211 </div>
212 <div class="date">
213 21st May 2016
214 </div>
215 <div class="body">
216 <p>A few weeks ago the French paperback edition of Lawrence Lessigs
217 2004 book Cultura Libre was published. Today I noticed that the book
218 is now available from book stores. You can now buy it from
219 <a href="http://www.amazon.com/Culture-Libre-French-Lawrence-Lessig/dp/8269018260">Amazon</a>
220 ($19.99),
221 <a href="http://www.barnesandnoble.com/w/culture-libre-lawrence-lessig/1123776705">Barnes
222 & Noble</a> ($?) and as always from
223 <a href="http://www.lulu.com/shop/lawrence-lessig/culture-libre/paperback/product-22645082.html">Lulu.com</a>
224 ($19.99). The revenue is donated to the Creative Commons project. If
225 you buy from Lulu.com, they currently get $10.59, while if you buy
226 from one of the book stores most of the revenue go to the book store
227 and the Creative Commons project get much (not sure how much
228 less).</p>
229
230 <p>I was a bit surprised to discover that there is a kindle edition
231 sold by Amazon Digital Services LLC on Amazon. Not quite sure how
232 that edition was created, but if you want to download a electronic
233 edition (PDF, EPUB, Mobi) generated from the same files used to create
234 the paperback edition, they are
235 <a href="https://github.com/petterreinholdtsen/free-culture-lessig">available
236 from github</a>.</p>
237
238 </div>
239 <div class="tags">
240
241
242 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>.
243
244
245 </div>
246 </div>
247 <div class="padding"></div>
248
249 <div class="entry">
250 <div class="title">
251 <a href="http://people.skolelinux.org/pere/blog/I_want_the_courts_to_be_involved_before_the_police_can_hijack_a_news_site_DNS_domain___domstolkontroll_.html">I want the courts to be involved before the police can hijack a news site DNS domain (#domstolkontroll)</a>
252 </div>
253 <div class="date">
254 19th May 2016
255 </div>
256 <div class="body">
257 <p>I just donated to the
258 <a href="http://www.nuug.no/dns-beslag-donasjon.shtml">NUUG defence
259 "fond"</a> to fund the effort in Norway to get the seizure of the news
260 site popcorn-time.no tested in court. I hope everyone that agree with
261 me will do the same.</p>
262
263 <p>Would you be worried if you knew the police in your country could
264 hijack DNS domains of news sites covering free software system without
265 talking to a judge first? I am. What if the free software system
266 combined search engine lookups, bittorrent downloads and video playout
267 and was called Popcorn Time? Would that affect your view? It still
268 make me worried.</p>
269
270 <p>In March 2016, the Norwegian police seized (as in forced NORID to
271 change the IP address pointed to by it to one controlled by the
272 police) the DNS domain popcorn-time.no, without any supervision from
273 the courts. I did not know about the web site back then, and assumed
274 the courts had been involved, and was very surprised when I discovered
275 that the police had hijacked the DNS domain without asking a judge for
276 permission first. I was even more surprised when I had a look at
277 <a href="https://web.archive.org/web/*/http://popcorn-time.no">the web
278 site content on the Internet Archive</A>, and only found news coverage
279 about Popcorn Time, not any material published without the right
280 holders permissions.</p>
281
282 <p>The seizure was widely covered in the Norwegian press (see for
283 example <a href="http://www.hegnar.no/Nyheter/Naeringsliv/2016/03/Popcorn-time.no-beslaglagt-av-OEkokrim">Hegnar Online</a> and
284 <a href="http://itavisen.no/2016/03/08/okokrim-har-beslaglagt-popcorn-time-no/">ITavisen<a/>
285 and
286 <a href="http://www.nrk.no/kultur/okokrim-gar-til-aksjon-mot-popcorn-time-1.12842452">NRK</a>),
287 at first due to the press release sent out by Økokrim, but then based
288 on
289 <a href="http://blogg.torvund.net/2016/03/09/okokrims-beslag-i-domenet-popcorn-time-no/">protests
290 from the law professor Olav Torvund</a> and
291 <a href="http://www.klassekampen.no/article/20160311/ARTICLE/160319995">lawyer
292 Jon Wessel-Aas</a>. It even got some
293 <a href="https://torrentfreak.com/norwegian-authorities-sued-over-popcorn-time-domain-seizure-160418/">coverage
294 on TorrentFreak</a>.</p>
295
296 <p>I
297 <a href="http://people.skolelinux.org/pere/blog/NUUG_contests_Norwegian_police_DNS_seizure_of_popcorn_time_no.html">
298 wrote about the case a month ago</a>, when the
299 <a href="http://www.nuug.no/">Norwegian Unix User Group</a> (NUUG),
300 where I am an active member, decided to ask the courts to test this seizure.
301 The request was denied, but NUUG and its co-requestor EFN have not
302 given up, and now they are rallying for support to get the seizure
303 legally challenged. They accept both bank and Bitcoin transfer for
304 those that want to support the request.</p>
305
306 <p>If you as me believe news sites about free software should not be
307 censored, even if the free software have both legal and illegal
308 applications, and that DNS hijacking should be tested by the courts, I
309 suggest you <a href="http://www.nuug.no/dns-beslag-donasjon.shtml">show
310 your support by donating to NUUG</a>.</a>
311
312 </div>
313 <div class="tags">
314
315
316 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/offentlig innsyn">offentlig innsyn</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
317
318
319 </div>
320 </div>
321 <div class="padding"></div>
322
323 <div class="entry">
324 <div class="title">
325 <a href="http://people.skolelinux.org/pere/blog/Debian_now_with_ZFS_on_Linux_included.html">Debian now with ZFS on Linux included</a>
326 </div>
327 <div class="date">
328 12th May 2016
329 </div>
330 <div class="body">
331 <p>Today, after many years of hard work from many people,
332 <a href="http://zfsonlinux.org/">ZFS for Linux</a> finally entered
333 Debian. The package status can be seen on
334 <a href="https://tracker.debian.org/pkg/zfs-linux">the package tracker
335 for zfs-linux</a>. and
336 <a href="https://qa.debian.org/developer.php?login=pkg-zfsonlinux-devel@lists.alioth.debian.org">the
337 team status page</a>. If you want to help out, please join us.
338 <a href="http://anonscm.debian.org/gitweb/?p=pkg-zfsonlinux/zfs.git">The
339 source code</a> is available via git on Alioth. It would also be
340 great if you could help out with
341 <a href="https://tracker.debian.org/pkg/dkms">the dkms package</a>, as
342 it is an important piece of the puzzle to get ZFS working.</p>
343
344 </div>
345 <div class="tags">
346
347
348 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>.
349
350
351 </div>
352 </div>
353 <div class="padding"></div>
354
355 <div class="entry">
356 <div class="title">
357 <a href="http://people.skolelinux.org/pere/blog/What_is_the_best_multimedia_player_in_Debian_.html">What is the best multimedia player in Debian?</a>
358 </div>
359 <div class="date">
360 8th May 2016
361 </div>
362 <div class="body">
363 <p><strong>Where I set out to figure out which multimedia player in
364 Debian claim support for most file formats.</strong></p>
365
366 <p>A few years ago, I had a look at the media support for Browser
367 plugins in Debian, to get an idea which plugins to include in Debian
368 Edu. I created a script to extract the set of supported MIME types
369 for each plugin, and used this to find out which multimedia browser
370 plugin supported most file formats / media types.
371 <a href="https://wiki.debian.org/DebianEdu/BrowserMultimedia">The
372 result</a> can still be seen on the Debian wiki, even though it have
373 not been updated for a while. But browser plugins are less relevant
374 these days, so I thought it was time to look at standalone
375 players.</p>
376
377 <p>A few days ago I was tired of VLC not being listed as a viable
378 player when I wanted to play videos from the Norwegian National
379 Broadcasting Company, and decided to investigate why. The cause is a
380 <a href="https://bugs.debian.org/822245">missing MIME type in the VLC
381 desktop file</a>. In the process I wrote a script to compare the set
382 of MIME types announced in the desktop file and the browser plugin,
383 only to discover that there is quite a large difference between the
384 two for VLC. This discovery made me dig up the script I used to
385 compare browser plugins, and adjust it to compare desktop files
386 instead, to try to figure out which multimedia player in Debian
387 support most file formats.</p>
388
389 <p>The result can be seen on the Debian Wiki, as
390 <a href="https://wiki.debian.org/DebianMultimedia/PlayerSupport">a
391 table listing all MIME types supported by one of the packages included
392 in the table</a>, with the package supporting most MIME types being
393 listed first in the table.</p>
394
395 </p>The best multimedia player in Debian? It is totem, followed by
396 parole, kplayer, mpv, vlc, smplayer mplayer-gui gnome-mpv and
397 kmplayer. Time for the other players to update their announced MIME
398 support?</p>
399
400 </div>
401 <div class="tags">
402
403
404 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>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>.
405
406
407 </div>
408 </div>
409 <div class="padding"></div>
410
411 <div class="entry">
412 <div class="title">
413 <a href="http://people.skolelinux.org/pere/blog/The_Pyra___handheld_computer_with_Debian_preinstalled.html">The Pyra - handheld computer with Debian preinstalled</a>
414 </div>
415 <div class="date">
416 4th May 2016
417 </div>
418 <div class="body">
419 A friend of mine made me aware of
420 <a href="https://pyra-handheld.com/boards/pages/pyra/">The Pyra</a>, a
421 handheld computer which will be delivered with Debian preinstalled. I
422 would love to get one of those for my birthday. :)</p>
423
424 <p>The machine is a complete ARM-based PC with micro HDMI, SATA, USB
425 plugs and many others connectors, and include a full keyboard and a 5"
426 LCD touch screen. The 6000mAh battery is claimed to provide a whole
427 day of battery life time, but I have not seen any independent tests
428 confirming this. The vendor is still collecting preorders, and the
429 last I heard last night was that 22 more orders were needed before
430 production started.</p>
431
432 <p>As far as I know, this is the first handheld preinstalled with
433 Debian. Please let me know if you know of any others. Is it the
434 first computer being sold with Debian preinstalled?</p>
435
436 </div>
437 <div class="tags">
438
439
440 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>.
441
442
443 </div>
444 </div>
445 <div class="padding"></div>
446
447 <p style="text-align: right;"><a href="05.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS Feed" width="36" height="14" /></a></p>
448 <div id="sidebar">
449
450
451
452 <h2>Archive</h2>
453 <ul>
454
455 <li>2016
456 <ul>
457
458 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/01/">January (3)</a></li>
459
460 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/02/">February (2)</a></li>
461
462 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/03/">March (3)</a></li>
463
464 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/04/">April (8)</a></li>
465
466 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/05/">May (8)</a></li>
467
468 </ul></li>
469
470 <li>2015
471 <ul>
472
473 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/01/">January (7)</a></li>
474
475 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/02/">February (6)</a></li>
476
477 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/03/">March (1)</a></li>
478
479 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/04/">April (4)</a></li>
480
481 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/05/">May (3)</a></li>
482
483 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/06/">June (4)</a></li>
484
485 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/07/">July (6)</a></li>
486
487 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/08/">August (2)</a></li>
488
489 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/09/">September (2)</a></li>
490
491 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/10/">October (9)</a></li>
492
493 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/11/">November (6)</a></li>
494
495 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/12/">December (3)</a></li>
496
497 </ul></li>
498
499 <li>2014
500 <ul>
501
502 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
503
504 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
505
506 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
507
508 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
509
510 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
511
512 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
513
514 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
515
516 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
517
518 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
519
520 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/10/">October (6)</a></li>
521
522 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/11/">November (3)</a></li>
523
524 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/12/">December (5)</a></li>
525
526 </ul></li>
527
528 <li>2013
529 <ul>
530
531 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
532
533 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
534
535 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
536
537 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
538
539 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
540
541 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
542
543 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
544
545 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
546
547 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/09/">September (5)</a></li>
548
549 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
550
551 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
552
553 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
554
555 </ul></li>
556
557 <li>2012
558 <ul>
559
560 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
561
562 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
563
564 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
565
566 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
567
568 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
569
570 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
571
572 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
573
574 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
575
576 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
577
578 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
579
580 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
581
582 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
583
584 </ul></li>
585
586 <li>2011
587 <ul>
588
589 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
590
591 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
592
593 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
594
595 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
596
597 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
598
599 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
600
601 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
602
603 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
604
605 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
606
607 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
608
609 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
610
611 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
612
613 </ul></li>
614
615 <li>2010
616 <ul>
617
618 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
619
620 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
621
622 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
623
624 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
625
626 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
627
628 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
629
630 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
631
632 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
633
634 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
635
636 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
637
638 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
639
640 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
641
642 </ul></li>
643
644 <li>2009
645 <ul>
646
647 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
648
649 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
650
651 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
652
653 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
654
655 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
656
657 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
658
659 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
660
661 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
662
663 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
664
665 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
666
667 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
668
669 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
670
671 </ul></li>
672
673 <li>2008
674 <ul>
675
676 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
677
678 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
679
680 </ul></li>
681
682 </ul>
683
684
685
686 <h2>Tags</h2>
687 <ul>
688
689 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (13)</a></li>
690
691 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
692
693 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
694
695 <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
696
697 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (9)</a></li>
698
699 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (15)</a></li>
700
701 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
702
703 <li><a href="http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (2)</a></li>
704
705 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (129)</a></li>
706
707 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (156)</a></li>
708
709 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
710
711 <li><a href="http://people.skolelinux.org/pere/blog/tags/dld">dld (15)</a></li>
712
713 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (22)</a></li>
714
715 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
716
717 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (319)</a></li>
718
719 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
720
721 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
722
723 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (27)</a></li>
724
725 <li><a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (9)</a></li>
726
727 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (17)</a></li>
728
729 <li><a href="http://people.skolelinux.org/pere/blog/tags/h264">h264 (20)</a></li>
730
731 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (42)</a></li>
732
733 <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (12)</a></li>
734
735 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (19)</a></li>
736
737 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
738
739 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
740
741 <li><a href="http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
742
743 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
744
745 <li><a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
746
747 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (38)</a></li>
748
749 <li><a href="http://people.skolelinux.org/pere/blog/tags/nice free software">nice free software (7)</a></li>
750
751 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (275)</a></li>
752
753 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (181)</a></li>
754
755 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (26)</a></li>
756
757 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
758
759 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (60)</a></li>
760
761 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (92)</a></li>
762
763 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
764
765 <li><a href="http://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
766
767 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
768
769 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
770
771 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (9)</a></li>
772
773 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
774
775 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
776
777 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
778
779 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (46)</a></li>
780
781 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
782
783 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
784
785 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (49)</a></li>
786
787 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (4)</a></li>
788
789 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (10)</a></li>
790
791 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (36)</a></li>
792
793 <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (2)</a></li>
794
795 <li><a href="http://people.skolelinux.org/pere/blog/tags/usenix">usenix (2)</a></li>
796
797 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (8)</a></li>
798
799 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (57)</a></li>
800
801 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
802
803 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (38)</a></li>
804
805 </ul>
806
807
808 </div>
809 <p style="text-align: right">
810 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
811 </p>
812
813 </body>
814 </html>