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