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">
5 <meta http-equiv=
"Content-Type" content=
"text/html;charset=utf-8" />
6 <title>Petter Reinholdtsen
</title>
7 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"http://people.skolelinux.org/pere/blog/style.css" />
8 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"http://people.skolelinux.org/pere/blog/vim.css" />
9 <link rel=
"alternate" title=
"RSS Feed" href=
"http://people.skolelinux.org/pere/blog/index.rss" type=
"application/rss+xml" />
14 <a href=
"http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen
</a>
23 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/VLC_in_Debian_now_can_do_bittorrent_streaming.html">VLC in Debian now can do bittorrent streaming
</a></div>
24 <div class=
"date">24th September
2018</div>
25 <div class=
"body"><p>Back in February, I got curious to see
26 <a href=
"http://people.skolelinux.org/pere/blog/Using_VLC_to_stream_bittorrent_sources.html">if
27 VLC now supported Bittorrent streaming
</a>. It did not, despite the
28 fact that the idea and code to handle such streaming had been floating
29 around for years. I did however find
30 <a href=
"https://github.com/johang/vlc-bittorrent">a standalone plugin
31 for VLC
</a> to do it, and half a year later I decided to wrap up the
32 plugin and get it into Debian. I uploaded it to NEW a few days ago,
33 and am very happy to report that it
34 <a href=
"https://tracker.debian.org/pkg/vlc-plugin-bittorrent">entered
35 Debian
</a> a few hours ago, and should be available in Debian/Unstable
36 tomorrow, and Debian/Testing in a few days.
</p>
38 <p>With the vlc-plugin-bittorrent package installed you should be able
39 to stream videos using a simple call to
</p>
42 vlc https://archive.org/download/TheGoat/TheGoat_archive.torrent
43 </pre></blockquote></p>
45 </p>It can handle magnet links too. Now if only native vlc had
46 bittorrent support. Then a lot more would be helping each other to
47 share public domain and creative commons movies. The plugin need some
48 stability work with seeking and picking the right file in a torrent
49 with many files, but is already usable. Please note that the plugin
50 is not removing downloaded files when vlc is stopped, so it can fill
51 up your disk if you are not careful. Have fun. :)
</p>
53 <p>I would love to get help maintaining this package. Get in touch if
54 you are interested.
</p>
56 <p>As usual, if you use Bitcoin and want to show your support of my
57 activities, please send Bitcoin donations to my address
58 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
63 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
68 <div class=
"padding"></div>
71 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/Using_the_Kodi_API_to_play_Youtube_videos.html">Using the Kodi API to play Youtube videos
</a></div>
72 <div class=
"date"> 2nd September
2018</div>
73 <div class=
"body"><p>I continue to explore my Kodi installation, and today I wanted to
74 tell it to play a youtube URL I received in a chat, without having to
75 insert search terms using the on-screen keyboard. After searching the
76 web for API access to the Youtube plugin and testing a bit, I managed
77 to find a recipe that worked. If you got a kodi instance with its API
78 available from http://kodihost/jsonrpc, you can try the following to
79 have check out a nice cover band.
</p>
81 <p><blockquote><pre>curl --silent --header 'Content-Type: application/json' \
82 --data-binary '{ "id":
1, "jsonrpc": "
2.0", "method": "Player.Open",
83 "params": {"item": { "file":
84 "plugin://plugin.video.youtube/play/?video_id=LuRGVM9O0qg" } } }' \
85 http://projector.local/jsonrpc
</pre></blockquote></p>
87 <p>I've extended kodi-stream program to take a video source as its
88 first argument. It can now handle direct video links, youtube links
89 and 'desktop' to stream my desktop to Kodi. It is almost like a
92 <p>As usual, if you use Bitcoin and want to show your support of my
93 activities, please send Bitcoin donations to my address
94 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
99 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/kodi">kodi
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
104 <div class=
"padding"></div>
107 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/Software_created_using_taxpayers__money_should_be_Free_Software.html">Software created using taxpayers’ money should be Free Software
</a></div>
108 <div class=
"date">30th August
2018</div>
109 <div class=
"body"><p>It might seem obvious that software created using tax money should
110 be available for everyone to use and improve. Free Software
111 Foundation Europe recentlystarted a campaign to help get more people
112 to understand this, and I just signed the petition on
113 <a href=
"https://publiccode.eu/">Public Money, Public Code
</a> to help
114 them. I hope you too will do the same.
</p>
119 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett
</a>.
124 <div class=
"padding"></div>
127 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/A_bit_more_on_privacy_respecting_health_monitor___fitness_tracker.html">A bit more on privacy respecting health monitor / fitness tracker
</a></div>
128 <div class=
"date">13th August
2018</div>
129 <div class=
"body"><p>A few days ago, I wondered if there are any privacy respecting
130 health monitors and/or fitness trackers available for sale these days.
131 I would like to buy one, but do not want to share my personal data
132 with strangers, nor be forced to have a mobile phone to get data out
133 of the unit. I've received some ideas, and would like to share them
136 One interesting data point was a pointer to a Free Software app for
138 <a href=
"https://github.com/Freeyourgadget/Gadgetbridge/">Gadgetbridge
</a>.
139 It provide cloudless collection and storing of data from a variety of
141 <a href=
"https://github.com/Freeyourgadget/Gadgetbridge/#supported-devices">list
142 of supported devices
</a> is a good indicator for units where the
143 protocol is fairly open, as it is obviously being handled by Free
144 Software. Other units are reportedly encrypting the collected
145 information with their own public key, making sure only the vendor
146 cloud service is able to extract data from the unit. The people
147 contacting me about Gadgetbirde said they were using
148 <a href=
"https://us.amazfit.com/shop/bip?variant=336750">Amazfit
150 <a href=
"http://www.xiaomimi6phone.com/xiaomi-mi-band-3-features-release-date-rumors/">Xiaomi
153 <p>I also got a suggestion to look at some of the units from Garmin.
154 I was told their GPS watches can be connected via USB and show up as a
155 USB storage device with
156 <a href=
"https://www.gpsbabel.org/htmldoc-development/fmt_garmin_fit.html">Garmin
157 FIT files
</a> containing the collected measurements. While
158 proprietary, FIT files apparently can be read at least by
159 <a href=
"https://www.gpsbabel.org">GPSBabel
</a> and the
160 <a href=
"https://apps.nextcloud.com/apps/gpxpod">GpxPod
</a> Nextcloud
161 app. It is unclear to me if they can read step count and heart rate
162 data. The person I talked to was using a
163 <a href=
"https://buy.garmin.com/en-US/US/p/564291">Garmin Forerunner
164 935</a>, which is a fairly expensive unit. I doubt it is worth it for
165 a unit where the vendor clearly is trying its best to move from open
166 to closed systems. I still remember when Garmin dropped NMEA support
169 <p>A final idea was to build ones own unit, perhaps by basing it on a
170 wearable hardware platforms like
171 <a href=
"https://learn.adafruit.com/flora-geo-watch">the Flora Geo
172 Watch
</a>. Sound like fun, but I had more money than time to spend on
173 the topic, so I suspect it will have to wait for another time.
</p>
175 <p>While I was working on tracking down links, I came across an
176 inspiring TED talk by Dave Debronkart about
177 <a href=
"https://archive.org/details/DavedeBronkart_2010X">being a
178 e-patient
</a>, and discovered the web site
179 <a href=
"https://participatorymedicine.org/epatients/">Participatory
180 Medicine
</a>. If you too want to track your own health and fitness
181 without having information about your private life floating around on
182 computers owned by others, I recommend checking it out.
</p>
184 <p>As usual, if you use Bitcoin and want to show your support of my
185 activities, please send Bitcoin donations to my address
186 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
191 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>.
196 <div class=
"padding"></div>
199 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/Privacy_respecting_health_monitor___fitness_tracker_.html">Privacy respecting health monitor / fitness tracker?
</a></div>
200 <div class=
"date"> 7th August
2018</div>
201 <div class=
"body"><p>Dear lazyweb,
</p>
203 <p>I wonder, is there a fitness tracker / health monitor available for
204 sale today that respect the users privacy? With this I mean a
205 watch/bracelet capable of measuring pulse rate and other
206 fitness/health related values (and by all means, also the correct time
207 and location if possible), which is
<strong>only
</strong> provided for
208 me to extract/read from the unit with computer without a radio beacon
209 and Internet connection. In other words, it do not depend on a cell
210 phone app, and do make the measurements available via other peoples
211 computer (aka "the cloud"). The collected data should be available
212 using only free software. I'm not interested in depending on some
213 non-free software that will leave me high and dry some time in the
214 future. I've been unable to find any such unit. I would like to buy
215 it. The ones I have seen for sale here in Norway are proud to report
216 that they share my health data with strangers (aka "cloud enabled").
217 Is there an alternative? I'm not interested in giving money to people
218 requiring me to accept "privacy terms" to allow myself to measure my
221 <p>As usual, if you use Bitcoin and want to show your support of my
222 activities, please send Bitcoin donations to my address
223 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
228 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>.
233 <div class=
"padding"></div>
236 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/Sharing_images_with_friends_and_family_using_RSS_and_EXIF_XMP_metadata.html">Sharing images with friends and family using RSS and EXIF/XMP metadata
</a></div>
237 <div class=
"date">31st July
2018</div>
238 <div class=
"body"><p>For a while now, I have looked for a sensible way to share images
239 with my family using a self hosted solution, as it is unacceptable to
240 place images from my personal life under the control of strangers
241 working for data hoarders like Google or Dropbox. The last few days I
242 have drafted an approach that might work out, and I would like to
243 share it with you. I would like to publish images on a server under
244 my control, and point some Internet connected display units using some
245 free and open standard to the images I published. As my primary
246 language is not limited to ASCII, I need to store metadata using
247 UTF-
8. Many years ago, I hoped to find a digital photo frame capable
248 of reading a RSS feed with image references (aka using the
249 <enclosure
> RSS tag), but was unable to find a current supplier
250 of such frames. In the end I gave up that approach.
</p>
252 <p>Some months ago, I discovered that
253 <a href=
"https://www.jwz.org/xscreensaver/">XScreensaver
</a> is able to
254 read images from a RSS feed, and used it to set up a screen saver on
255 my home info screen, showing images from the Daily images feed from
256 NASA. This proved to work well. More recently I discovered that
257 <a href=
"https://kodi.tv">Kodi
</a> (both using
258 <a href=
"https://www.openelec.tv/">OpenELEC
</a> and
259 <a href=
"https://libreelec.tv">LibreELEC
</a>) provide the
260 <a href=
"https://github.com/grinsted/script.screensaver.feedreader">Feedreader
</a>
261 screen saver capable of reading a RSS feed with images and news. For
262 fun, I used it this summer to test Kodi on my parents TV by hooking up
263 a Raspberry PI unit with LibreELEC, and wanted to provide them with a
264 screen saver showing selected pictures from my selection.
</p>
266 <p>Armed with motivation and a test photo frame, I set out to generate
267 a RSS feed for the Kodi instance. I adjusted my
<a
268 href=
"https://freedombox.org/">Freedombox
</a> instance, created
269 /var/www/html/privatepictures/, wrote a small Perl script to extract
270 title and description metadata from the photo files and generate the
271 RSS file. I ended up using Perl instead of python, as the
272 libimage-exiftool-perl Debian package seemed to handle the EXIF/XMP
273 tags I ended up using, while python3-exif did not. The relevant EXIF
274 tags only support ASCII, so I had to find better alternatives. XMP
275 seem to have the support I need.
</p>
277 <p>I am a bit unsure which EXIF/XMP tags to use, as I would like to
278 use tags that can be easily added/updated using normal free software
279 photo managing software. I ended up using the tags set using this
280 exiftool command, as these tags can also be set using digiKam:
</p>
283 exiftool -headline='The RSS image title' \
284 -description='The RSS image description.' \
285 -subject+=for-family photo.jpeg
288 <p>I initially tried the "-title" and "keyword" tags, but they were
289 invisible in digiKam, so I changed to "-headline" and "-subject". I
290 use the keyword/subject 'for-family' to flag that the photo should be
291 shared with my family. Images with this keyword set are located and
292 copied into my Freedombox for the RSS generating script to find.
</p>
294 <p>Are there better ways to do this? Get in touch if you have better
297 <p>As usual, if you use Bitcoin and want to show your support of my
298 activities, please send Bitcoin donations to my address
299 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
304 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>.
309 <div class=
"padding"></div>
312 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/Simple_streaming_the_Linux_desktop_to_Kodi_using_GStreamer_and_RTP.html">Simple streaming the Linux desktop to Kodi using GStreamer and RTP
</a></div>
313 <div class=
"date">12th July
2018</div>
314 <div class=
"body"><p>Last night, I wrote
315 <a href=
"http://people.skolelinux.org/pere/blog/Streaming_the_Linux_desktop_to_Kodi_using_VLC_and_RTSP.html">a
316 recipe to stream a Linux desktop using VLC to a instance of Kodi
</a>.
317 During the day I received valuable feedback, and thanks to the
318 suggestions I have been able to rewrite the recipe into a much simpler
319 approach requiring no setup at all. It is a single script that take
322 <p>This new script uses GStreamer instead of VLC to capture the
323 desktop and stream it to Kodi. This fixed the video quality issue I
324 saw initially. It further removes the need to add a m3u file on the
325 Kodi machine, as it instead connects to
326 <a href=
"https://kodi.wiki/view/JSON-RPC_API/v8">the JSON-RPC API in
327 Kodi
</a> and simply ask Kodi to play from the stream created using
328 GStreamer. Streaming the desktop to Kodi now become trivial. Copy
329 the script below, run it with the DNS name or IP address of the kodi
330 server to stream to as the only argument, and watch your screen show
331 up on the Kodi screen. Note, it depend on multicast on the local
332 network, so if you need to stream outside the local network, the
333 script must be modified. Also note, I have no idea if audio work, as
334 I only care about the picture part.
</p>
339 # Stream the Linux desktop view to Kodi. See
340 # http://people.skolelinux.org/pere/blog/Streaming_the_Linux_desktop_to_Kodi_using_VLC_and_RTSP.html
341 # for backgorund information.
343 # Make sure the stream is stopped in Kodi and the gstreamer process is
344 # killed if something go wrong (for example if curl is unable to find the
345 # kodi server). Do the same when interrupting this script.
350 curl --silent --header 'Content-Type: application/json' \
351 --data-binary "{ \"id\":
1, \"jsonrpc\": \"
2.0\", \"method\": \"$cmd\", \"params\": $params }" \
352 "http://$host/jsonrpc"
355 if [ -n "$kodihost" ] ; then
356 # Stop the playing when we end
357 playerid=$(kodicmd "$kodihost" Player.GetActivePlayers "{}" |
358 jq .result[].playerid)
359 kodicmd "$kodihost" Player.Stop "{ \"playerid\" : $playerid }"
> /dev/null
361 if [ "$gstpid" ] && kill -
0 "$gstpid"
>/dev/null
2>&1; then
365 trap cleanup EXIT INT
378 pasrc=$(pactl list | grep -A2 'Source #' | grep 'Name: .*\.monitor$' | \
379 cut -d" " -f2|head -
1)
380 gst-launch-
1.0 ximagesrc use-damage=
0 ! video/x-raw,framerate=
30/
1 ! \
381 videoconvert ! queue2 ! \
382 x264enc bitrate=
8000 speed-preset=superfast tune=zerolatency qp-min=
30 \
383 key-int-max=
15 bframes=
2 ! video/x-h264,profile=high ! queue2 ! \
384 mpegtsmux alignment=
7 name=mux ! rndbuffersize max=
1316 min=
1316 ! \
385 udpsink host=$mcast port=$mcastport ttl-mc=$mcastttl auto-multicast=
1 sync=
0 \
386 pulsesrc device=$pasrc ! audioconvert ! queue2 ! avenc_aac ! queue2 ! mux. \
390 # Give stream a second to get going
393 # Ask kodi to start streaming using its JSON-RPC API
394 kodicmd "$kodihost" Player.Open \
395 "{\"item\": { \"file\": \"udp://@$mcast:$mcastport\" } }"
> /dev/null
397 # wait for gst to end
401 <p>I hope you find the approach useful. I know I do.
</p>
403 <p>As usual, if you use Bitcoin and want to show your support of my
404 activities, please send Bitcoin donations to my address
405 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
410 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/kodi">kodi
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
415 <div class=
"padding"></div>
418 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/Streaming_the_Linux_desktop_to_Kodi_using_VLC_and_RTSP.html">Streaming the Linux desktop to Kodi using VLC and RTSP
</a></div>
419 <div class=
"date">12th July
2018</div>
420 <div class=
"body"><p>PS: See
421 <ahref=
"http://people.skolelinux.org/pere/blog/Simple_streaming_the_Linux_desktop_to_Kodi_using_GStreamer_and_RTP.html">the
422 followup post
</a> for a even better approach.
</p>
424 <p>A while back, I was asked by a friend how to stream the desktop to
425 my projector connected to Kodi. I sadly had to admit that I had no
426 idea, as it was a task I never had tried. Since then, I have been
427 looking for a way to do so, preferable without much extra software to
428 install on either side. Today I found a way that seem to kind of
429 work. Not great, but it is a start.
</p>
431 <p>I had a look at several approaches, for example
432 <a href=
"https://github.com/mfoetsch/dlna_live_streaming">using uPnP
433 DLNA as described in
2011</a>, but it required a uPnP server, fuse and
434 local storage enough to store the stream locally. This is not going
435 to work well for me, lacking enough free space, and it would
436 impossible for my friend to get working.
</p>
438 <p>Next, it occurred to me that perhaps I could use VLC to create a
439 video stream that Kodi could play. Preferably using
440 broadcast/multicast, to avoid having to change any setup on the Kodi
441 side when starting such stream. Unfortunately, the only recipe I
442 could find using multicast used the rtp protocol, and this protocol
443 seem to not be supported by Kodi.
</p>
445 <p>On the other hand, the rtsp protocol is working! Unfortunately I
446 have to specify the IP address of the streaming machine in both the
447 sending command and the file on the Kodi server. But it is showing my
448 desktop, and thus allow us to have a shared look on the big screen at
449 the programs I work on.
</p>
451 <p>I did not spend much time investigating codeces. I combined the
452 rtp and rtsp recipes from
453 <a href=
"https://wiki.videolan.org/Documentation:Streaming_HowTo/Command_Line_Examples/">the
454 VLC Streaming HowTo/Command Line Examples
</a>, and was able to get
455 this working on the desktop/streaming end.
</p>
458 vlc screen:// --sout \
459 '#transcode{vcodec=mp4v,acodec=mpga,vb=
800,ab=
128}:rtp{dst=projector.local,port=
1234,sdp=rtsp://
192.168.11.4:
8080/test.sdp}'
462 <p>I ssh-ed into my Kodi box and created a file like this with the
466 echo rtsp://
192.168.11.4:
8080/test.sdp \
467 > /storage/videos/screenstream.m3u
470 <p>Note the
192.168.11.4 IP address is my desktops IP address. As far
471 as I can tell the IP must be hardcoded for this to work. In other
472 words, if someone elses machine is going to do the steaming, you have
473 to update screenstream.m3u on the Kodi machine and adjust the vlc
474 recipe. To get started, locate the file in Kodi and select the m3u
475 file while the VLC stream is running. The desktop then show up in my
478 <p>When using the same technique to stream a video file with audio,
479 the audio quality is really bad. No idea if the problem is package
480 loss or bad parameters for the transcode. I do not know VLC nor Kodi
483 <p><strong>Update
2018-
07-
12</strong>: Johannes Schauer send me a few
484 succestions and reminded me about an important step. The "screen:"
485 input source is only available once the vlc-plugin-access-extra
486 package is installed on Debian. Without it, you will see this error
487 message: "VLC is unable to open the MRL 'screen://'. Check the log
488 for details." He further found that it is possible to drop some parts
489 of the VLC command line to reduce the amount of hardcoded information.
490 It is also useful to consider using cvlc to avoid having the VLC
491 window in the desktop view. In sum, this give us this command line on
495 cvlc screen:// --sout \
496 '#transcode{vcodec=mp4v,acodec=mpga,vb=
800,ab=
128}:rtp{sdp=rtsp://:
8080/}'
499 <p>and this on the Kodi end
<p>
502 echo rtsp://
192.168.11.4:
8080/ \
503 > /storage/videos/screenstream.m3u
506 <p>Still bad image quality, though. But I did discover that streaming
507 a DVD using dvdsimple:///dev/dvd as the source had excellent video and
508 audio quality, so I guess the issue is in the input or transcoding
509 parts, not the rtsp part. I've tried to change the vb and ab
510 parameters to use more bandwidth, but it did not make a
513 <p>I further received a suggestion from Einar Haraldseid to try using
514 gstreamer instead of VLC, and this proved to work great! He also
515 provided me with the trick to get Kodi to use a multicast stream as
516 its source. By using this monstrous oneliner, I can stream my desktop
517 with good video quality in reasonable framerate to the
239.255.0.1
518 multicast address on port
1234:
521 gst-launch-
1.0 ximagesrc use-damage=
0 ! video/x-raw,framerate=
30/
1 ! \
522 videoconvert ! queue2 ! \
523 x264enc bitrate=
8000 speed-preset=superfast tune=zerolatency qp-min=
30 \
524 key-int-max=
15 bframes=
2 ! video/x-h264,profile=high ! queue2 ! \
525 mpegtsmux alignment=
7 name=mux ! rndbuffersize max=
1316 min=
1316 ! \
526 udpsink host=
239.255.0.1 port=
1234 ttl-mc=
1 auto-multicast=
1 sync=
0 \
527 pulsesrc device=$(pactl list | grep -A2 'Source #' | \
528 grep 'Name: .*\.monitor$' | cut -d" " -f2|head -
1) ! \
529 audioconvert ! queue2 ! avenc_aac ! queue2 ! mux.
532 <p>and this on the Kodi end
<p>
535 echo udp://@
239.255.0.1:
1234 \
536 > /storage/videos/screenstream.m3u
539 <p>Note the trick to pick a valid pulseaudio source. It might not
540 pick the one you need. This approach will of course lead to trouble
541 if more than one source uses the same multicast port and address.
542 Note the ttl-mc=
1 setting, which limit the multicast packages to the
543 local network. If the value is increased, your screen will be
544 broadcasted further, one network "hop" for each increase (read up on
545 multicast to learn more. :)!
</p>
547 <p>Having cracked how to get Kodi to receive multicast streams, I
548 could use this VLC command to stream to the same multicast address.
549 The image quality is way better than the rtsp approach, but gstreamer
550 seem to be doing a better job.
</p>
553 cvlc screen:// --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=
800,ab=
128}:rtp{mux=ts,dst=
239.255.0.1,port=
1234,sdp=sap}'
556 <p>As usual, if you use Bitcoin and want to show your support of my
557 activities, please send Bitcoin donations to my address
558 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
563 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/kodi">kodi
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
568 <div class=
"padding"></div>
571 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/What_is_the_most_supported_MIME_type_in_Debian_in_2018_.html">What is the most supported MIME type in Debian in
2018?
</a></div>
572 <div class=
"date"> 9th July
2018</div>
573 <div class=
"body"><p>Five years ago,
574 <a href=
"http://people.skolelinux.org/pere/blog/What_is_the_most_supported_MIME_type_in_Debian_.html">I
575 measured what the most supported MIME type in Debian was
</a>, by
576 analysing the desktop files in all packages in the archive. Since
577 then, the DEP-
11 AppStream system has been put into production, making
578 the task a lot easier. This made me want to repeat the measurement,
579 to see how much things changed. Here are the new numbers, for
580 unstable only this time:
582 <p><strong>Debian Unstable:
</strong></p>
586 ----- -----------------------
598 30 audio/x-vorbis+ogg
599 29 image/x-portable-pixmap
601 27 image/x-portable-bitmap
609 <p>The list was created like this using a sid chroot: "cat
610 /var/lib/apt/lists/*sid*_dep11_Components-amd64.yml.gz| zcat | awk '/^
611 - \S+\/\S+$/ {print $
2 }' | sort | uniq -c | sort -nr | head -
20"
</p>
613 <p>It is interesting to see how image formats have passed text/plain
614 as the most announced supported MIME type. These days, thanks to the
615 AppStream system, if you run into a file format you do not know, and
616 want to figure out which packages support the format, you can find the
617 MIME type of the file using "file --mime
<filename
>", and then
618 look up all packages announcing support for this format in their
619 AppStream metadata (XML or .desktop file) using "appstreamcli
620 what-provides mimetype
<mime-type
>. For example if you, like
621 me, want to know which packages support inode/directory, you can get a
625 % appstreamcli what-provides mimetype inode/directory | grep Package: | sort
632 Package: doublecmd-common
634 Package: enlightenment
654 </pre></blockquote></p>
656 <p>Using the same method, I can quickly discover that the Sketchup file
657 format is not yet supported by any package in Debian:
</p>
660 % appstreamcli what-provides mimetype application/vnd.sketchup.skp
661 Could not find component providing 'mimetype::application/vnd.sketchup.skp'.
663 </pre></blockquote></p>
665 <p>Yesterday I used it to figure out which packages support the STL
3D
669 % appstreamcli what-provides mimetype application/sla|grep Package
674 </pre></blockquote></p>
676 <p>PS: A new version of Cura was uploaded to Debian yesterday.
</p>
678 <p>As usual, if you use Bitcoin and want to show your support of my
679 activities, please send Bitcoin donations to my address
680 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
685 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram
</a>.
690 <div class=
"padding"></div>
693 <div class=
"title"><a href=
"http://people.skolelinux.org/pere/blog/Debian_APT_upgrade_without_enough_free_space_on_the_disk___.html">Debian APT upgrade without enough free space on the disk...
</a></div>
694 <div class=
"date"> 8th July
2018</div>
695 <div class=
"body"><p>Quite regularly, I let my Debian Sid/Unstable chroot stay untouch
696 for a while, and when I need to update it there is not enough free
697 space on the disk for apt to do a normal 'apt upgrade'. I normally
698 would resolve the issue by doing 'apt install
<somepackages
>' to
699 upgrade only some of the packages in one batch, until the amount of
700 packages to download fall below the amount of free space available.
701 Today, I had about
500 packages to upgrade, and after a while I got
702 tired of trying to install chunks of packages manually. I concluded
703 that I did not have the spare hours required to complete the task, and
704 decided to see if I could automate it. I came up with this small
705 script which I call 'apt-in-chunks':
</p>
710 # Upgrade packages when the disk is too full to upgrade every
711 # upgradable package in one lump. Fetching packages to upgrade using
712 # apt, and then installing using dpkg, to avoid changing the package
713 # flag for manual/automatic.
725 for p in $(apt list --upgradable | ignore "$@" |cut -d/ -f1 | grep -v '^Listing...'); do
728 apt install --download-only -y $p
729 for f in /var/cache/apt/archives/*.deb; do
731 dpkg -i /var/cache/apt/archives/*.deb
736 </pre></blockquote></p>
738 <p>The script will extract the list of packages to upgrade, try to
739 download the packages needed to upgrade one package, install the
740 downloaded packages using dpkg. The idea is to upgrade packages
741 without changing the APT mark for the package (ie the one recording of
742 the package was manually requested or pulled in as a dependency). To
743 use it, simply run it as root from the command line. If it fail, try
744 'apt install -f' to clean up the mess and run the script again. This
745 might happen if the new packages conflict with one of the old
746 packages. dpkg is unable to remove, while apt can do this.
</p>
748 <p>It take one option, a package to ignore in the list of packages to
749 upgrade. The option to ignore a package is there to be able to skip
750 the packages that are simply too large to unpack. Today this was
751 'ghc', but I have run into other large packages causing similar
752 problems earlier (like TeX).
</p>
754 <p>Update
2018-
07-
08: Thanks to Paul Wise, I am aware of two
755 alternative ways to handle this. The "unattended-upgrades
756 --minimal-upgrade-steps" option will try to calculate upgrade sets for
757 each package to upgrade, and then upgrade them in order, smallest set
758 first. It might be a better option than my above mentioned script.
759 Also, "aptutude upgrade" can upgrade single packages, thus avoiding
760 the need for using "dpkg -i" in the script above.
</p>
762 <p>As usual, if you use Bitcoin and want to show your support of my
763 activities, please send Bitcoin donations to my address
764 <b><a href=
"bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a></b>.
</p>
769 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>.
774 <div class=
"padding"></div>
776 <p style=
"text-align: right;"><a href=
"index.rss"><img src=
"http://people.skolelinux.org/pere/blog/xml.gif" alt=
"RSS feed" width=
"36" height=
"14" /></a></p>
787 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2018/01/">January (
1)
</a></li>
789 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2018/02/">February (
5)
</a></li>
791 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2018/03/">March (
5)
</a></li>
793 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2018/04/">April (
3)
</a></li>
795 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2018/06/">June (
2)
</a></li>
797 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2018/07/">July (
5)
</a></li>
799 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2018/08/">August (
3)
</a></li>
801 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2018/09/">September (
2)
</a></li>
808 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/01/">January (
4)
</a></li>
810 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/02/">February (
3)
</a></li>
812 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/03/">March (
5)
</a></li>
814 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/04/">April (
2)
</a></li>
816 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/06/">June (
5)
</a></li>
818 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/07/">July (
1)
</a></li>
820 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/08/">August (
1)
</a></li>
822 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/09/">September (
3)
</a></li>
824 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/10/">October (
5)
</a></li>
826 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/11/">November (
3)
</a></li>
828 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2017/12/">December (
4)
</a></li>
835 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/01/">January (
3)
</a></li>
837 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/02/">February (
2)
</a></li>
839 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/03/">March (
3)
</a></li>
841 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/04/">April (
8)
</a></li>
843 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/05/">May (
8)
</a></li>
845 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/06/">June (
2)
</a></li>
847 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/07/">July (
2)
</a></li>
849 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/08/">August (
5)
</a></li>
851 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/09/">September (
2)
</a></li>
853 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/10/">October (
3)
</a></li>
855 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/11/">November (
8)
</a></li>
857 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2016/12/">December (
5)
</a></li>
864 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/01/">January (
7)
</a></li>
866 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/02/">February (
6)
</a></li>
868 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/03/">March (
1)
</a></li>
870 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/04/">April (
4)
</a></li>
872 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/05/">May (
3)
</a></li>
874 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/06/">June (
4)
</a></li>
876 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/07/">July (
6)
</a></li>
878 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/08/">August (
2)
</a></li>
880 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/09/">September (
2)
</a></li>
882 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/10/">October (
9)
</a></li>
884 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/11/">November (
6)
</a></li>
886 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2015/12/">December (
3)
</a></li>
893 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/01/">January (
2)
</a></li>
895 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/02/">February (
3)
</a></li>
897 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/03/">March (
8)
</a></li>
899 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/04/">April (
7)
</a></li>
901 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/05/">May (
1)
</a></li>
903 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/06/">June (
2)
</a></li>
905 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/07/">July (
2)
</a></li>
907 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/08/">August (
2)
</a></li>
909 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/09/">September (
5)
</a></li>
911 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/10/">October (
6)
</a></li>
913 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/11/">November (
3)
</a></li>
915 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2014/12/">December (
5)
</a></li>
922 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/01/">January (
11)
</a></li>
924 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/02/">February (
9)
</a></li>
926 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/03/">March (
9)
</a></li>
928 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/04/">April (
6)
</a></li>
930 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/05/">May (
9)
</a></li>
932 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/06/">June (
10)
</a></li>
934 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/07/">July (
7)
</a></li>
936 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/08/">August (
3)
</a></li>
938 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/09/">September (
5)
</a></li>
940 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/10/">October (
7)
</a></li>
942 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/11/">November (
9)
</a></li>
944 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2013/12/">December (
3)
</a></li>
951 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/01/">January (
7)
</a></li>
953 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/02/">February (
10)
</a></li>
955 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/03/">March (
17)
</a></li>
957 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/04/">April (
12)
</a></li>
959 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/05/">May (
12)
</a></li>
961 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/06/">June (
20)
</a></li>
963 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/07/">July (
17)
</a></li>
965 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/08/">August (
6)
</a></li>
967 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/09/">September (
9)
</a></li>
969 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/10/">October (
17)
</a></li>
971 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/11/">November (
10)
</a></li>
973 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/12/">December (
7)
</a></li>
980 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/01/">January (
16)
</a></li>
982 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/02/">February (
6)
</a></li>
984 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/03/">March (
6)
</a></li>
986 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/04/">April (
7)
</a></li>
988 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/05/">May (
3)
</a></li>
990 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/06/">June (
2)
</a></li>
992 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/07/">July (
7)
</a></li>
994 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/08/">August (
6)
</a></li>
996 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/09/">September (
4)
</a></li>
998 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/10/">October (
2)
</a></li>
1000 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/11/">November (
3)
</a></li>
1002 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/12/">December (
1)
</a></li>
1009 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/01/">January (
2)
</a></li>
1011 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/02/">February (
1)
</a></li>
1013 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/03/">March (
3)
</a></li>
1015 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/04/">April (
3)
</a></li>
1017 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/05/">May (
9)
</a></li>
1019 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/06/">June (
14)
</a></li>
1021 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/07/">July (
12)
</a></li>
1023 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/08/">August (
13)
</a></li>
1025 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/09/">September (
7)
</a></li>
1027 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/10/">October (
9)
</a></li>
1029 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/11/">November (
13)
</a></li>
1031 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/12/">December (
12)
</a></li>
1038 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/01/">January (
8)
</a></li>
1040 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/02/">February (
8)
</a></li>
1042 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/03/">March (
12)
</a></li>
1044 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/04/">April (
10)
</a></li>
1046 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/05/">May (
9)
</a></li>
1048 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/06/">June (
3)
</a></li>
1050 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/07/">July (
4)
</a></li>
1052 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/08/">August (
3)
</a></li>
1054 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/09/">September (
1)
</a></li>
1056 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/10/">October (
2)
</a></li>
1058 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/11/">November (
3)
</a></li>
1060 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/12/">December (
3)
</a></li>
1067 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/11/">November (
5)
</a></li>
1069 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/12/">December (
7)
</a></li>
1080 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (
16)
</a></li>
1082 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/amiga">amiga (
1)
</a></li>
1084 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/aros">aros (
1)
</a></li>
1086 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bankid">bankid (
4)
</a></li>
1088 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (
9)
</a></li>
1090 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (
17)
</a></li>
1092 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bsa">bsa (
2)
</a></li>
1094 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (
2)
</a></li>
1096 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian (
162)
</a></li>
1098 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (
158)
</a></li>
1100 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian-handbook">debian-handbook (
4)
</a></li>
1102 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/digistan">digistan (
10)
</a></li>
1104 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/dld">dld (
17)
</a></li>
1106 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/docbook">docbook (
25)
</a></li>
1108 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (
4)
</a></li>
1110 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/english">english (
384)
</a></li>
1112 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (
23)
</a></li>
1114 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (
13)
</a></li>
1116 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (
32)
</a></li>
1118 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (
9)
</a></li>
1120 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (
18)
</a></li>
1122 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/h264">h264 (
20)
</a></li>
1124 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/intervju">intervju (
42)
</a></li>
1126 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (
16)
</a></li>
1128 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/kart">kart (
20)
</a></li>
1130 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/kodi">kodi (
3)
</a></li>
1132 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ldap">ldap (
9)
</a></li>
1134 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/lego">lego (
4)
</a></li>
1136 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/lenker">lenker (
8)
</a></li>
1138 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (
2)
</a></li>
1140 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (
1)
</a></li>
1142 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (
8)
</a></li>
1144 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (
41)
</a></li>
1146 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/nice free software">nice free software (
10)
</a></li>
1148 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk (
299)
</a></li>
1150 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug (
190)
</a></li>
1152 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (
33)
</a></li>
1154 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/open311">open311 (
2)
</a></li>
1156 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (
72)
</a></li>
1158 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/personvern">personvern (
107)
</a></li>
1160 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/raid">raid (
2)
</a></li>
1162 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/reactos">reactos (
1)
</a></li>
1164 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/reprap">reprap (
11)
</a></li>
1166 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rfid">rfid (
3)
</a></li>
1168 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/robot">robot (
10)
</a></li>
1170 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rss">rss (
1)
</a></li>
1172 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ruter">ruter (
6)
</a></li>
1174 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (
2)
</a></li>
1176 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (
54)
</a></li>
1178 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (
4)
</a></li>
1180 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (
5)
</a></li>
1182 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard (
55)
</a></li>
1184 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (
6)
</a></li>
1186 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (
12)
</a></li>
1188 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (
55)
</a></li>
1190 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (
4)
</a></li>
1192 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/usenix">usenix (
2)
</a></li>
1194 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/valg">valg (
9)
</a></li>
1196 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri (
12)
</a></li>
1198 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/video">video (
68)
</a></li>
1200 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (
4)
</a></li>
1202 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/web">web (
41)
</a></li>
1208 <p style=
"text-align: right">
1209 Created by
<a href=
"http://steve.org.uk/Software/chronicle">Chronicle v4.6
</a>