]> pere.pagekite.me Git - homepage.git/blob - blog/tags/bitcoin/index.html
dd63d6da83199d6fbc46e5b644e2233e03aa8bdf
[homepage.git] / blog / tags / bitcoin / 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 Tagged bitcoin</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="bitcoin.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 <h3>Entries tagged "bitcoin".</h3>
22
23 <div class="entry">
24 <div class="title">
25 <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>
26 </div>
27 <div class="date">
28 2nd February 2013
29 </div>
30 <div class="body">
31 <p>My
32 <a href="http://people.skolelinux.org/pere/blog/How_to_backport_bitcoin_qt_version_0_7_2_2_to_Debian_Squeeze.html">last
33 bitcoin related blog post</a> mentioned that the new
34 <a href="http://packages.qa.debian.org/bitcoin">bitcoin package</a> for
35 Debian was waiting in NEW. It was accepted by the Debian ftp-masters
36 2013-01-19, and have been available in unstable since then. It was
37 automatically copied to Ubuntu, and is available in their Raring
38 version too.</p>
39
40 <p>But there is a strange problem with the build that block this new
41 version from being available on the i386 and kfreebsd-i386
42 architectures. For some strange reason, the autobuilders in Debian
43 for these architectures fail to run the test suite on these
44 architectures (<a href="http://bugs.debian.org/672524">BTS #672524</a>).
45 We are so far unable to reproduce it when building it manually, and
46 no-one have been able to propose a fix. If you got an idea what is
47 failing, please let us know via the BTS.</p>
48
49 <p>One feature that is annoying me with of the bitcoin client, because
50 I often run low on disk space, is the fact that the client will exit
51 if it run short on space (<a href="http://bugs.debian.org/696715">BTS
52 #696715</a>). So make sure you have enough disk space when you run
53 it. :)</p>
54
55 <p>As usual, if you use bitcoin and want to show your support of my
56 activities, please send Bitcoin donations to my address
57 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
58
59 </div>
60 <div class="tags">
61
62
63 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>.
64
65
66 </div>
67 </div>
68 <div class="padding"></div>
69
70 <div class="entry">
71 <div class="title">
72 <a href="http://people.skolelinux.org/pere/blog/How_to_backport_bitcoin_qt_version_0_7_2_2_to_Debian_Squeeze.html">How to backport bitcoin-qt version 0.7.2-2 to Debian Squeeze</a>
73 </div>
74 <div class="date">
75 25th December 2012
76 </div>
77 <div class="body">
78 <p>Let me start by wishing you all marry Christmas and a happy new
79 year! I hope next year will prove to be a good year.</p>
80
81 <p><a href="http://www.bitcoin.org/">Bitcoin</a>, the digital
82 decentralised "currency" that allow people to transfer bitcoins
83 between each other with minimal overhead, is a very interesting
84 experiment. And as I wrote a few days ago, the bitcoin situation in
85 <a href="http://www.debian.org/">Debian</a> is about to improve a bit.
86 The <a href="http://packages.qa.debian.org/bitcoin">new debian source
87 package</a> (version 0.7.2-2) was uploaded yesterday, and is waiting
88 in <a href="http://ftp-master.debian.org/new.html">the NEW queue</A>
89 for one of the ftpmasters to approve the new bitcoin-qt package
90 name.</p>
91
92 <p>And thanks to the great work of Jonas and the rest of the bitcoin
93 team in Debian, you can easily test the package in Debian Squeeze
94 using the following steps to get a set of working packages:</p>
95
96 <blockquote><pre>
97 git clone git://git.debian.org/git/collab-maint/bitcoin
98 cd bitcoin
99 DEB_MAINTAINER_MODE=1 DEB_BUILD_OPTIONS=noupnp fakeroot debian/rules clean
100 DEB_BUILD_OPTIONS=noupnp git-buildpackage --git-ignore-new
101 </pre></blockquote>
102
103 <p>You might have to install some build dependencies as well. The
104 list of commands should give you two packages, bitcoind and
105 bitcoin-qt, ready for use in a Squeeze environment. Note that the
106 client will download the complete set of bitcoin "blocks", which need
107 around 5.6 GiB of data on my machine at the moment. Make sure your
108 ~/.bitcoin/ directory have lots of spare room if you want to download
109 all the blocks. The client will warn if the disk is getting full, so
110 there is not really a problem if you got too little room, but you will
111 not be able to get all the features out of the client.</p>
112
113 <p>As usual, if you use bitcoin and want to show your support of my
114 activities, please send Bitcoin donations to my address
115 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
116
117 </div>
118 <div class="tags">
119
120
121 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>.
122
123
124 </div>
125 </div>
126 <div class="padding"></div>
127
128 <div class="entry">
129 <div class="title">
130 <a href="http://people.skolelinux.org/pere/blog/A_word_on_bitcoin_support_in_Debian.html">A word on bitcoin support in Debian</a>
131 </div>
132 <div class="date">
133 21st December 2012
134 </div>
135 <div class="body">
136 <p>It has been a while since I wrote about
137 <a href="http://www.bitcoin.org/">bitcoin</a>, the decentralised
138 peer-to-peer based crypto-currency, and the reason is simply that I
139 have been busy elsewhere. But two days ago, I started looking at the
140 state of <a href="http://packages.qa.debian.org/bitcoin">bitcoin in
141 Debian</a> again to try to recover my old bitcoin wallet. The package
142 is now maintained by a
143 <a href="https://alioth.debian.org/projects/pkg-bitcoin/">team of
144 people</a>, and the grunt work had already been done by this team. We
145 owe a huge thank you to all these team members. :)
146 But I was sad to discover that the bitcoin client is missing in
147 Wheezy. It is only available in Sid (and an outdated client from
148 backports). The client had several RC bugs registered in BTS blocking
149 it from entering testing. To try to help the team and improve the
150 situation, I spent some time providing patches and triaging the bug
151 reports. I also had a look at the bitcoin package available from Matt
152 Corallo in a
153 <a href="https://launchpad.net/~bitcoin/+archive/bitcoin">PPA for
154 Ubuntu</a>, and moved the useful pieces from that version into the
155 Debian package.</p>
156
157 <p>After checking with the main package maintainer Jonas Smedegaard on
158 IRC, I pushed several patches into the collab-maint git repository to
159 improve the package. It now contains fixes for the RC issues (not from
160 me, but fixed by Scott Howard), build rules for a Qt GUI client
161 package, konqueror support for the bitcoin: URI and bash completion
162 setup. As I work on Debian Squeeze, I also created
163 <a href="http://lists.alioth.debian.org/pipermail/pkg-bitcoin-devel/Week-of-Mon-20121217/000041.html">a
164 patch to backport</a> the latest version. Jonas is going to look at
165 it and try to integrate it into the git repository before uploading a
166 new version to unstable.
167
168 <p>I would very much like bitcoin to succeed, to get rid of the
169 centralized control currently exercised in the monetary system. I
170 find it completely unacceptable that the USA government is collecting
171 transaction data for almost all international money transfers (most are done in USD and transaction logs shipped to the spooks), and
172 that the major credit card companies can block legal money
173 transactions to Wikileaks. But for bitcoin to succeed, more people
174 need to use bitcoins, and more people need to accept bitcoins when
175 they sell products and services. Improving the bitcoin support in
176 Debian is a small step in the right direction, but not enough.
177 Unfortunately the user experience when browsing the web and wanting to
178 pay with bitcoin is still not very good. The bitcoin: URI is a step
179 in the right direction, but need to work in most or every browser in
180 use. Also the bitcoin-qt client is too heavy to fire up to do a
181 quick transaction. I believe there are other clients available, but
182 have not tested them.</p>
183
184 <p>My
185 <a href="http://people.skolelinux.org/pere/blog/Now_accepting_bitcoins___anonymous_and_distributed_p2p_crypto_money.html">experiment
186 with bitcoins</a> showed that at least some of my readers use bitcoin.
187 I received 20.15 BTC so far on the address I provided in my blog two
188 years ago, as can be
189 <a href="http://blockexplorer.com/address/15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">seen
190 on the blockexplorer service</a>. Thank you everyone for your
191 donation. The blockexplorer service demonstrates quite well that
192 bitcoin is not quite anonymous and untracked. :) I wonder if the
193 number of users have gone up since then. If you use bitcoin and want
194 to show your support of my activity, please send Bitcoin donations to
195 the same address as last time,
196 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
197
198 </div>
199 <div class="tags">
200
201
202 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>.
203
204
205 </div>
206 </div>
207 <div class="padding"></div>
208
209 <div class="entry">
210 <div class="title">
211 <a href="http://people.skolelinux.org/pere/blog/The_European_Central_Bank__ECB__take_a_look_at_bitcoin.html">The European Central Bank (ECB) take a look at bitcoin</a>
212 </div>
213 <div class="date">
214 4th November 2012
215 </div>
216 <div class="body">
217 <p>Slashdot just ran a story about the European Central Bank (ECB)
218 <a href="http://www.ecb.europa.eu/pub/pdf/other/virtualcurrencyschemes201210en.pdf">releasing
219 a report (PDF)</a> about virtual currencies and
220 <a href="http://www.bitcoin.org/">bitcoin</a>. It is interesting to
221 see how a member of the bitcoin community
222 <a href="http://blog.bitinstant.com/blog/2012/10/30/the-ecb-report-on-bitcoin-and-virtual-currencies.html">receive
223 the report</a>. As for the future, I suspect the central banks and
224 the governments will outlaw bitcoin if it gain any popularity, to avoid
225 competition. My thoughts go to the
226 <a href="http://en.wikipedia.org/wiki/Wörgl">Wörgl experiment</a> with
227 negative inflation on cash which was such a success that it was
228 terminated by the Austrian National Bank in 1933. A successful
229 alternative would be a threat to the current money system and gain
230 powerful forces to work against it.</p>
231
232 <p>While checking out the current status of bitcoin, I also discovered
233 that the community already seem to have
234 <a href="http://www.theverge.com/2012/8/27/3271637/bitcoin-savings-trust-pyramid-scheme-shuts-down">experienced
235 its first pyramid game / Ponzi scheme</a>. Not very surprising, given
236 how members of "small" communities tend to trust each other. I guess
237 enterprising crocks will try again and again, as they do anywhere
238 wealth is available.</p>
239
240 </div>
241 <div class="tags">
242
243
244 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
245
246
247 </div>
248 </div>
249 <div class="padding"></div>
250
251 <div class="entry">
252 <div class="title">
253 <a href="http://people.skolelinux.org/pere/blog/Some_thoughts_on_BitCoins.html">Some thoughts on BitCoins</a>
254 </div>
255 <div class="date">
256 11th December 2010
257 </div>
258 <div class="body">
259 <p>As I continue to explore
260 <a href="http://www.bitcoin.org/">BitCoin</a>, I've starting to wonder
261 what properties the system have, and how it will be affected by laws
262 and regulations here in Norway. Here are some random notes.</p>
263
264 <p>One interesting thing to note is that since the transactions are
265 verified using a peer to peer network, all details about a transaction
266 is known to everyone. This means that if a BitCoin address has been
267 published like I did with mine in my initial post about BitCoin, it is
268 possible for everyone to see how many BitCoins have been transfered to
269 that address. There is even a web service to look at the details for
270 all transactions. There I can see that my address
271 <a href="http://blockexplorer.com/address/15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a>
272 have received 16.06 Bitcoin, the
273 <a href="http://blockexplorer.com/address/1LfdGnGuWkpSJgbQySxxCWhv8MHqvwst3">1LfdGnGuWkpSJgbQySxxCWhv8MHqvwst3</a>
274 address of Simon Phipps have received 181.97 BitCoin and the address
275 <a href="http://blockexplorer.com/address/1MCwBbhNGp5hRm5rC1Aims2YFRe2SXPYKt">1MCwBbhNGp5hRm5rC1Aims2YFRe2SXPYKt</A>
276 of EFF have received 2447.38 BitCoins so far. Thank you to each and
277 every one of you that donated bitcoins to support my activity. The
278 fact that anyone can see how much money was transfered to a given
279 address make it more obvious why the BitCoin community recommend to
280 generate and hand out a new address for each transaction. I'm told
281 there is no way to track which addresses belong to a given person or
282 organisation without the person or organisation revealing it
283 themselves, as Simon, EFF and I have done.</p>
284
285 <p>In Norway, and in most other countries, there are laws and
286 regulations limiting how much money one can transfer across the border
287 without declaring it. There are money laundering, tax and accounting
288 laws and regulations I would expect to apply to the use of BitCoin.
289 If the Skolelinux foundation
290 (<a href="http://linuxiskolen.no/slxdebianlabs/donations.html">SLX
291 Debian Labs</a>) were to accept donations in BitCoin in addition to
292 normal bank transfers like EFF is doing, how should this be accounted?
293 Given that it is impossible to know if money can cross the border or
294 not, should everything or nothing be declared? What exchange rate
295 should be used when calculating taxes? Would receivers have to pay
296 income tax if the foundation were to pay Skolelinux contributors in
297 BitCoin? I have no idea, but it would be interesting to know.</p>
298
299 <p>For a currency to be useful and successful, it must be trusted and
300 accepted by a lot of users. It must be possible to get easy access to
301 the currency (as a wage or using currency exchanges), and it must be
302 easy to spend it. At the moment BitCoin seem fairly easy to get
303 access to, but there are very few places to spend it. I am not really
304 a regular user of any of the vendor types currently accepting BitCoin,
305 so I wonder when my kind of shop would start accepting BitCoins. I
306 would like to buy electronics, travels and subway tickets, not herbs
307 and books. :) The currency is young, and this will improve over time
308 if it become popular, but I suspect regular banks will start to lobby
309 to get BitCoin declared illegal if it become popular. I'm sure they
310 will claim it is helping fund terrorism and money laundering (which
311 probably would be true, as is any currency in existence), but I
312 believe the problems should be solved elsewhere and not by blaming
313 currencies.</p>
314
315 <p>The process of creating new BitCoins is called mining, and it is
316 CPU intensive process that depend on a bit of luck as well (as one is
317 competing against all the other miners currently spending CPU cycles
318 to see which one get the next lump of cash). The "winner" get 50
319 BitCoin when this happen. Yesterday I came across the obvious way to
320 join forces to increase ones changes of getting at least some coins,
321 by coordinating the work on mining BitCoins across several machines
322 and people, and sharing the result if one is lucky and get the 50
323 BitCoins. Check out
324 <a href="http://www.bluishcoder.co.nz/bitcoin-pool/">BitCoin Pool</a>
325 if this sounds interesting. I have not had time to try to set up a
326 machine to participate there yet, but have seen that running on ones
327 own for a few days have not yield any BitCoins througth mining
328 yet.</p>
329
330 <p>Update 2010-12-15: Found an <a
331 href="http://inertia.posterous.com/reply-to-the-underground-economist-why-bitcoi">interesting
332 criticism</a> of bitcoin. Not quite sure how valid it is, but thought
333 it was interesting to read. The arguments presented seem to be
334 equally valid for gold, which was used as a currency for many years.</p>
335
336 </div>
337 <div class="tags">
338
339
340 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>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
341
342
343 </div>
344 </div>
345 <div class="padding"></div>
346
347 <div class="entry">
348 <div class="title">
349 <a href="http://people.skolelinux.org/pere/blog/Now_accepting_bitcoins___anonymous_and_distributed_p2p_crypto_money.html">Now accepting bitcoins - anonymous and distributed p2p crypto-money</a>
350 </div>
351 <div class="date">
352 10th December 2010
353 </div>
354 <div class="body">
355 <p>With this weeks lawless
356 <a href="http://www.salon.com/news/opinion/glenn_greenwald/2010/12/06/wikileaks/index.html">governmental
357 attacks</a> on Wikileak and
358 <a href="http://www.salon.com/technology/dan_gillmor/2010/12/06/war_on_speech">free
359 speech</a>, it has become obvious that PayPal, visa and mastercard can
360 not be trusted to handle money transactions.
361 A blog post from
362 <a href="http://webmink.com/2010/12/06/now-accepting-bitcoin/">Simon
363 Phipps on bitcoin</a> reminded me about a project that a friend of
364 mine mentioned earlier. I decided to follow Simon's example, and get
365 involved with <a href="http://www.bitcoin.org/">BitCoin</a>. I got
366 some help from my friend to get it all running, and he even handed me
367 some bitcoins to get started. I even donated a few bitcoins to Simon
368 for helping me remember BitCoin.</p>
369
370 <p>So, what is bitcoins, you probably wonder? It is a digital
371 crypto-currency, decentralised and handled using peer-to-peer
372 networks. It allows anonymous transactions and prohibits central
373 control over the transactions, making it impossible for governments
374 and companies alike to block donations and other transactions. The
375 source is free software, and while the key dependency wxWidgets 2.9
376 for the graphical user interface is missing in Debian, the command
377 line client builds just fine. Hopefully Jonas
378 <a href="http://bugs.debian.org/578157">will get the package into
379 Debian</a> soon.</p>
380
381 <p>Bitcoins can be converted to other currencies, like USD and EUR.
382 There are <a href="http://www.bitcoin.org/trade">companies accepting
383 bitcoins</a> when selling services and goods, and there are even
384 currency "stock" markets where the exchange rate is decided. There
385 are not many users so far, but the concept seems promising. If you
386 want to get started and lack a friend with any bitcoins to spare,
387 you can even get
388 <a href="https://freebitcoins.appspot.com/">some for free</a> (0.05
389 bitcoin at the time of writing). Use
390 <a href="http://www.bitcoinwatch.com/">BitcoinWatch</a> to keep an eye
391 on the current exchange rates.</p>
392
393 <p>As an experiment, I have decided to set up bitcoind on one of my
394 machines. If you want to support my activity, please send Bitcoin
395 donations to the address
396 <b>15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</b>. Thank you!</p>
397
398 </div>
399 <div class="tags">
400
401
402 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>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
403
404
405 </div>
406 </div>
407 <div class="padding"></div>
408
409 <p style="text-align: right;"><a href="bitcoin.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS Feed" width="36" height="14" /></a></p>
410 <div id="sidebar">
411
412
413
414 <h2>Archive</h2>
415 <ul>
416
417 <li>2013
418 <ul>
419
420 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
421
422 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
423
424 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (5)</a></li>
425
426 </ul></li>
427
428 <li>2012
429 <ul>
430
431 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
432
433 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
434
435 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
436
437 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
438
439 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
440
441 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
442
443 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
444
445 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
446
447 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
448
449 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
450
451 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
452
453 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
454
455 </ul></li>
456
457 <li>2011
458 <ul>
459
460 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
461
462 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
463
464 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
465
466 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
467
468 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
469
470 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
471
472 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
473
474 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
475
476 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
477
478 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
479
480 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
481
482 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
483
484 </ul></li>
485
486 <li>2010
487 <ul>
488
489 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
490
491 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
492
493 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
494
495 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
496
497 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
498
499 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
500
501 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
502
503 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
504
505 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
506
507 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
508
509 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
510
511 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
512
513 </ul></li>
514
515 <li>2009
516 <ul>
517
518 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
519
520 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
521
522 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
523
524 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
525
526 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
527
528 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
529
530 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
531
532 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
533
534 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
535
536 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
537
538 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
539
540 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
541
542 </ul></li>
543
544 <li>2008
545 <ul>
546
547 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
548
549 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
550
551 </ul></li>
552
553 </ul>
554
555
556
557 <h2>Tags</h2>
558 <ul>
559
560 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (13)</a></li>
561
562 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
563
564 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
565
566 <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
567
568 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (6)</a></li>
569
570 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (12)</a></li>
571
572 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
573
574 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (70)</a></li>
575
576 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (121)</a></li>
577
578 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (9)</a></li>
579
580 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (7)</a></li>
581
582 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
583
584 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (183)</a></li>
585
586 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (21)</a></li>
587
588 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
589
590 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (10)</a></li>
591
592 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (11)</a></li>
593
594 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (33)</a></li>
595
596 <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (5)</a></li>
597
598 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (18)</a></li>
599
600 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (8)</a></li>
601
602 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (6)</a></li>
603
604 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
605
606 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (25)</a></li>
607
608 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (225)</a></li>
609
610 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (151)</a></li>
611
612 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (7)</a></li>
613
614 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
615
616 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (42)</a></li>
617
618 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (65)</a></li>
619
620 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
621
622 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
623
624 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (2)</a></li>
625
626 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (6)</a></li>
627
628 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
629
630 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
631
632 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
633
634 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (29)</a></li>
635
636 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
637
638 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
639
640 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (40)</a></li>
641
642 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>
643
644 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (6)</a></li>
645
646 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (15)</a></li>
647
648 <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (1)</a></li>
649
650 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (7)</a></li>
651
652 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (38)</a></li>
653
654 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
655
656 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (26)</a></li>
657
658 </ul>
659
660
661 </div>
662 <p style="text-align: right">
663 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
664 </p>
665
666 </body>
667 </html>