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