+ <div class="entry">
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html">Debian Edu - some ideas for the future versions</a></div>
+ <div class="date">11th June 2012</div>
+ <div class="body"><p>During my work on
+<a href="http://www.debian.org/News/2012/20120311.nb.html">Debian Edu
+based on Squeeze</a>, I came across some issues that should be
+addressed in the Wheezy release. I finally found time to wrap up my
+notes and provide quick summary of what I found, with a bit
+explanation.</p>
+
+<p><ul>
+
+<li>We need to rewrite our package installation framework, as tasksel
+changed from using tasksel tasks to using meta packages (aka packages
+with dependencies like our education-* packages), and our installation
+system depend on tasksel tasks in
+/usr/share/tasksel/debian-edu-tasks.desc for package
+installation.</li>
+
+<li>Enable Kerberos login for more services. Now with the Kerberos
+foundation in place, we should use it to get single sign on with more
+services, and avoiding unneeded password / login questions. We should
+at least try to enable it for these services:
+<ul>
+
+ <li>CUPS for admins to add/configure printers and users when using
+ quotas.</li>
+ <li>Nagios for admins checking the system status.</li>
+ <li>GOsa for admins updating LDAP and users changing their passwords.</li>
+ <li>LDAP for admins updating LDAP.</li>
+ <li>Squid for users when exam mode / filtering is active.</li>
+ <li>ssh for admins and users to save a password prompt.</li>
+
+</ul></li>
+
+<li>When we move GOsa to use Kerberos instead of LDAP bind to
+authenticate users, we should try to block or at least limit access to
+use LDAP bind for authentication, to ensure Kerberos is used when it
+is intended, and nothing fall back to using the less safe LDAP bind</li>
+
+<li>Merge debian-edu-config and debian-edu-install. The split made
+sense when d-e-install did a lot more, but these days it is just an
+inconvenience when we update the debconf preseeding values.</li>
+
+<li>Fix partman-auto to allow us to abort the installation before
+touching the disk if the disk is too small. This is
+<a href="http://bugs.debian.org/653305">BTS report #653305</a> and the
+d-i developers are fine with the patch and someone just need to apply
+it and upload. After this is done we need to adjust
+debian-edu-install to use this new hook.</li>
+
+<li>Adjust to new LTSP framework (boot time config instead of install
+time config). LTSP changed its design, and our hooks to install
+packages and update the configuration is most likely not going to work
+in Wheezy.
+
+<li>Consider switching to NBD instead of NFS for LTSP root, to allow
+the Kernel to cache files in its normal file cache, possibly speeding
+up KDE login on slow networks.</li>
+
+<li>Make it possible to create expired user passwords that need to
+change on first login. This is useful when handing out password on
+paper, to make sure only the user know the password. This require
+fixes to the PAM handling of kdm and gdm.</li>
+
+<li>Make GUI for adding new machines automatically from sitesummary.
+The current command line script is not very friendly to people most
+familiar with GUIs. This should probably be integrated into GOsa to
+have it available where the admin will be looking for it..</li>
+
+<li>We should find way for Nagios to check that the DHCP service
+actually is working (as in handling out IP addresses). None of the
+Nagios checks I have found so far have been working for me.</li>
+
+<li>We should switch from libpam-nss-ldapd to sssd for all profiles
+using LDAP, and not only on for roaming workstations, to have less
+packages to configure and consistent setup across all profiles.</li>
+
+<li>We should configure Kerberos to update LDAP and Samba password
+when changing password using the Kerberos protocol. The hook was
+requested in <a href="http://bugs.debian.org/588968">BTS report
+#588968</a> and is now available in Wheezy. We might need to write a
+MIT Kerberos plugin in C to get this.</li>
+
+<li>We should clean up the set of applications installed by default.
+<ul>
+
+<li>reduce the number of chemistry visualisers</li>
+<li>consider dropping xpaint</li>
+<li>and probably more?</li>
+</ul></li>
+
+<li>Some hardware need external firmware to work properly. This is
+mostly the case for WiFi network cards, but there are some other
+examples too. For popular laptops to work out of the box, such
+firmware need to be installed from non-free, and we should provide
+some GUI to do this. Ubuntu already have this implemented, and we
+could consider using their packages. At the moment we have some
+command line script to do this (one for the running system, another
+for the LTSP chroot).</li>
+
+
+<li>In Squeeze, we provide KDE, Gnome and LXDE as desktop options. We
+should extend the list to Xfce and Sugar, and preferably find a way to
+install several and allow the admin or the user to select which one to
+use.</li>
+
+<li>The golearn tool from the goplay package make it easy to check out
+interesting educational packages. We should work on the package
+tagging in Debian to ensure it represent all the useful educational
+packages, and extend the tool to allow it to use packagekit to install
+new applications with a simple mouse click.</li>
+
+<li>The Squeeze version got half a exam solution already in place,
+with the introduction of iptable based network blocking, but for it to
+be a complete exam solution the Squid proxy need to enable
+filtering/blocking as well when the exam mode is enabled. We should
+implement a way to easily enable this for the schools that want it,
+instead of the "it is documented" method of today.</li>
+
+<li>A feature used in several schools is the ability for a teacher to
+"take over" the desktop of individual or all computers in the room.
+There are at least three implementations,
+<a href="italc.sourceforge.net/">italc</a>,
+<a href="http://www.itais.net/help/en/">controlaula</a> og
+<a href="http://www.epoptes.org/">epoptes</a> and we should pick one of
+them and make it trivial to set it up in a school. The challenges is
+how to distribute crypto keys and how to group computers in one room
+and how to set up which machine/user can control the machines in a
+given room.</li>
+
+<li>Tablets and surf boards are getting more and more popular, and we
+should look into providing a good solution for integrating these into
+the Debian Edu network. Not quite sure how. Perhaps we should
+provide a installation profile with better touch screen support for
+them, or add some sync services to allow them to exchange
+configuration and data with the central server. This should be
+investigated.</li>
+
+</ul></p>
+
+<p>I guess we will discover more as we continue to work on the Wheezy
+version.</p>
+</div>
+ <div class="tags">
+
+
+ Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
+
+
+ </div>
+ </div>
+ <div class="padding"></div>
+
+ <div class="entry">
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Litt_statistikk_fra_Offentlig_Elektronisk_postjournal.html">Litt statistikk fra Offentlig Elektronisk postjournal</a></div>
+ <div class="date">10th June 2012</div>
+ <div class="body"><p>De siste månedene har jeg sammen med andre i NUUG jobbet med å
+gjøre det enklere å få innsyn i offentlige dokumenter, og dette
+inkluderer å gjøre postjournaler enklere tilgjengelig for maskinell
+analyse og søk. I den forbindelse tok jeg i dag å tittet litt på
+<a href="http://www.oep.no/">Offentlig Elektronisk Postjournal
+(OEP)</a>, FAD/DIFIs fellesløsning for departementer og statlige
+etater.</p>
+
+<p>Her er antall oppføringer pr. måned det siste året,
+<a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=postliste-oep&query=select%20strftime(%22%25Y-%25m%22%2C%20%60recordpublishdate%60)%20as%20oeppubmonth%2C%20count(*)%20from%20%60swdata%60%20group%20by%20oeppubmonth%20order%20by%20oeppubmonth">summert
+opp</a> ved hjelp av
+<a href="https://scraperwiki.com/scrapers/postliste-oep/">en
+Scraperwiki-database</a>. Merk at denne Scraperwikien har
+ytelsesproblemer pga. mengden data. </p>
+
+<p><table border="1">
+<tr><th>Måned</th><th>Antall</th></tr>
+<tr><td>2011-07</td><td>164355</td></tr>
+<tr><td>2011-08</td><td>153662</td></tr>
+<tr><td>2011-09</td><td>173134</td></tr>
+<tr><td>2011-10</td><td>170665</td></tr>
+<tr><td>2011-11</td><td>198409</td></tr>
+<tr><td>2011-12</td><td>175908</td></tr>
+<tr><td>2012-01</td><td>206875</td></tr>
+<tr><td>2012-02</td><td>202862</td></tr>
+<tr><td>2012-03</td><td>204225</td></tr>
+<tr><td>2012-04</td><td>207931</td></tr>
+<tr><td>2012-05</td><td>223754</td></tr>
+</table></p>
+
+<p>Det er også interessant å se hvor ofte ulike etater sender inn sine
+journaloppføringer til OEP. OEP inneholder en liste med sist
+innrapporteringsdato for alle som sender til OEP, og ved å se når og
+hvor ofte det blir sendt inn fra etatene kan
+<a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=postliste-oep-deliverydates&query=select%20agency%2C%0A(julianday(datetime('now'))%20-%20%0A%20julianday(min(%60deliverydate%60)))%2Fcount(*)%20as%20dayfreq%2C%0A%20count(*)%0Afrom%20%60swdata%60%20group%20by%20agency%20order%20by%20dayfreq%20desc">frekvensen
+beregnes</a>. Her er bunnlista, dvs. de som leverer sjeldnere enn hver 10.
+dag beregnet fra
+<a href="https://scraperwiki.com/scrapers/postliste-oep-deliverydates/">en
+Scraperwiki-database</a>:</p>
+
+<p><table border="1">
+
+<tr> <th>Etat</th> <th>Frekvens</th> <th>Leveringer</th> </tr>
+<tr> <td>Norges geologiske undersøkelse</td> <td>83.7527546296</td> <td>1</td> </tr>
+<tr> <td>Medietilsynet</td> <td>33.7527546296</td> <td>1</td> </tr>
+<tr> <td>Departementenes servicesenter</td> <td>23.8763773148</td> <td>2</td> </tr>
+<tr> <td>Kunnskapsdepartementet</td> <td>15.8763773148</td> <td>2</td> </tr>
+<tr> <td>Kompetansesenter for distriktsutvikling</td> <td>15.3763773148</td> <td>2</td> </tr>
+<tr> <td>Toll- og avgiftsdirektoratet</td> <td>15.3763773148</td> <td>2</td> </tr>
+<tr> <td>Fredskorpset</td> <td>12.5842515432</td> <td>3</td> </tr>
+<tr> <td>Statens legemiddelverk</td> <td>12.1881886574</td> <td>4</td> </tr>
+<tr> <td>Utlendingsnemnda</td> <td>11.5842515432</td> <td>3</td> </tr>
+<tr> <td>Politidirektoratet</td> <td>10.9175848765</td> <td>3</td> </tr>
+<tr> <td>Skattedirektoratet</td> <td>10.9175848765</td> <td>3</td> </tr>
+<tr> <td>Statens innkrevingssentral</td> <td>10.5842515432</td> <td>3</td> </tr>
+<tr> <td>Barne-, ungdoms- og familiedirektoratet</td> <td>10.2509182099</td> <td>3</td> </tr>
+<tr> <td>Kunst i offentlige rom</td> <td>10.2509182099</td> <td>3</td> </tr>
+
+</table></p>
+
+<p>En kan beregne lignende frekvenser ved å sammenligne
+journalføringsdato med publiseringsdato for hver enkelt oppføring i
+OEP, men den lenken legger jeg ikke ved her for å unngå at
+søkemotorroboter begynner å overbelaste Scraperwiki-databasen.</p>
+
+<p>Jeg har spurt Norges geologiske undersøkelse om hvorfor de leverer
+så sjelden, og det kommer av at de har problemer etter oppgradering av
+arkivsystemet sitt og jobber med å fikse det slik at de kan gå tilbake
+til å levere hver uke. Har ikke undersøkt noen av de andre.</p>
+</div>
+ <div class="tags">
+
+
+ Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
+
+
+ </div>
+ </div>
+ <div class="padding"></div>
+
+ <div class="entry">
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/TV_with_face_recognition__for_improved_viewer_experience.html">TV with face recognition, for improved viewer experience</a></div>
+ <div class="date"> 9th June 2012</div>
+ <div class="body"><p>Slashdot got a story about Intel planning a
+<a href="http://entertainment.slashdot.org/story/12/06/09/0012247/intel-to-launch-tv-service-with-facial-recognition-by-end-of-the-year">TV
+with face recognition</a> to recognise the viewer, and it occurred to
+me that it would be more interesting to turn it around, and do face
+recognition on the TV image itself. It could let the viewer know who
+is present on the screen, and perhaps look up their credibility,
+company affiliation, previous appearances etc for the viewer to better
+evaluate what is being said and done. That would be a feature I would
+be willing to pay for.</p>
+
+<p>I would not be willing to pay for a TV that point a camera on my
+household, like the big brother feature apparently proposed by Intel.
+It is the telescreen idea fetched straight out of the book
+<a href="http://gutenberg.net.au/ebooks01/0100021.txt">1984 by George
+Orwell</a>.</p>
+</div>
+ <div class="tags">
+
+
+ Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
+
+
+ </div>
+ </div>
+ <div class="padding"></div>
+
<div class="entry">
<div class="title"><a href="http://people.skolelinux.org/pere/blog/Web_service_to_look_up_HP_and_Dell_computer_hardware_support_status.html">Web service to look up HP and Dell computer hardware support status</a></div>
<div class="date"> 6th June 2012</div>
<p>It currently support Dell and HP, and I am hoping for help to add
support for other vendors. The python source is available on
-Scraperwiki and I welcome help in adding more features.</p>
+Scraperwiki and I welcome help with adding more features.</p>
</div>
<div class="tags">
</div>
<div class="padding"></div>
- <div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Database_over_bensinpriser_fra_dinside_no.html">Database over bensinpriser fra dinside.no</a></div>
- <div class="date">30th May 2012</div>
- <div class="body"><p>En god og offentlig kilde til bensinpriser i Norge er
-<a href="http://www.dinside.no/1931/her-faar-du-billigst-bensin-diesel">dinside.no
-sin prisoversikt</a> samlet inn på dugnad fra frivillige over hele
-landet. Den har ikke like mange priser rapportert inn som Bitfactorys
-mobil-app, men informasjonen som samles inn er enkelt offentlig
-tilgjengelig på web. Dessverre forsvinner prisene fra web etter noen
-dager, så for å kunne lage analyser og se trender må en lage en
-database ved å hente ut informasjon fra dinside.no sine nettsider over
-en lengre periode. Jeg startet for litt over en uke siden en
-innsamlingstjeneste som gjør nettopp dette. Jeg har de siste ukene
-lært meg å bruke <a href="http://www.scraperwiki.com/">Scraperwiki</a>,
-et nytt og nyttig verktøy for å hente ut og strukturere informasjon
-tilgjengelig fra nettsider, PDF-er og andre kilder og som trenger
-strukturering. Hvis du vil se hvordan prisene har utviklet seg, ta en
-titt på
-<a href="https://scraperwiki.com/scrapers/dinside-bensinpriser/">scraperwiki-siden
-med databasen</a> over bensinpriser. Den henter ned priser fra
-dinside.no hver time. Hvis du vil bidra til å bedre oversikt over
-bensinprisene i Norge
-<a href="http://www.dinside.no/php/int/vis_endre.php?ny=1">registrer
-deg</a> hos dinside.no og legg inn prisene fra dine lokale
-bensinstasjoner.</p>
-
-<p>Jeg har kun gjort dette med informasjonen fra dinside.no og ikke
-informasjonen fra Bitfactory pga. bekymring rundt opphavsrettslige
-problemstillinger. Faktainformasjonen samlet inn av brukerene av
-dinside.no nettsider er åpenbart publisert offentlig, mens jeg
-mistenker det er en juridisk gråsone om det samme gjelder
-informasjonen samlet inn av brukerne av bitfactorys mobilapp. Derfor
-bidrar jeg med å samle inn priser hos dinside.no, og anbefaler andre å
-gjøre det samme. Jeg prioriterer å bidra hos de som forstår verdien
-av å dele informasjon med andre uten bruksbegresninger.</p>
-</div>
- <div class="tags">
-
-
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki</a>.
-
-
- </div>
- </div>
- <div class="padding"></div>
-
- <div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Litt_informasjon_om_Bitfactorys_Bensinpris_API.html">Litt informasjon om Bitfactorys Bensinpris-API</a></div>
- <div class="date">28th May 2012</div>
- <div class="body"><p>I fjor lanserte Bitfactory en
-<a href="http://www.bitfactory.no/bensinpris.html">mobilapp for å få
-tilgang til bensinpriser</a> på landets bensinstasjoner ved å samle
-inn prisene på dugnad ved hjelp av mobilapp-ens brukere.
-Informasjonen app-ens brukere har samlet inn har så langt kun vært
-tilgjengelig for brukerne av app-ene, og API for å hente ut
-informasjonen fra andre plattformer har ikke vært publisert. Da
-løsningen kom spurte jeg utviklerne om de kunne publisere
-API-dokumentasjon og de skulle se på saken, men det har ikke skjedd så
-langt. Jeg antar de har vært for travelt opptatt til å publisere
-API-dokumentasjon.</p>
-
-<p>Utrolig nok er det i følge
-<a href="http://www.dn.no/energi/article2194526.ece">Dagens
-Næringsliv</a> og
-<a href="http://www.finnmarkdagblad.no/nyheter/article5323140.ece">Finnmark
-Dagblad</a> bensinstasjoner som nekter å oppgi prisene sine på
-telefon, slik at det ikke finnes en fornuftig måte å få tak i prisene
-på uten å samle dem inn på stedet. Flere har dugnader på gang for å
-samle inn prisinformasjon om bensin, men så vidt jeg kan se er det kun
-<a href="http://www.dinside.no/php/oko/bensin/vis_prisliste.php">dinside.no</a>
-og Bitfactorys App som får regelmessige oppdateringer. Dinsides
-oversikt er tilgjengelig på web for de som vil følge med, mens
-bitfactorys informasjon ikke er like enkelt tilgjengelig.<p>
-
-<p>Jeg tok meg derfor litt tid for å revers-utvikle protokollen for
-Bitfactorys mobilapp for å gjøre den innsamlede informasjonen mer
-tilgjengelig for flere. Protokollen bruker HTTP og normal
-forms-notasjon for POST. Jeg lot en telefon koble seg til mitt
-trådløsnett, og satte opp tcpdump til å samle all trafikken mot
-www.bitfactory.no, og deretter tittet på alle HTTP-kallene ved hjelp
-av wireshark. Her er API-kallene jeg har identifisert så langt.</p>
-
-<p><b>stasjonsDatabaseUpdateStamp</b></p>
-
-<p><tt>GET http://www.bitfactory.no/Bensin/ver1.1.stasjonsDatabaseUpdateStamp</tt></p>
-
-<p>Vet ikke helt hva dette API-kallet gjør, men navnet gjør at jeg
-tror den rapporterer når listen over stasjoner sist ble endret.
-Returverdien er et tall som pr. 2011-12-09 er 1319145491 og
-pr. 2012-05-28 er 1336420693. Mitt gjett er at dette er sekunder
-siden 1. januar 1970 ala det en finner på Linux, som kan konverteres
-til en leselig dato med <tt>perl -e 'print
-scalar(localtime(1319145491)), "\n"'</tt>. Den første verdien
-konverterer da til "Thu Oct 20 23:18:11 2011", mens den andre
-konverteres til "Mon May 7 21:58:13 2012".</p>
-
-<p><b>GetXMLDatabase</b></p>
-
-<p><tt>echo password=XYZXYZXYZXYZX | POST http://www.bitfactory.no/Bensin/GetXMLDatabase.php</tt></p>
-
-<p>Henter ned listen med stasjoner på XML-format. Argumentet er
-password som muligens følger med i programpakken og eventuelt
-genereres av app-en. Nedlasting med samme passord flere ganger ser
-ikke ut til å fungere. Innholdet er ca. 1600 stasjoner, men manglet
-bensinstasjonen i min hjemkommune Ballangen da jeg sjekket, så den er
-ikke komplett. Formatet på selve listen ser slik ut (klippet):</p>
-
-<p><pre>
-<?xml version="1.0" encoding="UTF-8"?>
-<STASJONSDATABASE>
-<STASJON>
-<NAME></NAME>
-<ADDRESS></ADDRESS>
-<ID>0</ID>
-<LATITUDE>0.000000</LATITUDE>
-<LONGITUDE>0.000000</LONGITUDE>
-<COMPANY></COMPANY>
-</STASJON>
-<STASJON>
-<NAME>Statoil Best Eidsvoll Verk</NAME>
-<ADDRESS>Gamle Trondheimsvei 339 2074 Eidsvoll Verk</ADDRESS>
-<ID>1</ID>
-<LATITUDE>60.303902</LATITUDE>
-<LONGITUDE>11.168100</LONGITUDE>
-<COMPANY>Best</COMPANY>
-</STASJON>
-[...]
-<STASJON>
-<NAME>Esso Andenes</NAME>
-<ADDRESS>Falcksgate 9, 8480 Andenes</ADDRESS>
-<ID>1822</ID>
-<LATITUDE>69.320999</LATITUDE>
-<LONGITUDE>16.118700</LONGITUDE>
-<COMPANY>Esso</COMPANY>
-</STASJON>
-</STASJONSDATABASE>
-</pre></p>
-
-<p><b>GetBanStatus</b></p>
-
-<p><tt>echo UDID=Android-123456789012345 | POST http://www.bitfactory.no/Bensin/ver1.1.GetBanStatus.php</tt></p>
-
-<p>Vet heller ikke helt hva dette API-kallet gjør. Navnet gjør at jeg
-tror den rapporterer om telefonen med UDID oppgitt som argument er
-bannlyst fra tjenesten. Bannlysning gjør antagelig at telefonen ikke
-kan brukes til å registrere bensinpriser, men det er også mulig det
-blokkerer for å se på priser. Eneste POST-argument er UDID, som ser
-ut til å være den unike ID-en til en mobil-enhet. Returnverdi er 'NO'
-for alle UDID-verdier jeg har testet. Gjetter på at alternativ
-returverdi er 'YES', men har ikke sett en slik verdi så langt.</p>
-
-<p><b>PriserVedStasjoner</b></p>
-
-<p><tt>echo 'stasjoner=810,364&day=0' | POST http://www.bitfactory.no/Bensin/ver1.1.PriserVedStasjoner.php</tt></p>
-
-<p>Dette kallet henter ut priser registrert på en eller flere
-bensinstasjoner. Den tar to POST-argumenter, "stasjoner" som er
-kommaseparert liste over stasjons-IDer (numeriske), og "day" som bør
-settes til "0" for å få ut informasjon om priser. Usikker på hva
-day-tallet betyr, men mistenker det har med hvor langt tilbake i tid
-det skal hentes ut informasjon.</p>
-
-<p>Resultatet som kommer tilbake er en kommaseparert liste for hver
-enkelt stasjon, med <br> som skillemarkør mellom hver stasjon.
-Ikke helt sikker på hva alle feltene er. Her er mine gjett:</p>
-
-<p><table>
-<tr><ht>Felt</ht><ht>Beskrivelse</ht></tr>
-<tr><td>1</td><td>Bensinstasjons-ID</td></tr>
-<tr><td>2</td><td>Pris for blyfri 95 oktan, flyttall med punktum som desimalskille.</td></tr>
-<tr><td>3</td><td>Klokkeslett da prisen ble oppdatert, format HH:MM. </td></tr>
-<tr><td>4</td><td>Telefon-ID på formen Android-123456789012345 eller hex-kodet streng/MD5-sum</td></tr>
-<tr><td>5</td><td>tall, uviss betydning. muligens relatert til day-verdien. <b>Oppdatering 2012-06-02: Denne verdien er antall bekreftelser en gitt pris har fått.</td></tr>
-<tr><td>6</td><td>Pris for blyfri 98-oktan?</td></tr>
-<tr><td>7</td><td>samme som felt 3</td></tr>
-<tr><td>8</td><td>samme som felt 4</td></tr>
-<tr><td>9</td><td>samme som felt 5</td></tr>
-<tr><td>10</td><td>Pris for disel</td></tr>
-<tr><td>11</td><td>Samme som felt 3</td></tr>
-<tr><td>12</td><td>Samme som felt 4</td></tr>
-<tr><td>13</td><td>Samme som felt 5</td></tr>
-</table></p>
-
-<p>En stasjonsoppføring består dermed av av bensinstasjons-ID og
-deretter tre blokker for 95-oktan bensin, 98-oktan bensin og
-disel.</p>
-
-<p><b>PriserVedStasjon</b></p>
-
-<p><tt>echo 'id=736&day=0' | POST http://www.bitfactory.no/Bensin/ver1.1.PriserVedStasjon.php</tt></p>
-
-<p>Ser ut til å returnere informasjon for en enkelt bensinstasjon.
-Formatet er dato på formen "08_12_2011" for 2011-12-08, og noe som ser
-ut som samme format som fra PriserVedStasjoner. For stasjoner der
-intet er registrert returnerer den "NO RESULTS".</p>
-
-<p><b>AllePriser</b></p>
-
-<p><tt>echo day=0 | POST http://www.bitfactory.no/Bensin/ver1.1.AllePriser.php</tt></p>
-
-<p>Returnere liste med av alle stasjoner det er registrert oppdaterte
-priser på siste 24 timer (eller er det fra ca. midnatt dagen før?).
-Returnerer "NO RESULTS" når listen er tom. Ellers returnerer den en
-dato på formen "Thursday_09_12_2011" fulgt av <br> og deretter
-en liste med stasjoner på samme format som PriserVedStasjoner.</p>
-</div>
- <div class="tags">
-
-
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>.
-
-
- </div>
- </div>
- <div class="padding"></div>
-
- <div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html">Debian Edu interview: Ralf Gesellensetter</a></div>
- <div class="date">27th May 2012</div>
- <div class="body"><p>In 2003, a German teacher showed up on the
-<a href="http://www.skolelinux.org/">Debian Edu and Skolelinux</a>
-mailing list with interesting problems and reports proving he setting
-up Linux for a (for us at the time) lot of pupils. His name was Ralf
-Gesellensetter, and he has been an important tester and contributor
-since then, helping to make sure the
-<a href="http://www.debian.org/News/2012/20120311.html">Debian Edu
-Squeeze</a> release became as good as it is..</p>
-
-<p><strong>Who are you, and how do you spend your days?</strong></p>
-
-<p>I am a teacher from Germany, and my subjects are Geography,
-Mathematics, and Computer Science ("Informatik"). During the past 12
-years (since 2000), I have been working for a comprehensive (and soon,
-also inclusive) school leading to all kind of general levels, such as
-O- or A-level ("Abitur"). For quite as long, I've been taking care of
-our computer network.</p>
-
-<p>Now, in my early 40s, I enjoy the privilege of spending a lot of my
-spare time together with my wife, our son (3 years) and our daughter
-(4 months).</p>
-
-<p><strong>How did you get in contact with the Skolelinux/Debian Edu
-project?</strong></p>
-
-<p>We had tried different Linux based school servers, when members of
-my local Linux User Group (LUG OWL) detected Skolelinux. I remember
-very well, being part of a party celebrating the Linux New Media Award
-("Best Newcomer Distribution", also nominated: Ubuntu) that was given
-to Skolelinux at Linux World Exposition in Frankfurt, 2005 (IIRC). Few
-months later, I had the chance to join a developer meeting in Ulsrud
-(Oslo) and to hand out the award to Knut Yrvin and others. For more
-than 7 years, Skolelinux is part of our schools infrastructure, namely
-our main server (tjener), one LTSP (today without thin clients), and
-approximately 50 work stations. Most of these have the option to boot a
-locally installed Skolelinux image. As a consequence, I joined quite
-a few events dealing with free software or Linux, and met many Debian
-(Edu) developers. All of them seemed quite nice and competent to me,
-one more reason to stick to Skolelinux.</p>
-
-<p><strong>What do you see as the advantages of Skolelinux/Debian
-Edu?</strong></p>
-
-<p>Debian driven, you are given all the advantages of a community
-project including well maintained updates. Once, you are familiar with
-the network layout, you can easily roll out an entire educational
-computer infrastructure, from just one installation media. As only
-free software (FOSS) is used, that supports even elderly hardware,
-up-sizing your IT equipment is only limited by space (i.e. available
-labs). Especially if you run a LTSP thin client server, your
-administration costs tend towards zero.</p>
-
-<p><strong>What do you see as the disadvantages of Skolelinux/Debian
-Edu?</strong></p>
-
-<p>While Debian's stability has loads of advantages for servers, this
-might be different in some cases for clients: Schools with unlimited
-budget might buy new hardware with components that are not yet
-supported by Debian stable, or wish to use more recent versions of
-office packages or desktop environments. These schools have the
-option to run Debian testing or other distributions - if they have the
-capacity to do so. Another issue is that Debian release cycles
-include a wide range of changes; therefor a high percentage of human
-power seems to be absorbed by just keeping the features of Skolelinux
-within the new setting of the version to come. During this process,
-the cogs of Debian Edu are getting more and more professional,
-i.e. harder to understand for novices.</p>
-
-<p><strong>Which free software do you use daily?</strong></p>
-
-<p>LibreOffice, Wikipedia, Openstreetmap, Iceweasel (Mozilla Firefox),
-KMail, Gimp, Inkscape - and of course the Linux Kernel (not only on
-PC, Laptop, Mobile, but also our SAT receiver)</p>
-
-<p><strong>Which strategy do you believe is the right one to use to
-get schools to use free software?</strong></p>
-
-<p><ol>
-
-<li>Support computer science as regular subject in schools to make
-people really "own" their hardware, to make them understand the
-difference between proprietary software products, and free software
-developing.</li>
-
-<li>Make budget baskets corresponding: In Germany's public schools
-there are more or less fixed budgets for IT equipment (including
-licenses), so schools won't benefit from any savings here. This
-privilege is left to private schools which have consequently a large
-share among German Skolelinux schools.</li>
-
-<li>Get free software in the seminars where would-be teachers are
-trained. In many cases, teachers' software customs are respected by
-decision makers rather than the expertise of any IT experts.</li>
-
-<li>Don't limit ourself to free software run natively. Everybody uses
-free software or free licenses (for instance Wikipedia), and this
-general concept should get expanded to free educational content to be
-shared world wide (school books e.g.).</li>
-
-<li>Make clear where ever you can that the market share of free (libre)
-office suites is much above 20 p.c. today, and that you pupils don't
-need to know the "ribbon menu" in order to get employed.</li>
-
-<li>Talk about the difference between freeware and free software.</li>
-
-<li>Spread free software, or even collections of portable free apps
-for USB pen drives. Endorse students to get a legal copy of
-Libreoffice rather than accepting them to use illegal serials. And
-keep sending documents in ODF formats.</li>
-
-</ol></p>
-</div>
- <div class="tags">
-
-
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju</a>.
-
-
- </div>
- </div>
- <div class="padding"></div>
-
<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>
<div id="sidebar">
<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (5)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (8)</a></li>
</ul></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (54)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (103)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (104)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (8)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (3)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (133)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (135)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (16)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (16)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (169)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (170)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (130)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (129)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (1)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (4)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (9)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (10)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (6)</a></li>