]> pere.pagekite.me Git - homepage.git/blob - blog/archive/2013/02/index.html
Generated.
[homepage.git] / blog / archive / 2013 / 02 / 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 February 2013</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="02.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 February 2013.</h3>
23
24 <div class="entry">
25 <div class="title">
26 <a href="http://people.skolelinux.org/pere/blog/Frikart___Free_Garmin_maps_for_European_countries_based_on_OpenStreetmap.html">Frikart - Free Garmin maps for European countries based on OpenStreetmap</a>
27 </div>
28 <div class="date">
29 15th February 2013
30 </div>
31 <div class="body">
32 <p>If you, like me, want an updated a map for your Garmin GPS, there is
33 now a great source of free maps available from
34 <a href="http://www.frikart.no/garmin/index.html">Frikart</a>. To
35 download a map, just click on the country you are interested in, and
36 download the map type you want. There are 8 different maps available,
37 using different colours and data selection. Pick one of Roadmap, Topo
38 Summer, Topo Winter, Roadmap II, Topo Summer II, Topo Winter II,
39 "Trails - overlay map" and "Cross country - overlay map" (see the web
40 page for descriptions).</p>
41
42 <p>The maps are updated weekly, so if you find something wrong in the
43 map you can just edit the
44 <a href="http://www.openstreetmap.org/">OpenStreetmap</a> map source
45 (anyone can contribute) and fetch a fixed map a week later. :)</p>
46
47 </div>
48 <div class="tags">
49
50
51 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/kart">kart</a>.
52
53
54 </div>
55 </div>
56 <div class="padding"></div>
57
58 <div class="entry">
59 <div class="title">
60 <a href="http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html">"Electronic" paper invoices - using vCard in a QR code</a>
61 </div>
62 <div class="date">
63 12th February 2013
64 </div>
65 <div class="body">
66 <p>Here in Norway, electronic invoices are spreading, and the
67 <a href="http://www.anskaffelser.no/e-handel/faktura">solution promoted
68 by the Norwegian government</a> require that invoices are sent through
69 one of the approved facilitators, and it is not possible to send
70 electronic invoices without an agreement with one of these
71 facilitators. This seem like a needless limitation to be able to
72 transfer invoice information between buyers and sellers. My preferred
73 solution would be to just transfer the invoice information directly
74 between seller and buyer, for example using SMTP, or some HTTP based
75 protocol like REST or SOAP. But this might also be overkill, as the
76 "electronic" information can be transferred using paper invoices too,
77 using a simple bar code. My bar code encoding of choice would be QR
78 codes, as this encoding can be read by any smart phone out there. The
79 content of the code could be anything, but I would go with
80 <a href="http://en.wikipedia.org/wiki/VCard">the vCard format</a>, as
81 it too is supported by a lot of computer equipment these days.</p>
82
83 <p>The vCard format support extentions, and the invoice specific
84 information can be included using such extentions. For example an
85 invoice from SLX Debian Labs (picked because we
86 <a href="http://www.linuxiskolen.no/slxdebianlabs/donations.html">ask
87 for donations to the Debian Edu project</a> and thus have bank account
88 information publicly available) for NOK 1000.00 could have these extra
89 fields:</p>
90
91 <p><pre>
92 X-INVOICE-NUMBER:1
93 X-INVOICE-AMOUNT:NOK1000.00
94 X-INVOICE-KID:123412341234
95 X-INVOICE-MSG:Donation to Debian Edu
96 X-BANK-ACCOUNT-NUMBER:16040884339
97 X-BANK-IBAN-NUMBER:NO8516040884339
98 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
99 </pre></p>
100
101 <p>The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow
102 answer regarding
103 <a href="http://stackoverflow.com/questions/10045664/storing-bank-account-in-vcard-file">how
104 to put bank account information into a vCard</a>. For payments in
105 Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be
106 used to pass on information to the seller when paying the invoice.</p>
107
108 <p>The complete vCard could look like this:</p>
109
110 <p><pre>
111 BEGIN:VCARD
112 VERSION:2.1
113 ORG:SLX Debian Labs Foundation
114 ADR;WORK:;;Gunnar Schjelderups vei 29D;OSLO;;0485;Norway
115 URL;WORK:http://www.linuxiskolen.no/slxdebianlabs/
116 EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no
117 REV:20130212T095000Z
118 X-INVOICE-NUMBER:1
119 X-INVOICE-AMOUNT:NOK1000.00
120 X-INVOICE-MSG:Donation to Debian Edu
121 X-BANK-ACCOUNT-NUMBER:16040884339
122 X-BANK-IBAN-NUMBER:NO8516040884339
123 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
124 END:VCARD
125 </pre></p>
126
127 <p>The resulting QR code created using
128 <a href="http://fukuchi.org/works/qrencode/">qrencode</a> would look
129 like this, and should be readable (and thus checkable) by any smart
130 phone, or for example the <a href="http://zbar.sourceforge.net/">zbar
131 bar code reader</a> and feed right into the approval and accounting
132 system.</p>
133
134 <p><img src="http://people.skolelinux.org/pere/blog/images/2013-02-12-qr-invoice.png"></p>
135
136 <p>The extension fields will most likely not show up in any normal
137 vCard reader, so those parts would have to go directly into a system
138 handling invoices. I am a bit unsure how vCards without name parts
139 are handled, but a simple test indicate that this work just fine.</p>
140
141 <p><strong>Update 2013-02-12 11:30</strong>: Added KID to the proposal
142 based on feedback from Sturle Sunde.</p>
143
144 </div>
145 <div class="tags">
146
147
148 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
149
150
151 </div>
152 </div>
153 <div class="padding"></div>
154
155 <div class="entry">
156 <div class="title">
157 <a href="http://people.skolelinux.org/pere/blog/Litt_statistikk_over_offentlige_anbud_annonsert_via_Doffin_siden_2008.html">Litt statistikk over offentlige anbud annonsert via Doffin siden 2008</a>
158 </div>
159 <div class="date">
160 11th February 2013
161 </div>
162 <div class="body">
163 <p>For et halvt år siden
164 <a href="http://people.skolelinux.org/pere/blog/SQL_database_med_anbud_publisert_p__Doffin.html">satte
165 jeg opp et system for å lage en database</a> med informasjon om
166 offentlige anbud fra <a href="http://www.doffin.no/">Doffin</a> ved
167 <a href="https://scraperwiki.com/scrapers/norwegian-doffin/">hjelp av
168 Scraperwiki</a>. Nå er databasen så vidt jeg kan se komplett, med
169 data helt tilbake til 2008. Her er litt statistikk over
170 <a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=norwegian-doffin&query=select%20strftime(%22%25Y-%25m%22%2C%20publishdate)%20as%20publishmonth%2C%20count(*)%20from%20%60swdata%60%20group%20by%20publishmonth%20order%20by%20publishmonth%20desc">antall
171 anbud publisert hver måned</a>:</p>
172
173 <p><table border="1">
174 <tr> <th>Publiseringsmåned</th> <th>Antall</th> </tr>
175 <tr> <td>2013-01</td> <td>1015</td> </tr>
176 <tr> <td>2012-12</td> <td>756</td> </tr>
177 <tr> <td>2012-11</td> <td>979</td> </tr>
178 <tr> <td>2012-10</td> <td>1093</td> </tr>
179 <tr> <td>2012-09</td> <td>1023</td> </tr>
180 <tr> <td>2012-08</td> <td>951</td> </tr>
181 <tr> <td>2012-07</td> <td>1103</td> </tr>
182 <tr> <td>2012-06</td> <td>1334</td> </tr>
183 <tr> <td>2012-05</td> <td>1435</td> </tr>
184 <tr> <td>2012-04</td> <td>1169</td> </tr>
185 <tr> <td>2012-03</td> <td>1573</td> </tr>
186 <tr> <td>2012-02</td> <td>1335</td> </tr>
187 <tr> <td>2012-01</td> <td>1147</td> </tr>
188 <tr> <td>2011-12</td> <td>1045</td> </tr>
189 <tr> <td>2011-11</td> <td>1114</td> </tr>
190 <tr> <td>2011-10</td> <td>1230</td> </tr>
191 <tr> <td>2011-09</td> <td>1165</td> </tr>
192 <tr> <td>2011-08</td> <td>966</td> </tr>
193 <tr> <td>2011-07</td> <td>1148</td> </tr>
194 <tr> <td>2011-06</td> <td>1410</td> </tr>
195 <tr> <td>2011-05</td> <td>1536</td> </tr>
196 <tr> <td>2011-04</td> <td>1350</td> </tr>
197 <tr> <td>2011-03</td> <td>1574</td> </tr>
198 <tr> <td>2011-02</td> <td>1370</td> </tr>
199 <tr> <td>2011-01</td> <td>1049</td> </tr>
200 <tr> <td>2010-12</td> <td>992</td> </tr>
201 <tr> <td>2010-11</td> <td>1089</td> </tr>
202 <tr> <td>2010-10</td> <td>1110</td> </tr>
203 <tr> <td>2010-09</td> <td>1132</td> </tr>
204 <tr> <td>2010-08</td> <td>883</td> </tr>
205 <tr> <td>2010-07</td> <td>1126</td> </tr>
206 <tr> <td>2010-06</td> <td>1440</td> </tr>
207 <tr> <td>2010-05</td> <td>1236</td> </tr>
208 <tr> <td>2010-04</td> <td>1249</td> </tr>
209 <tr> <td>2010-03</td> <td>1556</td> </tr>
210 <tr> <td>2010-02</td> <td>1256</td> </tr>
211 <tr> <td>2010-01</td> <td>1140</td> </tr>
212 <tr> <td>2009-12</td> <td>1013</td> </tr>
213 <tr> <td>2009-11</td> <td>1220</td> </tr>
214 <tr> <td>2009-10</td> <td>1320</td> </tr>
215 <tr> <td>2009-09</td> <td>1294</td> </tr>
216 <tr> <td>2009-08</td> <td>953</td> </tr>
217 <tr> <td>2009-07</td> <td>1162</td> </tr>
218 <tr> <td>2009-06</td> <td>1605</td> </tr>
219 <tr> <td>2009-05</td> <td>1568</td> </tr>
220 <tr> <td>2009-04</td> <td>1522</td> </tr>
221 <tr> <td>2009-03</td> <td>1599</td> </tr>
222 <tr> <td>2009-02</td> <td>1376</td> </tr>
223 <tr> <td>2009-01</td> <td>1080</td> </tr>
224 <tr> <td>2008-12</td> <td>1028</td> </tr>
225 <tr> <td>2008-11</td> <td>949</td> </tr>
226 <tr> <td>2008-10</td> <td>1047</td> </tr>
227 <tr> <td>2008-09</td> <td>965</td> </tr>
228 <tr> <td>2008-08</td> <td>725</td> </tr>
229 <tr> <td>2008-07</td> <td>1015</td> </tr>
230 <tr> <td>2008-06</td> <td>1304</td> </tr>
231 <tr> <td>2008-05</td> <td>323</td> </tr>
232 </table></p>
233
234 <p>Her er tilsvarende
235 <a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=norwegian-doffin&query=select%20strftime(%22%25Y%22%2C%20publishdate)%20as%20publishyear%2C%20count(*)%20from%20%60swdata%60%20group%20by%20publishyear%20order%20by%20publishyear%20desc">tall
236 per år</a>, som viser en liten nedgang i antall anbud:</p>
237
238 <table border="1">
239 <tr> <th>Publiseringsår</th> <th>Antall</th> </tr>
240 <tr> <td>2012</td> <td>13898</td> </tr>
241 <tr> <td>2011</td> <td>14957</td> </tr>
242 <tr> <td>2010</td> <td>14209</td> </tr>
243 <tr> <td>2009</td> <td>15712</td> </tr>
244 <tr> <td>2008</td> <td>7356</td> </tr>
245 </table></p>
246
247 <p>Jeg droppet den ufullstendige måneden og året fra tabellen. Se
248 lenken for oppdaterte tall.</p>
249
250 </div>
251 <div class="tags">
252
253
254 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</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>.
255
256
257 </div>
258 </div>
259 <div class="padding"></div>
260
261 <div class="entry">
262 <div class="title">
263 <a href="http://people.skolelinux.org/pere/blog/Sleep_until_morning___home_automation_for_the_kids.html">Sleep until morning - home automation for the kids</a>
264 </div>
265 <div class="date">
266 10th February 2013
267 </div>
268 <div class="body">
269 <p><img align="left" style="margin-right:25px;" src="http://people.skolelinux.org/pere/blog/images/2013-02-10-morning-light.jpeg"></p>
270
271 <p>With kids in the house, one challenge is getting them to sleep
272 during the night and wake up when it is morning. I mean, when I
273 believe it is morning, and not two hours earlier. In our household we
274 have decided that 07:00 is the turning point, but getting the kids to
275 sleep until 07:00 is a small challenge every day. They have adapted
276 quite well, and rarely wake up at 05:00 any more, but some times wake
277 up at times like 05:50, 06:15, 06:30 or 06:45, and it is hard to put
278 the awake one to bed again without disturbing and waking the rest.
279 And I understand perfectly well that they fail to sleep until 07:00
280 some times, as there is no way for them to know if it is before or
281 after the magic moment without coming and asking us parents.</p>
282
283 <p>But yesterday I came up with a method to solve this problem. It
284 involve home automation. A few years ago I bought a
285 <a href="http://www.telldus.se/products/tellstick">Tellstick</a> and RF
286 switches at the local <a href="http://www.clasohlson.com/">Clas
287 Ohlson</a> shop, allowing me to control lights and other electrical
288 gadgets using my Linux server. When I moved from the old flat to a
289 small house, I put away all this equipment as most of the lighting in
290 the house was not using wall sockets and thus not easy to connect to
291 the gadgets I had. But recently I bought a
292 <a href="http://www.telldus.se/products/tellstick_net">Tellstick
293 Net</a> to be able to read sensor input as well as control power
294 sockets. I want to control ovens in the basement to avoid the pipes
295 to freeze, and monitor the humidity to detect flooding. The default
296 setup for Tellstick Net is to be controlled by the vendor web service,
297 which to me is a security problem, but it is also possible to build
298 ones own
299 <a href="http://developer.telldus.com/blog/2012/03/02/help-us-develop-local-access-using-tellstick-net-build-your-own-firmware">firmware
300 with local access</A> instead of being controlled by a Swedish
301 company, thanks to the release of the GPL licensed firmware source
302 code. I plan to get that running before I let it control anything
303 important. But while working on this, one idea to make it easier for
304 the kids came to me yesterday. We can set up a night light controlled
305 by the computer, and turn it automatically on at 07:00. The kids can
306 then check the light in the morning to know if they are supposed to
307 get up or not. They joined me in setting everything up, and I
308 repeated the concept several times before bed times to make sure they
309 remembered to check the light before getting up in the morning.</p>
310
311 <p>We tested it this morning, and all the kids stayed in bed until
312 after 07:00, and every one of them commented on the fact that the
313 "morning light" was turned on and signalled that the morning had
314 arrived. So this look like a success, and I am excited to see how
315 this develops the next few days. :) I really hope this can allow us
316 all to sleep a bit longer in the morning.</p>
317
318 <p>A nice advantage of this setup is that we can remote control when
319 to tell the kids to get up. We do not have to wait until 07:00, and
320 can also delay it if we want to.</p>
321
322 </div>
323 <div class="tags">
324
325
326 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
327
328
329 </div>
330 </div>
331 <div class="padding"></div>
332
333 <div class="entry">
334 <div class="title">
335 <a href="http://people.skolelinux.org/pere/blog/Hva_stemte_hver_stortingsrepresentant_i_voteringene_om_datalagringsdirektivet_.html">Hva stemte hver stortingsrepresentant i voteringene om datalagringsdirektivet?</a>
336 </div>
337 <div class="date">
338 9th February 2013
339 </div>
340 <div class="body">
341 <p>Nytt stortingsvalg er på trappene, og folket får igjen mulighet til
342 å påvirke sammensetningen i vår lovgivende forsamling. Da er det
343 relevant å vite hvilke representanter og partier som har støttet
344 innføringen av brev- og besøkskontroll av hele den norske
345 befolkningen, det vil si datalagringsdirektivet.</p>
346
347 <p>Hvis du vil vite hva hver enkelt stortingsrepresentant har stemt i
348 stortingsvoteringene om datalagringsdirektivet, så har nettstedet til
349 <a href="http://www.holderdeord.no/">Holder De Ord</a> den (så vidt jeg
350 vet) eneste komplette oversikten på sin temaside om
351 <a href="http://beta.holderdeord.no/issues/innfore-datalagringsdirektivet">innføringen
352 av datalagringsdirektivet</a>. Den har detaljene fra de 11 relevante
353 forslagene som har vært fremmet så lagt. De har vært votert over
354 2011-04-04, 2011-04-11, 2012-06-11, 2012-10-05 og 2012-12-06.</p>
355
356 <p>Hvis du lurer på hva som er problemet med datalagringsdirektivet,
357 anbefaler jeg å lese <a href="http://www.uhuru.biz/?cat=84">artiklene
358 fra Jon Wessel-Aas</a> om temaet, samt informasjon fra foreningen
359 <a href="http://www.digitaltpersonvern.no/">Digitalt
360 Personvern</a>.</p>
361
362 </div>
363 <div class="tags">
364
365
366 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
367
368
369 </div>
370 </div>
371 <div class="padding"></div>
372
373 <div class="entry">
374 <div class="title">
375 <a href="http://people.skolelinux.org/pere/blog/_kt_overv_kning_applauderes_igjen_av_Arbeiderpartiet__H_yre_og_Fremskrittspartiet.html">Økt overvåkning applauderes igjen av Arbeiderpartiet, Høyre og Fremskrittspartiet</a>
376 </div>
377 <div class="date">
378 4th February 2013
379 </div>
380 <div class="body">
381 <p>Jeg ser med gru at Arbeiderpartiet, Høyre og Fremskrittspartiet
382 <a href="http://www.aftenposten.no/nyheter/iriks/Positive-til-mer-smuglerovervaking-7110348.html">applauderer
383 tollvesenets forslag</a> om å øke overvåkningen i Norge nok et hakk.
384 Det er ikke så rart, da de som uttaler seg jo også har støttet
385 innføringen av datalagringsdirektivet eller i hvert fall ikke veldig
386 aktivt har motarbeidet det. Innføringen av datalagringsdirektivet er
387 en lovendring som innebærer brev og besøkskontroll for hele
388 befolkningen.</p>
389
390 <p><a href="http://www.stortinget.no/no/Saker-og-publikasjoner/Saker/Sak/?p=48717">Datalagringsdirektivet</a>
391 har vært oppe til votering i stortinget tre ganger så langt. Det ble
392 <a href="http://svartelisten.org/">vedtatt første gang 2011-04-04</a>
393 og
394 <a href="https://github.com/holderdeord/hdo-folketingparser/blob/master/data/votering-2011-04-11.xml">andre
395 gang 2011-04-11</a> (lovendringer voteres to ganger), og forslag om å
396 stoppe loven ble
397 <a href="http://www.stortinget.no/no/Saker-og-publikasjoner/Saker/Sak/Voteringsoversikt/?p=53844&dnid=1">nedstemt
398 2012-12-06</a> (se også
399 <a href="http://beta.holderdeord.no/issues/innfore-datalagringsdirektivet">oversikt fra Holder De
400 Ord</a>).</p>
401
402 <p>Jan Bøhler i Arbeiderpartiet stemte for å innføre
403 datalagringsdirektivet i lovverket i første votering, var ikke
404 tilstede i andre votering og støttet loven i tredje votering. André
405 Oktay Dahl i Høyre var ikke til stede i første og andre votering men
406 støttet loven i tredje votering. Ulf Leirstein i Fremskrittspartiet
407 stemte mot loven i første votering men var ikke til stede i andre og
408 tredje votering.</p>
409
410 <p>Hvis du lurer på hva som er problemet med datalagringsdirektivet,
411 anbefaler jeg å lese <a href="http://www.uhuru.biz/?cat=84">artiklene
412 fra Jon Wessel-Aas</a> om temaet, samt informasjon fra foreningen
413 <a href="http://www.digitaltpersonvern.no/">Digitalt
414 Personvern</a>.</p>
415
416 <p><strong>Oppdatering 2013-03-09</strong>: Endret lenke til Holder De
417 Ord, som har byttet mange lenker i forbindelse med import av
418 voteringsdata for 2010-2011.</p>
419
420 </div>
421 <div class="tags">
422
423
424 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
425
426
427 </div>
428 </div>
429 <div class="padding"></div>
430
431 <div class="entry">
432 <div class="title">
433 <a href="http://people.skolelinux.org/pere/blog/Bitcoin_GUI_now_available_from_Debian_unstable__and_Ubuntu_raring_.html">Bitcoin GUI now available from Debian/unstable (and Ubuntu/raring)</a>
434 </div>
435 <div class="date">
436 2nd February 2013
437 </div>
438 <div class="body">
439 <p>My
440 <a href="http://people.skolelinux.org/pere/blog/How_to_backport_bitcoin_qt_version_0_7_2_2_to_Debian_Squeeze.html">last
441 bitcoin related blog post</a> mentioned that the new
442 <a href="http://packages.qa.debian.org/bitcoin">bitcoin package</a> for
443 Debian was waiting in NEW. It was accepted by the Debian ftp-masters
444 2013-01-19, and have been available in unstable since then. It was
445 automatically copied to Ubuntu, and is available in their Raring
446 version too.</p>
447
448 <p>But there is a strange problem with the build that block this new
449 version from being available on the i386 and kfreebsd-i386
450 architectures. For some strange reason, the autobuilders in Debian
451 for these architectures fail to run the test suite on these
452 architectures (<a href="http://bugs.debian.org/672524">BTS #672524</a>).
453 We are so far unable to reproduce it when building it manually, and
454 no-one have been able to propose a fix. If you got an idea what is
455 failing, please let us know via the BTS.</p>
456
457 <p>One feature that is annoying me with of the bitcoin client, because
458 I often run low on disk space, is the fact that the client will exit
459 if it run short on space (<a href="http://bugs.debian.org/696715">BTS
460 #696715</a>). So make sure you have enough disk space when you run
461 it. :)</p>
462
463 <p>As usual, if you use bitcoin and want to show your support of my
464 activities, please send Bitcoin donations to my address
465 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
466
467 </div>
468 <div class="tags">
469
470
471 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
472
473
474 </div>
475 </div>
476 <div class="padding"></div>
477
478 <p style="text-align: right;"><a href="02.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS Feed" width="36" height="14" /></a></p>
479 <div id="sidebar">
480
481
482
483 <h2>Archive</h2>
484 <ul>
485
486 <li>2013
487 <ul>
488
489 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
490
491 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (7)</a></li>
492
493 </ul></li>
494
495 <li>2012
496 <ul>
497
498 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
499
500 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
501
502 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
503
504 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
505
506 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
507
508 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
509
510 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
511
512 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
513
514 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
515
516 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
517
518 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
519
520 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
521
522 </ul></li>
523
524 <li>2011
525 <ul>
526
527 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
528
529 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
530
531 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
532
533 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
534
535 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
536
537 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
538
539 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
540
541 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
542
543 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
544
545 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
546
547 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
548
549 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
550
551 </ul></li>
552
553 <li>2010
554 <ul>
555
556 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
557
558 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
559
560 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
561
562 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
563
564 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
565
566 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
567
568 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
569
570 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
571
572 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
573
574 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
575
576 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
577
578 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
579
580 </ul></li>
581
582 <li>2009
583 <ul>
584
585 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
586
587 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
588
589 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
590
591 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
592
593 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
594
595 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
596
597 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
598
599 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
600
601 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
602
603 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
604
605 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
606
607 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
608
609 </ul></li>
610
611 <li>2008
612 <ul>
613
614 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
615
616 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
617
618 </ul></li>
619
620 </ul>
621
622
623
624 <h2>Tags</h2>
625 <ul>
626
627 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (13)</a></li>
628
629 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
630
631 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
632
633 <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
634
635 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (6)</a></li>
636
637 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (12)</a></li>
638
639 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
640
641 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (70)</a></li>
642
643 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (118)</a></li>
644
645 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (9)</a></li>
646
647 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (7)</a></li>
648
649 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
650
651 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (179)</a></li>
652
653 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (21)</a></li>
654
655 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
656
657 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (10)</a></li>
658
659 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (9)</a></li>
660
661 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (32)</a></li>
662
663 <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (5)</a></li>
664
665 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (18)</a></li>
666
667 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (8)</a></li>
668
669 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (6)</a></li>
670
671 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
672
673 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (25)</a></li>
674
675 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (222)</a></li>
676
677 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (149)</a></li>
678
679 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (7)</a></li>
680
681 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
682
683 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (41)</a></li>
684
685 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (63)</a></li>
686
687 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
688
689 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
690
691 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (2)</a></li>
692
693 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (6)</a></li>
694
695 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
696
697 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
698
699 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
700
701 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (28)</a></li>
702
703 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
704
705 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
706
707 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (40)</a></li>
708
709 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>
710
711 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (6)</a></li>
712
713 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (14)</a></li>
714
715 <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (1)</a></li>
716
717 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (7)</a></li>
718
719 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (35)</a></li>
720
721 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
722
723 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (26)</a></li>
724
725 </ul>
726
727
728 </div>
729 <p style="text-align: right">
730 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
731 </p>
732
733 </body>
734 </html>