]> pere.pagekite.me Git - homepage.git/blob - blog/index.html
New post summarizing my free software activities.
[homepage.git] / blog / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6 <title>Petter Reinholdtsen</title>
7 <link rel="stylesheet" type="text/css" media="screen" href="https://people.skolelinux.org/pere/blog/style.css" />
8 <link rel="stylesheet" type="text/css" media="screen" href="https://people.skolelinux.org/pere/blog/vim.css" />
9 <link rel="alternate" title="RSS Feed" href="https://people.skolelinux.org/pere/blog/index.rss" type="application/rss+xml" />
10 </head>
11 <body>
12 <div class="title">
13 <h1>
14 <a href="https://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
15
16 </h1>
17
18 </div>
19
20
21
22 <div class="entry">
23 <div class="title"><a href="https://people.skolelinux.org/pere/blog/LinuxCNC_translators_life_just_got_a_bit_easier.html">LinuxCNC translators life just got a bit easier</a></div>
24 <div class="date"> 3rd June 2022</div>
25 <div class="body"><p>Back in oktober last year, when I started looking at the
26 <a href="https://en.wikipedia.org/wiki/LinuxCNC">LinuxCNC</a> system, I
27 proposed to change the documentation build system make life easier for
28 translators. The original system consisted of independently written
29 documentation files for each language, with no automated way to track
30 changes done in other translations and no help for the translators to
31 know how much was left to translated. By using
32 <a href="https://po4a.org/">the po4a system</a> to generate POT and PO
33 files from the English documentation, this can be improved. A small
34 team of LinuxCNC contributors got together and today our labour
35 finally payed off. Since a few hours ago, it is now possible to
36 translate <a href="https://hosted.weblate.org/projects/linuxcnc/">the
37 LinuxCNC documentation on Weblate</a>, alongside the program itself.</p>
38
39 <p>The effort to migrate the documentation to use po4a has been both
40 slow and frustrating. I am very happy we finally made it.</p>
41
42 <p>As usual, if you use Bitcoin and want to show your support of my
43 activities, please send Bitcoin donations to my address
44 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
45 </div>
46 <div class="tags">
47
48
49 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/robot">robot</a>.
50
51
52 </div>
53 </div>
54 <div class="padding"></div>
55
56 <div class="entry">
57 <div class="title"><a href="https://people.skolelinux.org/pere/blog/geteltorito_make_CD_firmware_upgrades_a_breeze.html">geteltorito make CD firmware upgrades a breeze</a></div>
58 <div class="date">20th April 2022</div>
59 <div class="body"><p>Recently I wanted to upgrade the firmware of my thinkpad, and
60 located the firmware download page from Lenovo (which annoyingly do
61 not allow access via Tor, forcing me to hand them more personal
62 information that I would like). The
63 <a href="https://support.lenovo.com/no/en/search?query=thinkpad firmware bios upgrade iso&SearchType=Customer search&searchLocation=Masthead">download
64 from Lenovo</a> is a bootable ISO image, which is a bit of a problem
65 when all I got available is a USB memory stick. I tried booting the
66 ISO as a USB stick, but this did not work. But genisoimage came to
67 the rescue.</p>
68
69 <P>The geteltorito program in
70 <a href="http://tracker.debian.org/cdrkit">the genisoimage binary
71 package</a> is able to convert the bootable ISO image to a bootable
72 USB stick using a simple command line recipe, which I then can write
73 to the most recently inserted USB stick:</p>
74
75 <blockquote><pre>
76 geteltorito -o usbstick.img lenovo-firmware.iso
77 sudo dd bs=10M if=usbstick.img of=$(ls -tr /dev/sd?|tail -1)
78 </pre></blockquote>
79
80 <p>This USB stick booted the firmware upgrader just fine, and in a few
81 minutes my machine had the latest and greatest BIOS firmware in place.</p>
82 </div>
83 <div class="tags">
84
85
86 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>.
87
88
89 </div>
90 </div>
91 <div class="padding"></div>
92
93 <div class="entry">
94 <div class="title"><a href="https://people.skolelinux.org/pere/blog/Playing_and_encoding_AV1_in_Debian_Bullseye.html">Playing and encoding AV1 in Debian Bullseye</a></div>
95 <div class="date">16th April 2022</div>
96 <div class="body"><p>Inspired by the recent news of
97 <a href="https://slashdot.org/story/22/04/03/2039219/intel-beats-amd-and-nvidia-with-arc-gpus-full-av1-support">AV1
98 hardware encoding support from Intel</a>, I decided to look into
99 the state of AV1 on Linux today. AV1 is a
100 <a href="https://web.archive.org/web/20160618103850/http://www.digistan.org/open-standard:definition">free
101 and open standard</a> as defined by Digistan without any royalty
102 payment requirement, unlike its much used competitor encoding
103 H.264. While looking, I came across an 5 year
104 <a href="https://askubuntu.com/questions/1061908/how-to-encode-and-playback-video-with-the-av1-codec-on-bionic-beaver-18-04">old
105 question on askubuntu.com</a> which in turn inspired me to check out
106 how things are in Debian Stable regarding AV1. The test file listed
107 in the question (askubuntu_test_aom.mp4) did not exist any more, so I
108 tracked down a different set of test files on
109 <a href="https://av1.webmfiles.org/">av1.webmfiles.org</a> to test them
110 with the various video tools I had installed on my machine. I was
111 happy to discover that AV1 decoding and playback worked with almost
112 every tool I tested:
113
114 <table align="center">
115 <tr><td>mediainfo</td> <td>ok</td></tr>
116 <tr><td>dragonplayer</td> <td>ok</td></tr>
117 <tr><td>ffmpeg / ffplay</td> <td>ok</td></tr>
118 <tr><td>gnome-mplayer</td> <td>fail</td></tr>
119 <tr><td>mplayer</td> <td>ok</td></tr>
120 <tr><td>mpv</td> <td>ok</td></tr>
121 <tr><td>parole</td> <td>ok</td></tr>
122 <tr><td>vlc</td> <td>ok</td></tr>
123 <tr><td>firefox</td> <td>ok</td></tr>
124 <tr><td>chromium</td> <td>ok</td></tr>
125 </table>
126
127 <p>AV1 encoding is available in Debian Stable from the aom-tools
128 version 1.0.0.errata1-3 package, using the aomenc tool. The encoding
129 using the package in Debian Stable is quite slow, with the frame rate
130 for my 10 second test video at around 0.25 fps. My 10 second video
131 test took 16 minutes and 11 seconds on my test machine.</p>
132
133 <p>I tested by first running ffmpeg and then aomenc using the recipe
134 provided by the askubuntu recipe above. I had to remove the
135 '--row-mt=1' option, as it was not supported in my 1.0.0 version. The
136 encoding only used a single thread, according to <tt>top</tt>.</p>
137
138 <blockquote><pre>
139 ffmpeg -i some-old-video.ogv -t 10 -pix_fmt yuv420p video.y4m
140 aomenc --fps=24/1 -u 0 --codec=av1 --target-bitrate=1000 \
141 --lag-in-frames=25 --auto-alt-ref=1 -t 24 --cpu-used=8 \
142 --tile-columns=2 --tile-rows=2 -o output.webm video.y4m
143 </pre></blockquote>
144
145 <p>As version 1.0.0 currently have several
146 <a href="https://security-tracker.debian.org/tracker/source-package/aom">unsolved
147 security issues in Debian Stable</a>, and to see if the recent
148 backport <a href="https://tracker.debian.org/pkg/aom">provided in
149 Debian</a> is any quicker, I ran <tt>apt -t bullseye-backports install
150 aom-tools</tt> to fetch the backported version and re-encoded the
151 video using the latest version. This time the '--row-mt=1' option
152 worked, and the encoding was done in 46 seconds with a frame rate of
153 around 5.22 fps. This time it seem to be using all my four cores to
154 encode. Encoding speed is still too low for streaming and real time,
155 which would require frame rates above 25 fps, but might be good enough
156 for offline encoding.</p>
157
158 <p>I am very happy to see AV1 playback working so well with the
159 default tools in Debian Stable. I hope the encoding situation improve
160 too, allowing even a slow old computer like my 10 year old laptop to
161 be used for encoding.</p>
162
163 <p>As usual, if you use Bitcoin and want to show your support of my
164 activities, please send Bitcoin donations to my address
165 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
166 </div>
167 <div class="tags">
168
169
170 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
171
172
173 </div>
174 </div>
175 <div class="padding"></div>
176
177 <div class="entry">
178 <div class="title"><a href="https://people.skolelinux.org/pere/blog/F__en_slutt_p__Digitale_utslipp.html">Få en slutt på Digitale utslipp</a></div>
179 <div class="date">14th March 2022</div>
180 <div class="body"><p>På onsdag sendte jeg følgende epost til Utdanningsetaten i Oslo
181 kommune (UDE). Fikk beskjed om at min henvendelse har saksnummer
182 22/7559-1 i den
183 <a href="https://www.oslo.kommune.no/etater-foretak-og-ombud/utdanningsetaten/postjournal-utdanningsetaten/">offentlige
184 postjournalen til UDE</a>. Jeg er spent på hva slags respons jeg får.
185 Mistenker jo de fleste som sprer sine nettsideleseres
186 personopplysninger til utlandet ikke har tenkt så nøye igjennom hva de
187 gjør, og at det er håp om at de tenker seg litt nøyere om hvis de blir
188 klar over problemstillingen. Vet du noen som burde få tilsvarede
189 beskjed og spørsmål? Kanskje du kan sende dem en epost. Hvis alle
190 bidrar blir det kanskje litt bedre.</p>
191
192 <blockquote>
193 <p>To: postmottak (at) osloskolen.no
194 <br>Subject: Digitale utslipp fra osloskolens nettsider</p>
195
196 <p>Hei.</p>
197
198 <p>Jeg ser at osloskolens nettsider har digitale utslipp av
199 personopplysninger til Google, Facebook og andre, blant annet omtalt
200&lt;URL: <a href="https://aktuelt.osloskolen.no/personvernerklaring-for-osloskolen/informasjonskapsler/">https://aktuelt.osloskolen.no/personvernerklaring-for-osloskolen/informasjonskapsler/</a>
201 >.</p>
202
203 <p>&lt;URL: <a href="https://webbkoll.dataskydd.net/">https://webbkoll.dataskydd.net/</a> > kan være et nyttig verktøy for å holde øye med utslippsomfanget på ulike sider.</p>
204
205 <p>Kanskje det er en ide å gjøre noe med det, jamfør &lt;URL: <a href="https://www.digi.no/artikler/debatt-det-enkleste-tiltaket-er-a-skru-av-google-analytics/517378">https://www.digi.no/artikler/debatt-det-enkleste-tiltaket-er-a-skru-av-google-analytics/517378</a> >?</p>
206
207 <p>Et alternativ til Google Analytics kan være en lokalt installert
208 utgave av &lt;URL:
209 <a href="https://matomo.org/">https://matomo.org/</a> >. Den og flere
210 andre alternativer kan finnes via
211 &lt;URL: <a href="https://www.digi.no/artikler/sverige-vil-skrote-amerikansk-skytjeneste-her-er-alternativene/516223?key=5QsV0wRG">https://www.digi.no/artikler/sverige-vil-skrote-amerikansk-skytjeneste-her-er-alternativene/516223?key=5QsV0wRG</a> >
212 på bakgrunn av at svenske myndigheter har innsett at dagens praksis
213 nok er både lite lur og ulovlig. Der henger Norge litt etter, men
214 osloskolen har her mulighet til å være litt i forkant. :)</p>
215
216 <p>Fint om dere kan gi beskjed hvilket saksnummer denne henvendelsen får i
217 offentlig postjournal når den er mottatt.</p>
218
219 </blockquote>
220
221 </p>Flere og flere innser at slik spredning av personopplysninger er
222 ugreit. Det har pågått i mange år. Ser jeg blogget
223 <a href="https://people.skolelinux.org/pere/blog/Det_er_jo_makta_som_er_mest_s_rbar_ved_massiv_overv_kning_av_Internett.html">første
224 gang om Google Analytics i 2013</a> og
225 <a href="https://people.skolelinux.org/pere/blog/Snurpenot_overv_kning_av_sensitiv_personinformasjon.html">analyserte
226 omfanget i 2015</a>, men det er et langt lerret å bleke.</p>
227
228 <p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
229 det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
230 til min adresse
231 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
232 Merk, betaling med bitcoin er ikke anonymt. :)</p>
233 </div>
234 <div class="tags">
235
236
237 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
238
239
240 </div>
241 </div>
242 <div class="padding"></div>
243
244 <div class="entry">
245 <div class="title"><a href="https://people.skolelinux.org/pere/blog/Publish_Hargassner_wood_chip_boiler_state_to_MQTT.html">Publish Hargassner wood chip boiler state to MQTT</a></div>
246 <div class="date">12th March 2022</div>
247 <div class="body"><p>Recently I had a look at a
248 <a href="https://www.hargassner.at/">Hargassner</a>
249 <a href="https://www.hargassner.at/en/products/wood-chip-boiler.html">wood
250 chip boiler</a>, and what kind of free software can be used to monitor
251 and control it. The boiler can be connected to some cloud service via
252 what the producer call an Internet Gateway, which seem to be a
253 computer connecting to the boiler and passing the information gathered
254 to the cloud. I discovered the boiler controller got an IP address on
255 the local network and listen on TCP port 23 to provide status
256 information as a text line of numbers. It also provide a HTTP server
257 listening on port 80, but I have not yet figured out what it can do
258 beside return an error code.</p>
259
260 <p>If I am to believe various free software implementations talking to
261 such boiler, the interpretation of the line of numbers differ between
262 type of boiler and software version on the boiler. By comparing the
263 list of numbers on the front panel of the boiler with the numbers
264 returned via TCP, I have been able to figure out several of the
265 numbers, but there are a lot left to understand. I've located several
266 temperature measurements and hours running values, as well as oxygen
267 measurements and counters.</p>
268
269 I decided to write a simple parser in Python for the values I figured
270 out so far, and a simple MQTT injector publishing both the interpreted
271 and the unknown values on a MQTT bus to make collecting and graphing
272 simpler. The end result is available from the
273 <a href="https://gitlab.com/petterreinholdtsen/hargassner2mqtt">hargassner2mqtt
274 project page</a> on gitlab. I very much welcome patches extending the
275 parser to understand more values, boiler types and software versions.
276 I do not really expect very few free software developers got their
277 hands on such unit to experiment, but it would be fun if others too find
278 this project useful.</p>
279
280 <p>As usual, if you use Bitcoin and want to show your support of my
281 activities, please send Bitcoin donations to my address
282 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
283 </div>
284 <div class="tags">
285
286
287 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>.
288
289
290 </div>
291 </div>
292 <div class="padding"></div>
293
294 <div class="entry">
295 <div class="title"><a href="https://people.skolelinux.org/pere/blog/Run_your_industrial_metal_working_machine_using_Debian_.html">Run your industrial metal working machine using Debian?</a></div>
296 <div class="date"> 2nd March 2022</div>
297 <div class="body"><p>After many months of hard work by the good people involved in
298 <a href="https://en.wikipedia.org/wiki/LinuxCNC">LinuxCNC</a>, the
299 system was accepted Sunday
300 <a href="https://tracker.debian.org/pkg/linuxcnc">into Debian</a>.
301 Once it was available from Debian, I was surprised to discover from
302 <a href="https://qa.debian.org/popcon.php?package=linuxcnc">its
303 popularity-contest numbers</a> that people have been reporting its use
304 since 2012. <a href="http://linuxcnc.org/">Its project site</a> might
305 be a good place to check out, but sadly is not working when visiting
306 via Tor.</p>
307
308 <p>But what is LinuxCNC, you are probably wondering? Perhaps a
309 Wikipedia quote is in place?</p>
310
311 <blockquote>
312 "LinuxCNC is a software system for numerical control of
313 machines such as milling machines, lathes, plasma cutters, routers,
314 cutting machines, robots and hexapods. It can control up to 9 axes or
315 joints of a CNC machine using G-code (RS-274NGC) as input. It has
316 several GUIs suited to specific kinds of usage (touch screen,
317 interactive development)."
318 </blockquote>
319
320 <p>It can even control 3D printers. And even though the Wikipedia
321 page indicate that it can only work with hard real time kernel
322 features, it can also work with the user space soft real time features
323 provided by the Debian kernel.
324 <a href="https://github.com/linuxcnc/linuxcnc">The source code</a> is
325 available from Github. The last few months I've been involved in the
326 translation setup for the program and documentation. Translators are
327 most welcome to
328 <a href="https://hosted.weblate.org/engage/linuxcnc/">join the
329 effort</a> using Weblate.</p>
330
331 <p>As usual, if you use Bitcoin and want to show your support of my
332 activities, please send Bitcoin donations to my address
333 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
334 </div>
335 <div class="tags">
336
337
338 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/robot">robot</a>.
339
340
341 </div>
342 </div>
343 <div class="padding"></div>
344
345 <div class="entry">
346 <div class="title"><a href="https://people.skolelinux.org/pere/blog/Updated_vlc_bittorrent_plugin_in_Debian__version_2_14_.html">Updated vlc bittorrent plugin in Debian (version 2.14)</a></div>
347 <div class="date">14th February 2022</div>
348 <div class="body"><p>I am very happy to report that a new version of the
349 <a href="https://tracker.debian.org/pkg/vlc-plugin-bittorrent">VLC
350 bittorrent plugin</a> was just uploaded into debian. The changes
351 since last time is mostly code clean in the download code. The package
352 is currently in Debian unstable, but should be available in Debian
353 testing son. To test it, simply install it like this:</p>
354
355 <p><pre>
356 apt install vlc-plugin-bittorrent
357 </pre></p>
358
359 <p>After it is installed, you can try to use it to play a file
360 downloaded live via bittorrent like this:
361
362 <p><pre>
363 vlc https://archive.org/download/Glass_201703/Glass_201703_archive.torrent
364 </pre></p>
365
366 <p>It can also use magnet links and local .torrent files like the ones
367 provided by the Internet Archive. Another example is the <a
368 href="https://archive.org/details/LoveNest">Love Nest</a> Buster
369 Keaton movie, where one can click on the 'Torrent' link to get going.</p>
370
371 <p>As usual, if you use Bitcoin and want to show your support of my
372 activities, please send Bitcoin donations to my address
373 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
374 </div>
375 <div class="tags">
376
377
378 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>.
379
380
381 </div>
382 </div>
383 <div class="padding"></div>
384
385 <div class="entry">
386 <div class="title"><a href="https://people.skolelinux.org/pere/blog/A_Brazilian_Portuguese_translation_of_the_book_Made_with_Creative_Commons.html">A Brazilian Portuguese translation of the book Made with Creative Commons</a></div>
387 <div class="date"> 3rd December 2021</div>
388 <div class="body"><p>A few days ago, a productive translator started working on a new
389 translation of <a href="https://madewith.cc">the Made with Creative
390 Commons book</a> for Brazilian Portuguese. The translation take place on
391 <a href="https://hosted.weblate.org/projects/madewithcc/translation/">the
392 Weblate web based translation system</a>. Once the translation is
393 complete and proof read, we can publish it on paper as well as in PDF,
394 ePub and HTML format. The translation is already 16% complete, and if
395 more people get involved I am conviced it can very quickly reach 100%.
396 If you are interested in helping out with this or other translations
397 of the Made with Creative Commons book, start translating on
398 Weblate. There are partial translations available in Azerbaijani,
399 Bengali, Brazilian Portuguese, Dutch, French, German, Greek, Polish,
400 Simplified Chinese, Swedish, Thai and Ukrainian.</p>
401
402 <p>The <a href="https://gitlab.com/gunnarwolf/madewithcc-es.git">git
403 repository for the book</a> contain all source files needed to build
404 the book for yourself.
405 <a href="https://gunnarwolf.gitlab.io/madewithcc-es/">HTML editions</a>
406 to help with proof reading is also available.</p>
407
408 <p>As usual, if you use Bitcoin and want to show your support of my
409 activities, please send Bitcoin donations to my address
410 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
411 </div>
412 <div class="tags">
413
414
415 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/madewithcc">madewithcc</a>.
416
417
418 </div>
419 </div>
420 <div class="padding"></div>
421
422 <div class="entry">
423 <div class="title"><a href="https://people.skolelinux.org/pere/blog/Debian_still_an_excellent_choice_for_Lego_builders.html">Debian still an excellent choice for Lego builders</a></div>
424 <div class="date">24th October 2021</div>
425 <div class="body"><p>The Debian Lego team saw a lot of activity the last few weeks. All
426 the packages under the team umbrella has been updated to fix
427 packaging, lintian issues and BTS reports. In addition, a new and
428 inspiring team member appeared on both the
429 <a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-lego-team">debian-lego-team
430 Team mailing list</a> and
431 <a href="irc://irc.debian.org/%23debian-lego">IRC channel
432 #debian-lego</a>. If you are interested in Lego CAD design and LEGO
433 Mindstorms programming, check out the
434 <a href="http://wiki.debian.org/LegoDesigners">team wiki page</a> to
435 see what Debian can offer the Lego enthusiast.</p>
436
437 <p>Patches has been sent upstream, causing new upstream releases, one
438 even the first one in more than ten years, and old upstreams was
439 released with new ones. There are still a lot of work left, and the
440 team welcome more members to help us make sure Debian is the Linux
441 distribution of choice for Lego builders. If you want to contribute,
442 join us in the IRC channel and become part of
443 <a href="https://salsa.debian.org/debian-lego-team/">the team on
444 Salsa</a>.</p>
445
446 <p>As usual, if you use Bitcoin and want to show your support of my
447 activities, please send Bitcoin donations to my address
448 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
449 </div>
450 <div class="tags">
451
452
453 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/lego">lego</a>, <a href="https://people.skolelinux.org/pere/blog/tags/robot">robot</a>.
454
455
456 </div>
457 </div>
458 <div class="padding"></div>
459
460 <div class="entry">
461 <div class="title"><a href="https://people.skolelinux.org/pere/blog/Hvilke_partier_st_ttet_datalagringsdirektivet_2_og_3_.html">Hvilke partier støttet datalagringsdirektivet 2 og 3?</a></div>
462 <div class="date">10th September 2021</div>
463 <div class="body"><p>Relativt stille har Stortinget den siste perioden vedtatt
464 <a href="https://no.wikipedia.org/wiki/Datalagringsdirektivet">datalagringsdirektivet</a> versjon to og tre, og slik økt
465 overvåkningstrykket på Internett i Norge betraktelig. Det blir mer og
466 mer viktig å <a href="https://www.torproject.org/">bruke Tor</a> og
467 god kryptering for å sikre sin privatsfære på Internett.</p>
468
469 <p>Først ut var
470 <a href="https://www.stortinget.no/no/Saker-og-publikasjoner/Saker/Sak/?p=79451">ny
471 etterretningstjenestelov</a> vedtatt 2020-06-11, der samtlige partier
472 på stortinget (Arbeiderpartiet, Fremskrittspartiet, Høyre, Kristelig
473 Folkeparti, Miljøpartiet De Grønne, Senterpartiet, Sosialistisk
474 Venstreparti, Venstre og et forhenværende Fremskrittspartimedlem)
475 unntatt Rødt støttet loven i sin helhet da den ble vedtatt.
476
477 <p>Dernest kom
478 <a href="https://www.stortinget.no/no/Saker-og-publikasjoner/Saker/Sak/?p=84446">ny
479 ekomlov</a> vedtatt 2021-06-08 med støtte fra Arbeiderpartiet,
480 Fremskrittspartiet, Høyre, Kristelig Folkeparti, Senterpartiet,
481 Venstre og et forhenværende Fremskrittspartimedlem mot stemmene fra
482 Sosialistisk Venstreparti, Miljøpartiet De Grønne og Rødt.</p>
483
484 <p>Intet parti som støtter slike inngrep i privatsfæren får min støtte
485 i valg. Heldigvis er det mange parter også utenfor Stortinget som kan
486 ha nytte av den økonomiske støtten som følger av hver stemme de får i
487 stortingsvalget i år, selv om de ikke kommer inn på Stortinget i denne
488 omgang.</p>
489
490 <p>Som et annet målepunkt på hvor mye vern av privatsfæren betyr for
491 stortingspartiene kan jeg fortelle at ikke et eneste av partiene på
492 Stortinget har besvart
493 <a href="http://people.skolelinux.org/pere/blog/Hva_mener_partiene_om_vern_av_privatsf_ren_og_sporing_av_befolkningen_.html">brevet
494 med spørsmål rundt vern av privatsfæren</a> som de fikk i sommer.</p>
495
496 <p>Hvis du lurer på hva som er problemet med datalagringsdirektivet,
497 anbefaler jeg å lese <a href="http://www.uhuru.biz/?cat=84">artiklene
498 fra Jon Wessel-Aas</a> om temaet.</p>
499
500 <p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
501 det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
502 til min adresse
503 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
504 Merk, betaling med bitcoin er ikke anonymt. :)</p>
505
506 </div>
507 <div class="tags">
508
509
510 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/dld">dld</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>.
511
512
513 </div>
514 </div>
515 <div class="padding"></div>
516
517 <p style="text-align: right;"><a href="index.rss"><img src="https://people.skolelinux.org/pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
518 <div id="sidebar">
519
520
521
522 <h2>Archive</h2>
523 <ul>
524
525 <li>2022
526 <ul>
527
528 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/02/">February (1)</a></li>
529
530 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/03/">March (3)</a></li>
531
532 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/04/">April (2)</a></li>
533
534 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/06/">June (1)</a></li>
535
536 </ul></li>
537
538 <li>2021
539 <ul>
540
541 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/01/">January (2)</a></li>
542
543 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/02/">February (1)</a></li>
544
545 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/05/">May (1)</a></li>
546
547 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/06/">June (1)</a></li>
548
549 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/07/">July (3)</a></li>
550
551 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/08/">August (1)</a></li>
552
553 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/09/">September (1)</a></li>
554
555 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/10/">October (1)</a></li>
556
557 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/12/">December (1)</a></li>
558
559 </ul></li>
560
561 <li>2020
562 <ul>
563
564 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/02/">February (2)</a></li>
565
566 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/03/">March (2)</a></li>
567
568 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/04/">April (2)</a></li>
569
570 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/05/">May (3)</a></li>
571
572 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/06/">June (2)</a></li>
573
574 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/07/">July (1)</a></li>
575
576 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/09/">September (1)</a></li>
577
578 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/10/">October (1)</a></li>
579
580 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/11/">November (1)</a></li>
581
582 </ul></li>
583
584 <li>2019
585 <ul>
586
587 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/01/">January (4)</a></li>
588
589 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/02/">February (3)</a></li>
590
591 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/03/">March (3)</a></li>
592
593 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/05/">May (2)</a></li>
594
595 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/06/">June (5)</a></li>
596
597 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/07/">July (2)</a></li>
598
599 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/08/">August (1)</a></li>
600
601 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/09/">September (1)</a></li>
602
603 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/11/">November (1)</a></li>
604
605 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/12/">December (4)</a></li>
606
607 </ul></li>
608
609 <li>2018
610 <ul>
611
612 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/01/">January (1)</a></li>
613
614 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/02/">February (5)</a></li>
615
616 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/03/">March (5)</a></li>
617
618 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/04/">April (3)</a></li>
619
620 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/06/">June (2)</a></li>
621
622 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/07/">July (5)</a></li>
623
624 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/08/">August (3)</a></li>
625
626 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/09/">September (3)</a></li>
627
628 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/10/">October (5)</a></li>
629
630 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/11/">November (2)</a></li>
631
632 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/12/">December (4)</a></li>
633
634 </ul></li>
635
636 <li>2017
637 <ul>
638
639 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/01/">January (4)</a></li>
640
641 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/02/">February (3)</a></li>
642
643 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/03/">March (5)</a></li>
644
645 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/04/">April (2)</a></li>
646
647 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/06/">June (5)</a></li>
648
649 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/07/">July (1)</a></li>
650
651 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/08/">August (1)</a></li>
652
653 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/09/">September (3)</a></li>
654
655 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/10/">October (5)</a></li>
656
657 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/11/">November (3)</a></li>
658
659 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/12/">December (4)</a></li>
660
661 </ul></li>
662
663 <li>2016
664 <ul>
665
666 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/01/">January (3)</a></li>
667
668 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/02/">February (2)</a></li>
669
670 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/03/">March (3)</a></li>
671
672 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/04/">April (8)</a></li>
673
674 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/05/">May (8)</a></li>
675
676 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/06/">June (2)</a></li>
677
678 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/07/">July (2)</a></li>
679
680 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/08/">August (5)</a></li>
681
682 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/09/">September (2)</a></li>
683
684 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/10/">October (3)</a></li>
685
686 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/11/">November (8)</a></li>
687
688 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/12/">December (5)</a></li>
689
690 </ul></li>
691
692 <li>2015
693 <ul>
694
695 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/01/">January (7)</a></li>
696
697 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/02/">February (6)</a></li>
698
699 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/03/">March (1)</a></li>
700
701 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/04/">April (4)</a></li>
702
703 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/05/">May (3)</a></li>
704
705 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/06/">June (4)</a></li>
706
707 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/07/">July (6)</a></li>
708
709 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/08/">August (2)</a></li>
710
711 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/09/">September (2)</a></li>
712
713 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/10/">October (9)</a></li>
714
715 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/11/">November (6)</a></li>
716
717 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/12/">December (3)</a></li>
718
719 </ul></li>
720
721 <li>2014
722 <ul>
723
724 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
725
726 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
727
728 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
729
730 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
731
732 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
733
734 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
735
736 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
737
738 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
739
740 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
741
742 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/10/">October (6)</a></li>
743
744 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/11/">November (3)</a></li>
745
746 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/12/">December (5)</a></li>
747
748 </ul></li>
749
750 <li>2013
751 <ul>
752
753 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
754
755 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
756
757 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
758
759 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
760
761 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
762
763 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
764
765 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
766
767 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
768
769 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/09/">September (5)</a></li>
770
771 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
772
773 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
774
775 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
776
777 </ul></li>
778
779 <li>2012
780 <ul>
781
782 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
783
784 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
785
786 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
787
788 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
789
790 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
791
792 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
793
794 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
795
796 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
797
798 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
799
800 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
801
802 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
803
804 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
805
806 </ul></li>
807
808 <li>2011
809 <ul>
810
811 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
812
813 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
814
815 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
816
817 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
818
819 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
820
821 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
822
823 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
824
825 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
826
827 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
828
829 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
830
831 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
832
833 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
834
835 </ul></li>
836
837 <li>2010
838 <ul>
839
840 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
841
842 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
843
844 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
845
846 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
847
848 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
849
850 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
851
852 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
853
854 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
855
856 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
857
858 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
859
860 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
861
862 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
863
864 </ul></li>
865
866 <li>2009
867 <ul>
868
869 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
870
871 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
872
873 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
874
875 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
876
877 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
878
879 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
880
881 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
882
883 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
884
885 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
886
887 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
888
889 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
890
891 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
892
893 </ul></li>
894
895 <li>2008
896 <ul>
897
898 <li><a href="https://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
899
900 <li><a href="https://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
901
902 </ul></li>
903
904 </ul>
905
906
907
908 <h2>Tags</h2>
909 <ul>
910
911 <li><a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (18)</a></li>
912
913 <li><a href="https://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
914
915 <li><a href="https://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
916
917 <li><a href="https://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
918
919 <li><a href="https://people.skolelinux.org/pere/blog/tags/betalkontant">betalkontant (9)</a></li>
920
921 <li><a href="https://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (12)</a></li>
922
923 <li><a href="https://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (17)</a></li>
924
925 <li><a href="https://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
926
927 <li><a href="https://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (2)</a></li>
928
929 <li><a href="https://people.skolelinux.org/pere/blog/tags/debian">debian (180)</a></li>
930
931 <li><a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (159)</a></li>
932
933 <li><a href="https://people.skolelinux.org/pere/blog/tags/debian-handbook">debian-handbook (8)</a></li>
934
935 <li><a href="https://people.skolelinux.org/pere/blog/tags/digistan">digistan (11)</a></li>
936
937 <li><a href="https://people.skolelinux.org/pere/blog/tags/dld">dld (18)</a></li>
938
939 <li><a href="https://people.skolelinux.org/pere/blog/tags/docbook">docbook (30)</a></li>
940
941 <li><a href="https://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
942
943 <li><a href="https://people.skolelinux.org/pere/blog/tags/english">english (435)</a></li>
944
945 <li><a href="https://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
946
947 <li><a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (14)</a></li>
948
949 <li><a href="https://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (34)</a></li>
950
951 <li><a href="https://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (9)</a></li>
952
953 <li><a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (20)</a></li>
954
955 <li><a href="https://people.skolelinux.org/pere/blog/tags/h264">h264 (20)</a></li>
956
957 <li><a href="https://people.skolelinux.org/pere/blog/tags/intervju">intervju (43)</a></li>
958
959 <li><a href="https://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (16)</a></li>
960
961 <li><a href="https://people.skolelinux.org/pere/blog/tags/kart">kart (23)</a></li>
962
963 <li><a href="https://people.skolelinux.org/pere/blog/tags/kodi">kodi (4)</a></li>
964
965 <li><a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
966
967 <li><a href="https://people.skolelinux.org/pere/blog/tags/lego">lego (5)</a></li>
968
969 <li><a href="https://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
970
971 <li><a href="https://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
972
973 <li><a href="https://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
974
975 <li><a href="https://people.skolelinux.org/pere/blog/tags/madewithcc">madewithcc (3)</a></li>
976
977 <li><a href="https://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
978
979 <li><a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (42)</a></li>
980
981 <li><a href="https://people.skolelinux.org/pere/blog/tags/nice free software">nice free software (13)</a></li>
982
983 <li><a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5 (23)</a></li>
984
985 <li><a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk (320)</a></li>
986
987 <li><a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug (198)</a></li>
988
989 <li><a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (40)</a></li>
990
991 <li><a href="https://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
992
993 <li><a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (75)</a></li>
994
995 <li><a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern (114)</a></li>
996
997 <li><a href="https://people.skolelinux.org/pere/blog/tags/raid">raid (2)</a></li>
998
999 <li><a href="https://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
1000
1001 <li><a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
1002
1003 <li><a href="https://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
1004
1005 <li><a href="https://people.skolelinux.org/pere/blog/tags/robot">robot (15)</a></li>
1006
1007 <li><a href="https://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
1008
1009 <li><a href="https://people.skolelinux.org/pere/blog/tags/ruter">ruter (7)</a></li>
1010
1011 <li><a href="https://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
1012
1013 <li><a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (59)</a></li>
1014
1015 <li><a href="https://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
1016
1017 <li><a href="https://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (5)</a></li>
1018
1019 <li><a href="https://people.skolelinux.org/pere/blog/tags/standard">standard (72)</a></li>
1020
1021 <li><a href="https://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (7)</a></li>
1022
1023 <li><a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (14)</a></li>
1024
1025 <li><a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (62)</a></li>
1026
1027 <li><a href="https://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (5)</a></li>
1028
1029 <li><a href="https://people.skolelinux.org/pere/blog/tags/usenix">usenix (2)</a></li>
1030
1031 <li><a href="https://people.skolelinux.org/pere/blog/tags/valg">valg (9)</a></li>
1032
1033 <li><a href="https://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri (20)</a></li>
1034
1035 <li><a href="https://people.skolelinux.org/pere/blog/tags/video">video (77)</a></li>
1036
1037 <li><a href="https://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
1038
1039 <li><a href="https://people.skolelinux.org/pere/blog/tags/web">web (42)</a></li>
1040
1041 </ul>
1042
1043
1044 </div>
1045 <p style="text-align: right">
1046 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
1047 </p>
1048
1049 </body>
1050 </html>