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