<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Bitcoin_er_ikke_anonymt___f_res_Stortinget_bak_lyset_av_finansministeren_.html">Bitcoin er ikke anonymt - føres Stortinget bak lyset av finansministeren?</a></div>
- <div class="date">22nd April 2013</div>
- <div class="body"><p><a href="http://www.bitcoin.org/">Bitcoin</a> er mye i mediene for
-tiden. Jeg følger med via Mylder for å finne
-<a href="http://mylder.no/?drill=bitcoin">artikler som omtaler
-temaet</a>, og takket være dette oppdaget jeg at stortingsrepresentant
-Ketil Solvik-Olsen fra FrP nylig har spurt finansminister Sigbjørn
-Johnsen om hans syn på Bitcoin, og
-<a href="http://www.stortinget.no/no/Saker-og-publikasjoner/Sporsmal/Skriftlige-sporsmal-og-svar/Skriftlig-sporsmal/?qid=57052">fått
-svar for noen dager siden</a>. Jeg bet meg spesielt merke til
-følgende formulering fra finansministeren:</p>
-
-<p><blockquote>
-«Det er også utfordringer ved at handel med Bitcoins er uregulert og
-at transaksjonene er anonyme.»
-</blockquote></p>
-
-<p>At Bitcoin er anonymt er en myte som spres av både journalister og
-andre, så det er ikke veldig overraskende at også finansministeren har
-gått på limpinnen. Det er dog litt rart, da jeg håper at
-finansdepartementet ikke baserer seg på rykter og myter når de
-besvarer Stortinget. Men du trenger ikke bare tro på meg som kilde
-til påstanden om at Bitcoin ikke er anonymt. Sondre Rønjom har
-<a href="http://blogg.nsm.stat.no/archives/3241">via Sikkerhetsbloggen
-hos Nasjonal Sikkerhetsmyndighet</a> uttalt følgende:</p>
-
-<p><blockquote>
-«At [bitcoin] i utgangspunktet
-<a href="http://arxiv.org/abs/1107.4524"><em>ikke</em> er anonymt</a>,
-kommer kanskje som en overraskelse på mange.»
-</blockquote></p>
-
-<p>Enhver bevegelse av Bitcoin er offentlig tilgjengelig for alle på
-Internet, og en må legge svært mye innsats inn hvis en skal hindre at
-nettverksanalyse av transaksjonsloggene kan brukes til å identifisere
-brukerne. F.eks. kan en enkelt se hva jeg har mottatt til min
-offentliggjorte mottaksadresse ved å besøke blockexplorer og slå opp
-adressen
-<a href="http://blockexplorer.com/address/15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a>.
-Det virker dermed på meg ganske klart at å påstå at
-Bitcoin-transaksjoner er anonyme strengt tatt er å føre Stortinget bak
-lyset.</p>
-
-<p>Finansministeren er ikke den eneste som har latt seg forlede av
-medieomtalen. I spørsmålet fra Hr. Solvik-Olseb skriver han at «For
-noen dager siden kom den første bitcoin-minibanken på Kypros», hvilket
-så vidt jeg har klart å finne ut ikke er riktig. Det er annonsert
-planer om en slik minibank (fra
-<a href="http://www.bitcoinatm.com/">BitcoinATM</a>), men jeg finner
-intet tegn til at en slik minibank er utplassert noe sted.</p>
-
-<p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
-mine aktiviteter, så setter jeg pris på Bitcoin-donasjoner til min
-adresse
-<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/How_to_fix_a_Thinkpad_X230_with_a_broken_180_GB_SSD_disk.html">How to fix a Thinkpad X230 with a broken 180 GB SSD disk</a></div>
+ <div class="date">17th July 2013</div>
+ <div class="body"><p>Today I switched to
+<a href="http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html">my
+new laptop</a>. I've previously written about the problems I had with
+my new Thinkpad X230, which was delivered with an
+<a href="http://people.skolelinux.org/pere/blog/Intel_SSD_520_Series_180_GB_with_Lenovo_firmware_still_lock_up_from_sustained_writes.html">180
+GB Intel SSD disk with Lenovo firmware</a> that did not handle
+sustained writes. My hardware supplier have been very forthcoming in
+trying to find a solution, and after first trying with another
+identical 180 GB disks they decided to send me a 256 GB Samsung SSD
+disk instead to fix it once and for all. The Samsung disk survived
+the installation of Debian with encrypted disks (filling the disk with
+random data during installation killed the first two), and I thus
+decided to trust it with my data. I have installed it as a Debian Edu
+Wheezy roaming workstation hooked up with my Debian Edu Squeeze main
+server at home using Kerberos and LDAP, and will use it as my work
+station from now on.</p>
+
+<p>As this is a solid state disk with no moving parts, I believe the
+Debian Wheezy default installation need to be tuned a bit to increase
+performance and increase life time of the disk. The Linux kernel and
+user space applications do not yet adjust automatically to such
+environment. To make it easier for my self, I created a draft Debian
+package <tt>ssd-setup</tt> to handle this tuning. The
+<a href="http://anonscm.debian.org/gitweb/?p=collab-maint/ssd-setup.git">source
+for the ssd-setup package</a> is available from collab-maint, and it
+is set up to adjust the setup of the machine by just installing the
+package. If there is any non-SSD disk in the machine, the package
+will refuse to install, as I did not try to write any logic to sort
+file systems in SSD and non-SSD file systems.</p>
+
+<p>I consider the package a draft, as I am a bit unsure how to best
+set up Debian Wheezy with an SSD. It is adjusted to my use case,
+where I set up the machine with one large encrypted partition (in
+addition to /boot), put LVM on top of this and set up partitions on
+top of this again. See the README file in the package source for the
+references I used to pick the settings. At the moment these
+parameters are tuned:</p>
+
+<ul>
+
+<li>Set up cryptsetup to pass TRIM commands to the physical disk
+ (adding discard to /etc/crypttab)</li>
+
+<li>Set up LVM to pass on TRIM commands to the underlying device (in
+ this case a cryptsetup partition) by changing issue_discards from
+ 0 to 1 in /etc/lvm/lvm.conf.</li>
+
+<li>Set relatime as a file system option for ext3 and ext4 file
+ systems.</li>
+
+<li>Tell swap to use TRIM commands by adding 'discard' to
+ /etc/fstab.</li>
+
+<li>Change I/O scheduler from cfq to deadline using a udev rule.</li>
+
+<li>Run fstrim on every ext3 and ext4 file system every night (from
+ cron.daily).</li>
+
+<li>Adjust sysctl values vm.swappiness to 1 and vm.vfs_cache_pressure
+ to 50 to reduce the kernel eagerness to swap out processes.</li>
+
+</ul>
+
+<p>During installation, I cancelled the part where the installer fill
+the disk with random data, as this would kill the SSD performance for
+little gain. My goal with the encrypted file system is to ensure
+those stealing my laptop end up with a brick and not a working
+computer. I have no hope in keeping the really resourceful people
+from getting the data on the disk (see
+<a href="http://xkcd.com/538/">XKCD #538</a> for an explanation why).
+Thus I concluded that adding the discard option to crypttab is the
+right thing to do.</p>
+
+<p>I considered using the noop I/O scheduler, as several recommended
+it for SSD, but others recommended deadline and a benchmark I found
+indicated that deadline might be better for interactive use.</p>
+
+<p>I also considered using the 'discard' file system option for ext3
+and ext4, but read that it would give a performance hit ever time a
+file is removed, and thought it best to that that slowdown once a day
+instead of during my work.</p>
+
+<p>My package do not set up tmpfs on /var/run, /var/lock and /tmp, as
+this is already done by Debian Edu.</p>
+
+<p>I have not yet started on the user space tuning. I expect
+iceweasel need some tuning, and perhaps other applications too, but
+have not yet had time to investigate those parts.</p>
+
+<p>The package should work on Ubuntu too, but I have not yet tested it
+there.</p>
+
+<p>As for the answer to the question in the title of this blog post,
+as far as I know, the only solution I know about is to replace the
+disk. It might be possible to flash it with Intel firmware instead of
+the Lenovo firmware. But I have not tried and did not want to do so
+without approval from Lenovo as I wanted to keep the warranty on the
+disk until a solution was found and they wanted the broken disks
+back.</p>
</div>
<div class="tags">
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>.
+ 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>.
</div>
<div class="padding"></div>
<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html">First Debian Edu / Skolelinux developer gathering in 2013 take place in Trondheim</a></div>
- <div class="date">16th April 2013</div>
- <div class="body"><p>This years first <a href="http://www.skolelinux.org/">Skolelinux /
-Debian Edu</a> developer gathering take place the coming weekend in Trondheim.
-Details about the gathering can be found
-<a href="http://www.friprogramvareiskolen.no/Gathering/2013-04-19-21-Trondheim">on
-the FRiSK wiki</a>. The dates are 19-21th of April 2013, and online
-participation for those unable to make it in person is very welcome,
-and I plan to participate online myself as I could not leave Oslo this
-weekend.</p>
-
-<p>The focus of the gathering is to work on the web pages and project
-infrastructure, and to continue the work on the Wheezy based Debian
-Edu release.</p>
-
-<p>See you on <a href="irc://irc.debian.org/%23debian-edu">IRC, #debian-edu on irc.debian.org,</a> then?</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Intel_SSD_520_Series_180_GB_with_Lenovo_firmware_still_lock_up_from_sustained_writes.html">Intel SSD 520 Series 180 GB with Lenovo firmware still lock up from sustained writes</a></div>
+ <div class="date">10th July 2013</div>
+ <div class="body"><p>A few days ago, I wrote about
+<a href="http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html">the
+problems I experienced with my new X230 and its SSD disk</a>, which
+was dying during installation because it is unable to cope with
+sustained write. My supplier is in contact with
+<a href="http://www.lenovo.com/">Lenovo</a>, and they wanted to send a
+replacement disk to try to fix the problem. They decided to send an
+identical model, so my hopes for a permanent fix was slim.</p>
+
+<p>Anyway, today I got the replacement disk and tried to install
+Debian Edu Wheezy with encrypted disk on it. The new disk have the
+same firmware version as the original. This time my hope raised
+slightly as the installation progressed, as the original disk used to
+die after 4-7% of the disk was written to, while this time it kept
+going past 10%, 20%, 40% and even past 50%. But around 60%, the disk
+died again and I was back on square one. I still do not have a new
+laptop with a disk I can trust. I can not live with a disk that might
+lock up when I download a new
+<a href="http://www.skolelinux.org/">Debian Edu / Skolelinux</a> ISO or
+other large files. I look forward to hearing from my supplier with
+the next proposal from Lenovo.</p>
+
+<p>The original disk is marked Intel SSD 520 Series 180 GB,
+11S0C38722Z1ZNME35X1TR, ISN: CVCV321407HB180EGN, SA: G57560302, FW:
+LF1i, 29MAY2013, PBA: G39779-300, LBA 351,651,888, LI P/N: 0C38722,
+Pb-free 2LI, LC P/N: 16-200366, WWN: 55CD2E40002756C4, Model:
+SSDSC2BW180A3L 2.5" 6Gb/s SATA SSD 180G 5V 1A, ASM P/N 0C38732, FRU
+P/N 45N8295, P0C38732.</p>
+
+<p>The replacement disk is marked Intel SSD 520 Series 180 GB,
+11S0C38722Z1ZNDE34N0L0, ISN: CVCV315306RK180EGN, SA: G57560-302, FW:
+LF1i, 22APR2013, PBA: G39779-300, LBA 351,651,888, LI P/N: 0C38722,
+Pb-free 2LI, LC P/N: 16-200366, WWN: 55CD2E40000AB69E, Model:
+SSDSC2BW180A3L 2.5" 6Gb/s SATA SSD 180G 5V 1A, ASM P/N 0C38732, FRU
+P/N 45N8295, P0C38732.</p>
+
+<p>The only difference is in the first number (serial number?), ISN,
+SA, date and WNPP values. Mentioning all the details here in case
+someone is able to use the information to find a way to identify the
+failing disk among working ones (if any such working disk actually
+exist).</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>.
+ 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>.
</div>
<div class="padding"></div>
<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Mer_innsyn_i_bakgrunnen_for_fjerning_av_ODF_fra_statens_standardkatalog.html">Mer innsyn i bakgrunnen for fjerning av ODF fra statens standardkatalog</a></div>
- <div class="date"> 9th April 2013</div>
- <div class="body"><p>For cirka en måned siden
-<ahref="http://people.skolelinux.org/pere/blog/Regjeringen__Fornyingsdepartementet_og_DIFI_g_r_inn_for___fjerne_ODF_som_obligatorisk_standard_i_det_offentlige.html">ba
-jeg om begrunnelse på nektet innsyn i dokumenter</a> om
-standardkatalogen fra Fornyingsdepartementet. I dag fikk jeg svar fra
-Fornyingsdepartementet, og tilgang til dokumentene. Jeg fikk både
-innsyn i vedlegg sendt fra DIFI, og også innsyn i et notat brukt
-internt i Fornyingsdepartementet:</p>
-
-<ul>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-Fornyingsdepartementet/sak-2012-2168/Oppsummering%20av%20h%f8ringen%20om%20endringer%20i%20forskrift%20om%20IT-standarder.pdf">Epost fra DIFI til Fornyingsdepartementet, datert 2012-11-23</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-Fornyingsdepartementet/sak-2012-2168/Oppsummering%20og%20anbefaling%20etter%20h%f8ring.pdf">vedlegg 1, Oppsummering og anbefalinger etter høring av endringer i forskrift om IT-standarer i offentlig forvaltning, datert 2012-11-23</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-Fornyingsdepartementet/sak-2012-2168/Vedlegg%20Om%20h%f8ringe.docx%20(L)(898066).pdf">Notat fra avdeling for IKT og fornying til statsråd i Fornyingsdepartementet om høringen, datert 2013-01-03</a></li>
-
-</ul>
-
-<p>Det bør nevnes at da jeg ble nektet innsyn hos mottaker
-Fornyingsdepartementet på høringsoppsummeringen som DIFI hadde sendt
-ut, spurte jeg DIFI om innsyn i stedet. Det fikk jeg i løpet av et
-par dager. Moralen er at hvis ikke mottaker ikke vil gi innsyn, spør
-avsender i stedet. Kanskje de har forskjellig forståelse av hva som
-bør holdes skjult for folket. Her er de tilsvarende dokumentene jeg
-fikk innsyn i fra DIFI:</p>
-
-<ul>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Epostforsendelse.pdf">Epost fra DIFI til Fornyingsdepartementet, datert 2012-11-23</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Vedlegg%201,%20Oppsummering%20av%20h%f8ring%20om%20endringer%20i%20forskrift%20om%20IT-standarder.pdf">vedlegg 1, Oppsummering og anbefalinger etter høring av endringer i forskrift om IT-standarer i offentlig forvaltning, datert 2012-11-23</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Vedlegg%202,%20Forslag%20til%20endringsforskrift.pdf">Vedlegg 2, Forslag til endringsforskrift, udatert</a></li>
-
-<li><a href="http://www.nuug.no/pub/offentliginnsyn/from-DIFI/Vedlegg%203%20Forskrift%20om%20IT-standarder%20i%20offentlig%20forvaltning.pdf">Vedlegg 3, Forskrift om IT-standarder i offentlig forvaltning, udatert</a></li>
-
-</ul>
-
-<p>Det jeg synes er mest interessant er endel av aktørene som
-protesterte på fjerningen (Kartverket, Drammen kommune), og hvordan
-høringsoppsummeringen ikke tar stilling til effekten av å fjerne ODF
-fra katalogen.</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html">July 13th: Debian/Ubuntu BSP and Skolelinux/Debian Edu developer gathering in Oslo</a></div>
+ <div class="date"> 9th July 2013</div>
+ <div class="body"><p>The upcoming Saturday, 2013-07-13, we are organising a combined
+Debian Edu developer gathering and Debian and Ubuntu bug squashing
+party in Oslo. It is organised by <a href="http://www.nuug.no/">the
+member assosiation NUUG</a> and
+<a href="http://www.skolelinux.org/">the Debian Edu / Skolelinux
+project</a> together with <a href="http://bitraf.no/">the hack space
+Bitraf</a>.</p>
+
+<p>It starts 10:00 and continue until late evening. Everyone is
+welcome, and there is no fee to participate. There is on the other
+hand limited space, and only room for 30 people. Please put your name
+on <a href="http://wiki.debian.org/BSP/2013/07/13/no/Oslo">the event
+wiki page</a> if you plan to join us.</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/standard">standard</a>.
+ Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <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/nuug">nuug</a>.
</div>
<div class="padding"></div>
<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Sandy_Island____ya_som_er_synlig_hver_tirsdag_og_fredag_.html">Sandy Island - øya som er synlig hver tirsdag og fredag?</a></div>
- <div class="date"> 7th April 2013</div>
- <div class="body"><p>For en stund tilbake gikk nyheten om
-<a href="http://en.wikipedia.org/wiki/Sandy_Island,_New_Caledonia">Sandy
-Island</a>, en øy som var dukket opp på noen kart, men som ikke var
-synlig når en sjekket den på satellittbilder. Dagbladet meldte for
-eksempel at
-«<a href="http://www.dagbladet.no/2012/11/22/nyheter/google_maps/google/utenriks/internett/24496816/">denne
-øya finnes på kart, men ikke i virkeligheten</a>». Noe senere begynte
-jeg å lese
-<a href="http://www.gyldendal.no/Barn-og-ungdom/3-6-aar/Den-store-Ruffen-boken">historier
-om Ruffen</a> til mine barn. Dette er historier om sjøormen Ruffen
-skapt av Tor Åge Bringsværd, som starter med følgende beskrivelse:</p>
-
-<p><blockquote>
-«Langt ute i havet ligger en mystisk øy. Den er bare synlig hver
-tirsdag og fredag. Derfor står den ikke på noe kart. På denne øya
-ligger et slott, og i slottet bor en gammel, fin sjøormfamilie.»
-</blockquote></p>
-
-<p>Det virker åpenbart at Hr. Bringsværd tok feil når han trodde den
-ikke var på noe kart, og at noen tydeligvis har vært i nærheten en
-tirsdag eller en fredag og fått den med på et kart, mens
-satellittbildene er tatt på noen av de fem andre dagene i uka og
-dermed ikke ser øya. :)</p>
-
-<p>I følge
-<a href="http://www.dagbladet.no/2012/12/03/nyheter/sandy_island/forskning/utenriks/24662158/">en
-senere artikkel i Dagbladet</a> hevder Shaun Higgins, en forsker fra
-New Zealand, at et hvalfangstskip fra 1876 er opprinnelsen til at
-spøkelsesøya i det hele tatt havnet på kartet. Det fremgår ikke fra
-historien hvilken ukedag de var innom.</p>
-
-<p>Jeg har stor sans for Tor Åge Bringsværd. Og han viste nylig en
-svært fin side av seg selv da han sa ja til EFNs forespørsel om å gi
-ut novellen <a href="http://www.efn.no/kodemus/">Kodémus</a> med
-Creative Commons-lisens.</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html">The Thinkpad is dead, long live the Thinkpad X230?</a></div>
+ <div class="date"> 5th July 2013</div>
+ <div class="body"><p>Half a year ago, I reported that I had to find a
+<a href="http://people.skolelinux.org/pere/blog/Thank_you_Thinkpad_X41__for_your_long_and_trustworthy_service.html">replacement
+for my trusty old Thinkpad X41</a>. Unfortunately I did not have much
+time to spend on it, and it took a while to find a model I believe
+will do the job, but two days ago the replacement finally arrived. I
+ended up picking a
+<a href="http://www.linlap.com/lenovo_thinkpad_x230">Thinkpad X230</a>
+with SSD disk (NZDAJMN). I first test installed Debian Edu Wheezy as
+a roaming workstation, and it seemed to work flawlessly. But my
+second installation with encrypted disk was not as successful. More
+on that below.</p>
+
+<p>I had a hard time trying to track down a good laptop, as my most
+important requirements (robust and with a good keyboard) are never
+listed in the feature list. But I did get good help from the search
+feature at <a href="http://www.prisjakt.no/">Prisjakt</a>, which
+allowed me to limit the list of interesting laptops based on my other
+requirements. A bit surprising that SSD disk are not disks according
+to that search interface, so I had to drop specifying the number of
+disks from my search parameters. I also asked around among friends to
+get their impression on keyboards and robustness.</p>
+
+<p>So the new laptop arrived, and it is quite a lot wider than the
+X41. I am not quite convinced about the keyboard, as it is
+significantly wider than my old keyboard, and I have to stretch my
+hand a lot more to reach the edges. But the key response is fairly
+good and the individual key shape is fairly easy to handle, so I hope
+I will get used to it. My old X40 was starting to fail, and I really
+needed a new laptop now. :)</p>
+
+<p>Turning off the touch pad was simple. All it took was a quick
+visit to the BIOS during boot it disable it.</p>
+
+<p>But there is a fatal problem with the laptop. The 180 GB SSD disk
+lock up during load. And this happen when installing Debian Wheezy
+with encrypted disk, while the disk is being filled with random data.
+I also tested to install Ubuntu Raring, and it happen there too if I
+reenable the code to fill the disk with random data (it is disabled by
+default in Ubuntu). And the bug with is already known. It was
+reported to Debian as <a href="http://bugs.debian.org/691427">BTS
+report #691427 2012-10-25</a> (journal commit I/O error on brand-new
+Thinkpad T430s ext4 on lvm on SSD). It is also reported to the Linux
+kernel developers as
+<a href="https://bugzilla.kernel.org/show_bug.cgi?id=51861">Kernel bugzilla
+report #51861 2012-12-20</a> (Intel SSD 520 stops working under load
+(SSDSC2BW180A3L in Lenovo ThinkPad T430s)). It is also reported on the
+Lenovo forums, both for
+<a href="http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T430s-Intel-SSD-520-180GB-issue/m-p/1070549">T430
+2012-11-10</a> and for
+<a href="http://forums.lenovo.com/t5/X-Series-ThinkPad-Laptops/x230-SATA-errors-with-180GB-Intel-520-SSD-under-heavy-write-load/m-p/1068147">X230
+03-20-2013</a>. The problem do not only affect installation. The
+reports state that the disk lock up during use if many writes are done
+on the disk, so it is much no use to work around the installation
+problem and end up with a computer that can lock up at any moment.
+There is even a
+<a href="https://git.efficios.com/?p=test-ssd.git">small C program
+available</a> that will lock up the hard drive after running a few
+minutes by writing to a file.</p>
+
+<p>I've contacted my supplier and asked how to handle this, and after
+contacting PCHELP Norway (request 01D1FDP) which handle support
+requests for Lenovo, his first suggestion was to upgrade the disk
+firmware. Unfortunately there is no newer firmware available from
+Lenovo, as my disk already have the most recent one (version LF1i). I
+hope to hear more from him today and hope the problem can be
+fixed. :)</p>
</div>
<div class="tags">
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>.
+ 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>.
</div>
<div class="padding"></div>
<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Isenkram_0_2_finally_in_the_Debian_archive.html">Isenkram 0.2 finally in the Debian archive</a></div>
- <div class="date"> 3rd April 2013</div>
- <div class="body"><p>Today the <a href="http://packages.qa.debian.org/isenkram">Isenkram
-package</a> finally made it into the archive, after lingering in NEW
-for many months. I uploaded it to the Debian experimental suite
-2013-01-27, and today it was accepted into the archive.</p>
-
-<p>Isenkram is a system for suggesting to users what packages to
-install to work with a pluggable hardware device. The suggestion pop
-up when the device is plugged in. For example if a Lego Mindstorm NXT
-is inserted, it will suggest to install the program needed to program
-the NXT controller. Give it a go, and report bugs and suggestions to
-BTS. :)</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230.html">The Thinkpad is dead, long live the Thinkpad X230</a></div>
+ <div class="date"> 4th July 2013</div>
+ <div class="body"><p>Half a year ago, I reported that I had to find a replacement for my
+trusty old Thinkpad X41. Unfortunately I did not have much time to
+spend on it, but today the replacement finally arrived. I ended up
+picking a <a href="http://www.linlap.com/lenovo_thinkpad_x230">Thinkpad
+X230</a> with SSD disk (NZDAJMN). I first test installed Debian Edu
+Wheezy as a roaming workstation, and it worked flawlessly. As I write
+this, it is installing what I hope will be a more final installation,
+with a encrypted hard drive to ensure any dope head stealing it end up
+with an expencive door stop.</p>
+
+<p>I had a hard time trying to track down a good laptop, as my most
+important requirements (robust and with a good keyboard) are never
+listed in the feature list. But I did get good help from the search
+feature at <ahref="http://www.prisjakt.no/">Prisjakt</a>, which
+allowed me to limit the list of interesting laptops based on my other
+requirements. A bit surprising that SSD disk are not disks, so I had
+to drop number of disks from my search parameters.</p>
+
+<p>I am not quite convinced about the keyboard, as it is significantly
+wider than my old keyboard, and I have to stretch my hand a lot more
+to reach the edges. But the key response is fairly good and the
+individual key shape is fairly easy to handle, so I hope I will get
+used to it. My old X40 was starting to fail, and I really needed a
+new laptop now. :)</p>
+
+<p>I look forward to figuring out how to turn off the touch pad.</p>
</div>
<div class="tags">
- 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>.
+ 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>.
</div>
<div class="padding"></div>
<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/EFN_nyutgir_novellen_Kod_mus_av_Tor__ge_Bringsv_rd.html">EFN nyutgir novellen Kodémus av Tor Åge Bringsværd</a></div>
- <div class="date">27th March 2013</div>
- <div class="body"><p>For noen dager siden nevnte jeg at vi jobbet med å typesette en
-novelle med <a href="http://www.docbook.org/">DocBook</a>. I dag ble
-utgivelsen annonsert med følgende pressemelding fra Elektronisk
-Forpost Norge), som jeg gjengir i sin helhet:</p>
-
-<p><blockquote>
-
-<p><strong>EFN nyutgir Kodémus:</strong></p>
-
-<p><strong>Tor Åge Bringsværd-novelle om IT og overvåkning fra
-informasjonsteknologiens spedbarndom får nytt liv</strong></p>
-
-<p>Elektronisk Forpost Norge (EFN) er veldig glad for anledningen til
-å nyutgi Tor Åge Bringsværds novelle Kodémus i digitalt format for nye
-(og gamle) generasjoner. Novellen ble skrevet så tidlig som vinteren
-1968, og første gang trykt i novellesamlingen Probok på Gyldendal
-samme år.</p>
-
-<p>Informasjonsteknologi spiller en sentral rolle i Kodémus, og det er
-spennende å sammenligne beskrivelsen av IT fra 1968 med dagens IT i
-2013. Forskjellene er mange -- men det er jammen likhetene også. Ikke
-minst det at idag går jo nesten alle rundt med lillebrødre på seg!</p>
-
-<p>"Riktignok er det ikke påbudt å ha mobil," sier Thomas Gramstad,
-leder i EFN. "Men vi holder på å lage et samfunn der det blir så
-upraktisk eller tungvint å ikke ha det, at man i praksis ikke slipper
-unna. Og disse lillebrødrene sladrer hele tiden til staten (og til
-mange andre) om hvor vi er, hva vi gjør, hva vi bryr oss om, hva vi
-liker..."</p>
-
-<p>Det at Kodémus åpenbart er skrevet i en annen tid med en annen type
-IT og likevel virker så relevant idag, er i seg selv et hardtslående
-tankekors.</p>
-
-<p>Tross sitt IT-tema fantes ikke Kodémus i elektronisk form, og
-frivillige i EFN har skannet inn, OCR-tolket og korrekturlest
-novellen, og deretter kodet den i en rekke digitale formater.</p>
-
-<p>Forfatteren har gitt tillatelse til publisering av Kodémus under ny
-lisens, og novellen utgis av EFN med en Creative Commons (CC)
-fribrukslisens (nærmere bestemt lisensen CC-BY-NC-ND). For leserne
-eller brukerne innebærer dette at de får en klar og standardisert
-beskjed om hvilke rettigheter de har til å dele novellen videre med
-andre. For forfatteren innebærer dette økt synlighet og
-tilgjengelighet for verket, slik at det ikke blir glemt, da
-søkemotorer og nettlesere inneholder egne søkevalg for CC-lisenser, og
-mange brukere søker etter verk som de vet de kan dele og bruke på
-lovlig vis.</p>
-
-<p>EFN oppfordrer andre forfattere om å gi ut sine gamle tekster med
-en fribrukslisens, slik at tekstene ikke blir glemt og for å stimulere
-lovlig deling på nettet. EFN kan være behjelpelig med digitalisering
-og utlegging på nett, i den grad det finnes kapasitet blant EFNs
-medlemmer til dette. Vi mener at nyutgivelser av tekster under frie
-lisenser kan øke interessen rundt forfatterskapet, og vil gjerne bidra
-til dette.</p>
-
-<p>EFN utgir og deler med dette en novelle fra den digitale
-informasjonsteknologiens tidligste barndom. En novelle som fortsatt er
-full av vitalitet og aktualitet, og som derfor kan bidra til, og gi
-ettertanke i dagens debatter om IT, personvern, overvåkning og
-individets frihet og integritet.</p>
-
-<p>Du finner novellen her:
-<br><a href="http://efn.no/kodemus/">http://efn.no/kodemus/</a></p>
-
-<p>i flere forskjellige formater, for ulike plattformer. Per idag
-finnes novellen i disse formatene: EPUB, MOBI, XML, HTML, PDF og
-txt. Det kan bli flere formater senere, og evt. frivillige
-bidragsytere til dette er velkommen.</p>
-
-<p>Kontaktperson for denne pressemeldingen,</p>
-
-<p>Thomas Gramstad
-<br>thomas@efn.no
-<br>4817 6875</p>
-
-<hr>
-
-<p>EFN arbeider for dine borgerrettigheter i IT-samfunnet, for
-nettverks- og delingskultur, personvern og frihet fra overvåkning,
-åpne standarder, brukerstyrt programvare, retten til å kopiere, og
-styrking av det digitale sivilsamfunnet m.m.
-<br><a href="http://efn.no/">www.efn.no</a></p>
-
-</blockquote></p>
-
-<p>Jeg håper flere forfattere ser verdien av å gjøre kulturen
-tilgjengelig for flere, og slår følge med Hr. Bringsværd i å gi ut
-sine verker med bruksvilkår med færre bruksbegrensinger enn
-opphavsretten legger opp til. Selv om jeg gjerne skulle sett at han
-hadde brukt en Creative Commons-lisens som tillot avledede verker og
-kommersiell bruk.</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Fourth_alpha_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html">Fourth alpha release of Debian Edu/Skolelinux based on Debian Wheezy</a></div>
+ <div class="date"> 3rd July 2013</div>
+ <div class="body"><p>The fourth wheezy based alpha release of Debian Edu was wrapped up
+today. This is the release announcement:</p>
+
+<p><strong>New features for Debian Edu 7.1+edu0~alpha3 released
+2013-07-03</strong></p>
+
+<p>These are the release notes for for Debian Edu / Skolelinux
+7.1+edu0~alpha3, based on Debian with codename "Wheezy".</p>
+
+<p><strong>About Debian Edu and Skolelinux</strong></p>
+
+<p><a href="http://www.skolelinux.org/">Debian Edu, also known as
+Skolelinux</a>, is a Linux distribution based on Debian providing an
+out-of-the box environment of a completely configured school
+network. Immediately after installation a school server running all
+services needed for a school network is set up just waiting for users
+and machines being added via GOsa², a comfortable Web-UI. A netbooting
+environment is prepared using PXE, so after initial installation of
+the main server from CD, DVD or USB stick all other machines can be
+installed via the network. The provided school server provides LDAP
+database and Kerberos authentication service, centralized home
+directories, DHCP server, web proxy and many other services. The
+desktop contains
+<a href="http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html">more
+than 60 educational software packages</a> and more are available from
+the Debian archive, and schools can choose between KDE, Gnome, LXDE
+and Xfce desktop environment.</p>
+
+<p>This is the fourth test release based on Debian Wheezy. Basically
+this is an updated and slightly improved version compared to the
+Squeeze release.</p>
+
+<p><strong>Software updates</strong></p>
+<ul>
+ <li>Dropped ispell dictionaries from our default installation.</li>
+ <li>Dropped menu-xdg from the KDE desktop option, to drop the Debian
+ submenu. It was not included with Gnome, LXDE or Xfce, so this
+ brings KDE in line with the others.</li>
+ <li>Dropped xdrawchem, xjig and xsok from our default installation as
+ they don't have a desktop menu entry and thus won't show up in the
+ menu now that menu-xdg was removed.</li>
+ <li>Removed the killer system to kill left behind processes on
+ multi-user machines, as it was no longer able to understand when a
+ X display was in use and killed the processes of the active users
+ too.</li>
+ <li>Dropped the golearn (from goplay) package as the debtags in wheezy
+ are too few to make the package useful.</li>
+</ul>
+<p><strong>Other changes</strong></p>
+<ul>
+ <li>Updated artwork matching http://wiki.debian.org/DebianArt/Themes/Joy
+ <li>Multi-arch i386/amd64 USB stick ISO available.</li>
+ <li>Got rid of ispell/wordlist related debconf questions that showed
+ up for some language options.</li>
+ <li>Switched to using http.debian.net as APT source by default.</li>
+ <li>Fixed proxy configuration on Main Server installations.</li>
+ <li>Changed LTSP setup to ask dpkg to use force-unsafe-io the same way
+ d-i is doing it.</li>
+ <li>Made sure root and user passwords were not left behind in the
+ debconf database after installation on Main Server installations.</li>
+ <li>Made Roaming Workstation dynamic setup more robust and added draft
+ script setup-ad-client to hook a Roaming Workstation up to a
+ Active Directory server instead of a Debian Edu Main Server.</li>
+ <li>Update system to install needed firmware packages during
+ installation, to work properly in Wheezy.</li>
+ <li>Update system to handle hardware quirks (debian-edu-hwsetup).</li>
+ <li>Corrected PXE installation setup to properly pass selected desktop
+ and keymap settings to PXE installation clients.</li>
+ <li>LTSP diskless workstations use sshfs by default, allowing them to
+ work without adding them to DNS and NIS netgroups for NFS access.</li>
+</ul>
+<p><strong>Known issues</strong></p>
+<ul>
+ <li>No mass import of user account data in GOsa (ldif or csv)
+ available yet (698840).</li>
+ <li>Artwork not enabled for all desktops.</li>
+</ul>
+<p><strong>Where to get it</strong></p>
+
+<p>To download the multiarch netinstall CD release you can use</p>
+<ul>
+ <li><a href="ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso</a></li>
+ <li><a href="http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso</a></li>
+ <li>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso .</li>
+</ul>
+
+<p>The MD5SUM of this image is: 2b161a99d2a848c376d8d04e3854e30c
+<br>The SHA1SUM of this image is: 498922e9c508c0a7ee9dbe1dfe5bf830d779c3c8</p>
+
+<p>To download the multiarch USB stick ISO release you can use</p>
+<ul>
+ <li><a href="ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso</a></li>
+ <li><a href="http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso</a></li>
+ <li>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso .</li>
+</ul>
+
+<p>The MD5SUM of this image is: 25e808e403a4c15dbef1d13c37d572ac
+<br>The SHA1SUM of this image is: 15ecfc93eb6b4f453b7eb0bc04b6a279262d9721</p>
+
+<p><strong>How to report bugs</strong></p>
+
+<p><a href="http://wiki.debian.org/DebianEdu/HowTo/ReportBugs">http://wiki.debian.org/DebianEdu/HowTo/ReportBugs</a></p>
</div>
<div class="tags">
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
+ 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 class="padding"></div>
<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Change_the_font__save_the_world__and_save_some_money_in_the_process_.html">Change the font, save the world (and save some money in the process)</a></div>
- <div class="date">26th March 2013</div>
- <div class="body"><p>Would you like to help the environment and save money at the same
-time, without much sacrifice? A small step could be to change the
-font you use when printing.</p>
-
-<p>Three years ago,
-<a href="http://arstechnica.com/business/2010/04/last-year-printer-comparison-website/">Ars
-Technica</a> reported how the University of Wisconsin-Green Bay
-changed their default front from
-<a href="http://en.wikipedia.org/wiki/Arial">Arial</a> to
-<a href="http://en.wikipedia.org/wiki/Century_Gothic">Century
-Gothic</a> to save money. The Century Gothic font uses 30% less toner
-than Arial to print the same text. In other word, you could cut your
-toner costs by 30% (or actually, increase your toner supply life time
-by more than 30%), by simply changing the default font used in your
-prints.</p>
-
-<p>But it is not quite obvious how much one will save by switching.
-The University of Wisconsin-Green Bay said it used $100,000 per year
-on ink and toner cartridges, according to
-<a href="http://www.twincities.com/ci_14833097">a report from
-TwinCities.com</a>, and expected to save between $5,000 and $10,000
-per year by asking staff and students to use a different font. Not
-all PDFs and documents are created internally, and those from external
-sources will most likely still use a different font. Also, the
-Century Gothic font is slightly wider than Arial, and thus might use
-more sheets of paper to print the same text, so the total saving
-depend on the documents printed.</p>
-
-<p>But it is definitely something to consider, if you want to reduce
-the amount of trash, decrease the amount of toner used in the world,
-and save some money in the process.</p>
-
-<p>Update 2013-04-10: If you want to know how much ink/toner could be
-saved when switching between fonts, Inkfarm got a
-<a href="http://www.inkfarm.com/What-the-Font">service to calculate the
-difference between font pairs</a>. They also
-<a href="http://www.inkfarm.com/Recommended-Ink-Saving-Fonts---">recommend
-which fonts to use</a> to save ink. Check it out. :) While updating
-this blog post, I also came across a blog post from InkCloners,
-<a href="http://inkcloners.com/blog/ink-cartridges/change-fonts-to-save-ink-costs/">listing
-the fonts they recommend</a>, with Centory Gothic at the top.</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Automatically_locate_and_install_required_firmware_packages_on_Debian__Isenkram_0_4_.html">Automatically locate and install required firmware packages on Debian (Isenkram 0.4)</a></div>
+ <div class="date">25th June 2013</div>
+ <div class="body"><p>It annoys me when the computer fail to do automatically what it is
+perfectly capable of, and I have to do it manually to get things
+working. One such task is to find out what firmware packages are
+needed to get the hardware on my computer working. Most often this
+affect the wifi card, but some times it even affect the RAID
+controller or the ethernet card. Today I pushed version 0.4 of the
+<a href="http://packages.qa.debian.org/isenkram">Isenkram package</a>
+including a new script isenkram-autoinstall-firmware handling the
+process of asking all the loaded kernel modules what firmware files
+they want, find debian packages providing these files and install the
+debian packages. Here is a test run on my laptop:</p>
+
+<p><pre>
+# isenkram-autoinstall-firmware
+info: kernel drivers requested extra firmware: ipw2200-bss.fw ipw2200-ibss.fw ipw2200-sniffer.fw
+info: fetching http://http.debian.net/debian/dists/squeeze/Contents-i386.gz
+info: locating packages with the requested firmware files
+info: Updating APT sources after adding non-free APT source
+info: trying to install firmware-ipw2x00
+firmware-ipw2x00
+firmware-ipw2x00
+Preconfiguring packages ...
+Selecting previously deselected package firmware-ipw2x00.
+(Reading database ... 259727 files and directories currently installed.)
+Unpacking firmware-ipw2x00 (from .../firmware-ipw2x00_0.28+squeeze1_all.deb) ...
+Setting up firmware-ipw2x00 (0.28+squeeze1) ...
+#
+</pre></p>
+
+<p>When all the requested firmware is present, a simple message is
+printed instead:</p>
+
+<p><pre>
+# isenkram-autoinstall-firmware
+info: did not find any firmware files requested by loaded kernel modules. exiting
+#
+</pre></p>
+
+<p>It could use some polish, but it is already working well and saving
+me some time when setting up new machines. :)</p>
+
+<p>So, how does it work? It look at the set of currently loaded
+kernel modules, and look up each one of them using modinfo, to find
+the firmware files listed in the module meta-information. Next, it
+download the Contents file from a nearby APT mirror, and search for
+the firmware files in this file to locate the package with the
+requested firmware file. If the package is in the non-free section, a
+non-free APT source is added and the package is installed using
+<tt>apt-get install</tt>. The end result is a slightly better working
+machine.</p>
+
+<p>I hope someone find time to implement a more polished version of
+this script as part of the hw-detect debian-installer module, to
+finally fix <a href="http://bugs.debian.org/655507">BTS report
+#655507</a>. There really is no need to insert USB sticks with
+firmware during a PXE install when the packages already are available
+from the nearby Debian mirror.</p>
</div>
<div class="tags">
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
+ 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>.
</div>
<div class="padding"></div>
<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Typesetting_a_short_story_using_docbook_for_PDF__HTML_and_EPUB.html">Typesetting a short story using docbook for PDF, HTML and EPUB</a></div>
- <div class="date">24th March 2013</div>
- <div class="body"><p>A few days ago, during a discussion in
-<a href="http://www.efn.no/">EFN</a> about interesting books to read
-about copyright and the data retention directive, a suggestion to read
-the 1968 short story Kodémus by
-<a href="http://web2.gyldendal.no/toraage/">Tore Åge Bringsværd</a>
-came up. The text was only available in old paper books, and thus not
-easily available for current and future generations. Some of the
-people participating in the discussion contacted the author, and
-reported back 2013-03-19 that the author was OK with releasing the
-short story using a <a href="http://www.creativecommons.org/">Creative
-Commons</a> license. The text was quickly scanned and OCR-ed, and we
-were ready to start on the editing and typesetting.</p>
-
-<p>As I already had some experience formatting text in my project to
-provide a Norwegian version of the Free Culture book by Lawrence
-Lessig, I chipped in and set up a
-<a href="http://www.docbook.org/">DocBook</a> processing framework to
-generate PDF, HTML and EPUB version of the short story. The tools to
-transform DocBook to different formats are already in my Linux
-distribution of choice, <a href="http://www.debian.org/">Debian</a>, so
-all I had to do was to use the
-<a href="http://dblatex.sourceforge.net/">dblatex</a>,
-<a href="http://docbook.sourceforge.net/release/xsl/current/epub/README">dbtoepub</a>
-and <a href="https://fedorahosted.org/xmlto/">xmlto</a> tools to do the
-conversion. After a few days, we decided to replace dblatex with
-xsltproc/fop (aka
-<a href="http://wiki.docbook.org/DocBookXslStylesheets">docbook-xsl</a>),
-to get the copyright information to show up in the PDF and to get a
-nicer <variablelist> typesetting, but that is just a minor
-technical detail.</p>
-
-<p>There were a few challenges, of course. We want to typeset the
-short story to look like the original, and that require fairly good
-control over the layout. The original short story have three
-parts/scenes separated by a single horizontally centred star (*), and
-the paragraphs do not contain only flowing text, but dialogs and text
-that started on a new line in the middle of the paragraph.</p>
-
-<p>I initially solved the first challenge by using a paragraph with a
-single star in it, ie <para>*</para>, but it made sure a
-placeholder indicated where the scene shifted. This did not look too
-good without the centring. The next approach was to create a new
-preprocessor directive <?newscene?>, mapping to "<hr/>"
-for HTML and "<fo:block text-align="center"><fo:leader
-leader-pattern="rule" rule-thickness="0.5pt"/></fo:block>"
-for FO/PDF output (did not try to implement this in dblatex, as we had
-switched at this time). The HTML XSL file looked like this:</p>
-
-<p><blockquote><pre>
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
- <xsl:template match="processing-instruction('newscene')">
- <hr/>
- </xsl:template>
-</xsl:stylesheet>
-</pre></blockquote></p>
-
-<p>And the FO/PDF XSL file looked like this:</p>
-
-<p><blockquote><pre>
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
- <xsl:template match="processing-instruction('newscene')">
- <fo:block text-align="center">
- <fo:leader leader-pattern="rule" rule-thickness="0.5pt"/>
- </fo:block>
- </xsl:template>
-</xsl:stylesheet>
-</pre></blockquote></p>
-
-<p>Finally, I came across the <bridgehead> tag, which seem to be
-a good fit for the task at hand, and I replaced <?newscene?>
-with <bridgehead>*</bridgehead>. It isn't centred, but we
-can fix it with some XSL rule if the current visual layout isn't
-enough.</p>
-
-<p>I did not find a good DocBook compliant way to solve the
-linebreak/paragraph challenge, so I ended up creating a new processor
-directive <?linebreak?>, mapping to <br/> in HTML, and
-<fo:block/> in FO/PDF. I suspect there are better ways to do
-this, and welcome ideas and patches on github. The HTML XSL file now
-look like this:</p>
-
-<p><blockquote><pre>
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
- <xsl:template match="processing-instruction('linebreak)">
- <br/>
- </xsl:template>
-</xsl:stylesheet>
-</pre></blockquote></p>
-
-<p>And the FO/PDF XSL file looked like this:</p>
-
-<p><blockquote><pre>
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'
- xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <xsl:template match="processing-instruction('linebreak)">
- <fo:block/>
- </xsl:template>
-</xsl:stylesheet>
-</pre></blockquote></p>
-
-<p>One unsolved challenge is our wish to expose different ISBN numbers
-per publication format, while keeping all of them in some conditional
-structure in the DocBook source. No idea how to do this, so we ended
-up listing all the ISBN numbers next to their format in the colophon
-page.</p>
-
-<p>If you want to check out the finished result, check out the
-<a href="https://github.com/sickel/kodemus">source repository at
-github</a>
-(<a href="https://github.com/EFN/kodemus">future/new/official
-repository</a>). We expect it to be ready and announced in a few
-days.</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/The_value_of_a_good_distro_wide_test_suite___.html">The value of a good distro wide test suite...</a></div>
+ <div class="date">22nd June 2013</div>
+ <div class="body"><p>In the <a href="http://www.skolelinux.org/">Debian Edu /
+Skolelinux</a> project, we include a post-installation test suite,
+which check that services are running, working, and return the
+expected results. It runs automatically just after the first boot on
+test installations (using test ISOs), but not on production
+installations (using non-test ISOs). It test that the LDAP service is
+operating, Kerberos is responding, DNS is replying, file systems are
+online resizable, etc, etc. And it check that the PXE service is
+configured, which is the topic of this post.</p>
+
+<p>The last week I've fixed the DVD and USB stick ISOs for our Debian
+Edu Wheezy release. These ISOs are supposed to be able to install a
+complete system without any Internet connection, but for that to
+happen all the needed packages need to be on them. Thanks to our test
+suite, I discovered that we had forgotten to adjust our PXE setup to
+cope with the new names and paths used by the netboot d-i packages.
+When Internet connectivity was available, the installer fall back to
+using wget to fetch d-i boot images, but when offline it require
+working packages to get it working. And ad the packages changed name
+from debian-installer-6.0-netboot-$arch to
+debian-installer-7.0-netboot-$arch, we no longer pulled in the
+packages during installation. Without our test suite, I suspect we
+would never have discovered this before release. Now it is fixed
+right after we got the ISOs operational.</p>
+
+<p>Another by-product of the test suite is that we can ask system
+administrators with problems getting Debian Edu to work, to run the
+test suite using <tt>/usr/sbin/debian-edu-test-install</tt> and see if
+any errors are detected. This usually pinpoint the subsystem causing
+the problem.</p>
+
+<p>If you want to help us help kids learn how to share and create,
+please join us on
+<a href="irc://irc.debian.org/%23debian-edu">#debian-edu on
+irc.debian.org</a> and the
+<a href="http://lists.debian.org/debian-edu/">debian-edu@</a> mailing
+list.</p>
</div>
<div class="tags">
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
+ 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 class="padding"></div>
<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Regjeringen__FAD_og_DIFI_g_r_inn_for___fjerne_ODF_som_obligatorisk_standard_i_det_offentlige.html">Regjeringen, FAD og DIFI går inn for å fjerne ODF som obligatorisk standard i det offentlige</a></div>
- <div class="date">18th March 2013</div>
- <div class="body"><p>I
-<a href="http://standard.difi.no/hoyring/forslag-om-endring-av-forskrift-om-it-standarder-i-offentlig-forvaltning">siste
-høring</a> om
-<a href="http://standard.difi.no/forvaltningsstandarder">referansekatalogen
-for IT-standarder i offentlig sektor</a>, med høringsfrist 2012-09-30
-(DIFI-sak 2012/498), ble det foreslått å fjerne ODF som obligatorisk
-standard når en publiserte dokumenter som skulle kunne redigeres
-videre av mottaker. NUUG og andre protesterte på forslaget, som er et
-langt steg tilbake når det gjelder å sikre like rettigheter for alle
-når en kommuniserer med det offentlige. For noen dager siden ble jeg
-oppmerksom på at Direktoratet for forvaltning og IKT (DIFI) og
-Fornyings-,administrasjons- og kirkedepartementet (FAD) har
-konkludert, og oversendt forslag til regjeringen i saken. FADs
-dokument
-<a href="http://www.oep.no/search/result.html?period=none&descType=both&caseNumber=2012%2F2168&senderType=both&documentType=all&list2=94&searchType=advanced&Search=S%C3%B8k+i+journaler">2012/2168</a>-8,
-«Utkast til endring av standardiseringsforskriften» datert 2013-02-06
-har følgende triste oppsummering fra høringen i saken:</p>
-
-<p><blockquote>
-Det kom noen innvendinger på forslaget om å fjerne ODF som
-obligatorisk standard for redigerbare dokumenter. Innvendingene har
-ikke blitt ilagt avgjørende vekt.
-</blockquote></p>
-
-<p>Ved å fjerne ODF som obligatorisk format ved publisering av
-redigerbare dokumenter setter en Norge tiår tilbake. Det som vil skje
-er at offentlige etater går tilbake til kun å publisere dokumenter på
-et av de mange formatene til Microsoft Office, og alle som ikke
-aksepterer bruksvilkårene til Microsoft eller ikke har råd til å bruke
-penger på å få tilgang til Microsoft Office må igjen basere seg på
-verktøy fra utviklerne som er avhengig av å reversutvikle disse
-formatene. I og med at ISO-spesifikasjonen for OOXML ikke komplett og
-korrekt spesifiserer formatene til MS Office (men er nyttige å titte i
-når en reversutvikler), er en tilbake til en situasjon der en ikke har
-<a href="http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html">en
-fri og åpen standard</a> å forholde seg til, men i stedet må springe
-etter Microsoft. Alle andre leverandører enn Microsoft vil dermed ha
-en seriøs ulempe. Det er som å fjerne krav om bruk av meter som
-måleenhet, og heretter aksepterer alle måleenheter som like gyldige,
-når en vet at den mest brukte enheten vil være armlengden til Steve
-Ballmer slik Microsoft måler den.</p>
-
-<p>Jeg er ikke sikker på om forslaget er vedtatt av regjeringen ennå.
-Kristian Bergem hos DIFI nevnte på et møte forrige tirsdag at han
-trodde det var vedtatt i statsråd 8. mars, men jeg har ikke klart å
-finne en skriftlig kilde på regjeringen.no som bekrefter dette.
-Kanskje det ennå ikke er for sent...</p>
-
-<p>Jeg ba i forrige uke om innsyn i dokument 6, 7 og 8 i FAD-saken, og
-har i dag fått innsyn i dokument 7 og 8. Ble nektet innsyn i
-dokumentet med tittelen «Oppsummering av høring om endringer i
-forskrift om IT-standarder i offentlig forvaltning» med hjemmel i
-off. lovens §15.1, så det er vanskelig å vite hvordan argumentene fra
-høringen ble mottatt og forstått av saksbehandleren hos DIFI. Lurer
-på hvordan jeg kan klage på at jeg ikke fikk se oppsummeringen. Fikk
-tre PDFer tilsendt fra FAD,
-<a href="http://www.nuug.no/pub/offentliginnsyn/from-FAD/20130115%20Notat%20FAD%20-%20EHF.pdf%20(L)(889185).pdf">Endring av underversjon i EHF</a>,
-<a href="http://www.nuug.no/pub/offentliginnsyn/from-FAD/Bakgrunnsnotat%20knyttet%20til%20versjon%20av%20EHF%20standarden%20i%20Forskrift%20om%20IT-standarder%20i%20offentlig%20sektor.pdf">Bakgrunnsnotat knyttet til versjon av EHF standarden i Forskrift om IT-standarder i offentlig sektor</a> og
-<a href="http://www.nuug.no/pub/offentliginnsyn/from-FAD/Utkast%20Kongelig%20resolusjon.docx%20(L)(898064).pdf">Utkast til endring av standardiseringsforskriften</a>, hvis du vil ta en titt.</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Victor_Ni_u.html">Debian Edu interview: Victor Nițu</a></div>
+ <div class="date">17th June 2013</div>
+ <div class="body"><p>The <a href="http://www.skolelinux.org/">Debian Edu and
+Skolelinux</a> distribution have users and contributors all around the
+globe. And a while back, an enterprising young man showed up on
+<a href="irc://irc.debian.org/%23debian-edu">our IRC channel
+#debian-edu</a> and started asking questions about how Debian Edu
+worked. We answered as good as we could, and even convinced him to
+help us with translations. And today I managed to get an interview
+with him, to learn more about him.</p>
+
+<p><strong>Who are you, and how do you spend your days?</strong></p>
+
+<p>I'm a 25 year old free software enthusiast, living in Romania,
+which is also my country of origin. Back in 2009, at a New Year's Eve
+party, I had a very nice <strike>beer</strike> discussion with a
+friend, when we realized we have no organised Debian community in our
+country. A few days later, we put together the infrastructure for such
+community and even gathered a nice Debian-ish crowd. Since then, I
+began my quest as a free software hacker and activist and I am
+constantly trying to cover as much ground as possible on that
+field.</p>
+
+<p>A few years ago I founded a small web development company, which
+provided me the flexible schedule I needed so much for my
+activities. For the last 13 months, I have been the Technical Director
+of <a href="http://ceata.org/">Fundația Ceata</a>, which is a free
+software activist organisation endorsed by the FSF and the FSFE, and
+the only one we have in our country.</p>
+
+<p><strong>How did you get in contact with the Skolelinux / Debian Edu
+project?</strong></p>
+
+<p>The idea of participating in the Debian Edu project was a surprise
+even to me, since I never used it before I began getting involved in
+it. This year I had a great opportunity to deliver a talk on
+educational software, and I knew immediately where to look. It was a
+love at first sight, since I was previously involved with some of the
+technologies the project incorporates, and I rapidly found a lot of
+ways to contribute.</p>
+
+<p>My first contributions consisted in translating the installer and
+configuration dialogs, then I found some bugs to squash (I still
+haven't fixed them yet though), and I even got my eyes on some other
+areas where I can prove myself helpful. Since the appetite for free
+software in my country is pretty low, I'll be happy to be the first
+one around here advocating for the project's adoption in educational
+environments, and maybe even get my hands dirty in creating a flavour
+for our own needs. I am not used to make very advanced plannings, so
+from now on, time will tell what I'll be doing next, but I think I
+have a pretty consistent starting point.</p>
+
+<p><strong>What do you see as the advantages of Skolelinux/Debian
+Edu?</strong></p>
+
+<p>Not a long time ago, I was in the position of configuring and
+maintaining a LDAP server on some Debian derivative, and I must say it
+took me a while. A long time ago, I was maintaining a bigger
+Samba-powered infrastructure, and I must say I spent quite a lot of
+time on it. I have similar stories about many of the services included
+with Skolelinux, and the main advantage I see about it is the
+out-of-the box availability of them, making it quite competitive when
+it comes to managing a school's network, for example.</p>
+
+<p>Of course, there is more to say about Skolelinux than the
+availability of the software included, its flexibility in various
+scenarios is something I can't wait to experiment "into the wild" (I
+only played with virtual machines so far). And I am sure there is a
+lot more I haven't discovered yet about it, being so new within the
+project.</p>
+
+<p><strong>What do you see as the disadvantages of Skolelinux / Debian
+Edu?</strong></p>
+
+<p>As usual, when it comes to Debian Blends, I see as the biggest
+disadvantage the lack of a numerous team dedicated to the
+project. Every day I see the same names in the changelogs, and I have
+a constantly fear of the bus factor in this story. I'd like to see
+Debian Edu advertised more as an entry point into the Debian
+ecosystem, especially amongst newcomers and students. IMHO there are a
+lot low-hanging fruits in terms of bug squashing, and enough
+opportunities to get the feeling of the Debian Project's dynamics. Not
+to mention it's a very fun blend to work on!</p>
+
+<p>Derived from the previous statement, is the delay in catching up
+with the main Debian release and documentation. This is common though
+to all blends and derivatives, but it's an issue we can all work
+on.</p>
+
+<p><strong>Which free software do you use daily?</strong></p>
+
+<p>I can hardly imagine myself spending a day without Vim, since my
+daily routine covers writing code and hacking configuration files. I
+am a fan of the Awesome window manager (but I also like the
+Enlightenment project a lot!),
+<a href="http://www.claws-mail.org/">Claws Mail</a> due to its ease of
+use and very configurable behaviour. Recently I fell in love with
+<a href="https://launchpad.net/redshift">Redshift</a>, which helps me
+get through the night without headaches. Of course, there is much more
+stuff in this bag, but I'll need a blog on my own for doing this!</p>
+
+<p><strong>Which strategy do you believe is the right one to use to
+get schools to use free software?</strong></p>
+
+<p>Well, on this field, I cannot do much more than experiment right
+now. So, being far from having a recipe for success, I can only assume
+that:</p>
+
+<ul>
+
+<li>schools would like to get rid of proprietary software</li>
+
+<li>students will love the openness of the system, and will want to
+ experiment with it - maybe we need to harvest the native curiosity
+ of teenagers more?</li>
+
+<li>there is no "right one" when it comes to strategies, but it would
+ be useful to have some success stories published somewhere, so
+ other can get some inspiration from them (I know I'd promote
+ them!)</li>
+
+<li>more active promotion - talks, conferences, even small school
+ lectures can do magical things if they encounter at least one
+ person interested. Who knows who that person might be? ;-)</li>
+
+</ul>
+
+<p>I also see some problems in getting Skolelinux into schools; for
+example, in our country we have a great deal of corruption issues, so
+it might be hard(er) to fight against proprietary solutions. Also,
+people who relied on commercial software for all their lives, would be
+very hard to convert against their will.</p>
</div>
<div class="tags">
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
+ 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 class="padding"></div>
<div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html">Skolelinux 6 got a video review from Pcwizz</a></div>
- <div class="date">17th March 2013</div>
- <div class="body"><p>Via
-<a href="https://twitter.com/pcwizz/status/313044373262716930">twitter</a>
-I just discovered that <a href="http://pcwizz.net/">Pcwizz</a> have
-done a <a href="http://www.youtube.com/watch?v=wPzTZ61Pcuc">video
-review</a> on Youtube of <a href="http://www.skolelinux.org/">Skolelinux
-/ Debian Edu</a> version 6. He installed the standalone profile and
-the video show a walk-through of of the menu content, demonstration of
-a few programs and his view of our distribution.</p>
-
-<p>There is also some really nice quotes (transcribed by me, might
-have heard wrong). While looking thought the Graphics menu:</p>
-
-<blockquote>
-"Basically everything you ever need in a school environment."
-</blockquote>
-
-<p>And as a general evaluation of the entire distribution:</p>
-
-<blockquote>
-"So, yeah, a bit bloated. It kept all the Debian stuff in there, just
-to keep it nice and GNU. So, I do not want to go on about it, but
-lets give it 7 out of 10. I am not going to use it. That is because
-I am not deploying a school network. There may be some mythical
-feature to help you deploy Skolelinux on a school network."
-</blockquote>
-
-<p>To bad he did not test the server profile, and discovered the PXE
-installation option. It make it possible to install only the main
-server from CD, and the rest of the machines via the net, and might be
-considered the mythical feature he talk about. :)</p>
-
-<p>While looking through the menus, there is also this funny comment
-about the part of the K menu generated from the Debian menu subsystem:
-
-<blockquote>
-"[The K menu] have a special Debian section for software that no-one
-is going to look at, because it contain lots of junky stuff that you
-actually don't need in the education distribution, but have just been
-included because it isn't stripped out for some reason."
-</blockquote>
-
-<p>I guess it is yet another argument for merging the Debian menu and
-Gnome/KDE desktop menu entries into
-<a href="http://wiki.debian.org/Proposals/DebianMenuUsingDesktopEntries">one
-consistent menu system</a> instead of two incomplete and partly
-inconsistent menu systems.</p>
-
-<p>The entire video is available below for those accepting iframe
-embedding:</p>
-
-<iframe width="560" height="315" src="http://www.youtube.com/embed/wPzTZ61Pcuc" frameborder="0" allowfullscreen></iframe>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jonathan_Carter.html">Debian Edu interview: Jonathan Carter</a></div>
+ <div class="date">12th June 2013</div>
+ <div class="body"><p>There is a certain cross-over between the
+<a href="http://www.skolelinux.org/">Debian Edu / Skolelinux
+project</a> and <a href="http://www.edubuntu.org/">the Edubuntu
+project</a>, and for example the LTSP packages in Debian are a joint
+effort between the projects. One person with a foot in both camps is
+Jonathan Carter, which I am now happy to present to you.</p>
+
+<p><strong>Who are you, and how do you spend your days?</strong></p>
+
+<p>I'm a South-African free software geek who lives in Cape Town. My
+days vary quite a bit since I'm involved in too many things. As I'm
+getting older I'm learning how to focus a bit more :)</p>
+
+<p>I'm also an Edubuntu contributor and I love when there are
+opportunities for the Edubuntu and Debian Edu projects to benefit from
+each other.</p>
+
+<p><strong>How did you get in contact with the Skolelinux / Debian Edu
+project?</strong></p>
+
+<p>I've been somewhat familiar with the project before, but I think my
+first direct exposure to the project was when I met Petter
+[Reinholdtsen] and Knut [Yrvin] at the Edubuntu summit in 2005 in
+London. They provided great feedback that helped the bootstrapping of
+Edubuntu. Back then Edubuntu (and even Ubuntu) was still very new and
+it was great getting input from people who have been around longer. I
+was also still very excitable and said yes to everything and to this
+day I have a big todo list backlog that I'm catching up with. I think
+over the years the relationship between Edubuntu and Debian-Edu has
+been gradually improving, although I think there's a lot that we could
+still improve on in terms of working together on packages. I'm sure
+we'll get there one day.</p>
+
+<p><strong>What do you see as the advantages of Skolelinux / Debian
+Edu?</strong></p>
+
+<p>Debian itself already has so many advantages. I could go on about
+it for pages, but in essence I love that it's a very honest project
+that puts its users first with no hidden agendas and also produces
+very high quality work.</p>
+
+<p>I think the advantage of Debian Edu is that it makes many common
+set-up tasks simpler so that administrators can get up and running
+with a lot less effort and frustration. At the same time I think it
+helps to standardise installations in schools so that it's easier for
+community members and commercial suppliers to support.</p>
+
+<p><strong>What do you see as the disadvantages of Skolelinux / Debian
+Edu?</strong></p>
+
+<p>I had to re-type this one a few times because I'm trying to
+separate "disadvantages" from "areas that need improvement" (which is
+what I originally rambled on about)</p>
+
+<p>The biggest disadvantage I can think of is lack of manpower. The
+project could do so much more if there were more good contributors. I
+think some of the problems are external too. Free software and free
+content in education is a no-brainer but it takes some time to catch
+on. When you've been working with the same proprietary eco-system for
+years and have gotten used to it, it can be hard to adjust to some
+concepts in the free software world. It would be nice if there were
+more Debian Edu consultants across the world. I'd love to be one
+myself but I'm already so over-committed that it's just not possible
+currently.</p>
+
+<p>I think the best short-term solution to that large-scale problem is
+for schools to be pro-active and share their experiences and grow
+their skills in-house. I'm often saddened to see how much money
+educational institutions spend on 3rd party solutions that they don't
+have access to after the service has ended and they could've gotten so
+much more value otherwise by being more self-sustainable and
+autonomous.</p>
+
+<p><strong>Which free software do you use daily?</strong></p>
+
+<p>My main laptop dual-boots between Debian and Windows 7. I was
+Windows free for years but started dual-booting again last year for
+some games which help me focus and relax (Starcraft II in
+particular). Gaming support on Linux is improving in leaps and bounds
+so I suppose I'll soon be able to regain that disk space :)</p>
+
+<p>Besides that I rely on Icedove, Chromium, Terminator, Byobu, irssi,
+git, Tomboy, KVM, VLC and LibreOffice. Recently I've been torn on
+which desktop environment I like and I'm taking some refuge in Xfce
+while I figure that out. I like tools that keep things simple. I enjoy
+Python and shell scripting. I went to an Arduino workshop recently and
+it was awesome seeing how easy and simple the IDE software was to get
+up and running in Debian compared to the users running Windows and OS
+X.</p>
+
+<p>I also use mc which some people frown upon slightly. I got used to
+using Norton Commander in the early 90's and it stuck (I think the
+people who sneer at it is just jealous that they don't know how to use
+it :p)
+
+<p><strong>Which strategy do you believe is the right one to use to
+get schools to use free software?</strong></p>
+
+<p>I think trying to force it is unproductive. I also think that in
+many cases it's appropriate for schools to use non-free systems and I
+don't think that there's any particular moral or ethical problem with
+that.</p>
+
+<p>I do think though that free software can already solve so so many
+problems in educational institutions and it's just a shame not taking
+advantage of that.</p>
+
+<p>I also think that some curricula need serious review. For example,
+some areas of the world rely heavily on very specific versions of MS
+Office, teaching students to parrot menu items instead of learning the
+general concepts. I think that's very unproductive because firstly, MS
+Office's interface changes drastically every few years and on top of
+that it also locks in a generation to a product that might not be the
+best solution for them.</p>
+
+<p>To answer your question, I believe that the right strategy is to
+educate and inform, giving someone the information they require to
+make a decision that would work for them.</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/video">video</a>.
+ 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>
<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (5)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/07/">July (6)</a></li>
</ul></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (71)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (83)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (122)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (137)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (187)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (209)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (21)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (11)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (33)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (37)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (6)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (7)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (18)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (25)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (230)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (234)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (151)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (153)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (7)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (8)</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/rfid">rfid (2)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (6)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (7)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (42)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (43)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>