]> pere.pagekite.me Git - homepage.git/blob - blog/tags/debian edu/debian edu.rss
a2e17aa0d634869c4f9d405258d1f8711b096091
[homepage.git] / blog / tags / debian edu / debian edu.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries tagged debian edu</title>
5 <description>Entries tagged debian edu</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>From English wiki to translated PDF and epub via Docbook</title>
11 <link>http://people.skolelinux.org/pere/blog/From_English_wiki_to_translated_PDF_and_epub_via_Docbook.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/From_English_wiki_to_translated_PDF_and_epub_via_Docbook.html</guid>
13 <pubDate>Tue, 17 Jun 2014 11:30:00 +0200</pubDate>
14 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
15 project&lt;/a&gt; provide an instruction manual for teachers, system
16 administrators and other users that contain useful tips for setting up
17 and maintaining a Debian Edu installation. This text is about how the
18 text processing of this manual is handled in the project.&lt;/p&gt;
19
20 &lt;p&gt;One goal of the project is to provide information in the native
21 language of its users, and for this we need to handle translations.
22 But we also want to make sure each language contain the same
23 information, so for this we need a good way to keep the translations
24 in sync. And we want it to be easy for our users to improve the
25 documentation, avoiding the need to learn special formats or tools to
26 contribute, and the obvious way to do this is to make it possible to
27 edit the documentation using a web browser. We also want it to be
28 easy for translators to keep the translation up to date, and give them
29 help in figuring out what need to be translated. Here is the list of
30 tools and the process we have found trying to reach all these
31 goals.&lt;/p&gt;
32
33 &lt;p&gt;We maintain the authoritative source of our manual in the
34 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/&quot;&gt;Debian
35 wiki&lt;/a&gt;, as several wiki pages written in English. It consist of one
36 front page with references to the different chapters, several pages
37 for each chapter, and finally one &quot;collection page&quot; gluing all the
38 chapters together into one large web page (aka
39 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/AllInOne&quot;&gt;the
40 AllInOne page&lt;/a&gt;). The AllInOne page is the one used for further
41 processing and translations. Thanks to the fact that the
42 &lt;a href=&quot;http://moinmo.in/&quot;&gt;MoinMoin&lt;/a&gt; installation on
43 wiki.debian.org support exporting pages in
44 &lt;a href=&quot;http://www.docbook.org/&quot;&gt;the Docbook format&lt;/a&gt;, we can fetch
45 the list of pages to export using the raw version of the AllInOne
46 page, loop over each of them to generate a Docbook XML version of the
47 manual. This process also download images and transform image
48 references to use the locally downloaded images. The generated
49 Docbook XML files are slightly broken, so some post-processing is done
50 using the &lt;tt&gt;documentation/scripts/get_manual&lt;/tt&gt; program, and the
51 result is a nice Docbook XML file (debian-edu-wheezy-manual.xml) and
52 a handfull of images. The XML file can now be used to generate PDF, HTML
53 and epub versions of the English manual. This is the basic step of
54 our process, making PDF (using dblatex), HTML (using xsltproc) and
55 epub (using dbtoepub) version from Docbook XML, and the resulting files
56 are placed in the debian-edu-doc-en binary package.&lt;/p&gt;
57
58 &lt;p&gt;But English documentation is not enough for us. We want translated
59 documentation too, and we want to make it easy for translators to
60 track the English original. For this we use the
61 &lt;a href=&quot;http://packages.qa.debian.org/p/poxml.html&quot;&gt;poxml&lt;/a&gt; package,
62 which allow us to transform the English Docbook XML file into a
63 translation file (a .pot file), usable with the normal gettext based
64 translation tools used by those translating free software. The pot
65 file is used to create and maintain translation files (several .po
66 files), which the translations update with the native language
67 translations of all titles, paragraphs and blocks of text in the
68 original. The next step is combining the original English Docbook XML
69 and the translation file (say debian-edu-wheezy-manual.nb.po), to
70 create a translated Docbook XML file (in this case
71 debian-edu-wheezy-manual.nb.xml). This translated (or partly
72 translated, if the translation is not complete) Docbook XML file can
73 then be used like the original to create a PDF, HTML and epub version
74 of the documentation.&lt;/p&gt;
75
76 &lt;p&gt;The translators use different tools to edit the .po files. We
77 recommend using
78 &lt;a href=&quot;http://www.kde.org/applications/development/lokalize/&quot;&gt;lokalize&lt;/a&gt;,
79 while some use emacs and vi, others can use web based editors like
80 &lt;a href=&quot;http://pootle.translatehouse.org/&quot;&gt;Poodle&lt;/a&gt; or
81 &lt;a href=&quot;https://www.transifex.com/&quot;&gt;Transifex&lt;/a&gt;. All we care about
82 is where the .po file end up, in our git repository. Updated
83 translations can either be committed directly to git, or submitted as
84 &lt;a href=&quot;https://bugs.debian.org/src:debian-edu-doc&quot;&gt;bug reports
85 against the debian-edu-doc package&lt;/a&gt;.&lt;/p&gt;
86
87 &lt;p&gt;One challenge is images, which both might need to be translated (if
88 they show translated user applications), and are needed in different
89 formats when creating PDF and HTML versions (epub is a HTML version in
90 this regard). For this we transform the original PNG images to the
91 needed density and format during build, and have a way to provide
92 translated images by storing translated versions in
93 images/$LANGUAGECODE/. I am a bit unsure about the details here. The
94 package maintainers know more.&lt;/p&gt;
95
96 &lt;p&gt;If you wonder what the result look like, we provide
97 &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/&quot;&gt;the content
98 of the documentation packages on the web&lt;/a&gt;. See for example the
99 &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/it/debian-edu-wheezy-manual.pdf&quot;&gt;Italian
100 PDF version&lt;/a&gt; or the
101 &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/de/debian-edu-wheezy-manual.html&quot;&gt;German
102 HTML version&lt;/a&gt;. We do not yet build the epub version by default,
103 but perhaps it will be done in the future.&lt;/p&gt;
104
105 &lt;p&gt;To learn more, check out
106 &lt;a href=&quot;http://packages.qa.debian.org/d/debian-edu-doc.html&quot;&gt;the
107 debian-edu-doc package&lt;/a&gt;,
108 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/&quot;&gt;the
109 manual on the wiki&lt;/a&gt; and
110 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/Translations&quot;&gt;the
111 translation instructions&lt;/a&gt; in the manual.&lt;/p&gt;
112 </description>
113 </item>
114
115 <item>
116 <title>Debian Edu interview: Roger Marsal</title>
117 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Roger_Marsal.html</link>
118 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Roger_Marsal.html</guid>
119 <pubDate>Sun, 30 Mar 2014 11:40:00 +0200</pubDate>
120 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
121 keep gaining new users. Some weeks ago, a person showed up on IRC,
122 &lt;a href=&quot;irc://irc.debian.org/#debian-edu&quot;&gt;#debian-edu&lt;/a&gt;, with a
123 wish to contribute, and I managed to get a interview with this great
124 contributor Roger Marsal to learn more about his background.&lt;/p&gt;
125
126 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
127
128 &lt;p&gt;My name is Roger Marsal, I&#39;m 27 years old (1986 generation) and I
129 live in Barcelona, Spain. I&#39;ve got a strong business background and I
130 work as a patrimony manager and as a real estate agent. Additionally,
131 I&#39;ve co-founded a British based tech company that is nowadays on the
132 last development phase of a new social networking concept.&lt;/p&gt;
133
134 &lt;p&gt;I&#39;m a Linux enthusiast that started its journey with Ubuntu four years
135 ago and have recently switched to Debian seeking rock solid stability
136 and as a necessary step to gain expertise.&lt;/p&gt;
137
138 &lt;p&gt;In a nutshell, I spend my days working and learning as much as I
139 can to face both my job, entrepreneur project and feed my Linux
140 hunger.&lt;/p&gt;
141
142 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
143 project?&lt;/strong&gt;&lt;/p&gt;
144
145 &lt;p&gt;I discovered the &lt;a href=&quot;http://www.ltsp.org/&quot;&gt;LTSP&lt;/a&gt; advantages
146 with &quot;Ubuntu 12.04 alternate install&quot; and after a year of use I
147 started looking for an alternative. Even though I highly value and
148 respect the Ubuntu project, I thought it was necessary for me to
149 change to a more robust and stable alternative. As far as I was using
150 Debian on my personal laptop I thought it would be fine to install
151 Debian and configure an LTSP server myself. Surprised, I discovered
152 that the Debian project also supported a kind of Edubuntu equivalent,
153 and after having some pain I obtained a Debian Edu network up and
154 running. I just loved it.&lt;/p&gt;
155
156 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
157 Edu?&lt;/strong&gt;&lt;/p&gt;
158
159 &lt;p&gt;I found a main advantage in that, once you know &quot;the tips and
160 tricks&quot;, a new installation just works out of the box. It&#39;s the most
161 complete alternative I&#39;ve found to create an LTSP network. All the
162 other distributions seems to be made of plastic, Debian Edu seems to
163 be made of steel.&lt;/p&gt;
164
165 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
166 Edu?&lt;/strong&gt;&lt;/p&gt;
167
168 &lt;p&gt;I found two main disadvantages.&lt;/p&gt;
169
170 &lt;p&gt;I&#39;m not an expert but I&#39;ve got notions and I had to spent a considerable
171 amount of time trying to bring up a standard network topology. I&#39;m quite
172 stubborn and I just worked until I did but I&#39;m sure many people with few
173 resources (not big schools, but academies for example) would have switched
174 or dropped.&lt;/p&gt;
175
176 &lt;p&gt;It&#39;s amazing how such a complex system like Debian Edu has achieved
177 this out-of-the-box state. Even though tweaking without breaking gets
178 more difficult, as more factors have to be considered. This can
179 discourage many people too.&lt;/p&gt;
180
181 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
182
183 &lt;p&gt;I use Debian, Firefox, Okular, Inkscape, LibreOffice and
184 Virtualbox.&lt;/p&gt;
185
186
187 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
188 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
189
190 &lt;p&gt;I don&#39;t think there is a need for a particular strategy. The free
191 attribute in both &quot;freedom&quot; and &quot;no price&quot; meanings is what will
192 really bring free software to schools. In my experience I can think of
193 the &lt;a href=&quot;http://www.r-project.org/&quot;&gt;&quot;R&quot; statistical language&lt;/a&gt;; a
194 few years a ago was an extremely nerd tool for university people.
195 Today it&#39;s being increasingly used to teach statistics at many
196 different level of studies. I believe free and open software will
197 increasingly gain popularity, but I&#39;m sure schools will be one of the
198 first scenarios where this will happen.&lt;/p&gt;
199 </description>
200 </item>
201
202 <item>
203 <title>How to add extra storage servers in Debian Edu / Skolelinux</title>
204 <link>http://people.skolelinux.org/pere/blog/How_to_add_extra_storage_servers_in_Debian_Edu___Skolelinux.html</link>
205 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_add_extra_storage_servers_in_Debian_Edu___Skolelinux.html</guid>
206 <pubDate>Wed, 12 Mar 2014 12:50:00 +0100</pubDate>
207 <description>&lt;p&gt;On larger sites, it is useful to use a dedicated storage server for
208 storing user home directories and data. The design for handling this
209 in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, is
210 to update the automount rules in LDAP and let the automount daemon on
211 the clients take care of the rest. I was reminded about the need to
212 document this better when one of the customers of
213 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt;, where I am
214 on the board of directors, asked about how to do this. The steps to
215 get this working are the following:&lt;/p&gt;
216
217 &lt;p&gt;&lt;ol&gt;
218
219 &lt;li&gt;Add new storage server in DNS. I use nas-server.intern as the
220 example host here.&lt;/li&gt;
221
222 &lt;li&gt;Add automoun LDAP information about this server in LDAP, to allow
223 all clients to automatically mount it on reqeust.&lt;/li&gt;
224
225 &lt;li&gt;Add the relevant entries in tjener.intern:/etc/fstab, because
226 tjener.intern do not use automount to avoid mounting loops.&lt;/li&gt;
227
228 &lt;/ol&gt;&lt;/p&gt;
229
230 &lt;p&gt;DNS entries are added in GOsa², and not described here. Follow the
231 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/GettingStarted&quot;&gt;instructions
232 in the manual&lt;/a&gt; (Machine Management with GOsa² in section Getting
233 started).&lt;/p&gt;
234
235 &lt;p&gt;Ensure that the NFS export points on the server are exported to the
236 relevant subnets or machines:&lt;/p&gt;
237
238 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
239 root@tjener:~# showmount -e nas-server
240 Export list for nas-server:
241 /storage 10.0.0.0/8
242 root@tjener:~#
243 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
244
245 &lt;p&gt;Here everything on the backbone network is granted access to the
246 /storage export. With NFSv3 it is slightly better to limit it to
247 netgroup membership or single IP addresses to have some limits on the
248 NFS access.&lt;/p&gt;
249
250 &lt;p&gt;The next step is to update LDAP. This can not be done using GOsa²,
251 because it lack a module for automount. Instead, use ldapvi and add
252 the required LDAP objects using an editor.&lt;/p&gt;
253
254 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
255 ldapvi --ldap-conf -ZD &#39;(cn=admin)&#39; -b ou=automount,dc=skole,dc=skolelinux,dc=no
256 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
257
258 &lt;p&gt;When the editor show up, add the following LDAP objects at the
259 bottom of the document. The &quot;/&amp;&quot; part in the last LDAP object is a
260 wild card matching everything the nas-server exports, removing the
261 need to list individual mount points in LDAP.&lt;/p&gt;
262
263 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
264 add cn=nas-server,ou=auto.skole,ou=automount,dc=skole,dc=skolelinux,dc=no
265 objectClass: automount
266 cn: nas-server
267 automountInformation: -fstype=autofs --timeout=60 ldap:ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
268
269 add ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
270 objectClass: top
271 objectClass: automountMap
272 ou: auto.nas-server
273
274 add cn=/,ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
275 objectClass: automount
276 cn: /
277 automountInformation: -fstype=nfs,tcp,rsize=32768,wsize=32768,rw,intr,hard,nodev,nosuid,noatime nas-server.intern:/&amp;
278 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
279
280 &lt;p&gt;The last step to remember is to mount the relevant mount points in
281 tjener.intern by adding them to /etc/fstab, creating the mount
282 directories using mkdir and running &quot;mount -a&quot; to mount them.&lt;/p&gt;
283
284 &lt;p&gt;When this is done, your users should be able to access the files on
285 the storage server directly by just visiting the
286 /tjener/nas-server/storage/ directory using any application on any
287 workstation, LTSP client or LTSP server.&lt;/p&gt;
288 </description>
289 </item>
290
291 <item>
292 <title>Debian Edu interview: Dominik George</title>
293 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Dominik_George.html</link>
294 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Dominik_George.html</guid>
295 <pubDate>Wed, 25 Dec 2013 13:40:00 +0100</pubDate>
296 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
297 project&lt;/a&gt; consist of both newcomers and old timers, and this time I
298 was able to get an interview with a newcomer in the project who showed
299 up on the IRC channel a few weeks ago to let us know about his
300 successful installation of Debian Edu Wheezy in his School. Say hello
301 to &lt;a href=&quot;https://www.ohloh.net/accounts/Natureshadow&quot;&gt;Dominik
302 George&lt;/a&gt;.&lt;/p&gt;
303
304 &lt;!-- http://www.dominik-george.de/images/foto.jpg --&gt;
305
306 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
307
308 &lt;p&gt;I am a 23 year-old student from Germany who has spent half of his
309 life with open source. In &quot;real life&quot;, I am, as already mentioned, a
310 student in the fields of Computer Science, Electrical Engineering,
311 Information Technologies and Anglistics. Due to my (only partially
312 voluntary) huge engagement in the open source world, these things are
313 a bit vacant right now however.&lt;/p&gt;
314
315 &lt;p&gt;I also have been working as a project teacher at a Gymasnium
316 (public school) for various years now. I took up that work some time
317 around 2005 when still attending that school myself and have continued
318 it until today. I also had been running the (kind of very advanced)
319 network of that school together with a team of very interested and
320 talented students in the age of 11 to 15 years, who took the chance to
321 learn a lot about open source and networking before I left the school
322 to help building another school&#39;s informational education concept from
323 scratch.&lt;/p&gt;
324
325 &lt;p&gt;That said, one might see me as a kind of &quot;glue&quot; between school kids
326 and the elderly of teachers as well as between the open source
327 ecosystem and the (even more complex) educational ecosystem.&lt;/p&gt;
328
329 &lt;p&gt;When I am not busy with open source or education, I like Geocaching
330 and cycling.&lt;/p&gt;
331
332 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
333 project?&lt;/strong&gt;&lt;/p&gt;
334
335 &lt;p&gt;I think that happened some time around 2009 when I first attended
336 &lt;a href=&quot;http://www.froscon.org&quot;&gt;FrOSCon&lt;/a&gt; and visited the project
337 booth. I think I wasn&#39;t too interested back then because I used to
338 have an attitude of disliking software that does too much stuff on its
339 own. Maybe I was too inexperienced to realise the upsides of an
340 &quot;out-of-the-box&quot; solution ;).&lt;/p&gt;
341
342 &lt;p&gt;The first time I actively talked to Skolelinux people was at
343 &lt;a href=&quot;http://www.openrheinruhr.de&quot;&gt;OpenRheinRuhr&lt;/a&gt; 2011 when the
344 BiscuIT project, a home-grewn software used by my school for various
345 really cool things from timetables and class contact lists to lunch
346 ordering, student ID card printing and project elections first got to
347 a stage where it could have been published. I asked the Skolelinux
348 guys running the booth if the project were interested in it and gave a
349 small demonstration, but there wasn&#39;t any real feedback and the guys
350 seemed rather uninterested.&lt;/p&gt;
351
352 &lt;p&gt;After I left the school where I developed the software, it got
353 mostly lost, but I am now reimplementing it for my new school. I have
354 reusability and compatibility in mind, and I hop there will be a new
355 basis for contributing it to the Skolelinux project ;)!&lt;/p&gt;
356
357 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
358 Edu?&lt;/strong&gt;&lt;/p&gt;
359
360 &lt;p&gt;The most important advantage seems to be that it &quot;just
361 works&quot;. After overcoming some minor (but still very annoying) glitches
362 in the installer, I got a fully functional, working school network,
363 without the month-long hassle I experienced when setting all that up
364 from scratch in earlier years. And above that, it rocked - I didn&#39;t
365 have any real hardware at hand, because the school was just founded
366 and has no money whatsoever, so I installed a combined server (main
367 server, terminal services and workstation) in a VM on my personal
368 notebook, bridging the LTSP network interface to the ethernet port,
369 and then PXE-booted the Windows notebooks that were lying around from
370 it. I could use 8 clients without any performance issues, by using a
371 tiny little VM on a tiny little notebook. I think that&#39;s enough to say
372 that it rocks!&lt;/p&gt;
373
374 &lt;p&gt;Secondly, there are marketing reasons. Life&#39;s bad, and so no
375 politician will ever permit a setup described as &quot;Debian, an universal
376 operating system, with some really cool educational tools&quot; while they
377 will be jsut fine with &quot;Skolelinux, a single-purpose solution for your
378 school network&quot;, even if both turn out to be the very same thing (yes,
379 this is unfair towards the Skolelinux project, and must not be taken
380 too seriously - you get the idea, anyway).&lt;/p&gt;
381
382 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
383 Edu?&lt;/strong&gt;&lt;/p&gt;
384
385 &lt;p&gt;I have not been involved with Skolelinux long enough to really
386 answer this question in a fair way. Thus, please allow me to put it in
387 other words: &quot;What do you expect from Skolelinux to keep liking it?&quot; I
388 can list a few points about that:&lt;/p&gt;
389
390 &lt;ul&gt;
391
392 &lt;li&gt;always strive to get all things integrated into Debian upstream
393 &lt;li&gt;be open to discussion about changes and the like, even with newcomers
394 &lt;li&gt;be helpful at being helpful ;)
395
396 &lt;/ul&gt;
397
398 &lt;p&gt;I&#39;m really sorry I cannot say much more about that :(!&lt;/p&gt;
399
400 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
401
402 &lt;p&gt;First of all, all software I use is free and open. I have abandoned
403 all non-free software (except for firmware on my darned phone) this
404 year.&lt;/p&gt;
405
406 &lt;p&gt;I run Debian GNU/Linux on all PC systems I use. On that, I mostly
407 run text tools. I use
408 &lt;a href=&quot;https://www.mirbsd.org/mksh.htm&quot;&gt;mksh&lt;/a&gt; as shell,
409 &lt;a href=&quot;https://www.mirbsd.org/jupp.htm&quot;&gt;jupp&lt;/a&gt; as very advanced
410 text editor (I even got the developer to help me write a script/macro
411 based full-featured student management software with the two),
412 &lt;a href=&quot;http://mcabber.com/&quot;&gt;mcabber&lt;/a&gt; for XMPP and
413 &lt;a href=&quot;http://www.irssi.org/&quot;&gt;irssi&lt;/a&gt; for IRC. For that overly
414 coloured world called the WWW, I use
415 &lt;a href=&quot;https://www.mozilla.org/en-US/firefox/new/&quot;&gt;Iceweasel
416 (Firefox)&lt;/a&gt;. Oh, and &lt;a href=&quot;http://www.mutt.org/&quot;&gt;mutt&lt;/a&gt; for
417 e-mail.&lt;/p&gt;
418
419 &lt;p&gt;However, while I am personally aware of the fact that text tools
420 are more efficient and powerful than anything else, I also use (or at
421 least operate) some tools that are suitable to bring open source to
422 kids. One of these things is &lt;a href=&quot;http://jappix.org/&quot;&gt;Jappix&lt;/a&gt;,
423 which I already introduced to some kids even before they got aware of
424 Facebook, making them see for themselves that they do not need
425 Facebook now ;).&lt;/p&gt;
426
427 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
428 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
429
430 &lt;p&gt;Well, that&#39;s a two-sided thing. One side is what I believe, and one
431 side is what I have experienced.&lt;/p&gt;
432
433 &lt;p&gt;I believe that the right strategy is showing them the benefits. But
434 that won&#39;t work out as long as the acceptance of free alternatives
435 grows globally. What I mean is that if all the kids are almost forced
436 to use Windows, Facebook, Skype, you name it at home, they will not
437 see why they would want to use alternatives at school. I have seen
438 students take seat in front of a fully-functional, modern Debian
439 desktop that could do anything their Windows at home could do, and
440 they jsut refused to use it because &quot;Linux sucks&quot;. It is something
441 that makes the council of our city spend around 600000 € to buy
442 software - not including hardware, mind you - for operating school
443 networks, and for installing a system that, as has been proved, does
444 not work. For those of you readers who are good at maths, have you
445 already found out how many lives could have been saved with that money
446 if we had instead used it to bring education to parts of the world
447 that need it? I have, and found it to be nothing less dramatic than
448 plain criminal.&lt;/p&gt;
449
450 &lt;p&gt;That said, the only feasible way appears to be the bottom up
451 method. We have to bring free software to kids and parents. I have
452 founded an association named
453 &lt;a href=&quot;https://www.teckids.org&quot;&gt;Teckids&lt;/a&gt; here in Germany that does
454 just that. We organise several events for kids and adolescents in the
455 area of free and open source software, for example the
456 &lt;a href=&quot;http://kids.froscon.org&quot;&gt;FrogLabs&lt;/a&gt;, which share staff with
457 Teckids and are the youth programme of
458 &lt;a href=&quot;http://www.froscon.org&quot;&gt;the Free and Open Source Software
459 Conference (FrOSCon)&lt;/a&gt;. We do a lot more than most other conferences
460 - this year, we first offered the FrogLabs as a holiday camp for kids
461 aged 10 to 16. It was a huge success, with approx. 30 kids taking part
462 and learning with and about free software through a whole weekend. All
463 of us had a lot of fun, and the results were really exciting.&lt;/p&gt;
464
465 &lt;p&gt;Apart from that, we are preparing a campaign that is supposed to bring
466 the message of free alternatives to stuff kids use every day to them and
467 their parents, e.g. the use of Jabber / Jappix instead of Facebook and
468 Skype. To make that possible, we are planning to get together a team of
469 clever kids who understand very well what their peers need and can bring
470 it across to them. So we will have a peer-driven network of adolescents
471 who teach each other and collect feedback from the community of minors.
472 We then take that feedback and our own experience to work closely with
473 open source projects, such as Skolelinux or Jappix, at improving their
474 software in a way that makes it more and more attractive for the target
475 group. At least I hope that we will have good cooperation with
476 Skolelinux in the future ;)!&lt;/p&gt;
477
478 &lt;p&gt;So in conclusion, what I believe is that, if it weren&#39;t for the world
479 being so bad, it should be very clear to the political decision makers
480 that the only way to go nowadays is free software for various reasons,
481 but I have learnt that the only way that seems to work is bottom up.&lt;/p&gt;
482
483 &lt;!--
484
485 &gt; * Who should be interviewed with this questions in the future?
486
487 That&#39;s probably the hardest question of them all, as I do not know the
488 community. However, I would be willing to do the following:
489
490 &lt;li&gt;Run an interview with a German headteacher who is very open to
491 free software, and also prefers it, but cannot really use it because
492 of the decision makers above;
493 &lt;li&gt;Run interviews with some kids, both with and without previous
494 knowledge about free software
495
496 If that is wanted, just let me know ;).
497
498 --&gt;
499 </description>
500 </item>
501
502 <item>
503 <title>Debian Edu interview: Klaus Knopper</title>
504 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Klaus_Knopper.html</link>
505 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Klaus_Knopper.html</guid>
506 <pubDate>Fri, 6 Dec 2013 09:50:00 +0100</pubDate>
507 <description>&lt;p&gt;It has been a while since I managed to publish the last interview,
508 but the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
509 Skolelinux&lt;/a&gt; community is still going strong, and yesterday we even
510 had a new school administrator show up on
511 &lt;a href=&quot;irc://irc.debian.org/#debian-edu&quot;&gt;#debian-edu&lt;/a&gt; to share
512 his success story with installing Debian Edu at their school. This
513 time I have been able to get some helpful comments from the creator of
514 Knoppix, Klaus Knopper, who was involved in a Skolelinux project in
515 Germany a few years ago.&lt;/p&gt;
516
517 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
518
519 &lt;p&gt;I am Klaus Knopper. I have a master degree in electrical
520 engineering, and is currently professor in information management at
521 the university of applied sciences Kaiserslautern / Germany and
522 freelance Open Source software developer and consultant.&lt;/p&gt;
523
524 &lt;p&gt;All of this is pretty much of the work I spend my days with. Apart
525 from teaching, I&#39;m also conducting some more or less experimental
526 projects like the &lt;a href=&quot;http://www.knoppix.org&quot;&gt;Knoppix GNU/Linux live
527 system&lt;/a&gt; (Debian-based like Skolelinux),
528 &lt;a href=&quot;http://www.knopper.net/knoppix-adriane/index-en.html&quot;&gt;ADRIANE&lt;/a&gt;
529 (a blind-friendly talking desktop system) and
530 &lt;a href=&quot;http://www.knopper.net/linbo/index-en.html&quot;&gt;LINBO&lt;/a&gt;
531 (Linux-based network boot console, a fast remote install and repair
532 system supporting various operating systems).&lt;/p&gt;
533
534 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
535 project?&lt;/strong&gt;&lt;/p&gt;
536
537 &lt;p&gt;The credit for this have to go to Kurt Gramlich, who is the German
538 coordinator for Skolelinux. We were looking for an all-in-one open
539 source community-supported distribution for schools, and Kurt
540 introduced us to Skolelinux for this purpose.&lt;/p&gt;
541
542 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
543 Edu?&lt;/strong&gt;&lt;/p&gt;
544
545 &lt;ul&gt;
546 &lt;li&gt;Quick installation,&lt;/li&gt;
547 &lt;li&gt;works (almost) out of the box,&lt;/li&gt;
548 &lt;li&gt;contains many useful software packages for teaching and learning,&lt;/li&gt;
549 &lt;li&gt;is a purely community-based distro and not controlled by a
550 single company,&lt;/li&gt;
551 &lt;li&gt;has a large number of supporters and teachers who share their
552 experience and problem solutions.&lt;/li&gt;
553 &lt;/ul&gt;
554
555 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
556 Edu?&lt;/strong&gt;&lt;/p&gt;
557
558 &lt;ul&gt;
559 &lt;li&gt;Skolelinux is - as we had to learn - not easily upgradable to
560 the next version. Opposed to its genuine Debian base, upgrading to
561 a new version means a full new installation from scratch to get it
562 working again reliably.
563
564 &lt;li&gt;Skolelinux is based on Debian/stable, and therefore always a
565 little outdated in terms of program versions compared to Edubuntu or
566 similar educational Linux distros, which rather use Debian/testing
567 as their base.
568
569 &lt;li&gt;Skolelinux has some very self-opinionated and stubborn default
570 configuration which in my opinion adds unnecessary complexity and is
571 not always suitable for a schools needs, the preset network
572 configuration is actually a core definition feature of Skolelinux
573 and not easy to change, so schools sometimes have to change their
574 network configuration to make it &quot;Skolelinux-compatible&quot;.
575
576 &lt;li&gt;Some proposed extensions, which were made available as
577 contribution, like secure examination mode and lecture material
578 distribution and collection, were not accepted into the mainline
579 Skolelinux development and are now not easy to maintain in the
580 future because of Skolelinux somewhat undeterministic update
581 schemes.&lt;/li&gt;
582
583 &lt;li&gt;Skolelinux has only a very tiny number of base developers
584 compared to Debian.&lt;/li&gt;
585
586 &lt;/ul&gt;
587
588 &lt;p&gt;For these reasons and experience from our project, I would now
589 rather consider using plain Debian for schools next time, until
590 Skolelinux is more closely integrated into Debian and becomes
591 upgradeable without reinstallation.&lt;/p&gt;
592
593 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
594
595 &lt;p&gt;GNU/Linux with LXDE desktop, bash for interactive dialog and
596 programming, texlive for documentation and correspondence,
597 occasionally LibreOffice for document format conversion. Various
598 programming languages for teaching.&lt;/p&gt;
599
600 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
601 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
602
603 &lt;p&gt;Strong arguments are&lt;/p&gt;
604
605 &lt;ul&gt;
606
607 &lt;li&gt;Knowledge is free, and so should be methods and tools for
608 teaching and learning.&lt;/li&gt;
609
610 &lt;li&gt;Students can learn with and use the same software at school, at
611 home, and at their working place without running into license or
612 conversion problems.&lt;/li&gt;
613
614 &lt;li&gt;Closed source or proprietary software hides knowledge rather
615 than exposing it, and proprietary software vendors try to bind
616 customers to certain products. But teachers need to teach
617 science, not products.&lt;/li&gt;
618
619 &lt;li&gt;If you have everything you for daily work as open source, what
620 would you need proprietary software for?&lt;/li&gt;
621
622 &lt;/ul&gt;
623 </description>
624 </item>
625
626 <item>
627 <title>Skolelinux / Debian Edu 7.1 install and overview video from Marcelo Salvador</title>
628 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html</link>
629 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html</guid>
630 <pubDate>Tue, 8 Oct 2013 17:10:00 +0200</pubDate>
631 <description>&lt;p&gt;The other day I was pleased and surprised to discover that Marcelo
632 Salvador had published a
633 &lt;a href=&quot;https://www.youtube.com/watch?v=w-GgpdqgLFc&quot;&gt;video on
634 Youtube&lt;/a&gt; showing how to install the standalone Debian Edu /
635 Skolelinux profile. This is the profile intended for use at home or
636 on laptops that should not be integrated into the provided network
637 services (no central home directory, no Kerberos / LDAP directory etc,
638 in other word a single user machine). The result is 11 minutes long,
639 and show some user applications (seem to be rather randomly picked).
640 Missed a few of my favorites like celestia, planets and chromium
641 showing the &lt;a href=&quot;http://www.zygotebody.com/&quot;&gt;Zygote Body 3D model
642 of the human body&lt;/a&gt;, but I guess he did not know about those or find
643 other programs more interesting. :) And the video do not show the
644 advantages I believe is one of the most valuable featuers in Debian
645 Edu, its central school server making it possible to run hundreds of
646 computers without hard drives by installing one central
647 &lt;a href=&quot;http://www.ltsp.org/&quot;&gt;LTSP server&lt;/a&gt;.&lt;/p&gt;
648
649 &lt;p&gt;Anyway, check out the video, embedded below and linked to above:&lt;/p&gt;
650
651 &lt;iframe width=&quot;420&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/w-GgpdqgLFc&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
652
653 &lt;p&gt;Are there other nice videos demonstrating Skolelinux? Please let
654 me know. :)&lt;/p&gt;
655 </description>
656 </item>
657
658 <item>
659 <title>Finally, Debian Edu Wheezy is released today!</title>
660 <link>http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html</link>
661 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html</guid>
662 <pubDate>Sun, 29 Sep 2013 10:20:00 +0200</pubDate>
663 <description>&lt;p&gt;A few hours ago, the announcement for the first stable release of
664 Debian Edu Wheezy went out from the Debian publicity team. The
665 complete announcement text can be found at
666 &lt;a href=&quot;http://www.debian.org/News/2013/20130928&quot;&gt;the Debian News
667 section&lt;/a&gt;, translated to several languages. Please check it out.&lt;/p&gt;
668
669 &lt;p&gt;There is one minor known problem that we will fix very soon. One
670 can not install a amd64 Thin Client Server using PXE, as the /var/
671 partition is too small. A workaround is to extend the partition (use
672 lvresize + resize2fs in tty 2 while installing).&lt;/p&gt;
673 </description>
674 </item>
675
676 <item>
677 <title>Third and probably last beta release of Debian Edu Wheezy</title>
678 <link>http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html</link>
679 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html</guid>
680 <pubDate>Mon, 16 Sep 2013 21:30:00 +0200</pubDate>
681 <description>&lt;p&gt;The third wheezy based beta release of Debian Edu was wrapped up
682 today. This is the release announcement from Holger Levsen:&lt;/p&gt;
683
684 &lt;blockquote&gt;
685 &lt;p&gt;Hi,&lt;/p&gt;
686
687 &lt;p&gt;it is my pleasure to announce the third beta release (beta 2 for
688 short) of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
689 Skolelinux&lt;/a&gt; based on Debian Wheezy!&lt;/p&gt;
690
691 &lt;p&gt;Please test these images extensivly, if no new problems are found
692 we plan to do this final Debian Edu Wheezy release this coming
693 weekend. We are not aware of any major problems or blockers in beta2,
694 if you find something, please notify us immediately!&lt;/p&gt;
695
696 &lt;p&gt;(More about the remaining steps for the Edu Wheezy release in
697 another mail to the edu list tonight or tomorrow...)&lt;/p&gt;
698
699 &lt;p&gt;Noteworthy changes and software updates for Debian Edu 7.1+edu0~b2
700 compared to beta1:&lt;/p&gt;
701
702 &lt;ul&gt;
703
704 &lt;li&gt;The KDE proxy setup has been adjusted to use the provided wpad.dat. This
705 also gets Chromium to use this proxy.&lt;/li&gt;
706 &lt;li&gt;Install kdepim-groupware with KDE desktops to make sure korganizer
707 understand ical/dav sources.&lt;/li&gt;
708 &lt;li&gt;Increased default maximum size of /var/spool/squid and /skole/backup on the
709 main server.&lt;/li&gt;
710 &lt;li&gt;A source DVD image containing all source packages is now available as well.&lt;/li&gt;
711 &lt;li&gt;Updates for chromium (29.0.1547.57-1~deb7u1), imagemagick
712 (6.7.7.10-5+deb7u2), php5 (5.4.4-14+deb7u4), libmodplug
713 (0.8.8.4-3+deb7u1+git20130828), tiff (4.0.2-6+deb7u2), linux-image
714 (3.2.0-4-486_3.2.46-1+deb7u1).&lt;/li&gt;
715
716 &lt;/ul&gt;
717
718 &lt;p&gt;Where to get it:&lt;/p&gt;
719
720 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
721
722 &lt;ul&gt;
723 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&lt;/a&gt;&lt;/li&gt;
724 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&lt;/a&gt;&lt;/li&gt;
725 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso .&lt;/li&gt;
726 &lt;/ul&gt;
727
728 &lt;p&gt;The SHA1SUM of this image is: 3a1c89f4666df80eebcd46c5bf5fedb866f9472f&lt;/p&gt;
729
730 &lt;p&gt;To download the multiarch USB stick ISO release you can use
731 &lt;ul&gt;
732 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&lt;/a&gt;&lt;/li&gt;
733 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&lt;/a&gt;&lt;/li&gt;
734 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso .&lt;/li&gt;
735 &lt;/ul&gt;
736
737 &lt;p&gt;The SHA1SUM of this image is: 702d1718548f401c74bfa6df9f032cc3ee16597e&lt;/p&gt;
738
739 &lt;p&gt;The Source DVD image has the filename
740 debian-edu-7.1+edu0~b2-source-DVD.iso and the SHA1SUM
741 089eed8b3f962db47aae1f6a9685e9bb2fa30ca5 and is available the same way
742 as the other isos.&lt;/p&gt;
743
744 &lt;p&gt;How to report bugs&lt;/p&gt;
745
746 &lt;p&gt;For information how to report bugs please see
747 &lt;br&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
748
749
750 &lt;p&gt;About Debian Edu and Skolelinux&lt;/p&gt;
751
752 &lt;p&gt;Debian Edu, also known as Skolelinux, is a Linux distribution based
753 on Debian providing an out-of-the box environment of a completely
754 configured school network. Immediately after installation a school
755 server running all services needed for a school network is set up just
756 waiting for users and machines being added via GOsa², a comfortable
757 Web-UI. A netbooting environment is prepared using PXE, so after
758 initial installation of the main server from CD or USB stick all other
759 machines can be installed via the network. The provided school server
760 provides LDAP database and Kerberos authentication service,
761 centralized home directories, DHCP server, web proxy and many other
762 services. The desktop contains more than 60 educational software
763 packages and more are available from the Debian archive, and schools
764 can choose between KDE, Gnome, LXDE and Xfce desktop environment.&lt;/p&gt;
765
766 &lt;p&gt;This is the seventh test release based on Debian Wheezy. Basically
767 this is an updated and slightly improved version compared to the
768 Squeeze release.&lt;/p&gt;
769
770 &lt;p&gt;Notes for upgrades from Alpha Prereleases&lt;/p&gt;
771
772 &lt;p&gt;Alpha based installations should reinstall or downgrade the
773 versions of gosa and libpam-mklocaluser to the ones used in this beta
774 release. Both alpha and beta0 based installations should reinstall or
775 deal with gosa.conf manually; there are two options: (1) Keep
776 gosa.conf and edit this file as outlined on the mailing list. (2)
777 Accept the new version of gosa.conf and replace both contained admin
778 password placeholders with the password hashes found in the old one
779 (backup copy!). In both cases all users need to change their password
780 to make sure a password is set for CIFS access to their home
781 directory.&lt;/p&gt;
782
783
784 &lt;p&gt;cheers,
785 &lt;br&gt; Holger&lt;/p&gt;
786 &lt;/blockquote&gt;
787 </description>
788 </item>
789
790 <item>
791 <title>Second beta release (beta 1) of Debian Edu/Skolelinux based on Debian Wheezy</title>
792 <link>http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
793 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
794 <pubDate>Thu, 22 Aug 2013 09:30:00 +0200</pubDate>
795 <description>&lt;p&gt;The second wheezy based beta release of Debian Edu was wrapped up
796 today, slightly delayed because of some bugs in the initial Windows
797 integration fixes . This is the release announcement:&lt;/p&gt;
798
799 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~b1 released 2013-08-22&lt;/strong&gt;&lt;/p&gt;
800
801 &lt;p&gt;These are the release notes for Debian Edu / Skolelinux
802 7.1+edu0~b1, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
803
804 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
805
806 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
807 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
808 out-of-the box environment of a completely configured school
809 network. Immediately after installation a school server running all
810 services needed for a school network is set up just waiting for users
811 and machines being added via GOsa², a comfortable Web-UI. A netbooting
812 environment is prepared using PXE, so after initial installation of
813 the main server from CD or USB stick all other machines can be
814 installed via the network. The provided school server provides LDAP
815 database and Kerberos authentication service, centralized home
816 directories, DHCP server, web proxy and many other services. The
817 desktop contains
818 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
819 than 60 educational software packages&lt;/a&gt; and more are available from
820 the Debian archive, and schools can choose between KDE, Gnome, LXDE
821 and Xfce desktop environment.&lt;/p&gt;
822
823 &lt;p&gt;This is the sixth test release based on Debian Wheezy. Basically this
824 is an updated and slightly improved version compared to the Squeeze
825 release.&lt;/p&gt;
826
827 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
828 versions of gosa and libpam-mklocaluser to the ones used in this beta
829 release. Both alpha and beta0 based installations should reinstall or
830 deal with gosa.conf manually; there are two options: (1) Keep
831 gosa.conf and edit this file as outlined
832 &lt;a href=&quot;http://lists.debian.org/debian-edu/2013/08/msg00127.html&quot;&gt;on
833 the mailing list&lt;/a&gt;. (2) Accept the new version of gosa.conf and
834 replace both contained admin password placeholders with the password
835 hashes found in the old one (backup copy!). In both cases every user
836 need to change their their password to make sure a password is set for
837 CIFS access to their home directory.&lt;/p&gt;
838
839 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
840
841 &lt;ul&gt;
842
843 &lt;li&gt;Added ssh askpass packages to default installation, to ensure ssh
844 work also without a attached tty.&lt;/li&gt;
845 &lt;li&gt;Add the command-not-found package to the default installation to
846 make it easier to figure out where to find missing command line
847 tools. Please note, that the command &#39;update-command-not-found&#39;
848 has to be run as root to actually make it useful (internet access
849 required).&lt;/li&gt;
850
851 &lt;/ul&gt;
852
853 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
854
855 &lt;ul&gt;
856
857 &lt;li&gt;Adjusted the USB stick ISO image build to include every tool
858 needed for desktop=xfce installations.&lt;/li&gt;
859 &lt;li&gt;Adjust thin-client-server task to work when installing from USB
860 stick ISO image.&lt;/li&gt;
861 &lt;li&gt;Made new grub artwork (changed png from indexed to RGB format).&lt;/li&gt;
862 &lt;li&gt;Minor cleanup in the CUPS setup.&lt;/li&gt;
863 &lt;li&gt;Make sure that bootstrapping of the Samba domain really happens
864 during installation of the main server and adjust SID handling to
865 cope with this.&lt;/li&gt;
866 &lt;li&gt;Make Samba passwords changeable (again) via GOsa².&lt;/li&gt;
867 &lt;li&gt;Fix generation of LM and NT password hashes via GOsa² to avoid
868 empty password hashes.&lt;/li&gt;
869 &lt;li&gt;Adapted Samba machine domain joining to latest change in the
870 smbldap-tools Perl package, fixing bugs blocking Windows machines
871 from joining the Samba domain.&lt;/li&gt;
872
873 &lt;/ul&gt;
874
875 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
876
877 &lt;ul&gt;
878
879 &lt;li&gt;KDE fails to understand the wpad.dat file provided, causing it to
880 not use the http proxy as it should.&lt;/li&gt;
881 &lt;li&gt;Chromium also fails to use the proxy when using the KDE desktop
882 (using the KDE configuration).&lt;/li&gt;
883
884 &lt;/ul&gt;
885
886 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
887
888 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
889
890 &lt;ul&gt;
891
892 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&lt;/a&gt;&lt;/li&gt;
893
894 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&lt;/a&gt;&lt;/li&gt;
895
896 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso .&lt;/li&gt;
897
898 &lt;/ul&gt;
899
900 &lt;p&gt;The MD5SUM of this image is: 1e357f80b55e703523f2254adde6d78b
901 &lt;br&gt;The SHA1SUM of this image is: 7157f9be5fd27c7694d713c6ecfed61c3edda3b2&lt;/p&gt;
902
903 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
904
905 &lt;ul&gt;
906
907 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&lt;/a&gt;&lt;/li&gt;
908 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&lt;/a&gt;&lt;/li&gt;
909 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso .&lt;/li&gt;
910
911 &lt;/ul&gt;
912
913 &lt;p&gt;The MD5SUM of this image is: 7a8408ead59cf7e3cef25afb6e91590b
914 &lt;br&gt;The SHA1SUM of this image is: f1817c031f02790d5edb3bfa0dcf8451088ad119&lt;/p&gt;
915
916
917 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
918
919 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;
920 </description>
921 </item>
922
923 <item>
924 <title>First beta release of Debian Edu/Skolelinux based on Debian Wheezy</title>
925 <link>http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
926 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
927 <pubDate>Sat, 27 Jul 2013 20:30:00 +0200</pubDate>
928 <description>&lt;p&gt;The first wheezy based beta release of Debian Edu was wrapped up
929 today. This is the release announcement:&lt;/p&gt;
930
931 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~b0 released
932 2013-07-27&lt;/strong&gt;&lt;/p&gt;
933
934 &lt;p&gt;These are the release notes for for Debian Edu / Skolelinux
935 7.1+edu0~b0, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
936
937 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
938
939 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
940 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
941 out-of-the box environment of a completely configured school
942 network. Immediately after installation a school server running all
943 services needed for a school network is set up just waiting for users
944 and machines being added via GOsa², a comfortable Web-UI. A netbooting
945 environment is prepared using PXE, so after initial installation of
946 the main server from CD, DVD or USB stick all other machines can be
947 installed via the network. The provided school server provides LDAP
948 database and Kerberos authentication service, centralized home
949 directories, DHCP server, web proxy and many other services. The
950 desktop contains
951 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
952 than 60 educational software packages&lt;/a&gt; and more are available from
953 the Debian archive, and schools can choose between KDE, Gnome, LXDE
954 and Xfce desktop environment.&lt;/p&gt;
955
956 &lt;p&gt;This is the fifth test release based on Debian Wheezy. Basically
957 this is an updated and slightly improved version compared to the
958 Squeeze release.&lt;/p&gt;
959
960 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
961 versions of gosa and libpam-mklocaluser to the ones used in this beta
962 release.&lt;/p&gt;
963
964 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
965
966 &lt;ul&gt;
967
968 &lt;li&gt;Switched roaming workstation profiles from wicd to network-manager
969 for network configuration, as wicd didn&#39;t work any more.&lt;/li&gt;
970 &lt;li&gt;Changed version numbers of patched gosa and libpam-mklocaluser
971 packages to make sure our locally patched versions will be replaced
972 by the official packages when they are released from Debian. Those
973 installing alpha version need to reinstall or manually downgrade gosa
974 and libpam-mklocaluser.&lt;/li&gt;
975 &lt;li&gt;Added bluetooth tools to the default desktop (bluedevil, blueman).&lt;/li&gt;
976 &lt;li&gt;Added tools for sharing the desktop on KDE (krdc, krfb).&lt;/li&gt;
977 &lt;li&gt;Added valgrind to the default installation for easier debugging of
978 crash bugs.&lt;/li&gt;
979
980 &lt;/ul&gt;
981
982 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
983
984 &lt;ul&gt;
985
986 &lt;li&gt;Fixed artwork package to work with gnome, no longer break
987 desktop=gnome installations.&lt;/li&gt;
988 &lt;li&gt;Adjusted installer to now work when forced to use a proxy with the
989 netinst CD.&lt;/li&gt;
990 &lt;li&gt;Fixed code detecting and setting/loading hardware specific
991 setup/firmware to work more robust out of the box.&lt;/li&gt;
992 &lt;li&gt;Adjusted Kerberos setup to detect realm and server settings at
993 install time instead of dynamically at run time. This avoid a crash
994 with krb5-auth-dialog on diskless workstations without a DNS name.&lt;/li&gt;
995 &lt;li&gt;Worked around misfeature in network-manager not calling the dhclient
996 exit hooks, causing automatic proxy configuration and automatic host
997 name setting at run time to work again.&lt;/li&gt;
998 &lt;li&gt;Fixed feature setting the default Iceweasel start page from URL
999 fetched from LDAP, to allow schools to set the global default by
1000 updating the dc=skole,dc=skolelinux,dc=no LDAP object.&lt;/li&gt;
1001 &lt;li&gt;Changed default host name on all networked machines to be unique
1002 (generated from MAC or reverse DNS) after boot.&lt;/li&gt;
1003 &lt;li&gt;Adjusted partition sizes to make sure they are big enough.&lt;/li&gt;
1004
1005 &lt;/ul&gt;
1006
1007 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
1008
1009 &lt;ul&gt;
1010
1011 &lt;li&gt;Grub is missing the new artwork.&lt;/li&gt;
1012 &lt;li&gt;KDE fail to understand the wpad.dat file provided, causing it to
1013 not use the http proxy as it should.&lt;/li&gt;
1014 &lt;li&gt;Chromium also fail to use the proxy.&lt;/li&gt;
1015
1016 &lt;/ul&gt;
1017
1018 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
1019
1020 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1021
1022 &lt;ul&gt;
1023
1024 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&lt;/a&gt;&lt;/li&gt;
1025
1026 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&lt;/a&gt;&lt;/li&gt;
1027
1028 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso .&lt;/li&gt;
1029
1030 &lt;/ul&gt;
1031
1032 &lt;p&gt;The MD5SUM of this image is: 55d5de9765b6dccd5d9ec33cf1a07109
1033 &lt;br&gt;The SHA1SUM of this image is: 996a1d9517740e4d627d100de2d12b23dd545a3f&lt;/p&gt;
1034
1035 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
1036
1037 &lt;ul&gt;
1038
1039 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&lt;/a&gt;&lt;/li&gt;
1040 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&lt;/a&gt;&lt;/li&gt;
1041 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso .&lt;/li&gt;
1042
1043 &lt;/ul&gt;
1044
1045 &lt;p&gt;The MD5SUM of this image is: d8f0818c51a78d357de794066f289f69
1046 &lt;br&gt;The SHA1SUM of this image is: 49185ca354e8d0543240423746924f76a6cee733&lt;/p&gt;
1047
1048
1049 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
1050
1051 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;
1052 </description>
1053 </item>
1054
1055 <item>
1056 <title>July 13th: Debian/Ubuntu BSP and Skolelinux/Debian Edu developer gathering in Oslo</title>
1057 <link>http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</link>
1058 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</guid>
1059 <pubDate>Tue, 9 Jul 2013 10:40:00 +0200</pubDate>
1060 <description>&lt;p&gt;The upcoming Saturday, 2013-07-13, we are organising a combined
1061 Debian Edu developer gathering and Debian and Ubuntu bug squashing
1062 party in Oslo. It is organised by &lt;a href=&quot;http://www.nuug.no/&quot;&gt;the
1063 member assosiation NUUG&lt;/a&gt; and
1064 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;the Debian Edu / Skolelinux
1065 project&lt;/a&gt; together with &lt;a href=&quot;http://bitraf.no/&quot;&gt;the hack space
1066 Bitraf&lt;/a&gt;.&lt;/p&gt;
1067
1068 &lt;p&gt;It starts 10:00 and continue until late evening. Everyone is
1069 welcome, and there is no fee to participate. There is on the other
1070 hand limited space, and only room for 30 people. Please put your name
1071 on &lt;a href=&quot;http://wiki.debian.org/BSP/2013/07/13/no/Oslo&quot;&gt;the event
1072 wiki page&lt;/a&gt; if you plan to join us.&lt;/p&gt;
1073 </description>
1074 </item>
1075
1076 <item>
1077 <title>Fourth alpha release of Debian Edu/Skolelinux based on Debian Wheezy</title>
1078 <link>http://people.skolelinux.org/pere/blog/Fourth_alpha_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
1079 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fourth_alpha_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
1080 <pubDate>Wed, 3 Jul 2013 14:00:00 +0200</pubDate>
1081 <description>&lt;p&gt;The fourth wheezy based alpha release of Debian Edu was wrapped up
1082 today. This is the release announcement:&lt;/p&gt;
1083
1084 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~alpha3 released
1085 2013-07-03&lt;/strong&gt;&lt;/p&gt;
1086
1087 &lt;p&gt;These are the release notes for for Debian Edu / Skolelinux
1088 7.1+edu0~alpha3, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
1089
1090 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
1091
1092 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
1093 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
1094 out-of-the box environment of a completely configured school
1095 network. Immediately after installation a school server running all
1096 services needed for a school network is set up just waiting for users
1097 and machines being added via GOsa², a comfortable Web-UI. A netbooting
1098 environment is prepared using PXE, so after initial installation of
1099 the main server from CD, DVD or USB stick all other machines can be
1100 installed via the network. The provided school server provides LDAP
1101 database and Kerberos authentication service, centralized home
1102 directories, DHCP server, web proxy and many other services. The
1103 desktop contains
1104 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
1105 than 60 educational software packages&lt;/a&gt; and more are available from
1106 the Debian archive, and schools can choose between KDE, Gnome, LXDE
1107 and Xfce desktop environment.&lt;/p&gt;
1108
1109 &lt;p&gt;This is the fourth test release based on Debian Wheezy. Basically
1110 this is an updated and slightly improved version compared to the
1111 Squeeze release.&lt;/p&gt;
1112
1113 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
1114 &lt;ul&gt;
1115 &lt;li&gt;Dropped ispell dictionaries from our default installation.&lt;/li&gt;
1116 &lt;li&gt;Dropped menu-xdg from the KDE desktop option, to drop the Debian
1117 submenu. It was not included with Gnome, LXDE or Xfce, so this
1118 brings KDE in line with the others.&lt;/li&gt;
1119 &lt;li&gt;Dropped xdrawchem, xjig and xsok from our default installation as
1120 they don&#39;t have a desktop menu entry and thus won&#39;t show up in the
1121 menu now that menu-xdg was removed.&lt;/li&gt;
1122 &lt;li&gt;Removed the killer system to kill left behind processes on
1123 multi-user machines, as it was no longer able to understand when a
1124 X display was in use and killed the processes of the active users
1125 too.&lt;/li&gt;
1126 &lt;li&gt;Dropped the golearn (from goplay) package as the debtags in wheezy
1127 are too few to make the package useful.&lt;/li&gt;
1128 &lt;/ul&gt;
1129 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
1130 &lt;ul&gt;
1131 &lt;li&gt;Updated artwork matching http://wiki.debian.org/DebianArt/Themes/Joy
1132 &lt;li&gt;Multi-arch i386/amd64 USB stick ISO available.&lt;/li&gt;
1133 &lt;li&gt;Got rid of ispell/wordlist related debconf questions that showed
1134 up for some language options.&lt;/li&gt;
1135 &lt;li&gt;Switched to using http.debian.net as APT source by default.&lt;/li&gt;
1136 &lt;li&gt;Fixed proxy configuration on Main Server installations.&lt;/li&gt;
1137 &lt;li&gt;Changed LTSP setup to ask dpkg to use force-unsafe-io the same way
1138 d-i is doing it.&lt;/li&gt;
1139 &lt;li&gt;Made sure root and user passwords were not left behind in the
1140 debconf database after installation on Main Server installations.&lt;/li&gt;
1141 &lt;li&gt;Made Roaming Workstation dynamic setup more robust and added draft
1142 script setup-ad-client to hook a Roaming Workstation up to a
1143 Active Directory server instead of a Debian Edu Main Server.&lt;/li&gt;
1144 &lt;li&gt;Update system to install needed firmware packages during
1145 installation, to work properly in Wheezy.&lt;/li&gt;
1146 &lt;li&gt;Update system to handle hardware quirks (debian-edu-hwsetup).&lt;/li&gt;
1147 &lt;li&gt;Corrected PXE installation setup to properly pass selected desktop
1148 and keymap settings to PXE installation clients.&lt;/li&gt;
1149 &lt;li&gt;LTSP diskless workstations use sshfs by default, allowing them to
1150 work without adding them to DNS and NIS netgroups for NFS access.&lt;/li&gt;
1151 &lt;/ul&gt;
1152 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
1153 &lt;ul&gt;
1154 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
1155 available yet (698840).&lt;/li&gt;
1156 &lt;li&gt;Artwork not enabled for all desktops.&lt;/li&gt;
1157 &lt;/ul&gt;
1158 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
1159
1160 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1161 &lt;ul&gt;
1162 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&lt;/a&gt;&lt;/li&gt;
1163 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&lt;/a&gt;&lt;/li&gt;
1164 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso .&lt;/li&gt;
1165 &lt;/ul&gt;
1166
1167 &lt;p&gt;The MD5SUM of this image is: 2b161a99d2a848c376d8d04e3854e30c
1168 &lt;br&gt;The SHA1SUM of this image is: 498922e9c508c0a7ee9dbe1dfe5bf830d779c3c8&lt;/p&gt;
1169
1170 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
1171 &lt;ul&gt;
1172 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&lt;/a&gt;&lt;/li&gt;
1173 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&lt;/a&gt;&lt;/li&gt;
1174 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso .&lt;/li&gt;
1175 &lt;/ul&gt;
1176
1177 &lt;p&gt;The MD5SUM of this image is: 25e808e403a4c15dbef1d13c37d572ac
1178 &lt;br&gt;The SHA1SUM of this image is: 15ecfc93eb6b4f453b7eb0bc04b6a279262d9721&lt;/p&gt;
1179
1180 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
1181
1182 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
1183 </description>
1184 </item>
1185
1186 <item>
1187 <title>The value of a good distro wide test suite...</title>
1188 <link>http://people.skolelinux.org/pere/blog/The_value_of_a_good_distro_wide_test_suite___.html</link>
1189 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_value_of_a_good_distro_wide_test_suite___.html</guid>
1190 <pubDate>Sat, 22 Jun 2013 07:00:00 +0200</pubDate>
1191 <description>&lt;p&gt;In the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
1192 Skolelinux&lt;/a&gt; project, we include a post-installation test suite,
1193 which check that services are running, working, and return the
1194 expected results. It runs automatically just after the first boot on
1195 test installations (using test ISOs), but not on production
1196 installations (using non-test ISOs). It test that the LDAP service is
1197 operating, Kerberos is responding, DNS is replying, file systems are
1198 online resizable, etc, etc. And it check that the PXE service is
1199 configured, which is the topic of this post.&lt;/p&gt;
1200
1201 &lt;p&gt;The last week I&#39;ve fixed the DVD and USB stick ISOs for our Debian
1202 Edu Wheezy release. These ISOs are supposed to be able to install a
1203 complete system without any Internet connection, but for that to
1204 happen all the needed packages need to be on them. Thanks to our test
1205 suite, I discovered that we had forgotten to adjust our PXE setup to
1206 cope with the new names and paths used by the netboot d-i packages.
1207 When Internet connectivity was available, the installer fall back to
1208 using wget to fetch d-i boot images, but when offline it require
1209 working packages to get it working. And the packages changed name
1210 from debian-installer-6.0-netboot-$arch to
1211 debian-installer-7.0-netboot-$arch, we no longer pulled in the
1212 packages during installation. Without our test suite, I suspect we
1213 would never have discovered this before release. Now it is fixed
1214 right after we got the ISOs operational.&lt;/p&gt;
1215
1216 &lt;p&gt;Another by-product of the test suite is that we can ask system
1217 administrators with problems getting Debian Edu to work, to run the
1218 test suite using &lt;tt&gt;/usr/sbin/debian-edu-test-install&lt;/tt&gt; and see if
1219 any errors are detected. This usually pinpoint the subsystem causing
1220 the problem.&lt;/p&gt;
1221
1222 &lt;p&gt;If you want to help us help kids learn how to share and create,
1223 please join us on
1224 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu on
1225 irc.debian.org&lt;/a&gt; and the
1226 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@&lt;/a&gt; mailing
1227 list.&lt;/p&gt;
1228 </description>
1229 </item>
1230
1231 <item>
1232 <title>Debian Edu interview: Victor Nițu</title>
1233 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Victor_Ni_u.html</link>
1234 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Victor_Ni_u.html</guid>
1235 <pubDate>Mon, 17 Jun 2013 10:50:00 +0200</pubDate>
1236 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
1237 Skolelinux&lt;/a&gt; distribution have users and contributors all around the
1238 globe. And a while back, an enterprising young man showed up on
1239 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;our IRC channel
1240 #debian-edu&lt;/a&gt; and started asking questions about how Debian Edu
1241 worked. We answered as good as we could, and even convinced him to
1242 help us with translations. And today I managed to get an interview
1243 with him, to learn more about him.&lt;/p&gt;
1244
1245 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1246
1247 &lt;p&gt;I&#39;m a 25 year old free software enthusiast, living in Romania,
1248 which is also my country of origin. Back in 2009, at a New Year&#39;s Eve
1249 party, I had a very nice &lt;strike&gt;beer&lt;/strike&gt; discussion with a
1250 friend, when we realized we have no organised Debian community in our
1251 country. A few days later, we put together the infrastructure for such
1252 community and even gathered a nice Debian-ish crowd. Since then, I
1253 began my quest as a free software hacker and activist and I am
1254 constantly trying to cover as much ground as possible on that
1255 field.&lt;/p&gt;
1256
1257 &lt;p&gt;A few years ago I founded a small web development company, which
1258 provided me the flexible schedule I needed so much for my
1259 activities. For the last 13 months, I have been the Technical Director
1260 of &lt;a href=&quot;http://ceata.org/&quot;&gt;Fundația Ceata&lt;/a&gt;, which is a free
1261 software activist organisation endorsed by the FSF and the FSFE, and
1262 the only one we have in our country.&lt;/p&gt;
1263
1264 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1265 project?&lt;/strong&gt;&lt;/p&gt;
1266
1267 &lt;p&gt;The idea of participating in the Debian Edu project was a surprise
1268 even to me, since I never used it before I began getting involved in
1269 it. This year I had a great opportunity to deliver a talk on
1270 educational software, and I knew immediately where to look. It was a
1271 love at first sight, since I was previously involved with some of the
1272 technologies the project incorporates, and I rapidly found a lot of
1273 ways to contribute.&lt;/p&gt;
1274
1275 &lt;p&gt;My first contributions consisted in translating the installer and
1276 configuration dialogs, then I found some bugs to squash (I still
1277 haven&#39;t fixed them yet though), and I even got my eyes on some other
1278 areas where I can prove myself helpful. Since the appetite for free
1279 software in my country is pretty low, I&#39;ll be happy to be the first
1280 one around here advocating for the project&#39;s adoption in educational
1281 environments, and maybe even get my hands dirty in creating a flavour
1282 for our own needs. I am not used to make very advanced plannings, so
1283 from now on, time will tell what I&#39;ll be doing next, but I think I
1284 have a pretty consistent starting point.&lt;/p&gt;
1285
1286 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
1287 Edu?&lt;/strong&gt;&lt;/p&gt;
1288
1289 &lt;p&gt;Not a long time ago, I was in the position of configuring and
1290 maintaining a LDAP server on some Debian derivative, and I must say it
1291 took me a while. A long time ago, I was maintaining a bigger
1292 Samba-powered infrastructure, and I must say I spent quite a lot of
1293 time on it. I have similar stories about many of the services included
1294 with Skolelinux, and the main advantage I see about it is the
1295 out-of-the box availability of them, making it quite competitive when
1296 it comes to managing a school&#39;s network, for example.&lt;/p&gt;
1297
1298 &lt;p&gt;Of course, there is more to say about Skolelinux than the
1299 availability of the software included, its flexibility in various
1300 scenarios is something I can&#39;t wait to experiment &quot;into the wild&quot; (I
1301 only played with virtual machines so far). And I am sure there is a
1302 lot more I haven&#39;t discovered yet about it, being so new within the
1303 project.&lt;/p&gt;
1304
1305 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1306 Edu?&lt;/strong&gt;&lt;/p&gt;
1307
1308 &lt;p&gt;As usual, when it comes to Debian Blends, I see as the biggest
1309 disadvantage the lack of a numerous team dedicated to the
1310 project. Every day I see the same names in the changelogs, and I have
1311 a constantly fear of the bus factor in this story. I&#39;d like to see
1312 Debian Edu advertised more as an entry point into the Debian
1313 ecosystem, especially amongst newcomers and students. IMHO there are a
1314 lot low-hanging fruits in terms of bug squashing, and enough
1315 opportunities to get the feeling of the Debian Project&#39;s dynamics. Not
1316 to mention it&#39;s a very fun blend to work on!&lt;/p&gt;
1317
1318 &lt;p&gt;Derived from the previous statement, is the delay in catching up
1319 with the main Debian release and documentation. This is common though
1320 to all blends and derivatives, but it&#39;s an issue we can all work
1321 on.&lt;/p&gt;
1322
1323 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1324
1325 &lt;p&gt;I can hardly imagine myself spending a day without Vim, since my
1326 daily routine covers writing code and hacking configuration files. I
1327 am a fan of the Awesome window manager (but I also like the
1328 Enlightenment project a lot!),
1329 &lt;a href=&quot;http://www.claws-mail.org/‎&quot;&gt;Claws Mail&lt;/a&gt; due to its ease of
1330 use and very configurable behaviour. Recently I fell in love with
1331 &lt;a href=&quot;https://launchpad.net/redshift&quot;&gt;Redshift&lt;/a&gt;, which helps me
1332 get through the night without headaches. Of course, there is much more
1333 stuff in this bag, but I&#39;ll need a blog on my own for doing this!&lt;/p&gt;
1334
1335 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1336 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1337
1338 &lt;p&gt;Well, on this field, I cannot do much more than experiment right
1339 now. So, being far from having a recipe for success, I can only assume
1340 that:&lt;/p&gt;
1341
1342 &lt;ul&gt;
1343
1344 &lt;li&gt;schools would like to get rid of proprietary software&lt;/li&gt;
1345
1346 &lt;li&gt;students will love the openness of the system, and will want to
1347 experiment with it - maybe we need to harvest the native curiosity
1348 of teenagers more?&lt;/li&gt;
1349
1350 &lt;li&gt;there is no &quot;right one&quot; when it comes to strategies, but it would
1351 be useful to have some success stories published somewhere, so
1352 other can get some inspiration from them (I know I&#39;d promote
1353 them!)&lt;/li&gt;
1354
1355 &lt;li&gt;more active promotion - talks, conferences, even small school
1356 lectures can do magical things if they encounter at least one
1357 person interested. Who knows who that person might be? ;-)&lt;/li&gt;
1358
1359 &lt;/ul&gt;
1360
1361 &lt;p&gt;I also see some problems in getting Skolelinux into schools; for
1362 example, in our country we have a great deal of corruption issues, so
1363 it might be hard(er) to fight against proprietary solutions. Also,
1364 people who relied on commercial software for all their lives, would be
1365 very hard to convert against their will.&lt;/p&gt;
1366 </description>
1367 </item>
1368
1369 <item>
1370 <title>Debian Edu interview: Jonathan Carter</title>
1371 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jonathan_Carter.html</link>
1372 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jonathan_Carter.html</guid>
1373 <pubDate>Wed, 12 Jun 2013 09:50:00 +0200</pubDate>
1374 <description>&lt;p&gt;There is a certain cross-over between the
1375 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
1376 project&lt;/a&gt; and &lt;a href=&quot;http://www.edubuntu.org/&quot;&gt;the Edubuntu
1377 project&lt;/a&gt;, and for example the LTSP packages in Debian are a joint
1378 effort between the projects. One person with a foot in both camps is
1379 Jonathan Carter, which I am now happy to present to you.&lt;/p&gt;
1380
1381 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1382
1383 &lt;p&gt;I&#39;m a South-African free software geek who lives in Cape Town. My
1384 days vary quite a bit since I&#39;m involved in too many things. As I&#39;m
1385 getting older I&#39;m learning how to focus a bit more :)&lt;/p&gt;
1386
1387 &lt;p&gt;I&#39;m also an Edubuntu contributor and I love when there are
1388 opportunities for the Edubuntu and Debian Edu projects to benefit from
1389 each other.&lt;/p&gt;
1390
1391 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1392 project?&lt;/strong&gt;&lt;/p&gt;
1393
1394 &lt;p&gt;I&#39;ve been somewhat familiar with the project before, but I think my
1395 first direct exposure to the project was when I met Petter
1396 [Reinholdtsen] and Knut [Yrvin] at the Edubuntu summit in 2005 in
1397 London. They provided great feedback that helped the bootstrapping of
1398 Edubuntu. Back then Edubuntu (and even Ubuntu) was still very new and
1399 it was great getting input from people who have been around longer. I
1400 was also still very excitable and said yes to everything and to this
1401 day I have a big todo list backlog that I&#39;m catching up with. I think
1402 over the years the relationship between Edubuntu and Debian-Edu has
1403 been gradually improving, although I think there&#39;s a lot that we could
1404 still improve on in terms of working together on packages. I&#39;m sure
1405 we&#39;ll get there one day.&lt;/p&gt;
1406
1407 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
1408 Edu?&lt;/strong&gt;&lt;/p&gt;
1409
1410 &lt;p&gt;Debian itself already has so many advantages. I could go on about
1411 it for pages, but in essence I love that it&#39;s a very honest project
1412 that puts its users first with no hidden agendas and also produces
1413 very high quality work.&lt;/p&gt;
1414
1415 &lt;p&gt;I think the advantage of Debian Edu is that it makes many common
1416 set-up tasks simpler so that administrators can get up and running
1417 with a lot less effort and frustration. At the same time I think it
1418 helps to standardise installations in schools so that it&#39;s easier for
1419 community members and commercial suppliers to support.&lt;/p&gt;
1420
1421 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1422 Edu?&lt;/strong&gt;&lt;/p&gt;
1423
1424 &lt;p&gt;I had to re-type this one a few times because I&#39;m trying to
1425 separate &quot;disadvantages&quot; from &quot;areas that need improvement&quot; (which is
1426 what I originally rambled on about)&lt;/p&gt;
1427
1428 &lt;p&gt;The biggest disadvantage I can think of is lack of manpower. The
1429 project could do so much more if there were more good contributors. I
1430 think some of the problems are external too. Free software and free
1431 content in education is a no-brainer but it takes some time to catch
1432 on. When you&#39;ve been working with the same proprietary eco-system for
1433 years and have gotten used to it, it can be hard to adjust to some
1434 concepts in the free software world. It would be nice if there were
1435 more Debian Edu consultants across the world. I&#39;d love to be one
1436 myself but I&#39;m already so over-committed that it&#39;s just not possible
1437 currently.&lt;/p&gt;
1438
1439 &lt;p&gt;I think the best short-term solution to that large-scale problem is
1440 for schools to be pro-active and share their experiences and grow
1441 their skills in-house. I&#39;m often saddened to see how much money
1442 educational institutions spend on 3rd party solutions that they don&#39;t
1443 have access to after the service has ended and they could&#39;ve gotten so
1444 much more value otherwise by being more self-sustainable and
1445 autonomous.&lt;/p&gt;
1446
1447 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1448
1449 &lt;p&gt;My main laptop dual-boots between Debian and Windows 7. I was
1450 Windows free for years but started dual-booting again last year for
1451 some games which help me focus and relax (Starcraft II in
1452 particular). Gaming support on Linux is improving in leaps and bounds
1453 so I suppose I&#39;ll soon be able to regain that disk space :)&lt;/p&gt;
1454
1455 &lt;p&gt;Besides that I rely on Icedove, Chromium, Terminator, Byobu, irssi,
1456 git, Tomboy, KVM, VLC and LibreOffice. Recently I&#39;ve been torn on
1457 which desktop environment I like and I&#39;m taking some refuge in Xfce
1458 while I figure that out. I like tools that keep things simple. I enjoy
1459 Python and shell scripting. I went to an Arduino workshop recently and
1460 it was awesome seeing how easy and simple the IDE software was to get
1461 up and running in Debian compared to the users running Windows and OS
1462 X.&lt;/p&gt;
1463
1464 &lt;p&gt;I also use mc which some people frown upon slightly. I got used to
1465 using Norton Commander in the early 90&#39;s and it stuck (I think the
1466 people who sneer at it is just jealous that they don&#39;t know how to use
1467 it :p)
1468
1469 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1470 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1471
1472 &lt;p&gt;I think trying to force it is unproductive. I also think that in
1473 many cases it&#39;s appropriate for schools to use non-free systems and I
1474 don&#39;t think that there&#39;s any particular moral or ethical problem with
1475 that.&lt;/p&gt;
1476
1477 &lt;p&gt;I do think though that free software can already solve so so many
1478 problems in educational institutions and it&#39;s just a shame not taking
1479 advantage of that.&lt;/p&gt;
1480
1481 &lt;p&gt;I also think that some curricula need serious review. For example,
1482 some areas of the world rely heavily on very specific versions of MS
1483 Office, teaching students to parrot menu items instead of learning the
1484 general concepts. I think that&#39;s very unproductive because firstly, MS
1485 Office&#39;s interface changes drastically every few years and on top of
1486 that it also locks in a generation to a product that might not be the
1487 best solution for them.&lt;/p&gt;
1488
1489 &lt;p&gt;To answer your question, I believe that the right strategy is to
1490 educate and inform, giving someone the information they require to
1491 make a decision that would work for them.&lt;/p&gt;
1492 </description>
1493 </item>
1494
1495 <item>
1496 <title>Third alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
1497 <link>http://people.skolelinux.org/pere/blog/Third_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
1498 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
1499 <pubDate>Mon, 10 Jun 2013 22:50:00 +0200</pubDate>
1500 <description>&lt;p&gt;The third wheezy based alpha release of Debian Edu was wrapped up
1501 today. This is the release announcement:&lt;/p&gt;
1502
1503 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.0.0 alpha2 released
1504 2013-06-10&lt;/strong&gt;&lt;/p&gt;
1505
1506 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
1507 alpha2, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
1508
1509 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
1510
1511 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
1512 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
1513 out-of-the box environment of a completely configured school
1514 network. Immediately after installation a school server running all
1515 services needed for a school network is set up just waiting for users
1516 and machines being added via GOsa², a comfortable Web-UI. A netbooting
1517 environment is prepared using PXE, so after initial installation of
1518 the main server from CD, DVD or USB stick all other machines can be
1519 installed via the network. The provided school server provides LDAP
1520 database and Kerberos authentication service, centralized home
1521 directories, DHCP server, web proxy and many other services. The
1522 desktop contains
1523 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
1524 than 60 educational software packages&lt;/a&gt; and more are available from
1525 the Debian archive, and schools can choose between KDE, Gnome, LXDE
1526 and Xfce desktop environment.&lt;/p&gt;
1527
1528 &lt;p&gt;This is the third test release based on Debian Wheezy. Basically
1529 this is an updated and slightly improved version compared to the
1530 Squeeze release.&lt;/p&gt;
1531
1532 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
1533
1534 &lt;ul&gt;
1535
1536 &lt;li&gt;Iceweasel was updated from 10 to 17. (DSA 2699-1)
1537 &lt;li&gt;Updated libxv (DSA-2674), libxvmc (DSA-2675), libxfixes (DSA-2676), libxrender (DSA-2677), mesa (DSA-2678), xserver-xorg-video-openchrome (DSA-2679), libxt (DSA-2680), libxcursor (DSA-2681), libxext (DSA-2682), libxi (DSA-2683), libxrandr (DSA-2684), libxp (DSA-2685), libxcb (DSA-2686), libfs (DSA-2687), libxres (DSA-2688), libxtst (DSA-2689), libxxf86dga (DSA-2690), libxinerama (DSA-2691), libxxf86vm (DSA-2692), libx11 (DSA-2693), chromium-browser (DSA-2695), gnutls26 (DSA-2697), wireshark (DSA-2700), krb5 (DSA-2701), telepathy-gabble (DSA-2702) and subversion (DSA-2703).
1538 &lt;li&gt;Switched xrdp on thin client servers to use tightvncserver instead of xvnc4.
1539 &lt;li&gt;Now install software oscilloscope xoscope by default.
1540 &lt;li&gt;Now install music tools gtick, lingot and pianobooster by default.
1541
1542 &lt;/ul&gt;
1543
1544 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
1545
1546 &lt;ul&gt;
1547
1548 &lt;li&gt;The subnet-change script is now able to change all files needing a change on the main-server when changing the IP network used.
1549 &lt;li&gt;Updated translation of the installation.
1550 &lt;li&gt;New Romanian translation.
1551 &lt;li&gt;Fix security problem causing root and first user password to no longer show up in /var/cache/debconf/templates.dat.
1552 &lt;li&gt;Fix roaming workstation setup (Closed in libpam-mklocaluser/0.8, libpam-mklocaluser/0.8~deb7u1: #706753: libpam-mklocaluser: Fail to create local user during first login).
1553 &lt;li&gt;Made roaming workstation setup more robust in non-Debian Edu environments.
1554 &lt;li&gt;New script debian-edu-bless to transform a Debian installation to a Debian Edu profile.
1555 &lt;li&gt;Adjust Iceweasel setup to improve performance when $HOME is on NFS.
1556 &lt;li&gt;More testsuite tests.
1557 &lt;li&gt;Make automatic proxy configuration more robust.
1558 &lt;li&gt;Adjust GOsa² GUI configuration.
1559
1560 &lt;li&gt;Update thin client and diskless workstation setup to work with
1561 LTSP in Wheezy.&lt;/li&gt;
1562
1563 &lt;li&gt;Diskless workstations now run out of the box -- no need to set
1564 them up with GOsa².&lt;/li&gt;
1565
1566 &lt;li&gt;Update IMAP server setup. &lt;/li&gt;
1567
1568 &lt;li&gt;Fix login into Skolelinux Backup Tool (Closed in
1569 slbackup-php/0.4.4-1: #700257: slbackup-php: Fails to submit correctly
1570 entered password). &lt;/li&gt;
1571
1572 &lt;/ul&gt;
1573
1574 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
1575
1576 &lt;ul&gt;
1577
1578 &lt;li&gt;DVD binary and source images are not yet ready.&lt;/li&gt;
1579
1580 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
1581 available yet (Open in gosa/2.7.4-4: #698840: gosa-plugin-ldapmanager:
1582 missing import feature).&lt;/li&gt;
1583
1584 &lt;li&gt;Missing artwork for the KDE desktop (and probably a few others). &lt;/li&gt;
1585
1586 &lt;li&gt;KDE Debian submenu lacks icons (Closed: #502192: menu-xdg: invents
1587 own icon names instead of using existing). This will remain
1588 unfixed.&lt;/li&gt;
1589
1590 &lt;/ul&gt;
1591
1592 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
1593
1594 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1595
1596 &lt;ul&gt;
1597
1598 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&lt;/a&gt;&lt;/li&gt;
1599
1600 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&lt;/a&gt;&lt;/li&gt;
1601
1602 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso .&lt;/li&gt;
1603
1604 &lt;/ul&gt;
1605
1606 &lt;p&gt;The MD5SUM of this image is: 27bbcace407743382f3c42c08dbe8178
1607 &lt;br&gt;The SHA1SUM of this image is: e35f7d7908566cd3075375b3721fa10ee420d419&lt;/p&gt;
1608
1609 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
1610
1611 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;
1612 </description>
1613 </item>
1614
1615 <item>
1616 <title>Is there a PHP expert in the building? Debian Edu need help!</title>
1617 <link>http://people.skolelinux.org/pere/blog/Is_there_a_PHP_expert_in_the_building___Debian_Edu_need_help_.html</link>
1618 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Is_there_a_PHP_expert_in_the_building___Debian_Edu_need_help_.html</guid>
1619 <pubDate>Wed, 5 Jun 2013 17:50:00 +0200</pubDate>
1620 <description>&lt;p&gt;Here is a call for help from the Debian Edu / Skolelinux project.
1621 We have two problems blocking the release of the Wheezy version we
1622 hope to get released soon. The two problems require some with PHP
1623 skills, and we seem to lack anyone with both time and PHP skills in
1624 the project:
1625
1626 &lt;ol&gt;
1627
1628 &lt;li&gt;It is impossible to log into the slbackup web interface
1629 (slbackup-php) using the root user and password. This is
1630 &lt;a href=&quot;http://bugs.debian.org/700257&quot;&gt;BTS report #700257&lt;/a&gt;.
1631 This used to work, but stopped working some time since Squeeze.
1632 Perhaps some obsolete PHP feature was used?&lt;/li&gt;
1633
1634 &lt;li&gt;It is not possible to &quot;mass import&quot; user lists in Gosa, neither
1635 using ldif nor using CSV files. The feature was disabled after a
1636 major rewrite of Gosa, and need to be ported to the new system.
1637 This is &lt;a href=&quot;http://bugs.debian.org/698840&quot;&gt;BTS report
1638 #698840&lt;/a&gt;.&lt;/li&gt;
1639
1640 &lt;/ol&gt;
1641
1642 &lt;p&gt;If you can help us, please join us on IRC
1643 (&lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu on
1644 irc.debian.org&lt;/a&gt;) and provide patches via the BTS.&lt;/p&gt;
1645 </description>
1646 </item>
1647
1648 <item>
1649 <title>Debian Edu interview: Cédric Boutillier</title>
1650 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__C_dric_Boutillier.html</link>
1651 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__C_dric_Boutillier.html</guid>
1652 <pubDate>Tue, 4 Jun 2013 10:30:00 +0200</pubDate>
1653 <description>&lt;p&gt;It has been a while since my last English
1654 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
1655 interview last November. But the developers and translators are still
1656 pulling along to get the Wheezy based release out the door, and this
1657 time I managed to get an interview from one of the French translators
1658 in the project, Cédric Boutillier.&lt;/p&gt;
1659
1660 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1661
1662 &lt;p&gt;I am 34 year old. I live near Paris, France. I am an assistant
1663 professor in probability theory. I spend my daytime teaching
1664 mathematics at the university and doing fundamental research in
1665 probability in connexion with combinatorics and statistical physics.&lt;/p&gt;
1666
1667 &lt;p&gt;I have been involved in the Debian project for a couple of years
1668 and became Debian Developer a few months ago. I am working on Ruby
1669 packaging, publicity and translation.&lt;/p&gt;
1670
1671 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1672 project?&lt;/strong&gt;&lt;/p&gt;
1673
1674 &lt;p&gt;I came to the Debian Edu project after a call for translation of
1675 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Manuals&quot;&gt;the
1676 Debian Edu manual&lt;/a&gt; for the release of Debian Edu Squeeze. Since
1677 then, I have been working on updating the French translation of the
1678 manual.
1679
1680 &lt;p&gt;I had the opportunity to make an installation of Debian Edu in a
1681 virtual machine when I was preparing localised version of some screen
1682 shots for the manual. I was amazed to see it worked out of the box and
1683 how comprehensive the list of software installed by default was.&lt;/p&gt;
1684
1685 &lt;p&gt;What amazed me was the complete network infrastructure directly
1686 ready to use, which can and the nice administration interface provided
1687 by &lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot;&gt;GOsa²&lt;/a&gt;. What pleased
1688 me also was the fact that among the software installed by default,
1689 there were many &quot;traditional&quot; educative software to learn languages,
1690 to count, to program... but also software to develop creativity and
1691 artistic skills with music (&lt;a href=&quot;http://ardour.org/&quot;&gt;Ardour&lt;/a&gt;,
1692 &lt;a href=&quot;http://audacity.sourceforge.net/&quot;&gt;Audacity&lt;/a&gt;) and
1693 movies/animation (I was especially thinking of
1694 &lt;a href=&quot;http://linuxstopmotion.sourceforge.net/&quot;&gt;Stopmotion&lt;/a&gt;).&lt;/p&gt;
1695
1696 &lt;p&gt;I am following the development of Debian Edu and am hanging out on
1697 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu&lt;/a&gt;.
1698 Unfortunately, I don&#39;t much time to get more involved in this
1699 beautiful project.&lt;/p&gt;
1700
1701 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
1702 Edu?&lt;/strong&gt;&lt;/p&gt;
1703
1704 &lt;p&gt;For me, the main advantages of Skolelinux/Debian Edu are its
1705 community of experts and its precise documentation, as well as the
1706 fact that it provides a solution ready to use.&lt;/p&gt;
1707
1708 &lt;p&gt;I would add also the fact that it is based on the rock solid Debian
1709 distribution, which ensures stability and provides a huge collection
1710 of educational free software.&lt;/p&gt;
1711
1712 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1713 Edu?&lt;/strong&gt;&lt;/p&gt;
1714
1715 &lt;p&gt;Maybe the lack of manpower to do lobbying on the
1716 project. Sometimes, people who need to take decisions concerning IT do
1717 not have all the elements to evaluate properly free software
1718 solutions. The fact that support by a company may be difficult to find
1719 is probably a problem if the school does not have IT personnel.&lt;/p&gt;
1720
1721 &lt;p&gt;One can find support from a company by looking at
1722 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Help/ProfessionalHelp&quot;&gt;the
1723 wiki dokumentation&lt;/a&gt;, where some countries already have a number of
1724 companies providing support for Debian Edu, like Germany or
1725 Norway. This list is easy to find readily from the manual. However,
1726 for other countries, like France, the list is empty. I guess that
1727 consultants proposing support for Debian would be able to provide some
1728 support for Debian Edu as well.&lt;/p&gt;
1729
1730 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1731
1732 &lt;p&gt;I am using the KDE Plasma Desktop. But the pieces of software I use
1733 most runs in a terminal: Mutt and OfflineIMAP for emails, latex for
1734 scientific documents, mpd for music. VIM is my editor of choice. I am
1735 also using the mathematical software
1736 &lt;a href=&quot;http://www.scilab.org/en/scilab/about‎&quot;&gt;Scilab&lt;/a&gt; and
1737 &lt;a href=&quot;http://www.sagemath.org/index.html‎&quot;&gt;Sage&lt;/a&gt; (built from
1738 source as not completely packaged for Debian, yet).
1739
1740 &lt;p&gt;&lt;strong&gt;Do you have any suggestions for teachers interested in
1741 using the free software in Debian to teach mathematics and
1742 statistics?&lt;/strong&gt;&lt;/p&gt;
1743
1744 &lt;p&gt;I do not have any &quot;nice&quot; recommendations for statistics. At our
1745 university, we use both &lt;a href=&quot;http://www.r-project.org/‎&quot;&gt;R&lt;/a&gt; and
1746 Scilab to teach statistics and probabilistic simulations. For
1747 geometry, there are nice programs:&lt;/p&gt;
1748
1749 &lt;ul&gt;
1750
1751 &lt;li&gt;&lt;a href=&quot;http://www.drgeo.eu/&quot;&gt;drgeo&lt;/a&gt; and
1752 &lt;a href=&quot;http://edu.kde.org/applications/all/kig‎&quot;&gt;kig&lt;/a&gt; to do
1753 constructions in planar geometry
1754
1755 &lt;li&gt;&lt;a href=&quot;http://www.geom.uiuc.edu/software/download/kali.html&quot;&gt;kali&lt;/a&gt;
1756 to discover symmetry groups (the so-called wallpapers and frieze
1757 groups), although the interface looks a bit old.&lt;/li&gt;
1758
1759 &lt;/ul&gt;
1760
1761 &lt;p&gt;I like also
1762 &lt;a href=&quot;http://edu.kde.org/applications/all/cantor&quot;&gt;cantor&lt;/a&gt;, which
1763 provides a uniform interface to SciLab, Sage,
1764 &lt;a href=&quot;http://directory.fsf.org/wiki/Octave‎&quot;&gt;Octave&lt;/a&gt;, etc...&lt;/p&gt;
1765
1766 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1767 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1768
1769 &lt;p&gt;My suggestions would be to&lt;/p&gt;
1770
1771 &lt;ul&gt;
1772
1773 &lt;li&gt;advertise the reduction of costs when free software is used.&lt;/li&gt;
1774
1775 &lt;li&gt;communicate about the quality of free software projects, using
1776 well known examples like Firefox, ThunderBird and
1777 OpenOffice.org/LibreOffice.&lt;/li&gt;
1778
1779 &lt;li&gt;advertise the living and strong community around the project.&lt;/li&gt;
1780
1781 &lt;li&gt;show that it is not more difficult to use than any other
1782 system.&lt;/li&gt;
1783
1784 &lt;/ul&gt;
1785 </description>
1786 </item>
1787
1788 <item>
1789 <title>Educational applications included in Debian Edu / Skolelinux (the screenshot collection :-)</title>
1790 <link>http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html</link>
1791 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html</guid>
1792 <pubDate>Sat, 1 Jun 2013 23:50:00 +0200</pubDate>
1793 <description>&lt;p&gt;Included in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
1794 Skolelinux&lt;/a&gt;, there are quite a lot of educational software.
1795 Created to help teachers teach, and pupils learn. We have tried to
1796 tag them all using debtags use::learning and role::program, and using
1797 the debtags I was happy to be able to create a collage of the
1798 educational software packages installed by default, sorted by the
1799 debtag field. Here it is. Click on a image to learn more about the
1800 program.&lt;/p&gt;
1801
1802 &lt;!-- for f in $(debtags tagcat|grep field::|awk &#39;{print $2}&#39;); do echo; echo &quot;&lt;p&gt;&lt;strong&gt;$f&lt;/strong&gt;&lt;/p&gt;&quot;; echo &quot;&lt;p&gt;&quot;; ( for p in $(debtags search --names &quot;use::learning &amp;&amp; interface::x11 &amp;&amp; role::program &amp;&amp; $f&quot;); do img=&quot;&lt;img src=&#39;http://screenshots.debian.net/thumbnail/$p&#39; alt=&#39;$p&#39;&gt;&quot;; if dpkg -s $p &gt; /dev/null 2&gt;&amp;1; then echo &quot;&lt;a href=&#39;http://packages.qa.debian.org/$p&#39;&gt;$img&lt;/a&gt;&quot;; fi; done; ) | LANG=C sort; echo &quot;&lt;/p&gt;&quot;; done --&gt;
1803
1804 &lt;p&gt;&lt;strong&gt;field::arts&lt;/strong&gt;&lt;/p&gt;
1805 &lt;p&gt;
1806 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=audacity&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/audacity.png&#39; alt=&#39;audacity&#39;&gt;&lt;/a&gt;
1807 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=childsplay&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png&#39; alt=&#39;childsplay&#39;&gt;&lt;/a&gt;
1808 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=denemo&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/denemo.png&#39; alt=&#39;denemo&#39;&gt;&lt;/a&gt;
1809 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=freebirth&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/freebirth.png&#39; alt=&#39;freebirth&#39;&gt;&lt;/a&gt;
1810 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1811 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gimp&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gimp.png&#39; alt=&#39;gimp&#39;&gt;&lt;/a&gt;
1812 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=hydrogen&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/hydrogen.png&#39; alt=&#39;hydrogen&#39;&gt;&lt;/a&gt;
1813 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=lilypond&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lilypond.png&#39; alt=&#39;lilypond&#39;&gt;&lt;/a&gt;
1814 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=lmms&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lmms.png&#39; alt=&#39;lmms&#39;&gt;&lt;/a&gt;
1815 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=rosegarden&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rosegarden.png&#39; alt=&#39;rosegarden&#39;&gt;&lt;/a&gt;
1816 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=scribus&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scribus.png&#39; alt=&#39;scribus&#39;&gt;&lt;/a&gt;
1817 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=solfege&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/solfege.png&#39; alt=&#39;solfege&#39;&gt;&lt;/a&gt;
1818 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=stopmotion&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stopmotion.png&#39; alt=&#39;stopmotion&#39;&gt;&lt;/a&gt;
1819 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=tuxpaint&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxpaint.png&#39; alt=&#39;tuxpaint&#39;&gt;&lt;/a&gt;
1820 &lt;/p&gt;
1821
1822 &lt;p&gt;&lt;strong&gt;field::astronomy&lt;/strong&gt;&lt;/p&gt;
1823 &lt;p&gt;
1824 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=celestia-gnome&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/celestia-gnome.png&#39; alt=&#39;celestia-gnome&#39;&gt;&lt;/a&gt;
1825 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gpredict&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gpredict.png&#39; alt=&#39;gpredict&#39;&gt;&lt;/a&gt;
1826 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kstars&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kstars.png&#39; alt=&#39;kstars&#39;&gt;&lt;/a&gt;
1827 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=planets&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/planets.png&#39; alt=&#39;planets&#39;&gt;&lt;/a&gt;
1828 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=stellarium&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stellarium.png&#39; alt=&#39;stellarium&#39;&gt;&lt;/a&gt;
1829 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xplanet&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png&#39; alt=&#39;xplanet&#39;&gt;&lt;/a&gt;
1830 &lt;/p&gt;
1831
1832 &lt;p&gt;&lt;strong&gt;field::biology:structural&lt;/strong&gt;&lt;/p&gt;
1833 &lt;p&gt;
1834 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=pymol&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png&#39; alt=&#39;pymol&#39;&gt;&lt;/a&gt;
1835 &lt;/p&gt;
1836
1837 &lt;p&gt;&lt;strong&gt;field::chemistry&lt;/strong&gt;&lt;/p&gt;
1838 &lt;p&gt;
1839 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=atomix&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/atomix.png&#39; alt=&#39;atomix&#39;&gt;&lt;/a&gt;
1840 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=chemtool&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/chemtool.png&#39; alt=&#39;chemtool&#39;&gt;&lt;/a&gt;
1841 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=easychem&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/easychem.png&#39; alt=&#39;easychem&#39;&gt;&lt;/a&gt;
1842 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gchempaint&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gchempaint.png&#39; alt=&#39;gchempaint&#39;&gt;&lt;/a&gt;
1843 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gdis&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gdis.png&#39; alt=&#39;gdis&#39;&gt;&lt;/a&gt;
1844 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=ghemical&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ghemical.png&#39; alt=&#39;ghemical&#39;&gt;&lt;/a&gt;
1845 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gperiodic&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gperiodic.png&#39; alt=&#39;gperiodic&#39;&gt;&lt;/a&gt;
1846 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kalzium&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalzium.png&#39; alt=&#39;kalzium&#39;&gt;&lt;/a&gt;
1847 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=pymol&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png&#39; alt=&#39;pymol&#39;&gt;&lt;/a&gt;
1848 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=viewmol&#39;&gt;[viewmol]&lt;/a&gt;
1849 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xdrawchem&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xdrawchem.png&#39; alt=&#39;xdrawchem&#39;&gt;&lt;/a&gt;
1850 &lt;/p&gt;
1851
1852 &lt;p&gt;&lt;strong&gt;field::electronics&lt;/strong&gt;&lt;/p&gt;
1853 &lt;p&gt;
1854 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1855 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gpsim&#39;&gt;[gpsim]&lt;/a&gt;
1856 &lt;/p&gt;
1857
1858 &lt;p&gt;&lt;strong&gt;field::geography&lt;/strong&gt;&lt;/p&gt;
1859 &lt;p&gt;
1860 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kgeography&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kgeography.png&#39; alt=&#39;kgeography&#39;&gt;&lt;/a&gt;
1861 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=marble&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/marble.png&#39; alt=&#39;marble&#39;&gt;&lt;/a&gt;
1862 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xplanet&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png&#39; alt=&#39;xplanet&#39;&gt;&lt;/a&gt;
1863 &lt;/p&gt;
1864
1865 &lt;p&gt;&lt;strong&gt;field::linguistics&lt;/strong&gt;&lt;/p&gt;
1866 &lt;p&gt;
1867 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1868 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kanagram&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kanagram.png&#39; alt=&#39;kanagram&#39;&gt;&lt;/a&gt;
1869 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=khangman&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/khangman.png&#39; alt=&#39;khangman&#39;&gt;&lt;/a&gt;
1870 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=klettres&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/klettres.png&#39; alt=&#39;klettres&#39;&gt;&lt;/a&gt;
1871 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=parley&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/parley.png&#39; alt=&#39;parley&#39;&gt;&lt;/a&gt;
1872 &lt;/p&gt;
1873
1874 &lt;p&gt;&lt;strong&gt;field::mathematics&lt;/strong&gt;&lt;/p&gt;
1875 &lt;p&gt;
1876 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=childsplay&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png&#39; alt=&#39;childsplay&#39;&gt;&lt;/a&gt;
1877 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=drgeo&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/drgeo.png&#39; alt=&#39;drgeo&#39;&gt;&lt;/a&gt;
1878 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1879 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=geogebra&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/geogebra.png&#39; alt=&#39;geogebra&#39;&gt;&lt;/a&gt;
1880 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=geomview&#39;&gt;[geomview]&lt;/a&gt;
1881 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=grace&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/grace.png&#39; alt=&#39;grace&#39;&gt;&lt;/a&gt;
1882 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=graphmonkey&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphmonkey.png&#39; alt=&#39;graphmonkey&#39;&gt;&lt;/a&gt;
1883 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=graphthing&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphthing.png&#39; alt=&#39;graphthing&#39;&gt;&lt;/a&gt;
1884 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kalgebra&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalgebra.png&#39; alt=&#39;kalgebra&#39;&gt;&lt;/a&gt;
1885 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kbruch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kbruch.png&#39; alt=&#39;kbruch&#39;&gt;&lt;/a&gt;
1886 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kig&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kig.png&#39; alt=&#39;kig&#39;&gt;&lt;/a&gt;
1887 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kmplot&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kmplot.png&#39; alt=&#39;kmplot&#39;&gt;&lt;/a&gt;
1888 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=mathwar&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/mathwar.png&#39; alt=&#39;mathwar&#39;&gt;&lt;/a&gt;
1889 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=rocs&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rocs.png&#39; alt=&#39;rocs&#39;&gt;&lt;/a&gt;
1890 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=scratch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png&#39; alt=&#39;scratch&#39;&gt;&lt;/a&gt;
1891 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=tuxmath&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxmath.png&#39; alt=&#39;tuxmath&#39;&gt;&lt;/a&gt;
1892 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xabacus&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xabacus.png&#39; alt=&#39;xabacus&#39;&gt;&lt;/a&gt;
1893 &lt;/p&gt;
1894
1895 &lt;p&gt;&lt;strong&gt;field::physics&lt;/strong&gt;&lt;/p&gt;
1896 &lt;p&gt;
1897 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1898 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=step&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/step.png&#39; alt=&#39;step&#39;&gt;&lt;/a&gt;
1899 &lt;/p&gt;
1900
1901 &lt;p&gt;&lt;strong&gt;field::TODO&lt;/strong&gt;&lt;/p&gt;
1902 &lt;p&gt;
1903 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=blinken&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/blinken.png&#39; alt=&#39;blinken&#39;&gt;&lt;/a&gt;
1904 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=cgoban&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/cgoban.png&#39; alt=&#39;cgoban&#39;&gt;&lt;/a&gt;
1905 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=childsplay&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png&#39; alt=&#39;childsplay&#39;&gt;&lt;/a&gt;
1906 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1907 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gnuchess&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnuchess.png&#39; alt=&#39;gnuchess&#39;&gt;&lt;/a&gt;
1908 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gnugo&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnugo.png&#39; alt=&#39;gnugo&#39;&gt;&lt;/a&gt;
1909 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gtans&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gtans.png&#39; alt=&#39;gtans&#39;&gt;&lt;/a&gt;
1910 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=ktouch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ktouch.png&#39; alt=&#39;ktouch&#39;&gt;&lt;/a&gt;
1911 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=librecad&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/librecad.png&#39; alt=&#39;librecad&#39;&gt;&lt;/a&gt;
1912 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=scratch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png&#39; alt=&#39;scratch&#39;&gt;&lt;/a&gt;
1913 &lt;/p&gt;
1914
1915 &lt;p&gt;In total, 61 applications. 3 of them lacked screen shots on
1916 &lt;a href=&quot;http://screenshot.debian.net&quot;&gt;screenshot.debian.net&lt;/a&gt;. If
1917 you know of some packages we should install by default, please let us
1918 know on &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;IRC, #debian-edu
1919 on irc.debian.org&lt;/a&gt;, or our
1920 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;mailing list
1921 debian-edu@&lt;/a&gt;.&lt;/p&gt;
1922 </description>
1923 </item>
1924
1925 <item>
1926 <title>Skolelinux-intervju: Nirosan Thiyagalingam</title>
1927 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Nirosan_Thiyagalingam.html</link>
1928 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Nirosan_Thiyagalingam.html</guid>
1929 <pubDate>Fri, 24 May 2013 21:40:00 +0200</pubDate>
1930 <description>&lt;p&gt;En ting
1931 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektet&lt;/a&gt; har
1932 hatt mye glede av er studentprosjekter. F.eks. er
1933 &lt;a href=&quot;http://linuxstopmotion.org/&quot;&gt;stillbildeanimasjonssystemet
1934 Stopmotion&lt;/a&gt; resultat av et studentprosjekt i Skolelinux. De siste
1935 månedene har en ivrig student veiledet av Marius Kotsbak i
1936 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRiSK&lt;/a&gt; testet hva en
1937 kan få til med en datamaskin til NOK 400,- (antagelig 1700,- med
1938 skjerm, tastatur og mus) når det brukes i Skolelinux. Jeg spurte han
1939 om et intervju.&lt;/p&gt;
1940
1941 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
1942
1943 &lt;p&gt;Jeg heter Nirosan Thiyagalingam. Jeg er 24 år og studerer
1944 dataingeniør studiet ved Høgskolen i Sør Trøndelag. Interessen for
1945 data har siden ung alder vært tilstede og jeg har i tillegg alltid
1946 vært glad i å lære nye ting. Med teknologi som endres svært hurtig er
1947 det alltid noe nytt å lære. Noe som igjen har gjort det svært
1948 interessant å følge med på utviklingen. Jeg valgte dataingeniør
1949 studiet grunnet ønske om å lære enda mer om programmering og utvikling
1950 av store systemer.&lt;/p&gt;
1951
1952 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
1953
1954 &lt;p&gt;Skolelinux prosjektet hørte jeg først om i media. Men det var først
1955 når jeg skulle velge bacheloroppgave at jeg fattet mer interesse for
1956 prosjektet. Et enkelt søk på nettet førte meg til skolelinux sine
1957 hjemmesider. Informasjonen jeg fant der gjorde meg enda nysgjerrig og
1958 jeg valgte derfor en oppgave som gikk ut på å få en
1959 &lt;a href=&quot;http://www.raspberrypi.org&quot;&gt;Raspberry PI&lt;/a&gt;. Altså en
1960 ultra-billig datamaskin til å kjøre Debian Edu på lik linje med
1961 vanlige datamaskiner. I løpet av prosjektet ble det gjort mye
1962 forskning på nettet. Det var mye jeg måtte forstå rundt hvordan
1963 operativsystemet Linux fungerte før jeg kunne angripe
1964 problemet. Prøvde først å finne ut hvordan man kunne transformere en
1965 vanlig installasjon av Skolelinux til Raspberry PI, men dette var
1966 altfor vanskelig å jeg endte opp med mer spørsmål enn svar. Det ble
1967 videre opprettet kontakt med Skolelinux utviklere på IRC der jeg fikk
1968 diskutert hvilken retning jeg burde gå for å få til en fullverdig
1969 løsning. Det ble bestemt at jeg skulle gå for å først installere
1970 &lt;a href=&quot;http://www.raspbian.org/&quot;&gt;Raspian&lt;/a&gt;. Dette er et
1971 operativsystem basert på Debian spesiallaget for Raspberry Pi sin
1972 maskinvare. Nå som Debian var installert på datamaskinen gjenstod det
1973 å installere de nødvendige Skolelinux pakkene for å få til et
1974 fullverdig system. Disse pakkene ble installert manuelt i første
1975 omgang, men ble senere installert automatisk via et script som Petter
1976 Reinholdtsen laget. Dette scriptet er så enkel å bruke at man er i
1977 gang med installasjonen i løpet av bare 5 minutter. Ikke nok med det,
1978 alt skjer helt automatisk. Alt i alt er jeg veldig fornøyd med
1979 resultatet av installasjonsprosessen. Raspberry Pi er en veldig svak
1980 maskin og det merkes godt når man har installert Skolelinux på
1981 den. Video og 3D-rendering fungerer utrolig dårlig, men nettsurfing og
1982 kontorprogrammer fungerer godt. Det kan derfor konkluderes med at
1983 datamaskinen er egnet for enkle oppgaver.
1984
1985 &lt;p&gt;Jeg syns det er viktig påpeke at dette kun er startfasen av en slik
1986 løsning. På markedet finnes det nå maskiner som har bedre hardware enn
1987 Raspberry Pi. Det er store muligheter for at man kan klare å
1988 installere Skolelinux på disse også, og da forsvinner nok mest
1989 sannsynlig ytelsesproblemene med Video og 3D rendering også.&lt;/p&gt;
1990
1991 &lt;p&gt;Det ble også prøvd med en løsning som gjorde at Raspberry Pi
1992 fungerte som en tynnklient. Denne løsningen hadde langt bedre ytelse
1993 med tanke på hastighet og brukeropplevelse. Men også her var video og
1994 3D rendering dårlig. Det ble brukt en liten Linux distribusjon kalt
1995 &lt;a href=&quot;http://www.berryterminal.com/&quot;&gt;BerryTerminal&lt;/a&gt; for å få til
1996 dette.&lt;/p&gt;
1997
1998 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
1999
2000 &lt;p&gt;Fordelen med Skolelinux er mange. At det er gratis er en stor
2001 fordel, men at det er så mange som er med på å utvikle det og
2002 vedlikeholde det er en enda større fordel. Allerede før jeg startet
2003 med prosjektet så jeg mange fordeler, og når jeg nærmet meg sluttfasen
2004 så jeg langt flere. At prosjektet skulle inneha en så høy kvalitet
2005 hadde jeg aldri trodd. En vanlig Skolelinux installasjon har de
2006 nødvendige programmene og funksjonen som både små og store skoler i
2007 tillegg til organisasjoner kan klare seg med. At prosjektet tilbyr en
2008 så komplett løsning er en kjempefordel. Installasjonen er knirkefri
2009 og det er svært enkelt å installere og komme i gang.&lt;/p&gt;
2010
2011 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2012
2013 &lt;p&gt;Ulempene jeg ser med prosjektet er ryddigheten av websidene. Selv
2014 om websidene er enkle og konsise er det allikevel ikke appellerende i
2015 like stor grad som for eksempel
2016 &lt;a href=&quot;http://www.ubuntu.com&quot;&gt;Ubuntu&lt;/a&gt; sine sider. Deres side
2017 tilbyr, i tillegg til godt design og presentasjon, en nettbasert
2018 emulator av deres operativsystem. Dette er en stor fordel slik jeg ser
2019 det. Bortsett fra dette ser jeg absolutt ingen ulemper med
2020 Skolelinux-prosjektet.&lt;/p&gt;
2021
2022 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
2023
2024 &lt;p&gt;Til daglig er jeg en flittig bruker av det åpne media
2025 sentersystemet &lt;a href=&quot;http://xbmc.org/&quot;&gt;XBMC&lt;/a&gt;. Det enorme
2026 samfunnet rundt dette prosjektet har gjort dette til et program som
2027 dekker alles behov. Man kan tilpasse det akkurat slik man vil både med
2028 tanke på utseende og funksjoner ved installere plug-ins eller
2029 scripts.&lt;/p&gt;
2030
2031 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
2032 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
2033
2034 &lt;p&gt;Strategien som burde brukes sett fra mine øyne er
2035 markedsføring. Jeg er sikker på at om flere skoler fikk et lite innsyn
2036 i hvor bra Skolelinux er så ville de ikke nølt med å gå over fra noe
2037 annet som koster de store summer. At skolelinux til de grader tilbyr
2038 en så komplett løsning bure komme frem. Enten via reklamekampanjer
2039 eller ved å sende ut folk til skoler for så å la skolenettverk
2040 ansvarlige få teste ut hvordan Skolelinux fungerer i praksis. Om det
2041 i tillegg ble utviklet gode websider og en emulator for å la brukere
2042 prøve operativsystemet ville nok dette ha styrket inntrykket
2043 betraktelig.&lt;/p&gt;
2044 </description>
2045 </item>
2046
2047 <item>
2048 <title>How to transform a Debian based system to a Debian Edu installation</title>
2049 <link>http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html</link>
2050 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html</guid>
2051 <pubDate>Fri, 17 May 2013 11:50:00 +0200</pubDate>
2052 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; is
2053 an operating system based on Debian intended for use in schools. It
2054 contain a turn-key solution for the computer network provided to
2055 pupils in the primary schools. It provide both the central server,
2056 network boot servers and desktop environments with heaps of
2057 educational software. The project was founded almost 12 years ago,
2058 2001-07-02. If you want to support the project, which is in need for
2059 cash to fund developer gatherings and other project related activity,
2060 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;please
2061 donate some money&lt;/a&gt;.
2062
2063 &lt;p&gt;A topic that come up again and again on the Debian Edu mailing
2064 lists and elsewhere, is the question on how to transform a Debian or
2065 Ubuntu installation into a Debian Edu installation. It isn&#39;t very
2066 hard, and last week I wrote a script to replicate the steps done by
2067 the Debian Edu installer.&lt;/p&gt;
2068
2069 &lt;p&gt;The script,
2070 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless?view=markup&quot;&gt;debian-edu-bless&lt;a/&gt;
2071 in the debian-edu-config package, will go through these six steps and
2072 transform an existing Debian Wheezy or Ubuntu (untested) installation
2073 into a Debian Edu Workstation:&lt;/p&gt;
2074
2075 &lt;ol&gt;
2076
2077 &lt;li&gt;Add skolelinux related APT sources.&lt;/li&gt;
2078 &lt;li&gt;Create /etc/debian-edu/config with the wanted configuration.&lt;/li&gt;
2079 &lt;li&gt;Install debian-edu-install to load preseeding values and pull in
2080 our configuration.&lt;/li&gt;
2081 &lt;li&gt;Preseed debconf database with profile setup in
2082 /etc/debian-edu/config, and run tasksel to install packages
2083 according to the profile specified in the config above,
2084 overriding some of the Debian automation machinery.&lt;/li&gt;
2085 &lt;li&gt;Run debian-edu-cfengine-D installation to configure everything
2086 that could not be done using preseeding.&lt;/li&gt;
2087 &lt;li&gt;Ask for a reboot to enable all the configuration changes.&lt;/li&gt;
2088
2089 &lt;/ol&gt;
2090
2091 &lt;p&gt;There are some steps in the Debian Edu installation that can not be
2092 replicated like this. Disk partitioning and LVM setup, for example.
2093 So this script just assume there is enough disk space to install all
2094 the needed packages.&lt;/p&gt;
2095
2096 &lt;p&gt;The script was created to help a Debian Edu student working on
2097 setting up &lt;a href=&quot;http://www.raspberrypi.org&quot;&gt;Raspberry Pi&lt;/a&gt; as a
2098 Debian Edu client, and using it he can take the existing
2099 &lt;a href=&quot;http://www.raspbian.org/FrontPage‎&quot;&gt;Raspbian&lt;/a&gt; installation and
2100 transform it into a fully functioning Debian Edu Workstation (or
2101 Roaming Workstation, or whatever :).&lt;/p&gt;
2102
2103 &lt;p&gt;The default setting in the script is to create a KDE Workstation.
2104 If a LXDE based Roaming workstation is wanted instead, modify the
2105 PROFILE and DESKTOP values at the top to look like this instead:&lt;/p&gt;
2106
2107 &lt;p&gt;&lt;pre&gt;
2108 PROFILE=&quot;Roaming-Workstation&quot;
2109 DESKTOP=&quot;lxde&quot;
2110 &lt;/pre&gt;&lt;/p&gt;
2111
2112 &lt;p&gt;The script could even become useful to set up Debian Edu servers in
2113 the cloud, by starting with a virtual Debian installation at some
2114 virtual hosting service and setting up all the services on first
2115 boot.&lt;/p&gt;
2116 </description>
2117 </item>
2118
2119 <item>
2120 <title>Second alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
2121 <link>http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
2122 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
2123 <pubDate>Tue, 14 May 2013 23:30:00 +0200</pubDate>
2124 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
2125 project&lt;/a&gt; is making great progress and made its second Wheezy based
2126 release today. This is the release announcement:&lt;/p&gt;
2127
2128 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.0.0 alpha1 released
2129 2013-05-14&lt;/strong&gt;&lt;/p&gt;
2130
2131 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
2132 alpha1, based on &lt;a href=&quot;http://www.debian.org&quot;&gt;Debian&lt;/a&gt; with
2133 codename &quot;Wheezy&quot;.&lt;/p&gt;
2134
2135 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
2136
2137 &lt;p&gt;Debian Edu, also known as Skolelinux, is a Linux distribution based
2138 on Debian providing an out-of-the box environment of a completely
2139 configured school network. Immediatly after installation a school
2140 server running all services needed for a school network is set up just
2141 waiting for users and machines being added via GOsa², a comfortable
2142 Web-UI. A netbooting environment is prepared using PXE, so after
2143 initial installation of the main server from CD, DVD or USB stick all
2144 other machines can be installed via the network.&lt;/p&gt;
2145
2146 &lt;p&gt;This is the first test release based on Wheezy (which currently is
2147 not released yet). Basically this is an updated and slightly improved
2148 version compared to the Squeeze release.&lt;/p&gt;
2149
2150 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
2151 &lt;ul&gt;
2152 &lt;li&gt;Install freemind (0.9.0) by default, and stop installing vym by
2153 default.&lt;/li&gt;
2154 &lt;li&gt;Install chromium (26.0.1410.43) by default.&lt;/li&gt;
2155 &lt;li&gt;Install goplay (0.5-1.1) to make golearn available by default.&lt;/li&gt;
2156 &lt;li&gt;Updated support for Japanese input methods, now based on
2157 ibus-anthy.&lt;/li&gt;
2158 &lt;/ul&gt;
2159
2160 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
2161 &lt;ul&gt;
2162
2163 &lt;li&gt;Switched default file system from ext3 to ext4 for speed and
2164 reliability improvements.&lt;/li&gt;
2165 &lt;li&gt;Got rid of unwanted winbind daemon and PAM setup activated because
2166 of &lt;a href=&quot;http://bugs.debian.org/706434&quot;&gt;706434&lt;/a&gt;.&lt;/li&gt;
2167 &lt;li&gt;Extended and improved the testsuite tests to detect more possible
2168 problems.&lt;/li&gt;
2169 &lt;li&gt;Corrected proxy handling to not set http_proxy to a bogus
2170 direct:// URL.&lt;/li&gt;
2171 &lt;li&gt;Corrected proxy setup for diskless workstations.&lt;/li&gt;
2172 &lt;li&gt;Corrected PXE setup to use our updated udebs during installation.&lt;/li&gt;
2173 &lt;li&gt;Made installation handling of low entropy level more robust.&lt;/li&gt;
2174 &lt;li&gt;Create larger partitions for Roaming workstations and Thin client
2175 servers, to make room for all the software installed.&lt;/li&gt;
2176 &lt;li&gt;Fix bug in Roaming workstation PAM setup, making it impossible to
2177 log in (&lt;a href=&quot;http://bugs.debian.org/706753&quot;&gt;706753&lt;/a&gt;).&lt;/li&gt;
2178 &lt;/ul&gt;
2179
2180 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
2181 &lt;ul&gt;
2182
2183 &lt;li&gt;IP resolution for the local hostname give useless IPv6 address
2184 (&lt;a href=&quot;http://bugs.debian.org/705900&quot;&gt;705900&lt;/a&gt;). Only install
2185 libnss-myhostname on roaming workstations until it is fixed.&lt;/li&gt;
2186 &lt;li&gt;DVD images are not yet ready.&lt;/li&gt;
2187 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
2188 available yet (&lt;a href=&quot;http://bugs.debian.org/698840&quot;&gt;698840&lt;/a&gt;).&lt;/li&gt;
2189 &lt;li&gt;Missing artwork for the KDE desktop (and probably a few others).&lt;/li&gt;
2190 &lt;li&gt;KDE Debian submenu lacks icons.&lt;/li&gt;
2191 &lt;li&gt;LXDE menu lacks entry for changing GOsa password
2192 (website). Installing gosa-desktop will be an option.&lt;/li&gt;
2193 &lt;li&gt;Backup configuration via web interface is impossible due to
2194 password submission problem
2195 (&lt;a href=&quot;http://bugs.debian.org/700257&quot;&gt;700257&lt;/a&gt;).&lt;/li&gt;
2196
2197 &lt;/ul&gt;
2198
2199 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2200
2201 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
2202 &lt;ul&gt;
2203
2204 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&lt;/a&gt;&lt;/li&gt;
2205 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&lt;/a&gt;&lt;/li&gt;
2206 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso debian-edu~7.0+edu0~a1-CD.iso&lt;/li&gt;
2207
2208 &lt;/ul&gt;
2209
2210 &lt;p&gt;The MD5SUM of this image is: 685ed76c1aa8e44b12d3fde21faf450b&lt;/p&gt;
2211
2212 &lt;p&gt;The SHA1SUM of this image is: 6c874de157024da13e115bab29c068080a11ec4c&lt;/p&gt;
2213
2214 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2215
2216 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
2217 </description>
2218 </item>
2219
2220 <item>
2221 <title>Narvik sparer minst 9 millioner på å bruke Skolelinux</title>
2222 <link>http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html</link>
2223 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html</guid>
2224 <pubDate>Fri, 10 May 2013 18:30:00 +0200</pubDate>
2225 <description>&lt;p&gt;I fjor sommer ble jeg
2226 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html&quot;&gt;gledelig
2227 overrasket&lt;/a&gt; over et oppslag i avisen Fremover om Narvik kommunes
2228 bruk av &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;. Oppslaget
2229 var basert på et notat som besvarte spørsmål fra ordfører Tor Nysæter
2230 og rådgiver for skolesektoren, Petter Falkbu, om bruken av Skolelinux
2231 i Narvikskolene og konstnaden ved å gå over til Windows. For litt
2232 over en uke siden siden fikk jeg endelig bedt kommunen om å få innsyn
2233 i dette notatet, og det ble oversendt på epost tirsdag. Jeg fikk
2234 &lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-Narvik-kommune/2013-04-29-09:12-skolelinux-notat/PetterFalkbuogwindowsfornarvikskolen%20(L)351310.pdf&quot;&gt;lagt
2235 ut notatet&lt;/a&gt; samme dag, og fikk i dag sjekket postlista til Narvik,
2236 der jeg fant notatet som
2237 &lt;a href=&quot;https://www.narvik.kommune.no/innsyn.aspx?response=arkivsak_detaljer&amp;arkivsakid=2013001023&amp;scripturi=/innsyn.aspx&amp;skin=infolink&amp;Mid1=301&amp;&quot;&gt;sak
2238 2013/1023&lt;/a&gt;.&lt;/p&gt;
2239
2240 &lt;p&gt;Notatet forteller at Narvik ville måtte betalt minst 9 millioner
2241 for å gå over til Windows på skolene. I tillegg dokumenterer notatet
2242 at læreplanens krav oppfylles uten problemer ved bruk av Skolelinux.
2243 Jeg anbefaler alle å lese de 10 sidene med gode argumenter for å kutte
2244 unødige utgifter på IT i skoleverket. :)&lt;/p&gt;
2245 </description>
2246 </item>
2247
2248 <item>
2249 <title>Debian Wheezy is out - and Debian Edu / Skolelinux should soon follow! #newinwheezy</title>
2250 <link>http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html</link>
2251 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html</guid>
2252 <pubDate>Sun, 5 May 2013 07:40:00 +0200</pubDate>
2253 <description>&lt;p&gt;When I woke up this morning, I was very happy to see that the
2254 &lt;a href=&quot;http://www.debian.org/News/2013/20130504&quot;&gt;release announcement
2255 for Debian Wheezy&lt;/a&gt; was waiting in my mail box. This is a great
2256 Debian release, and I expect to move my machines at home over to it fairly
2257 soon.&lt;/p&gt;
2258
2259 &lt;p&gt;The new debian release contain heaps of new stuff, and one program
2260 in particular make me very happy to see included. The
2261 &lt;a href=&quot;http://scratch.mit.edu/&quot;&gt;Scratch&lt;/a&gt; program, made famous by
2262 the &lt;a href=&quot;http://www.code.org/&quot;&gt;Teach kids code&lt;/a&gt; movement, is
2263 included for the first time. Alongside similar programs like
2264 &lt;a href=&quot;http://edu.kde.org/kturtle/&quot;&gt;kturtle&lt;/a&gt; and
2265 &lt;a href=&quot;http://wiki.sugarlabs.org/go/Activities/Turtle_Art&quot;&gt;turtleart&lt;/a&gt;,
2266 it allow for visual programming where syntax errors can not happen,
2267 and a friendly programming environment for learning to control the
2268 computer. Scratch will also be included in the next release of Debian
2269 Edu.&lt;/a&gt;
2270
2271 &lt;p&gt;And now that Wheezy is wrapped up, we can wrap up the next Debian
2272 Edu/Skolelinux release too. The
2273 &lt;a href=&quot;http://lists.debian.org/debian-edu/2013/04/msg00132.html&quot;&gt;first
2274 alpha release&lt;/a&gt; went out last week, and the next should soon
2275 follow.&lt;p&gt;
2276 </description>
2277 </item>
2278
2279 <item>
2280 <title>First alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
2281 <link>http://people.skolelinux.org/pere/blog/First_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
2282 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
2283 <pubDate>Fri, 26 Apr 2013 08:30:00 +0200</pubDate>
2284 <description>&lt;p&gt;The Debian Edu / Skolelinux project is still going strong and made
2285 its first Wheezy based release today. This is the release
2286 announcement:&lt;/p&gt;
2287
2288 &lt;p&gt;&lt;strong&gt;New features for Debian Edu ~7.0.0 alpha0 released
2289 2013-04-26&lt;/strong&gt;&lt;/p&gt;
2290
2291 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux ~7.0.0
2292 edu alpha0, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
2293
2294 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
2295
2296 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
2297 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
2298 out-of-the box environment of a completely configured school
2299 network. Immediatly after installation a school server running all
2300 services needed for a school network is set up just waiting for users
2301 and machines being added via GOsa², a comfortable Web-UI. A netbooting
2302 environment is prepared using PXE, so after initial installation of
2303 the main server from CD, DVD or USB stick all other machines can be
2304 installed via the network.&lt;/p&gt;
2305
2306 &lt;p&gt;This is the first test release based on Wheezy (which currently is
2307 not released yet). Basically this is an updated and slightly improved
2308 version compared to the Squeeze release.&lt;/p&gt;
2309
2310 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
2311
2312 &lt;ul&gt;
2313 &lt;li&gt;Everything which is new in Debian Wheezy, eg:
2314 &lt;ul&gt;
2315 &lt;li&gt;Linux kernel 3.2.x&lt;/li&gt;
2316 &lt;li&gt;Desktop environments KDE &quot;Plasma&quot; 4.8.4, GNOME 3.4, and LXDE 4
2317 (KDE is installed by default; to choose GNOME or LXDE: see
2318 manual.)&lt;/li&gt;
2319 &lt;li&gt;Web browser Iceweasel 10 ESR&lt;/li&gt;
2320 &lt;li&gt;LibreOffice 3.5.4&lt;/li&gt;
2321 &lt;li&gt;LTSP 5.4.2&lt;/li&gt;
2322 &lt;li&gt;GOsa 2.7.4&lt;/li&gt;
2323 &lt;li&gt;CUPS print system 1.5.3&lt;/li&gt;
2324 &lt;li&gt;Educational toolbox GCompris 12.01&lt;/li&gt;
2325 &lt;li&gt;Music creator Rosegarden 12.04&lt;/li&gt;
2326 &lt;li&gt;Image editor Gimp 2.8.2&lt;/li&gt;
2327 &lt;li&gt;Virtual universe Celestia 1.6.1&lt;/li&gt;
2328 &lt;li&gt;Virtual stargazer Stellarium 0.11.3&lt;/li&gt;
2329 &lt;li&gt;Scratch visual programming environment 1.4.0.6&lt;/li&gt;
2330 &lt;li&gt;New version of debian-installer from Debian Wheezy, see
2331 &lt;a href=&quot;http://www.debian.org/releases/wheezy/installmanual&quot;&gt;installation
2332 manual&lt;/a&gt; for more details.&lt;/li&gt;
2333 &lt;li&gt;Debian Wheezy includes about 37000 packages available for
2334 installation.&lt;/li&gt;
2335 &lt;li&gt;More information about Debian Wheezy 7.0 is provided in the
2336 &lt;a href=&quot;http://www.debian.org/releases/wheezy/releasenotes&quot;&gt;release notes&lt;/a&gt; and the &lt;a href=&quot;http://www.debian.org/releases/wheezy/installmanual&quot;&gt;installation manual&lt;/a&gt;.&lt;/li&gt;
2337 &lt;/ul&gt;&lt;/li&gt;
2338 &lt;/ul&gt;
2339
2340 &lt;p&gt;&lt;strong&gt;Documentation&lt;/strong&gt;&lt;/p&gt;
2341 &lt;ul&gt;
2342 &lt;li&gt;The (&lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Wheezy&quot;&gt;English&lt;/a&gt;) Debian Edu Wheezy Manual is fully translated to
2343 German, French, Italian and Danish. Partly translated versions exist
2344 for Norwegian Bokmal and Spanish.&lt;/li&gt;
2345 &lt;/ul&gt;
2346
2347 &lt;p&gt;&lt;Strong&gt;LDAP related changes&lt;/strong&gt;&lt;/p&gt;
2348 &lt;ul&gt;
2349 &lt;li&gt;Slight changes to some objects and acls to have more types to
2350 choose from when adding systems in GOsa. Now systems can be of type
2351 server, workstation, printer, terminal or netdevice.&lt;/li&gt;
2352 &lt;/ul&gt;
2353
2354 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
2355 &lt;ul&gt;
2356 &lt;li&gt;LTSP clients start as diskless workstation / thin client can be
2357 configured via command line argument -- or individually adding an
2358 entry in lts.conf or LDAP.&lt;li&gt;
2359 &lt;li&gt;GOsa gui: Now some options that seemed to be available, but are non
2360 functional, are greyed out (or are not clickable). Some tabs are
2361 completely hidden to the end user, others even to the GOsa admin.&lt;/li&gt;
2362 &lt;/ul&gt;
2363
2364 &lt;p&gt;&lt;strong&gt;Regressions&lt;/strong&gt;&lt;/p&gt;
2365 &lt;ul&gt;
2366 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv) available
2367 yet.&lt;/li&gt;
2368 &lt;/ul&gt;
2369
2370 &lt;p&gt;&lt;strong&gt;No updated artwork&lt;/strong&gt;&lt;/p&gt;
2371
2372 &lt;ul&gt;
2373 &lt;li&gt;Updated artwork which is visible during installation, in the login
2374 screen and as desktop wallpaper is still missing or the same as we
2375 had for our Squeeze based release.&lt;/li&gt;
2376 &lt;/ul&gt;
2377
2378 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2379
2380 To download the multiarch netinstall CD release you can use
2381 &lt;ul&gt;
2382 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/&lt;/a&gt;&lt;/li&gt;
2383 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/&lt;/a&gt;&lt;/li&gt;
2384 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/&lt;/li&gt;
2385 &lt;/ul&gt;
2386
2387 &lt;p&gt;The MD5SUM of this image is: c5e773ddafdaa4f48c409c682f598b6c&lt;/p&gt;
2388
2389 &lt;p&gt;The SHA1SUM of this image is: 25934fabb9b7d20235499a0a51f08ce6c54215f2&lt;/p&gt;
2390
2391 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2392
2393 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
2394 </description>
2395 </item>
2396
2397 <item>
2398 <title>First Debian Edu / Skolelinux developer gathering in 2013 take place in Trondheim</title>
2399 <link>http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html</link>
2400 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html</guid>
2401 <pubDate>Tue, 16 Apr 2013 15:00:00 +0200</pubDate>
2402 <description>&lt;p&gt;This years first &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux /
2403 Debian Edu&lt;/a&gt; developer gathering take place the coming weekend in Trondheim.
2404 Details about the gathering can be found
2405 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2013-04-19-21-Trondheim&quot;&gt;on
2406 the FRiSK wiki&lt;/a&gt;. The dates are 19-21th of April 2013, and online
2407 participation for those unable to make it in person is very welcome,
2408 and I plan to participate online myself as I could not leave Oslo this
2409 weekend.&lt;/p&gt;
2410
2411 &lt;p&gt;The focus of the gathering is to work on the web pages and project
2412 infrastructure, and to continue the work on the Wheezy based Debian
2413 Edu release.&lt;/p&gt;
2414
2415 &lt;p&gt;See you on &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;IRC, #debian-edu on irc.debian.org,&lt;/a&gt; then?&lt;/p&gt;
2416 </description>
2417 </item>
2418
2419 <item>
2420 <title>Skolelinux 6 got a video review from Pcwizz</title>
2421 <link>http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html</link>
2422 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html</guid>
2423 <pubDate>Sun, 17 Mar 2013 10:30:00 +0100</pubDate>
2424 <description>&lt;p&gt;Via
2425 &lt;a href=&quot;https://twitter.com/pcwizz/status/313044373262716930&quot;&gt;twitter&lt;/a&gt;
2426 I just discovered that &lt;a href=&quot;http://pcwizz.net/&quot;&gt;Pcwizz&lt;/a&gt; have
2427 done a &lt;a href=&quot;http://www.youtube.com/watch?v=wPzTZ61Pcuc&quot;&gt;video
2428 review&lt;/a&gt; on Youtube of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux
2429 / Debian Edu&lt;/a&gt; version 6. He installed the standalone profile and
2430 the video show a walk-through of of the menu content, demonstration of
2431 a few programs and his view of our distribution.&lt;/p&gt;
2432
2433 &lt;p&gt;There is also some really nice quotes (transcribed by me, might
2434 have heard wrong). While looking thought the Graphics menu:&lt;/p&gt;
2435
2436 &lt;blockquote&gt;
2437 &quot;Basically everything you ever need in a school environment.&quot;
2438 &lt;/blockquote&gt;
2439
2440 &lt;p&gt;And as a general evaluation of the entire distribution:&lt;/p&gt;
2441
2442 &lt;blockquote&gt;
2443 &quot;So, yeah, a bit bloated. It kept all the Debian stuff in there, just
2444 to keep it nice and GNU. So, I do not want to go on about it, but
2445 lets give it 7 out of 10. I am not going to use it. That is because
2446 I am not deploying a school network. There may be some mythical
2447 feature to help you deploy Skolelinux on a school network.&quot;
2448 &lt;/blockquote&gt;
2449
2450 &lt;p&gt;To bad he did not test the server profile, and discovered the PXE
2451 installation option. It make it possible to install only the main
2452 server from CD, and the rest of the machines via the net, and might be
2453 considered the mythical feature he talk about. :)&lt;/p&gt;
2454
2455 &lt;p&gt;While looking through the menus, there is also this funny comment
2456 about the part of the K menu generated from the Debian menu subsystem:
2457
2458 &lt;blockquote&gt;
2459 &quot;[The K menu] have a special Debian section for software that no-one
2460 is going to look at, because it contain lots of junky stuff that you
2461 actually don&#39;t need in the education distribution, but have just been
2462 included because it isn&#39;t stripped out for some reason.&quot;
2463 &lt;/blockquote&gt;
2464
2465 &lt;p&gt;I guess it is yet another argument for merging the Debian menu and
2466 Gnome/KDE desktop menu entries into
2467 &lt;a href=&quot;http://wiki.debian.org/Proposals/DebianMenuUsingDesktopEntries&quot;&gt;one
2468 consistent menu system&lt;/a&gt; instead of two incomplete and partly
2469 inconsistent menu systems.&lt;/p&gt;
2470
2471 &lt;p&gt;The entire video is available below for those accepting iframe
2472 embedding:&lt;/p&gt;
2473
2474 &lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/wPzTZ61Pcuc&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
2475 </description>
2476 </item>
2477
2478 <item>
2479 <title>First Skolelinux / Debian Edu Squeeze update released</title>
2480 <link>http://people.skolelinux.org/pere/blog/First_Skolelinux___Debian_Edu_Squeeze_update_released.html</link>
2481 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Skolelinux___Debian_Edu_Squeeze_update_released.html</guid>
2482 <pubDate>Fri, 8 Mar 2013 09:30:00 +0100</pubDate>
2483 <description>&lt;p&gt;Last Sunday, 2013-03-03,, Holger Levsen announced the first update
2484 of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt;
2485 based on Debian Squeeze. This is the first update since
2486 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;the
2487 initial release 2012-03-11&lt;/a&gt;. This is the
2488 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2013/03/msg00000.html&quot;&gt;release
2489 announcement email from Holger&lt;/a&gt;:&lt;/p&gt;
2490
2491 &lt;blockquote&gt;&lt;p&gt;Hi,&lt;/p&gt;
2492
2493 &lt;p&gt;it&#39;s my pleasure to announce the immediate availability of Debian
2494 Edu 6.0.7+r1 (&quot;Debian Edu Squeeze&quot;).&lt;/p&gt;
2495
2496 &lt;p&gt;Debian Edu 6.0.7+r1 is an incremental update to Debian Edu
2497 6.0.4+r0, containing all the changes between Debian 6.0.4 and 6.0.7 as
2498 well Debian Edu specific bugfixes and enhancements. See below (in this
2499 mail) for the full list of (edu) changes. Please see
2500 &lt;a href=&quot;http://www.debian.org/News/2012/20120311&quot;&gt;http://www.debian.org/News/2012/20120311&lt;/a&gt;
2501 for more information on &quot;Debian Edu Squeeze&quot;.&lt;/p&gt;
2502
2503 &lt;p&gt;Images are available for download at
2504 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/&lt;/a&gt;&lt;/p&gt;
2505
2506 &lt;p&gt;md5sums:
2507 &lt;br&gt;1fe79eb4f0f9ae1c58fc318e26cc1e2e debian-edu-6.0.7+r1-CD.iso
2508 &lt;br&gt;a6ddd924a8bd9a1b5ca122e8fe1c34ec debian-edu-6.0.7+r1-DVD.iso
2509 &lt;br&gt;ac6c72cd7925ccec51bfbf58e2a7c69c debian-edu-6.0.7+r1-source-DVD.iso&lt;/p&gt;
2510
2511 &lt;p&gt;sha1sums:
2512 &lt;br&gt;a4b58233b672a99c7df8dc24fb6de3327654a5c3 debian-edu-6.0.7+r1-CD.iso
2513 &lt;br&gt;9b524915e0ff2aa793f13d93123e5bd2bab2dbaa debian-edu-6.0.7+r1-DVD.iso
2514 &lt;br&gt;43997614893fc5e9e59ad6ce066b05d07fd836fa debian-edu-6.0.7+r1-source-DVD.iso&lt;/p&gt;
2515
2516 &lt;p&gt;These images are suitable for amd64+i386.&lt;/p&gt;
2517
2518 &lt;p&gt;Changes for Debian Edu 6.0.7+r1 Codename &quot;Squeeze&quot;, released
2519 2013-03-03:&lt;/p&gt;
2520
2521 &lt;ul&gt;
2522 &lt;li&gt;sitesummary was updated from 0.1.3 to 0.1.8
2523 &lt;ul&gt;
2524 &lt;li&gt;Make Nagios configuration more robust and efficient&lt;/li&gt;
2525 &lt;li&gt;Comply with 3.X kernel&lt;/li&gt;
2526 &lt;/ul&gt;&lt;/li&gt;
2527 &lt;li&gt;debian-edu-doc from 1.4~20120310~6.0.4+r0 to 1.4~20130228~6.0.7+r1
2528 &lt;ul&gt;
2529 &lt;li&gt;Minor updates from the wiki&lt;/li&gt;
2530 &lt;li&gt;Danish translation now complete&lt;/li&gt;
2531 &lt;/ul&gt;&lt;/li&gt;
2532 &lt;li&gt;debian-edu-config from 1.453 to 1.455
2533 &lt;ul&gt;
2534 &lt;li&gt;Fix /etc/hosts for LTSP diskless workstations. Closes: #699880&lt;/li&gt;
2535 &lt;li&gt;Make ltsp_local_mount script work for multiple devices.&lt;/li&gt;
2536 &lt;li&gt;Correct Kerberos user policy: don&#39;t expire password after 2 days.
2537 Closes: #664596&lt;/li&gt;
2538 &lt;li&gt;Handle &#39;#&#39; characters in the root or first users password.
2539 Closes: #664976&lt;/li&gt;
2540 &lt;li&gt;Fixes for gosa-sync:
2541 &lt;ul&gt;
2542 &lt;li&gt;Don&#39;t fail if password contains &quot;&lt;/li&gt;
2543 &lt;li&gt;Don&#39;t disclose new password string in syslog&lt;/li&gt;
2544 &lt;/ul&gt;&lt;/li&gt;
2545 &lt;li&gt;Fixes for gosa-create:
2546 &lt;ul&gt;
2547 &lt;li&gt;Invalidate libnss cache before applying changes&lt;/li&gt;
2548 &lt;li&gt;Multiple failures during mass user import into GOsa²&lt;/li&gt;
2549 &lt;li&gt;gosa-netgroups plugin: don&#39;t erase entries of attribute type
2550 &quot;memberNisNetgroup&quot;. Closes: #687256&lt;/li&gt;
2551 &lt;li&gt;First user now uses the same Kerberos policy as all other users&lt;/li&gt;
2552 &lt;/ul&gt;&lt;/li&gt;
2553 &lt;li&gt;Add Danish web page&lt;/li&gt;
2554 &lt;/ul&gt;
2555 &lt;li&gt;debian-edu-install from 1.528 to 1.530
2556 &lt;ul&gt;
2557 &lt;li&gt;Improve preseeding support and documentation&lt;/li&gt;
2558 &lt;/ul&gt;&lt;/li&gt;
2559 &lt;/ul&gt;
2560
2561 &lt;p&gt;End-user documentation in English is available at
2562 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/&quot;&gt;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/&lt;/a&gt;
2563 - translations to French, Italian, Danish and German are available in
2564 the debian-edu-doc package. (Other languages could use your help!)&lt;/p&gt;
2565
2566 &lt;p&gt;If you want to contribute to Debian Edu, please join our
2567 mailinglist
2568 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@lists.debian.org&lt;/a&gt;!
2569 &lt;/p&gt;&lt;/blockquote&gt;
2570
2571 &lt;p&gt;I am very happy to see the fruits of a year of hard work. :)&lt;/p&gt;
2572 </description>
2573 </item>
2574
2575 <item>
2576 <title>Skolelinux-intervju: Helge Tore Høyland</title>
2577 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</link>
2578 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</guid>
2579 <pubDate>Fri, 22 Feb 2013 08:10:00 +0100</pubDate>
2580 <description>&lt;p&gt;Etter en lang pause og travle uker har jeg endelig klart å få
2581 samlet et nytt intervju med en av folkene i
2582 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet.
2583 Denne gang er det Helge Tore Høyland, en mangeårig bidragsyter på
2584 epostlistene og ellers i prosjektet.&lt;/p&gt;
2585
2586 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
2587
2588 &lt;p&gt;Eg er IT-konsulent/teknikker hjå eit firma i Steinkjer med navn
2589 &lt;a href=&quot;http://unoit.no/&quot;&gt;Uno IT&lt;/a&gt;. Uno IT er eit lite firma som
2590 drifter nettverk og maskiner for små og mellomstore firma
2591 Steinkjer-området. Per dags dato er me 2 ansatte. Min faglege bakgrunn
2592 er Fagbrev som it-teknikker, samt nokre fag innen nettverk- og
2593 server-drift frå HiST og NTNU. Dagleg arbeid består i oppsett av nye
2594 maskiner og hjelp til sluttbrukere, samt oppsett og vedlikehold av eit
2595 vidt spekter av fagsystemer ute hjå kunder. Erfaring med Skolelinux
2596 har eg hatt i forbindelse med drifting av
2597 &lt;a href=&quot;http://www.bjorkly.no/&quot;&gt;Bjørkly skule&lt;/a&gt;, ein privat
2598 grunnskule i Namsos-området. I dag har skulen 65 elever, 15 lærere, 1
2599 hovedserver og ca 60 klienter som kjører halvtjukt. Eg har bygd og
2600 driftet systemet sidan summaren 2006.&lt;/p&gt;
2601
2602 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
2603
2604 &lt;p&gt;Eg kom i kontakt med Skolelinux-prosjektet via ein artikkel i eit
2605 fagblad, som eg ikkje lenger hugsar namnet på. I og med at eg allereie
2606 hadde pusla med nettverk for ein annan skule, fatta eg straks
2607 interesse for prosjektet.&lt;/p&gt;
2608
2609 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2610
2611 &lt;p&gt;Fordelane med Skolelinux er sentralisert administrasjon og svært
2612 mange gode verktøy «ut av boksen». Veldig kjekt å kunne drifte 60
2613 klientar med berre å «bry» seg med ein server. Levetid for systemets
2614 hardware er og ein veldig fin effekt. I tillegg kjem fordelar som økt
2615 sikkerhet og mindre lisenskostnader. Etter min erfaring er det og
2616 mykje mindre driftskostnader med eit slikt system enn konkurrerande
2617 system, pga enkelhet med sentralisert administrasjon. På grunn av at
2618 Skolelinux er basert på Debian er det òg svært stabilt.&lt;/p&gt;
2619
2620 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2621
2622 &lt;p&gt;Ulemper er mangel på vilje til å følge standarer ute i markedet,
2623 som fører til mangel på støtte til nokre mykje brukte ting. Flash og
2624 Java er typiske eksempel. Sidan Debian satsar på stabilitet framfor å
2625 ha nyeste pakke av eit program, kan ein i nokre tilfeller kome borti
2626 at program vert «for gamle». Det er spesielt nettlesaren som er
2627 utsett. Mangel på vilje til å utvikle pedagogisk programvare, i Noreg,
2628 for «alle» platformer fører òg til noko hovudbry.&lt;/p&gt;
2629
2630 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
2631
2632 &lt;p&gt;Til dagleg bruker eg svært mange forskjellige «fri programvare»
2633 program. Firefox, Thunderbird, Freecommander, ImgBurn, Clonezilla,
2634 OCS inventory, Icinga, Skolelinux, SystemRescueCD og mykje meir.&lt;/p&gt;
2635
2636 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
2637 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
2638
2639 &lt;p&gt;Strategisk må ein fokusere på at sluttbruker eigentleg ikkje er så
2640 fokusert på at det er fri programvare men at det skal «berre fungere».
2641 Gjer det enkelt å bruker og ikkje minst å administrere. For Skolelinux
2642 sin del må ein få eit betre fokus på overganger. Utbytting av servere
2643 må gå meir automatisk, import og eksport av brukerbase og maskinbase
2644 med meir må kunne gå enkelt og oppgradering til neste versjon må bli
2645 mykje meir automatisk og gjennomtesta. Ein må unngå at ein må sette
2646 opp frå start når ein byter ut ein server eller oppgraderer til neste
2647 versjon. For å få Skolelinux til å bli eit betre alternativ for skular
2648 må ein ha fokus på nettlesaren. Denne må bli «up to date» og støtte
2649 dei protokollar og tillegg som vert brukt av forlag med meir. Etter
2650 kvart som meir og meir blir flytta ut i «skya» vert dette viktigare og
2651 viktigare. Ein kunne ynskje og jobbe for at forlag med fleire tar i
2652 bruk opne standarer, men inntil det skjer, må systemet kunne brukast
2653 mot desse fagsystema.&lt;/p&gt;
2654
2655 &lt;p&gt;For meg har prosjektet med Skolelinux vore ein svært artig og
2656 lærerik prosess. Miljøet rundt er ikkje enormt stort, dog stort nok,
2657 men det er svært hjelpevillig og engasjert.&lt;/p&gt;
2658 </description>
2659 </item>
2660
2661 <item>
2662 <title>A Christmas present for Skolelinux / Debian Edu</title>
2663 <link>http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</link>
2664 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</guid>
2665 <pubDate>Fri, 28 Dec 2012 09:20:00 +0100</pubDate>
2666 <description>&lt;p&gt;I was happy to discover a few days ago that the
2667 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt;
2668 project also this year received a Christmas present from Another
2669 Agency in Trondheim. NOK 1000,- showed up on our donation account
2670 December 24th. I want to express our thanks for this very welcome
2671 present. As the Debian Edu / Skolelinux project is very short on
2672 funding these days, and thus lack the money to do regular developer
2673 gatherings, this donation was most welcome. One developer gathering
2674 cost around NOK 15&amp;nbsp;000,-, so we need quite a lot more to keep the
2675 development pace we want. Thus, I hope their example this year is
2676 followed by many others. :)&lt;/p&gt;
2677
2678 &lt;p&gt;The public list of donors can be found on
2679 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;the
2680 donation page&lt;/a&gt; for the project, which also contain instructions if
2681 you want to donate to the project.&lt;/p&gt;
2682 </description>
2683 </item>
2684
2685 <item>
2686 <title>Ledger - double-entry accounting using text based storage format</title>
2687 <link>http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</link>
2688 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</guid>
2689 <pubDate>Tue, 18 Dec 2012 23:30:00 +0100</pubDate>
2690 <description>&lt;p&gt;A few days ago I came across
2691 &lt;a href=&quot;http://joeyh.name/blog/entry/hledger/&quot;&gt;a blog post from Joey
2692 Hess&lt;/a&gt; describing &lt;a href=&quot;http://ledger-cli.org/&quot;&gt;ledger&lt;/a&gt; and
2693 hledger, a text based system for double-entry accounting. I found it
2694 interesting, as I am involved with several organizations where
2695 accounting is an issue, and I have not really become too friendly with
2696 the different web based systems we use. I find it hard to find what I
2697 look for in the menus and even harder try to get sensible data out of
2698 the systems. Ledger seem different. The accounting data is kept in
2699 text files that can be stored in a version control system, and there
2700
2701 are at least &lt;a href=&quot;https://github.com/ledger/ledger/wiki/Ports&quot;&gt;five
2702 different implementations&lt;/a&gt; able to read the format. An example
2703 entry look like this, and is simple enough that it will be trivial to
2704 generate entries based on CVS files fetched from the bank:&lt;/p&gt;
2705
2706 &lt;blockquote&gt;&lt;pre&gt;
2707 2004-05-27 Book Store
2708 Expenses:Books $20.00
2709 Liabilities:Visa
2710 &lt;/pre&gt;&lt;/blockquote&gt;
2711
2712 &lt;p&gt;The concept seemed interesting enough for me to check it out and
2713 look for others using it. I found blog posts from
2714 &lt;a href=&quot;http://blog.spang.cc/posts/hledger_rocks_my_world/&quot;&gt;Christine
2715 Spang&lt;/a&gt;,
2716 &lt;a href=&quot;http://bugsplat.info/2010-05-23-keeping-finances-with-ledger.html&quot;&gt;Pete
2717 Keen&lt;/a&gt;,
2718 &lt;a href=&quot;http://blog.andrewcantino.com/blog/2010/11/06/command-line-accounting-with-ledger-and-reckon/&quot;&gt;Andrew
2719 Cantino&lt;/a&gt; and
2720 &lt;a href=&quot;http://blog.iphoting.com/blog/2012/11/29/command-line-double-entry-accounting/&quot;&gt;Ronald
2721 Ip&lt;/a&gt; describing how they use it, as well as a post from
2722 &lt;a href=&quot;https://groups.google.com/forum/?fromgroups=#!topic/ledger-cli/r0oWjwbQ9Bo&quot;&gt;Bradley
2723 M. Kuhn&lt;/a&gt; at the Software Freedom Conservancy. All seemed like good
2724 recommendations fitting my need.&lt;/p&gt;
2725
2726 &lt;p&gt;The &lt;a href=&quot;http://packages.qa.debian.org/l/ledger.html&quot;&gt;ledger&lt;/a&gt;
2727 package is available in Debian Squeeze, while the
2728 &lt;a href=&quot;http://packages.qa.debian.org/h/haskell-hledger.html&quot;&gt;hledger&lt;/a&gt;
2729 package only is available in Debian Sid. As I use Squeeze, ledger
2730 seemed the best choice to get started.&lt;/p&gt;
2731
2732 &lt;p&gt;To get some real data to test on, I wrote a
2733 &lt;a href=&quot;http://www.nuug.no/tools/lodo2ledger&quot;&gt;web scraper&lt;/a&gt; for
2734 &lt;a href=&quot;http://www.lodo.no/&quot;&gt;LODO&lt;/a&gt;, the accounting system used by
2735 the &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; association, and started to
2736 play with the data set. I&#39;m not really deeply into accounting, but I
2737 am able to get a simple balance and accounting status for example
2738 using the &quot;&lt;tt&gt;ledger balance&lt;/tt&gt;&quot; command. But I will have to
2739 gather more experience before I know if the ledger way is a good fit
2740 for the organisations I am involved in.&lt;/p&gt;
2741 </description>
2742 </item>
2743
2744 <item>
2745 <title>Debian Edu interview: Angela Fuß</title>
2746 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</link>
2747 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</guid>
2748 <pubDate>Wed, 14 Nov 2012 21:30:00 +0100</pubDate>
2749 <description>&lt;p&gt;Here is another interview with one of the people in the &lt;a
2750 href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
2751 community. I am running short on people willing to be interviewed, so
2752 if you know about someone I should interview, Please send me an email.
2753 After asking for many months, I finally managed to lure another one of
2754 the people behind the German
2755 &quot;&lt;a href=&quot;http://wiki.it-zukunft-schule.de/&quot;&gt;IT-Zukunft Schule&lt;/a&gt;&quot;
2756 project out from maternity leave to conduct an interview. Give a warm
2757 welcome to Angela Fuß. :)&lt;/p&gt;
2758
2759 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2760
2761 &lt;p&gt;I am a 39-year-old woman living in the very north of Germany near
2762 Denmark. I live in a patchwork family with &quot;my man&quot; Mike Gabriel, my
2763 two daughters, Mikes daughter and Mikes and my rather newborn son.
2764
2765 &lt;p&gt;At the moment - because of our little baby - I am spending most of
2766 the day by being a caring and organising mom for all the kids.
2767 Besides that I am really involved into and occupied with several inner
2768 growth processes: New born souls always bring the whole familiar
2769 system into movement and that needs time and focus ;-). We are also
2770 in the middle of buying a house and moving to it.&lt;/p&gt;
2771
2772 &lt;p&gt;In 2013 I will work again in my job in a German foundation for
2773 nature conservation. I am doing public relation work there. Besides
2774 that - and that is the connection to Skolelinux / Debian Edu - I am
2775 working in our own school project &quot;IT-Zukunft Schule&quot; in North
2776 Germany. I am responsible for the quality assurance, the customer
2777 relationship management and the communication processes in the
2778 project.&lt;/p&gt;
2779
2780 &lt;p&gt;Since 2001 I constantly have been training myself in communication
2781 and leadership. Besides that I am a forester, a landscaping gardener
2782 and a yoga teacher.&lt;/p&gt;
2783
2784 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
2785 project?&lt;/strong&gt;&lt;/p&gt;
2786
2787 &lt;p&gt;I fell in love with Mike ;-).&lt;/p&gt;
2788
2789 &lt;p&gt;Very soon after getting to know him I was completely enrolled into
2790 Free Software. At this time Mike did IT-services for one newly
2791 founded school in Kiel. Other schools in Kiel needed concepts for
2792 their IT environment. Often when Mike came home from working at the
2793 newly founded school I found myself listening to his complaints about
2794 several points where the communication with the schools head or the
2795 teachers did not work. So we were clear that he would not work for
2796 one more school if we did not set up a structure for communication
2797 between him, the schools head, the teachers, the students and the
2798 parents.&lt;/p&gt;
2799
2800 &lt;p&gt;Together with our friend and hardware supplier Andreas Buchholz we
2801 started to get an overview of free software solutions suitable for
2802 schools. One day before Christmas 2010 Mike and I had a date with Kurt
2803 Gramlich in Gütersloh. As Kurt and I are really interested in building
2804 networks of people and in being in communication we dived into
2805 Skolelinux and brought it to the first grammar schools in Northern
2806 Germany.&lt;/p&gt;
2807
2808 &lt;p&gt;For information about our school project you can read
2809 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html&quot;&gt;the
2810 interview with Mike Gabriel&lt;/a&gt;.&lt;/p&gt;
2811
2812 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
2813 Edu?&lt;/strong&gt;&lt;/p&gt;
2814
2815 &lt;p&gt;First I have to say: I cannot answer this question technically. My
2816 answer comes rather from a social point of view.&lt;/p&gt;
2817
2818 &lt;p&gt;The biggest advantage of Skolelinux / Debian Edu I see is the large
2819 and strong international community of Debian Developers in the
2820 background which is very alive and connected over mailinglists, blogs
2821 and meetings. My constant feeling for the Debian Community is: If
2822 something does not work they will somehow fix it. All is well
2823 ;-). This is of course a user experience. What I also get as a big
2824 advantage of Skolelinux / Debian Edu is that everybody who uses it and
2825 works with it can also contribute to it - that includes students,
2826 teachers, parents...&lt;/p&gt;
2827
2828 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
2829 Edu?&lt;/strong&gt;&lt;/p&gt;
2830
2831 &lt;p&gt;I will answer this question relating to the internal structure of
2832 Skolelinux / Debian Edu.&lt;/p&gt;
2833
2834 &lt;p&gt;What I see as a major disadvantage is that there is a gap between
2835 the group of developers for Debian Edu and the people who make the
2836 marketing, that means the people that bring Skolelinux to the
2837 schools. There is a lack of communication between these two groups and
2838 I think that does not really work for Skolelinux / Debian Edu.&lt;/p&gt;
2839
2840 &lt;p&gt;Further I appreciate that Skolelinux / Debian Edu is known as a
2841 do-ocracy. Nevertheless I keep asking myself if at some points a
2842 democracy or some kind of hierarchical project structure would be good
2843 and helpful. I am also missing some kind of contact between the
2844 Skolelinux / Debian Edu communities in Europe or on an international
2845 level. I think it would be good if there was more sharing between the
2846 different countries using Skolelinux / Debian Edu.&lt;/p&gt;
2847
2848 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2849
2850 &lt;p&gt;On my laptop I am still using an Ubuntu 10.04 with a Gnome Desktop
2851 on. As applications I use Openoffice.org, Gedit, Firefox, Pidgin,
2852 LaTeX and GnuCash. For mails I am using Horde. And I am really fond of
2853 my N900 running with Maemo.&lt;/p&gt;
2854
2855 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2856 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2857
2858 &lt;p&gt;I am really convinced that in our school project &quot;IT-Zukunft
2859 Schule&quot; we have developed (and keep developing) a great way to get
2860 schools to use Free Software. We have written a detailed concept for
2861 that so I cannot explain the whole thing here. But in a nutshell the
2862 strategy has three crucial pillars:&lt;/p&gt;
2863
2864 &lt;ul&gt;
2865
2866 &lt;li&gt;We really take time to get what sort of stories, questions and
2867 concerns the schools head and the teachers have about using different
2868 kinds of IT and we take time to enrol them into Free Software.&lt;/li&gt;
2869
2870 &lt;li&gt;Our solution for schools is never just technical. In the centre
2871 are always the people who are going to use the software. From the very
2872 beginning of the planning for a school, we tell the schools head that
2873 they are paying us not only for a technical solution for their school,
2874 they also pay us for leading all the communication processes
2875 needed. If they do not want that, we are not working with them because
2876 we cannot give a guarantee for the quality of our work then.&lt;/li&gt;
2877
2878 &lt;li&gt;Another focus lies in the training of teachers and students in
2879 co-administrating the IT-System at their school. They start getting in
2880 contact with the Skolelinux / Debian Edu community and they get the
2881 offer to become more and more independent from us.&lt;/li&gt;
2882
2883 &lt;/ul&gt;
2884 </description>
2885 </item>
2886
2887 <item>
2888 <title>Skolelinux noe for Ballangen? (Leserinnlegg til avisen Fremover)</title>
2889 <link>http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</link>
2890 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</guid>
2891 <pubDate>Sun, 14 Oct 2012 20:00:00 +0200</pubDate>
2892 <description>&lt;p&gt;Tirsdag 2012-10-09 sendte jeg følgende leserinnlegg til avisen
2893 &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;, etter å ha vært nordpå
2894 noen dager og lest noen gamle aviser. Publiserer den her i sin helhet
2895 for fremtidig referanse. Fremover publiserer dessverre ikke
2896 leserinnlegg på nett.&lt;/p&gt;
2897
2898 &lt;blockquote&gt;
2899 &lt;p&gt;To: redaksjon (at) fremover.no
2900 &lt;br&gt;Subject: Leserinnlegg til Fremover: Skolelinux noe for Ballangen?&lt;/p&gt;
2901
2902 &lt;p&gt;Ærede redaktør&lt;/p&gt;
2903
2904 &lt;p&gt;I sommer (2012-07-23) hadde Fremover et oppslag om at Narvik
2905 kommune hadde spart mellom 10 og 20 millioner kroner de siste årene på
2906 å bruke Skolelinux på sine skoler. Harstad har også tatt i bruk
2907 Skolelinux på alle sine skoler. Som tidligere Ballangsværing gledet
2908 det meg stort å se at skoleløsningen vi har utviklet siden 2001 tas i
2909 bruk i området der jeg vokste opp, og dermed bidrar til en bedre og
2910 billigere skolehverdag.&lt;/p&gt;
2911
2912 &lt;p&gt;Skolelinux er en komplett IT-løsning for elevnettverket på en
2913 skole, med både nettverkstjenester og løsning for elevmaskiner med
2914 pedagogisk programvare, som tillater en å øke levetiden på en
2915 datamaskin i skolen med mange år. En undersøkelse publisert i mars
2916 2012 viste at de 56 norske skolene som har offentliggjort at de bruker
2917 Skolelinux eller annen Linuxutgave hadde 36% større PC-tetthet enn
2918 landsgjennomsnittet, når en ser på tall rapportert til Grunnskolens
2919 Informasjonssystem. I følge Paul Reidar Løsnesløkken, IKT-konsulent i
2920 Nord-Odal, fungerer datamaskiner godt til de er 8 til 10 år gamle.&lt;/p&gt;
2921
2922 &lt;p&gt;I høst (2012-09-29) fortalte Fremover hvordan Ballangen kommune har
2923 opparbeidet seg 20 millioner i underskudd og nok havner på Robek-lista
2924 fra nyttår. Kanskje Ballangen også burde ta i bruk Skolelinux for å
2925 spare penger? Hvis kommunen mangler kompetanse lokalt på Linux finnes
2926 det kommersielle selskaper som tilbyr driftstjenester rundt
2927 Skolelinux, og jeg bør vel avsløre at jeg selv er involvert i et av
2928 dem, Skolelinux Drift AS. Kommunen kan dermed få hjelp hvis de ikke
2929 ønsker å bygge opp egen kompetanse.&lt;/p&gt;
2930
2931 &lt;p&gt;Vennlig hilsen
2932 &lt;br&gt;Petter Reinholdtsen
2933 &lt;br&gt;Fri programvareutvikler&lt;/p&gt;
2934
2935 &lt;p&gt;Referanser:&lt;/p&gt;
2936
2937 &lt;ul&gt;
2938
2939 &lt;li&gt;&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html&quot;&gt;http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html&lt;/a&gt;&lt;/li&gt;
2940 &lt;li&gt;&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html&quot;&gt;http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html&lt;/a&gt;&lt;/li&gt;
2941
2942 &lt;/ul&gt;
2943
2944 &lt;/blockquote&gt;
2945
2946 &lt;p&gt;Innlegget ble så vidt jeg vet trykket i papirutgaven et par dager
2947 senere, men jeg har ikke sett det selv.&lt;/p&gt;
2948 </description>
2949 </item>
2950
2951 <item>
2952 <title>Trengs flere frivillige til korrektur av den frie norske stavekontrollen</title>
2953 <link>http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</link>
2954 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</guid>
2955 <pubDate>Sat, 13 Oct 2012 12:10:00 +0200</pubDate>
2956 <description>&lt;p&gt;&lt;a href=&quot;http://no.speling.org/&quot;&gt;Den frie norske stavekontrollen&lt;/a&gt;
2957 består av ca. 1,3 millioner bokmåls- og nynorskord. Det er mange
2958 kilder til ordene, f.eks. den norske ordbanken, norske nett-aviser,
2959 stavekontrollbrukere og korrekturlesere, og endel feil har sneket seg
2960 inn i databasen over ord. For å finne og fikse feilene trengs det
2961 korrekturlesing. Her kommer frivillige inn.&lt;/p&gt;
2962
2963 &lt;p&gt;Hvis du vil bidra med korrektur av orddatabasen, kan du melde deg
2964 frivillig som bokmåls- eller nynorskkorrekturleser og få tilsendt en
2965 liten bunke ord på epost hver dag, lese over og sende inn på epost
2966 tilbake til korrekturlesing-systemet. Jo flere som sjekker, jo
2967 raskere kommer vi igjennom hele databasen. Så langt har vi oppdaget
2968 341 bokmålsord og 50 nynorskord som ikke skal vært med i databasen.
2969 Det er nok noen flere. I tillegg har korrekturleserne oppdaget flere
2970 ord som manglet, og fått lagt dem inn i stavekontrollen.&lt;/p&gt;
2971
2972 &lt;p&gt;Hvis du vil bidra, følg instruksene på
2973 &lt;a href=&quot;http://no.speling.org/dokumentasjon.html&quot;&gt;prosjektsidene&lt;/a&gt;
2974
2975 for nye bidragsytere, og ta kontakt med Håvard eller epostlisten
2976 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-no&quot;&gt;i18n-no&lt;/a&gt;.
2977 Gode norskkunnskaper er en fordel, og vilje til å sjekke
2978 &lt;a href=&quot;http://www.nob-ordbok.uio.no/perl/ordbok.cgi&quot;&gt;ordboka&lt;/a&gt; et
2979 krav!&lt;/p&gt;
2980 </description>
2981 </item>
2982
2983 <item>
2984 <title>Ny utgave (v2.1) av den frie norske stavekontrollen gitt ut</title>
2985 <link>http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</link>
2986 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</guid>
2987 <pubDate>Tue, 2 Oct 2012 09:20:00 +0200</pubDate>
2988 <description>&lt;p&gt;I helga fikk jeg endelig pakket sammen en ny versjon av den norske
2989 stavekontrollen, og gikk ut versjon 2.1 etter at det var gått fire og
2990 et halvt år siden sist. I dag fikk vi sendt ut annonseringen. Her er
2991 det vi sendte ut:&lt;/p&gt;
2992
2993 &lt;p&gt;Oslo, 2012-10-02&lt;/p&gt;
2994
2995 &lt;p&gt;&lt;strong&gt;Pressemelding: Ny utgave av norsk stavekontroll med
2996 synonymordliste&lt;/strong&gt;&lt;/p&gt;
2997
2998 &lt;p&gt;Mer enn fire år etter at forrige utgave av den frie norske
2999 stavekontrollen ble utgitt, er en ny og forbedret versjon klar. Dette er
3000 noe utviklerne er veldig glade for.&lt;/p&gt;
3001
3002 &lt;p&gt;Den største endringen er at byggesystemet for stavekontrollen er
3003 skrevet om til å akseptere ord med bindestrek (f.eks. «e-post»). Litt
3004 over 10.000 slike ordformer er lagt til i orddatabasen. I tillegg er
3005 det kommet en del nye ord og rettelser rapportert inn av de frivillige
3006 som gjennomfører korrektur av orddatabasen i prosjektet. For å få
3007 fortgang i dette korrekturarbeidet er det fint med flere frivillige
3008 som kan bidra i prosjektet.&lt;/p&gt;
3009
3010 &lt;p&gt;&lt;blockquote&gt;
3011 - En god og fritt tilgjengelig stavekontroll er en viktig byggestein
3012 for å fremme bruken av korrekt norsk språk, sier prosjektdeltager
3013 Petter Reinholdtsen.
3014 &lt;/blockquote&gt;&lt;/p&gt;
3015
3016 &lt;p&gt;Takket være samarbeidet med synonymordlisteprosjektet er
3017 synonymordlista for bokmål tilgjengelig sammen med ordlista for bokmål
3018 og nynorsk. En synonymordliste for nynorsk er også med, men den er på
3019 prøvestadiet og meget liten.&lt;/p&gt;
3020
3021 &lt;p&gt;Stavekontrollpakken og synonymordlistene brukes i
3022 LibreOffice/OpenOffice.org, Koffice, Mozilla Thunderbird, Firefox og
3023 en rekke andre programmer, og på både Windows, Mac OS X, Linux og
3024 BSD.&lt;/p&gt;
3025
3026 &lt;p&gt;Det hele utgis under den frie lisensen GPL og kan fritt lastes ned
3027 fra prosjektsidene på
3028 &lt;a href=&quot;http://no.speling.org&quot;&gt;no.speling.org&lt;/a&gt;. Ferdige pakker for
3029 LibreOffice/OpenOffice.org er også tilgjengelige fra samme sted.&lt;/p&gt;
3030
3031 &lt;p&gt;Det norske stavekontrollprosjektet er i kontakt med lignende
3032 prosjekter for blant annet å forbedre stavekontrollteknologien, å
3033 utveksle verktøy for vedlikehold av orddatabasen og å få tilgang til
3034 relevante datasett. Et av disse prosjektene er et separat prosjekt ved
3035 Sametinget som er i gang med å utvikle samisk stavekontroll for blant
3036 annet Microsoft Word og OpenOffice.org.&lt;/p&gt;
3037
3038 &lt;p&gt;Et søsterprosjekt for å lage grammatikk-kontroll for
3039 LibreOffice/OpenOffice.org er igangsatt, men har ennå ikke kommet
3040 langt nok til å brukes. Frivillige til å bidra i dette prosjektet er
3041 også svært velkomne.&lt;/p&gt;
3042
3043 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
3044
3045 &lt;p&gt;&lt;blockquote&gt;
3046 Axel Bojer, prosjektdeltager
3047 &lt;br&gt;E-post: fri_programvare (at) bojer.no
3048 &lt;br&gt;Tlf: +47 954 32 417
3049 &lt;/blockquote&gt;&lt;/p&gt;
3050
3051 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
3052
3053 &lt;ul&gt;
3054
3055 &lt;li&gt;Det frie norske stavekontrollprosjektet for bokmål og nynorsk:
3056 &lt;a href=&quot;http://no.speling.org&quot;&gt;http://no.speling.org&lt;/a&gt;&lt;/li&gt;
3057 &lt;li&gt;Samiske korrekturverktøy:
3058 &lt;a href=&quot;http://divvun.no/&quot;&gt;http://divvun.no/&lt;/a&gt;&lt;/li&gt;
3059 &lt;li&gt;Ordlistene fra Norsk ordbank:
3060 &lt;a href=&quot;http://www.edd.uio.no/prosjekt/ordbanken/&quot;&gt;http://www.edd.uio.no/prosjekt/ordbanken/&lt;/a&gt;&lt;/li&gt;
3061 &lt;li&gt;Last ned ordlistene:
3062 &lt;a href=&quot;http://alioth.debian.org/frs/?group_id=30577&quot;&gt;http://alioth.debian.org/frs/?group_id=30577&lt;/a&gt;
3063 (PS: no_NO-pack2 for OOo 2.x))&lt;/li&gt;
3064 &lt;/ul&gt;
3065
3066 &lt;p&gt;&lt;strong&gt;Fra NEWS-fila i kildekodepakken&lt;/strong&gt;&lt;/p&gt;
3067
3068 &lt;p&gt;Release 2.1 (2012-09-30)&lt;/p&gt;
3069
3070 &lt;ul&gt;
3071
3072 &lt;li&gt;Switch to new version scheme. Make new version 2.1, not 2.0.11. We do not
3073 release often enough to justify three digits.&lt;/li&gt;
3074 &lt;li&gt;Switch build rules to build OOo v2 thesaurus files, as the v1 build rules
3075 no longer work. This require the libmythes-dev package on Debian.&lt;/li&gt;
3076 &lt;li&gt;Introduce new Makefile variables hyphendir and thesdir to make it easier to
3077 control where to install these.&lt;/li&gt;
3078 &lt;li&gt;Change script used to import from no.speling.org, to load new word
3079 boundaries if at least two people believed the boundaries was correct.&lt;/li&gt;
3080 &lt;li&gt;Added word boundaries for several words (around 500 words) using the
3081 updated script.&lt;/li&gt;
3082 &lt;li&gt;Imported thesarus for bokmål from synonymer.merg.net.&lt;/li&gt;
3083 &lt;li&gt;Rewrote build rules to use = instead of - as combined word marker, thus
3084 allowing words like e-post.&lt;/li&gt;
3085 &lt;li&gt;Imported a lot (around 10k words) of new words with dash (-) in them from
3086 no.speling.org now that it is handled by the build system.&lt;/li&gt;
3087 &lt;/ul&gt;
3088 </description>
3089 </item>
3090
3091 <item>
3092 <title>Debian Edu interview: Giorgio Pioda</title>
3093 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</link>
3094 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</guid>
3095 <pubDate>Mon, 17 Sep 2012 14:10:00 +0200</pubDate>
3096 <description>&lt;p&gt;After a long break in my row of interviews with people in the
3097 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
3098 community, I finally found time to wrap up another. This time it is
3099 Giorgio Pioda, which showed up on the mailing list at the start of
3100 this year, asking questions and inspiring us to improve the first time
3101 administrators experience with Skolelinux. :) The interview was
3102 conduced in May, but I only found time to publish it now.&lt;/p&gt;
3103
3104 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3105
3106 &lt;p&gt;I have a PhD in chemistry but since several years I work as teacher
3107 in secondary (15-18 year old students) and tertiary (a kind of &quot;light&quot;
3108 university) schools. Five years ago I started to manage a Learning
3109 Management Service server and slowly I got more and more involved with
3110 IT. 3 years ago the graduating schools moved completely to Linux and I
3111 got the head of the IT for this. The experience collected in chemistry
3112 labs computers (for example NMR analysis of protein folding) and in
3113 the IT-courses during university where sufficient to start. Self
3114 training is anyway very important&lt;/p&gt;
3115
3116 &lt;p&gt;I live in the Italian speaking part of Switzerland, and the
3117 &lt;a href=&quot;http://www.spse.ch/&quot;&gt;SPSE school&lt;/a&gt; (secondary) is a very
3118 special sport school for young people who try to became sport pro (for
3119 all sports, we have dozens of disciplines represented) and we are
3120 recognised by the Olympic Swiss Organisation.
3121
3122 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
3123 project?&lt;/strong&gt;&lt;/p&gt;
3124
3125 &lt;p&gt;Looking for Linux / Primary Domain Controller (PDC) I found it
3126 already several years ago. But since the system was still not
3127 Kerberized and since our schools relies strongly on laptops I didn&#39;t
3128 use it. I plan to introduce it in the next future, probably for the
3129 next school year, since the squeeze release solved this security
3130 hole.&lt;/p&gt;
3131
3132 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
3133 Edu?&lt;/strong&gt;&lt;/p&gt;
3134
3135 &lt;p&gt;Many. First of all there is a strong and living community that is
3136 very generous for help and hints. Chat help is crucial, together with
3137 the mailing list. Second. With Skolelinux you get an already well
3138 engineered platform and you don&#39;t have to start to build up your PDC
3139 and your clients from GNU/scratch; I&#39;ve already done this once and I
3140 can tell it, it is hard. Third, since Skolelinux is a standard
3141 platform, it is way easier to educate other IT people and even if the
3142 head IT is sick another one could pick up the task without too much
3143 hassle.&lt;/p&gt;
3144
3145 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
3146 Edu?&lt;/strong&gt;&lt;/p&gt;
3147
3148 &lt;p&gt;The only real problem I see is that it is a little too less
3149 flexible at client level. Debian stable is rocky and desirable, but
3150 there are many reasons that force for another choice. For example the
3151 need of new drivers for new PC, or the need for a specific OS for some
3152 devices that have specific software packages for another specific
3153 distribution (I have such a case for whiteboards that have only
3154 Ubuntu packages). Thus, I prepared compatibility packages educlient
3155 and eduroaming, hoping not to use them ;-)&lt;/p&gt;
3156
3157 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
3158
3159 &lt;p&gt;I have a Debian Stable PDC at school (Kerberos, NIS, NFS) with
3160 mixed Debian and Ubuntu clients. If you think that this triad
3161 combination is exotic... well I discovered right yesterday that
3162 &lt;a href=&quot;http://moo.nac.uci.edu/~hjm/Perceus-Report.html&quot;&gt;Perceus&lt;/a&gt;
3163 has the same...&lt;/p&gt;
3164
3165 &lt;p&gt;For myself I run Debian wheezy/sid, but this combination is good
3166 only I you have enough competence to fix stuff for yourself, if
3167 something breaks. Daily I use texmacs, gnumeric, a little bit of R
3168 statistics, kmplot, and less frequently OpenOffice.org.&lt;/p&gt;
3169
3170 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3171 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3172
3173 &lt;P&gt;I think that the only real argument that school managers &quot;hear&quot; is
3174 cost reduction. They don&#39;t give too much weight on quality, stability,
3175 just because they are normally not open to change.&lt;/p&gt;
3176
3177 &lt;p&gt;Students adapts very quickly to GNU/Linux (and for them being able
3178 to switch between different OS is a plus value); teachers and managers
3179 don&#39;t.&lt;/p&gt;
3180
3181 &lt;p&gt;We decided to move to Linux because students at our school have own
3182 laptop and we have the responsibility to keep the laptop ready to use;
3183 we were really unsatisfied with Microsoft since every Monday we had 20
3184 machine to fix for viral infections... With Linux this has been
3185 reduced to zero, since people installs almost only from official
3186 repositories. I think that our special needs brought us to Linux.
3187 Those who don&#39;t have such needs will hardly move to Linux.&lt;/p&gt;
3188 </description>
3189 </item>
3190
3191 <item>
3192 <title>Gladoppslag om Skolelinux i avisen Fremover</title>
3193 <link>http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</link>
3194 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</guid>
3195 <pubDate>Wed, 15 Aug 2012 10:20:00 +0200</pubDate>
3196 <description>&lt;p&gt;I sommer hadde avisen &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;
3197 et flott oppslag om bruken av
3198 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på alle skolene
3199 der. Artikkelen var på trykk på side 4 og 5 i papirutgaven
3200 2012-07-23, men mangler dessverre i nettutgaven av avisen. Mine
3201 henvendelser til avisen for å få artikkelen på nett har så langt ikke
3202 vært vellykket.&lt;/p&gt;
3203
3204 &lt;p&gt;Artikkelen med tittelen &quot;Narvik kommune bruker gratisprogram i
3205 skolen - Har spart millioner&quot;, forteller om hvordan bruken av
3206 Skolelinux er en stor suksess i Narvik siden det ble tatt i bruk i
3207 2004. Her er noen fine sitater:&lt;/p&gt;
3208
3209 &lt;blockquote&gt;
3210 &quot;- Skolelinux har spart kommunen for store pengesummer, millionbeløp,
3211 som de heller kan bruke på andre ting, sier IKT-konsulent Viggo
3212 Fedreheim.&quot;
3213 &lt;/blockquote&gt;
3214
3215 &lt;p&gt;Avisen forteller at de har fått tilgang til beregninger som viser
3216 at Narvik kommune har spart noe mellom 10 og 20 millioner kroner de
3217 siste 8 årene på å bruke Skolelinux, og fortsetter:&lt;/p&gt;
3218
3219 &lt;blockquote&gt;
3220
3221 &quot;Regnestykket tar høyde for sparte kostnader til lisenser som medfølger
3222 de alternative operativsystemene, lavere driftskostnader og lengre
3223 levetid på datautstyret. Totalt har Narvikskolen en maskinpark på
3224 1600 maskiner fordelt på de 11 skolene fra Skjomen i sør til Bjerkvik
3225 i nord.&quot;
3226
3227 &lt;/blockquote&gt;
3228
3229 &lt;p&gt;Viggo Fedreheim sier dette om hvor noe av gevinsten kommer fra:&lt;/p&gt;
3230
3231 &lt;blockquote&gt;
3232 &quot;- Vi kan gjenbruke gamle maskiner i skolen som er for dårlig andre
3233 steder i kommunen der de ikke bruker Skolelinux. Levetiden på en
3234 datamaskin blir 3-5 år lenger med Skolelinux. Vi kaller det for
3235 grønn IT, miljøvennlig IT.&quot;
3236 &lt;/blockquote&gt;
3237
3238 &lt;p&gt;Her er det mulighet for flere kommuner å få et godt IT-system på
3239 skolene, hvis de er villige til å forsøke. De som ikke har kompetanse
3240 innomhus kan kjøpe det fra en av de kommersielle leverandørene av
3241 Skolelinux-tjenester, som &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
3242 Drift AS&lt;/a&gt; (der jeg er styremedlem). Komplett liste er tilgjengelig
3243 via
3244 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Help/ProfessionalHelp&quot;&gt;wikien&lt;/a&gt;.&lt;/p&gt;
3245
3246 &lt;p&gt;Update 2012-08-16: Today I was allowed by Fremover to put the PDF I
3247 received from them with a copy of the article on the Internet. It is
3248 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/2012-07-23-fremover-narvik.pdf&quot;&gt;now
3249 available&lt;/a&gt; in the Skolelinux press archive.&lt;/p&gt;
3250 </description>
3251 </item>
3252
3253 <item>
3254 <title>Tips for å bli med i Skolelinux-prosjektet (som faktisk er aktivt)</title>
3255 <link>http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</link>
3256 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</guid>
3257 <pubDate>Thu, 19 Jul 2012 20:30:00 +0200</pubDate>
3258 <description>&lt;p&gt;Jeg fikk nettopp spørsmål på epost om Skolelinux-prosjektet lever
3259 fra en som var interessert i å bidra, og måtte jo konstatere at i og
3260 med at spørsmålet ble stilt har prosjektet ikke lyktes med å formidle
3261 sin aktivitet. Her er det jeg svarte:&lt;/p&gt;
3262
3263 &lt;p&gt;&lt;blockquote&gt;
3264 &lt;p&gt;Jada, &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektet&lt;/a&gt;
3265 lever, men det meste av utvikling foregår nå under paraplyen
3266 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; som er det
3267 internasjonale navnet på prosjektet. Dugnaden i Norge organiseres av
3268 medlemsforeningen
3269 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
3270 Skolen&lt;/a&gt;, og det finnes minst ett selskap som selger kommersiell
3271 support på løsningen (&lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
3272 Drift AS&lt;/a&gt;, der jeg er styremedlem). Anbefaler at du melder deg på
3273 epostlisten
3274 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@lists.debian.org&lt;/a&gt;
3275 (og debian-edu-announce) og
3276 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;melder deg inn i
3277 foreningen&lt;/a&gt; for å få beskjed om aktivitet som planlegges. Det
3278 planlegges
3279 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering&quot;&gt;utviklersamlinger
3280 i august&lt;/a&gt; og utover høsten.&lt;/p&gt;
3281
3282 &lt;p&gt;Bidra gjerne med å spre ordet om Skolelinux. Det er alt for få som
3283 bidrar til pressedekning, bloggposter, twittermeldinger, etc. :)&lt;/p&gt;
3284
3285 &lt;p&gt;Jeg antar du har funnet
3286 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/tags/intervju/&quot;&gt;bloggserien
3287 min med intervjuer&lt;/a&gt;. Det er antagelig også interessant for deg å
3288 følge med på &lt;a href=&quot;http://planet.skolelinux.org/&quot;&gt;Planet
3289 Skolelinux&lt;/a&gt;.&lt;/p&gt;
3290
3291 &lt;p&gt;Hm, jeg burde vel blogge alle disse lenkene slik at de blir enklere
3292 å finne...&lt;/p&gt;
3293 &lt;/blockquote&gt;&lt;/p&gt;
3294 &lt;p&gt;Herved gjort. :)&lt;/p&gt;
3295 </description>
3296 </item>
3297
3298 <item>
3299 <title>Debian Edu interview: George Bredberg</title>
3300 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</link>
3301 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</guid>
3302 <pubDate>Mon, 9 Jul 2012 00:30:00 +0200</pubDate>
3303 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
3304 Skolelinux&lt;/a&gt; project have users all over the globe, but until
3305 recently we have not known about any users in Norway&#39;s neighbour
3306 country Sweden. This changed when George Bredberg showed up in March
3307 this year on the mailing list, asking interesting questions about how
3308 to adjust and scale the just released
3309 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
3310 Wheezy&lt;/a&gt; setup to his liking. He granted me an interview, and I am
3311 happy to share his answers with you here.&lt;/p&gt;
3312
3313 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3314
3315 &lt;p&gt;I&#39;m a 44 year old country guy that have been working 12 years at
3316 the same school as 50% IT-manager and 50% Teacher. My educational
3317 background is fil.kand in history and religious beliefs, an exam as a
3318 &quot;folkhighschool&quot; teacher, that is, for teaching grownups. In
3319 Norwegian I believe it&#39;s called &quot;Vuxenupplaring&quot;. I also have a master
3320 in &quot;Technology and social change&quot;. So I&#39;m not really a tech guy, I
3321 just like to study how humans and technology interact and that is my
3322 perspective when working with IT.&lt;/p&gt;
3323
3324 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
3325 project?&lt;/strong&gt;&lt;/p&gt;
3326
3327 I have followed the Skolelinux project for quite some time by
3328 now. Earlier I tested out the K12-LTSP project, which we used for some
3329 time, but I really like the idea of having a distribution aimed to be
3330 a complete solution for schools with necessary tools integrated. When
3331 K12-LTSP abandoned that idea some years ago, I started to look more
3332 seriously into Skolelinux instead.
3333
3334 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
3335 Edu?&lt;/strong&gt;&lt;/p&gt;
3336
3337 The big point of Skolelinux to me is that it is a complete
3338 distribution, ready to install. It has LDAP-support, MS Windows
3339 integration tools and so forth already configured, saving an
3340 administrator a lot of time and headache. We were using another Linux
3341 based thin-client system called Thinlinc, that has served us very
3342 well. But that Skolelinux is based on VNC and LTSP, to me, is better
3343 when it comes to the kind of multimedia used in schools. That is
3344 showing videos from Youtube or educational TV. It is also easier to
3345 mix thin clients with workstations, since the user settings will be the
3346 same. In our VNC-based solution you had to &quot;beat around the bush&quot; by
3347 setting up a second, hidden, home-directory for user settings for the
3348 workstations, because they will be different from the ones used on the
3349 thin clients. Skolelinux support for diskless workstations are very
3350 convenient since a school today often need to use a class room
3351 projector showing videos in full screen. That is easily done with a
3352 small integrated media computer running as a diskless workstation. You
3353 have only two installs to update and configure. One for the thin
3354 clients and one for the workstations. Also saving a lot of time. Our
3355 old system was also based on Redhat and CentOS. They are both very
3356 nice distributions, but they are sometimes painfully slow when it
3357 comes to updating multimedia support and multimedia programs (even
3358 such as Gimp), leaving us with a bit &quot;oldish&quot; applications. Debian is
3359 quicker to update.
3360
3361 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
3362 Edu?&lt;/strong&gt;&lt;/p&gt;
3363
3364 &lt;p&gt;Debian is a bit too quick when it comes to updating. As an example
3365 we use old HP terminals as thinclients, and two times already this
3366 year (2012) the updates you get from the repositories has stopped
3367 sound from working with them. It&#39;s a kernel/ALSA issue. So you have
3368 to be more careful properly testing the updates before you run them in
3369 a production environment. This has never happened with CentOS.&lt;/p&gt;
3370
3371 &lt;p&gt;I also would like to be able to set my own domain-settings at
3372 install time. In Skolelinux they are kind of hard coded into the
3373 distribution, when it comes to LDAP and at least samba integration.
3374 That is more a cosmetic/translation issue, and not a real problem.
3375 Running MS Windows applications within the Skolelinux environment needs
3376 to be better supported. That is, running them seamlessly via RDP, and
3377 support for single-sign on. That will make the transition to free
3378 software easier, because you can keep the applications you really
3379 need. No support will make it impossible if you work in a school where
3380 some applications can&#39;t be open source. As for us we really need to
3381 run Adobe InDesign in our journalist classes. We run a journalist
3382 education, and is one of the very few non university ones that is ok:d
3383 by Svenska journalistförbundet (Swedish journalist association). Our
3384 education gives the pupils the right of membership there, once they
3385 are done. This is important if you want to get a job.&lt;/p&gt;
3386
3387 &lt;p&gt;Adobe InDesign is the program most commonly used in newspapers and
3388 magazines. We used Quark Express before, but they seem to loose there
3389 market to Adobe. The only &quot;equivalent&quot; to InDesign in the opensource
3390 world is Scribus, and its not advanced enough. At least not according
3391 to the teacher. I think it would be possible to use it, because they
3392 are not supposed to learn a program, they are supposed to learn how to
3393 edit and compile a newspaper. But politically at our school we are not
3394 there yet. And Scribus lacks a lot of things you find i InDesign.&lt;/p&gt;
3395
3396 &lt;p&gt;We used even a windows program for sound editing when it comes to
3397 the radio-journalist part. The year to come we are going to try
3398 Audacity. That software has the same kind of limitations compared to
3399 Adobe Audition, but that teacher is a bit more open minded. We have
3400 tried Ardour also, but that instead is more like a music studio
3401 program, not intended for the kind of editing taking place in a radio
3402 studio. Its way to complex and the GUI is to scattered when you only
3403 want to cut, make pass-overs, add extra channels and normalise. Those
3404 things you can do in Audacity, but its not as easy as in Audition. You
3405 have to do more things manually with envelopes, and that is a bit old
3406 fashion and timewasting. Its also harder to cut and move sound from
3407 one channel to another, which is a thing that you do frequently
3408 because you often find yourself needing to rearrange parts of the
3409 sound file.&lt;/p&gt;
3410
3411 &lt;p&gt;So, I am not sure we will succeed in replacing even Audition, but we
3412 will try. The problem is the students have certain expectations when
3413 they start an education towards a profession. So the programs has to
3414 look and feel professional. Good thing with radio, there are many
3415 programs out there, that radio studios use, so its not as standardised
3416 as Newspaper editing. That means, it does not really matter what
3417 program they learn, because once they start working they still have to
3418 learn the program the studio uses, so instead focus has to be to learn
3419 the editing part without to much focus on a specific software.&lt;/p&gt;
3420
3421 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
3422
3423 &lt;p&gt;Myself I&#39;m running Linux Mint, or Ubuntu these days. I use almost
3424 only open source software, and preferably Linux based. When it comes
3425 to most used applications its OpenOffice, and Firefox (of course ;)
3426 )&lt;/p&gt;
3427
3428 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3429 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3430
3431 &lt;p&gt;To get schools to use free software there has to be good open
3432 source software that are windows based, to ease the transition. But
3433 it&#39;s also very important that the multimedia support is working
3434 flawlessly. The problems with Youtube, Twitter, Facebook and whatever
3435 will create problems when it comes to both teachers and
3436 students. Economy are also important for schools, so using thin
3437 clients, as long as they have good multimedia support, is a very good
3438 idea. It&#39;s also important that the open source software works even for
3439 the administration. It&#39;s hard to convince the teachers to stick with
3440 open source, if the principal has to run Windows. It also creates a
3441 problem if some classes has to use Windows for there tasks, since that
3442 will create a difference in &quot;status&quot; between classes, so a good
3443 support for running windows applications via the thin client (Linux)
3444 desktop is essential. At least at our school, where we have mixed
3445 level of educations, from high-school to journalist-school.&lt;/p&gt;
3446
3447 &lt;p&gt;Update 2012-07-09 08:30: Paul Wise tipped me on IRC about three
3448 useful sources related to Free Software for radio stations: the LWN
3449 article &lt;a href=&quot;https://lwn.net/Articles/481607/&quot;&gt;Radio station
3450 management with Airtime&lt;/a&gt;,
3451 &lt;a href=&quot;http://www.sourcefabric.org/en/airtime/&quot;&gt;Airtime&lt;/a&gt; which
3452 claim to be a Free open source radio automation software and
3453 &lt;a href=&quot;http://www.rivendellaudio.org/&quot;&gt;Rivendell&lt;/a&gt; which claim to
3454 be complete radio broadcast automation solution. All of them seem
3455 useful to the aspiring radio producer.&lt;/p&gt;
3456 </description>
3457 </item>
3458
3459 <item>
3460 <title>Why do schools waste money on IT?</title>
3461 <link>http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</link>
3462 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</guid>
3463 <pubDate>Sun, 8 Jul 2012 09:40:00 +0200</pubDate>
3464 <description>&lt;p&gt;In the Debian Edu / Skolelinux project, we have realised that one
3465 of the major blockers for the project success is the purchasing skills
3466 in schools and municipalities. We provide what the happy users of
3467 Debian Edu / Skolelinux say they need and to a lower cost than the
3468 alternatives, and yet so few schools decide to use our solution. I
3469 was pleased to discover the same observation done by mySociety and Tom
3470 Steinberg in his blog post
3471 &quot;&lt;a href=&quot;http://www.mysociety.org/2012/06/19/can-you-recognize-the-million-pound-chair/&quot;&gt;Can
3472 you recognize the million pound chair?&lt;/a&gt;&quot;. Read it and weep for the
3473 spending of your tax money.&lt;/p&gt;
3474
3475 &lt;p&gt;Of course there are other factors involved as well, like our
3476 projects bad marketing skills and the Linux community fragmentation
3477 causing worry with the people on the outside, so we as a project need
3478 to keep working hard to gain users, but it is a up-hill battle when
3479 public decision makers are unable to understand computer system
3480 purchases.&lt;/p&gt;
3481 </description>
3482 </item>
3483
3484 <item>
3485 <title>Free Timetabling Software - nice free software</title>
3486 <link>http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</link>
3487 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</guid>
3488 <pubDate>Sat, 7 Jul 2012 09:50:00 +0200</pubDate>
3489 <description>&lt;p&gt;Included in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
3490 Skolelinux&lt;/a&gt; is a large collection of end user and school specific
3491 software. It is one of the packages not installed by default but
3492 provided in the Debian archive for schools to install if they want to,
3493 is a system to automatically plan the school time table using
3494 information about available teachers, classes and rooms, combined with
3495 the list of required courses and how many hours each topic should
3496 receive. The software is
3497
3498 &lt;a href=&quot;http://lalescu.ro/liviu/fet/&quot;&gt;named FET&lt;/a&gt;, and it provide a
3499 graphical user interface to input the required information, save the
3500 result in a fairly simple XML format, and generate time tables for
3501 both teachers and students. It is available both for
3502 &lt;a href=&quot;http://lalescu.ro/liviu/fet/download.html&quot;&gt;Linux, MacOSX and
3503 Windows&lt;/a&gt;.&lt;/p&gt;
3504
3505 &lt;p&gt;This is &lt;a href=&quot;http://lalescu.ro/liviu/fet/features.html&quot;&gt;the
3506 feature list&lt;/a&gt;, liftet from the project web site:&lt;/p&gt;
3507
3508 &lt;p&gt;&lt;ul&gt;
3509
3510 &lt;li&gt;FET is free software, licensed under the GNU GPL v2 or later.
3511 You can freely use, copy, modify and redistribute it &lt;/li&gt;
3512
3513 &lt;li&gt;Localized to en_US (US English, default), ar (Arabic), ca
3514 (Catalan), da (Danish), de (German), el (Greek), es (Spanish), fa
3515 (Persian), fr (French), gl (Galician), he (Hebrew), hu
3516 (Hungarian), id (Indonesian), it (Italian), lt (Lithuanian), mk
3517 (Macedonian), ms (Malay), nl (Dutch), pl (Polish), pt_BR
3518 (Brazilian Portuguese), ro (Romanian), ru (Russian), si (Sinhala),
3519 sk (Slovak), sr (Serbian), tr (Turkish), uk (Ukrainian), uz
3520 (Uzbek) and vi (Vietnamese) (incompletely for some languages)
3521 &lt;/li&gt;
3522
3523 &lt;li&gt;Fully automatic generation algorithm, allowing also
3524 semi-automatic or manual allocation&lt;/li&gt;
3525
3526 &lt;li&gt;Platform independent implementation, allowing running on
3527 GNU/Linux, Windows, Mac and any system that Qt supports &lt;/li&gt;
3528
3529 &lt;li&gt;Flexible modular XML format for the input file, allowing editing
3530 with an XML editor or by hand (besides FET interface)&lt;/li&gt;
3531
3532 &lt;li&gt;Import/export from CSV format&lt;/li&gt;
3533
3534 &lt;li&gt;The resulted timetables are exported into HTML, XML and CSV
3535 formats &lt;/li&gt;
3536
3537 &lt;li&gt;Flexible students structure, organized into sets: years, groups
3538 and subgroups. FET allows overlapping years and groups and
3539 non-overlapping subgroups. You can even define individual students
3540 (as separate sets)&lt;/li&gt;
3541
3542 &lt;li&gt;Each constraint has a weight percentage, from 0.0% to 100.0%
3543 (but some special constraints are allowed to have only 100% weight
3544 percentage)&lt;/li&gt;
3545
3546 &lt;li&gt;Limits for the algorithm (all these limits can be increased on
3547 demand, as a custom version, because this would require a bit more
3548 memory):
3549 &lt;ul&gt;
3550 &lt;li&gt;Maximum total number of hours (periods) per day: 60&lt;/li&gt;
3551 &lt;li&gt;Maximum number of working days per week: 35&lt;/li&gt;
3552 &lt;li&gt;Maximum total number of teachers: 6000&lt;/li&gt;
3553 &lt;li&gt;Maximum total number of sets of students: 30000&lt;/li&gt;
3554 &lt;li&gt;Maximum total number of subjects: 6000&lt;/li&gt;
3555 &lt;li&gt;Virtually unlimited number of activity tags&lt;/li&gt;
3556 &lt;li&gt;Maximum number of activities: 30000&lt;/li&gt;
3557 &lt;li&gt;Maximum number of rooms: 6000&lt;/li&gt;
3558 &lt;li&gt;Maximum number of buildings: 6000&lt;/li&gt;
3559 &lt;li&gt;Possibility of adding multiple teachers and
3560 students sets for each activity. (it is possible
3561 also to have no teachers or no students sets for an
3562 activity)&lt;/li&gt;
3563 &lt;li&gt;Virtually unlimited number of time constraints&lt;/li&gt;
3564 &lt;li&gt;Virtually unlimited number of space constraints&lt;/li&gt;
3565 &lt;/ul&gt;&lt;/li&gt;
3566
3567 &lt;li&gt;A large and flexible palette of time constraints:
3568 &lt;ul&gt;
3569 &lt;li&gt;Break periods&lt;/li&gt;
3570 &lt;li&gt;For teacher(s):
3571 &lt;ul&gt;
3572 &lt;li&gt;Not available periods&lt;/li&gt;
3573 &lt;li&gt;Max/min days per week&lt;/li&gt;
3574 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
3575 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
3576 &lt;li&gt;Min hours daily&lt;/li&gt;
3577 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
3578
3579 &lt;li&gt;Respect working in an hourly interval a max number of
3580 days per week&lt;/li&gt;
3581 &lt;/ul&gt;&lt;/li&gt;
3582 &lt;li&gt;For students (sets):
3583 &lt;ul&gt;
3584 &lt;li&gt;Not available periods&lt;/li&gt;
3585 &lt;li&gt;Begins early (specify max allowed beginnings at second hour)&lt;/li&gt;
3586 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
3587 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
3588 &lt;li&gt;Min hours daily&lt;/li&gt;
3589 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
3590
3591 &lt;li&gt;Respect working in an hourly interval a max number of
3592 days per week&lt;/li&gt;
3593 &lt;/ul&gt;&lt;/li&gt;
3594 &lt;li&gt;For an activity or a set of activities/subactivities:
3595 &lt;ul&gt;
3596 &lt;li&gt;A single preferred starting time&lt;/li&gt;
3597 &lt;li&gt;A set of preferred starting times&lt;/li&gt;
3598 &lt;li&gt;A set of preferred time slots&lt;/li&gt;
3599 &lt;li&gt;Min/max days between them&lt;/li&gt;
3600 &lt;li&gt;End(s) students day&lt;/li&gt;
3601 &lt;li&gt;Same starting time/day/hour&lt;/li&gt;
3602 &lt;li&gt;Occupy max time slots from selection (a complex and
3603 flexible constraint, useful in many situations)&lt;/li&gt;
3604 &lt;li&gt;Consecutive, ordered, grouped (for 2 or 3 (sub)activities)&lt;/li&gt;
3605 &lt;li&gt;Not overlapping&lt;/li&gt;
3606 &lt;li&gt;Max simultaneous in selected time slots&lt;/li&gt;
3607 &lt;li&gt;Min gaps between a set of (sub)activities&lt;/li&gt;
3608 &lt;/ul&gt;&lt;/li&gt;
3609 &lt;/ul&gt;&lt;/li&gt;
3610
3611 &lt;li&gt;A large and flexible palette of space constraints:
3612 &lt;ul&gt;
3613 &lt;li&gt;Room not available periods&lt;/li&gt;
3614 &lt;li&gt;For teacher(s):
3615 &lt;ul&gt;
3616 &lt;li&gt;Home room(s)&lt;/li&gt;
3617 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
3618 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
3619 &lt;/ul&gt;
3620 &lt;/li&gt;
3621
3622 &lt;li&gt;For students (sets):
3623 &lt;ul&gt;
3624 &lt;li&gt;Home room(s)&lt;/li&gt;
3625 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
3626 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
3627 &lt;/ul&gt;
3628 &lt;/li&gt;
3629 &lt;li&gt;Preferred room(s):
3630 &lt;ul&gt;
3631 &lt;li&gt;For a subject&lt;/li&gt;
3632 &lt;li&gt;For an activity tag&lt;/li&gt;
3633 &lt;li&gt;For a subject and an activity tag&lt;/li&gt;
3634 &lt;li&gt;Individually for a (sub)activity&lt;/li&gt;
3635 &lt;/ul&gt;
3636 &lt;/li&gt;
3637
3638 &lt;li&gt;For a set of activities:
3639 &lt;ul&gt;
3640 &lt;li&gt;Occupy a maximum number of different rooms&lt;/li&gt;
3641 &lt;/ul&gt;
3642 &lt;/li&gt;
3643 &lt;/ul&gt;
3644 &lt;/li&gt;
3645 &lt;/ul&gt;&lt;/p&gt;
3646
3647 &lt;p&gt;I have not used it myself, as I am not involved in time table
3648 planning at a school, but it seem to work fine when I test it. If you
3649 need to set up your schools time table, and is tired of doing it
3650 manually, check it out.
3651
3652 A quick summary on how to use it can be found in
3653 &lt;a href=&quot;http://marvelsoft.co.in/wp/2012/03/generate-timetable-for-state-cbse-icse-igcse-schools-free/&quot;&gt;a
3654 blog post from MarvelSoft&lt;/a&gt;. If you find FET useful, please provide
3655 a recipe for the Debian Edu project in the
3656 &lt;a href=&quot;http://wiki.debian.org/DebianEdu#Howtos&quot;&gt;Debian Edu HowTo
3657 section&lt;/a&gt;.&lt;/p&gt;
3658 </description>
3659 </item>
3660
3661 <item>
3662 <title>Skolelinux-intervju: Markus Gamenius</title>
3663 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</link>
3664 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</guid>
3665 <pubDate>Sat, 30 Jun 2012 12:50:00 +0200</pubDate>
3666 <description>&lt;p&gt;Tidligere leder av
3667 &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;foreningen som
3668 organiserer Skolelinux-dugnaden&lt;/a&gt;, Markus Gamenius , har i vår vært
3669 i media og
3670 &lt;a href=&quot;http://www.dn.no/privatokonomi/article2345489.ece&quot;&gt;debattert
3671 skattepolitikk&lt;/a&gt;, og det fikk meg til å høre om han kunne lokkes til
3672 å fortelle om hans inntrykk nå, etter at han ble lokket bort fra
3673 Linux- og &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-verden
3674 for å overta familiebedriften. Her har vi hans betraktninger i dag,
3675 noen måneder etter at
3676 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Skolelinux
3677 Squeeze&lt;/a&gt;-utgaven ble gitt ut.&lt;/p&gt;
3678
3679 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3680
3681 &lt;p&gt;Jeg heter Markus Gamenius og er 40 år. Utdannet biolog med ymse
3682 fag på siden. Har jobbet som lærer der jeg var driftsansvarlig på
3683 Ulsrud VGS i Oslo. Senere eide og jobbet jeg flere år i Linuxlabs AS,
3684 som jeg solgte til Redpill Linpro AS (den gangen Linpro AS). I dag
3685 jobber jeg med ulike investeringer, hovedsaklig i eiendom, men også i
3686 en del ulike IT-relaterte bedrifter.&lt;/p&gt;
3687
3688 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3689
3690 &lt;p&gt;Fruen og jeg dro på en lengre seiltur i 2000, der jeg måtte ha &quot;noe
3691 å gjøre&quot; under hjemturen over Atlanteren. Jeg kjøpte et par bøker om
3692 Linux i en bokhandel i New York og ble veldig fascinert. Etter
3693 hjemkomsten begynte jeg å jobbe på Ulsrud VGS, som naturfagslærer, men
3694 som IT-interessert ble jeg fort en del av den nye IT-satsningen som
3695 skulle løfte Ulsrud og gi skolen en bedre rykte. Vi hadde ganske
3696 mange maskiner, som gikk på Win98 og to servere som ble oppgradert til
3697 Win2000. Systemene var ustabil og dårlige. På leting etter noe
3698 bedre, uten å knekke ryggen økonomisk, kom jeg over &quot;Linux i Skolen&quot;
3699 og Skolelinux. Jeg tok kontakt med miljøet og en gjeng møtte opp på
3700 skolen, der vi gjorde en liten testinstallasjon. Etter et par år var
3701 ryggraden på skolen Linux (Skolelinux) og vi hadde flere hundre
3702 maskiner, både tynne klienter (gamle og nye), bærbare (Debian) og noen
3703 stasjonære (Win2000). På et tidspunkt var Ulsrud den råeste IT-skolen
3704 og det irriterte skolesjefen i Oslo, da de satset hardt på
3705 Windows.&lt;/p&gt;
3706
3707 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3708
3709 &lt;p&gt;Det som gjorde at vi fikk inn Skolelinux var ene og alene
3710 økonomiske. Det faktum at vi slapp å kjøpe masse nye lisenser og at
3711 vi kunne bruke gammel hardware. Alt i alt gjorde dette at vi sparte
3712 mye, men i stede for å bruke mindre på IT brukte vi det vi sparte på å
3713 skaffe mer hardware og på den måten gi det beste tilbudet i landet til
3714 våre elever. For oss som driftet var det himmel å ha et system som
3715 gikk å administrere sentralt og effektivt. Det var heller ikke så
3716 dumt at vi kunne &quot;låse&quot; maskinene mer effektivt enn vi kunne med
3717 Microsoft Windows, slik at vi slapp mye feil og problemer som ble
3718 forårsaket av &quot;kreative&quot; elever.&lt;/p&gt;
3719
3720 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3721
3722 &lt;p&gt;Det vi slet med var mangelen av en del programmer lærerne ville ha.
3723 Husker ikke alle, men det var et knippe med pedagogiske programmer de
3724 ikke fikk. I dag tror jeg det problemet er langt mindre da det meste
3725 av disse kjøres gjennom nettleseren.&lt;/p&gt;
3726
3727 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3728
3729 &lt;p&gt;Jeg bruker mye Apple i dag og er ikke så stolt av det, men jeg har
3730 både OpenOffice, Firefox og en del andre programmer på den bærbare.
3731 Firefox brukes mest av disse. På Apple-serveren hjemme bruker jeg
3732 HandBrake mye, og jeg har installert OpenWRT på flere av
3733 basestasjonene både hjemme og på jobben. I tillegg til det har jeg i
3734 flere år finansiert et prosjekt som heter
3735 &lt;a href=&quot;http://www.found.no/&quot;&gt;Found IT&lt;/a&gt;. Dette er et prosjekt der
3736 vi lager et rammeverk for søk, der alt vi bruker fri programvare. Det
3737 er Alex Brasetvik som er daglig leder i Found IT.&lt;/p&gt;
3738
3739 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3740 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3741
3742 &lt;p&gt;Når det gjelder IT og skole er fortsatt økonomi veldig viktig. Så
3743 man må oppfylle minimumskravene (ikke være best, men bra nok) og selge
3744 seg inn på hvor mye man sparer. Det betyr selvsagt at man sparer på
3745 lisenser, men også på driftsinnsats. Men nå når jeg ikke er en aktiv
3746 del av miljøet lenger hører jeg nesten ingen ting om fri programvare.
3747 Jeg stiller meg da spørsmålet om det har blitt stille rundt miljøet,
3748 eller om jeg kun så det tydeligere før når jeg var aktiv? Uansett er
3749 det for stille rundt Skolelinux-prosjektet nå.&lt;/p&gt;
3750 </description>
3751 </item>
3752
3753 <item>
3754 <title>Debian Edu interview: José Luis Redrejo Rodríguez</title>
3755 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</link>
3756 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</guid>
3757 <pubDate>Tue, 26 Jun 2012 08:30:00 +0200</pubDate>
3758 <description>&lt;p&gt;I&#39;ve been too busy at home, but finally I found time to wrap up
3759 another interview with the people behind
3760 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
3761 This time we get to know José Luis Redrejo Rodríguez, one of our great
3762 helpers from Spain. His effort was the reason we added support for
3763 several desktop types (KDE, Gnome and most recently LXDE) in Debian
3764 Edu, and have all of these available in the recently published
3765 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
3766 Squeeze&lt;/a&gt; version.&lt;/p&gt;
3767
3768 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3769
3770 &lt;p&gt;I&#39;m a father, teacher and engineer who is working for the Education
3771 ministry of the Region of Extremadura (Spain) in the implementation of
3772 ICT in schools&lt;/p&gt;
3773
3774 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
3775 project?&lt;/strong&gt;&lt;/p&gt;
3776
3777 &lt;p&gt;At 2006, I verified that both, we in Extremadura and Skolelinux
3778 project, had been working in parallel for some years, doing very
3779 similar things, using very similar tools and with similar targets, so
3780 I decided it was time to join forces as much as possible.&lt;/p&gt;
3781
3782 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
3783 Edu?&lt;/strong&gt;&lt;/p&gt;
3784
3785 &lt;p&gt;A community of highly skilled experts working together, with a
3786 really open schema of collaboration and work. I really love the
3787 concepts of Do-ocracy and Merit-ocracy and the way these concepts are
3788 been used everyday inside Debian Edu.&lt;/p&gt;
3789
3790 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
3791 Edu?&lt;/strong&gt;&lt;/p&gt;
3792
3793 &lt;p&gt;Sometimes the differences in the implementations, laws or
3794 economical and technical resources in the different countries don&#39;t
3795 allow us to agree in the same solution for all of us, and several
3796 approaches are needed, what is a waste of effort. Also, there is a
3797 lack of more man power to be able to follow the fast evolution of the
3798 technologies in school.&lt;/p&gt;
3799
3800 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
3801
3802 &lt;p&gt;Debian, of course, and due to my kind of job I am most of my time
3803 between Iceweasel, &lt;a href=&quot;http://www.geany.org/&quot;&gt;Geany&lt;/a&gt; and
3804 &lt;a href=&quot;http://www.ohloh.net/p/gnome-terminator&quot;&gt;Terminator&lt;/a&gt;.&lt;/p&gt;
3805
3806 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3807 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3808
3809 &lt;p&gt;I think there is not a single strategy because there are very
3810 different scenarios: schools with mixed proprietary and free
3811 environments, schools using only workstations, other schools using
3812 laptops, netbooks, tablets, interactive white-boards, etc.&lt;/p&gt;
3813
3814 &lt;p&gt;Also the range of ages of the students is very broad and you can
3815 not use the same solutions for primary schools and secondary or even
3816 universities. So different strategies are needed.&lt;/p&gt;
3817
3818 &lt;p&gt;But, looking at these differences, and looking back to the things
3819 we&#39;ve done and implemented, and the places were we have spent most of
3820 our forces, I think we should focus as much as possible in free
3821 multi-platform environments, using only standards tools, and moving
3822 more and more to Internet or network solutions that could be deployed
3823 using wireless. I think we&#39;ll see more and more personal devices in
3824 the schools, devices the students and teachers will take home with
3825 them, so the solutions must be able to be taken at home and continue
3826 working there.&lt;/p&gt;
3827 </description>
3828 </item>
3829
3830 <item>
3831 <title>Debian Edu - some ideas for the future versions</title>
3832 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</link>
3833 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</guid>
3834 <pubDate>Mon, 11 Jun 2012 14:30:00 +0200</pubDate>
3835 <description>&lt;p&gt;During my work on
3836 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.nb.html&quot;&gt;Debian Edu
3837 based on Squeeze&lt;/a&gt;, I came across some issues that should be
3838 addressed in the Wheezy release. I finally found time to wrap up my
3839 notes and provide quick summary of what I found, with a bit
3840 explanation.&lt;/p&gt;
3841
3842 &lt;p&gt;&lt;ul&gt;
3843
3844 &lt;li&gt;We need to rewrite our package installation framework, as tasksel
3845 changed from using tasksel tasks to using meta packages (aka packages
3846 with dependencies like our education-* packages), and our installation
3847 system depend on tasksel tasks in
3848 /usr/share/tasksel/debian-edu-tasks.desc for package
3849 installation.&lt;/li&gt;
3850
3851 &lt;li&gt;Enable Kerberos login for more services. Now with the Kerberos
3852 foundation in place, we should use it to get single sign on with more
3853 services, and avoiding unneeded password / login questions. We should
3854 at least try to enable it for these services:
3855 &lt;ul&gt;
3856
3857 &lt;li&gt;CUPS for admins to add/configure printers and users when using
3858 quotas.&lt;/li&gt;
3859 &lt;li&gt;Nagios for admins checking the system status.&lt;/li&gt;
3860 &lt;li&gt;GOsa for admins updating LDAP and users changing their passwords.&lt;/li&gt;
3861 &lt;li&gt;LDAP for admins updating LDAP.&lt;/li&gt;
3862 &lt;li&gt;Squid for users when exam mode / filtering is active.&lt;/li&gt;
3863 &lt;li&gt;ssh for admins and users to save a password prompt.&lt;/li&gt;
3864
3865 &lt;/ul&gt;&lt;/li&gt;
3866
3867 &lt;li&gt;When we move GOsa to use Kerberos instead of LDAP bind to
3868 authenticate users, we should try to block or at least limit access to
3869 use LDAP bind for authentication, to ensure Kerberos is used when it
3870 is intended, and nothing fall back to using the less safe LDAP bind&lt;/li&gt;
3871
3872 &lt;li&gt;Merge debian-edu-config and debian-edu-install. The split made
3873 sense when d-e-install did a lot more, but these days it is just an
3874 inconvenience when we update the debconf preseeding values.&lt;/li&gt;
3875
3876 &lt;li&gt;Fix partman-auto to allow us to abort the installation before
3877 touching the disk if the disk is too small. This is
3878 &lt;a href=&quot;http://bugs.debian.org/653305&quot;&gt;BTS report #653305&lt;/a&gt; and the
3879 d-i developers are fine with the patch and someone just need to apply
3880 it and upload. After this is done we need to adjust
3881 debian-edu-install to use this new hook.&lt;/li&gt;
3882
3883 &lt;li&gt;Adjust to new LTSP framework (boot time config instead of install
3884 time config). LTSP changed its design, and our hooks to install
3885 packages and update the configuration is most likely not going to work
3886 in Wheezy.
3887
3888 &lt;li&gt;Consider switching to NBD instead of NFS for LTSP root, to allow
3889 the Kernel to cache files in its normal file cache, possibly speeding
3890 up KDE login on slow networks.&lt;/li&gt;
3891
3892 &lt;li&gt;Make it possible to create expired user passwords that need to
3893 change on first login. This is useful when handing out password on
3894 paper, to make sure only the user know the password. This require
3895 fixes to the PAM handling of kdm and gdm.&lt;/li&gt;
3896
3897 &lt;li&gt;Make GUI for adding new machines automatically from sitesummary.
3898 The current command line script is not very friendly to people most
3899 familiar with GUIs. This should probably be integrated into GOsa to
3900 have it available where the admin will be looking for it..&lt;/li&gt;
3901
3902 &lt;li&gt;We should find way for Nagios to check that the DHCP service
3903 actually is working (as in handling out IP addresses). None of the
3904 Nagios checks I have found so far have been working for me.&lt;/li&gt;
3905
3906 &lt;li&gt;We should switch from libpam-nss-ldapd to sssd for all profiles
3907 using LDAP, and not only on for roaming workstations, to have less
3908 packages to configure and consistent setup across all profiles.&lt;/li&gt;
3909
3910 &lt;li&gt;We should configure Kerberos to update LDAP and Samba password
3911 when changing password using the Kerberos protocol. The hook was
3912 requested in &lt;a href=&quot;http://bugs.debian.org/588968&quot;&gt;BTS report
3913 #588968&lt;/a&gt; and is now available in Wheezy. We might need to write a
3914 MIT Kerberos plugin in C to get this.&lt;/li&gt;
3915
3916 &lt;li&gt;We should clean up the set of applications installed by default.
3917 &lt;ul&gt;
3918
3919 &lt;li&gt;reduce the number of chemistry visualisers&lt;/li&gt;
3920 &lt;li&gt;consider dropping xpaint&lt;/li&gt;
3921 &lt;li&gt;and probably more?&lt;/li&gt;
3922 &lt;/ul&gt;&lt;/li&gt;
3923
3924 &lt;li&gt;Some hardware need external firmware to work properly. This is
3925 mostly the case for WiFi network cards, but there are some other
3926 examples too. For popular laptops to work out of the box, such
3927 firmware need to be installed from non-free, and we should provide
3928 some GUI to do this. Ubuntu already have this implemented, and we
3929 could consider using their packages. At the moment we have some
3930 command line script to do this (one for the running system, another
3931 for the LTSP chroot).&lt;/li&gt;
3932
3933
3934 &lt;li&gt;In Squeeze, we provide KDE, Gnome and LXDE as desktop options. We
3935 should extend the list to Xfce and Sugar, and preferably find a way to
3936 install several and allow the admin or the user to select which one to
3937 use.&lt;/li&gt;
3938
3939 &lt;li&gt;The golearn tool from the goplay package make it easy to check out
3940 interesting educational packages. We should work on the package
3941 tagging in Debian to ensure it represent all the useful educational
3942 packages, and extend the tool to allow it to use packagekit to install
3943 new applications with a simple mouse click.&lt;/li&gt;
3944
3945 &lt;li&gt;The Squeeze version got half a exam solution already in place,
3946 with the introduction of iptable based network blocking, but for it to
3947 be a complete exam solution the Squid proxy need to enable
3948 filtering/blocking as well when the exam mode is enabled. We should
3949 implement a way to easily enable this for the schools that want it,
3950 instead of the &quot;it is documented&quot; method of today.&lt;/li&gt;
3951
3952 &lt;li&gt;A feature used in several schools is the ability for a teacher to
3953 &quot;take over&quot; the desktop of individual or all computers in the room.
3954 There are at least three implementations,
3955 &lt;a href=&quot;italc.sourceforge.net/&quot;&gt;italc&lt;/a&gt;,
3956 &lt;a href=&quot;http://www.itais.net/help/en/&quot;&gt;controlaula&lt;/a&gt; og
3957 &lt;a href=&quot;http://www.epoptes.org/&quot;&gt;epoptes&lt;/a&gt; and we should pick one of
3958 them and make it trivial to set it up in a school. The challenges is
3959 how to distribute crypto keys and how to group computers in one room
3960 and how to set up which machine/user can control the machines in a
3961 given room.&lt;/li&gt;
3962
3963 &lt;li&gt;Tablets and surf boards are getting more and more popular, and we
3964 should look into providing a good solution for integrating these into
3965 the Debian Edu network. Not quite sure how. Perhaps we should
3966 provide a installation profile with better touch screen support for
3967 them, or add some sync services to allow them to exchange
3968 configuration and data with the central server. This should be
3969 investigated.&lt;/li&gt;
3970
3971 &lt;/ul&gt;&lt;/p&gt;
3972
3973 &lt;p&gt;I guess we will discover more as we continue to work on the Wheezy
3974 version.&lt;/p&gt;
3975 </description>
3976 </item>
3977
3978 <item>
3979 <title>Debian Edu interview: Mike Gabriel</title>
3980 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</link>
3981 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</guid>
3982 <pubDate>Sat, 2 Jun 2012 15:00:00 +0200</pubDate>
3983 <description>&lt;p&gt;Back in 2010, Mike Gabriel showed up on the
3984 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
3985 mailing list. He quickly proved to be a valuable developer, and
3986 thanks to his tireless effort we now have Kerberos integrated into the
3987 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
3988 Squeeze&lt;/a&gt; version.&lt;/p&gt;
3989
3990 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3991
3992 &lt;p&gt;My name is Mike Gabriel, I am 38 years old and live near Kiel,
3993 Schleswig-Holstein, Germany. I live together with a wonderful partner
3994 (Angela Fuß) and two own children and two bonus children (contributed
3995 by Angela).&lt;/p&gt;
3996
3997 &lt;p&gt;During the day I am part-time employed as a system administrator
3998 and part-time working as an IT consultant. The consultancy work
3999 touches free software topics wherever and whenever possible. During
4000 the nights I am a free software developer. In the gaps I also train in
4001 becoming an osteopath.&lt;/p&gt;
4002
4003 &lt;p&gt;Starting in 2010 we (Andreas Buchholz, Angela Fuß, Mike Gabriel)
4004 have set up a free software project in the area of Kiel that aims at
4005 introducing free software into schools. The project&#39;s name is
4006 &quot;IT-Zukunft Schule&quot; (IT future for schools). The project links IT
4007 skills with communication skills.&lt;/p&gt;
4008
4009 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4010 project?&lt;/strong&gt;&lt;/p&gt;
4011
4012 &lt;p&gt;While preparing our own customised Linux distribution for
4013 &quot;IT-Zukunft Schule&quot; we were repeatedly asked if we really wanted to
4014 reinvent the wheel. What schools really need is already available,
4015 people said. From this impulse we started evaluating other Linux
4016 distributions that target being used for school networks.&lt;/p&gt;
4017
4018 &lt;p&gt;At the end we short-listed two approaches and compared them: a
4019 commercial Linux distribution developed by a company in Bremen,
4020 Germany, and Skolelinux / Debian Edu. Between 12/2010 and 03/2011 we
4021 went to several events and met people being responsible for marketing
4022 and development of either of the distributions. Skolelinux / Debian
4023 Edu was by far much more convincing compared to the other product that
4024 got short-listed beforehand--across the full spectrum. What was most
4025 attractive for me personally: the perspective of collaboration within
4026 the developmental branch of the Debian Edu project itself.&lt;/p&gt;
4027
4028 &lt;p&gt;In parallel with this, we talked to many local and not-so-local
4029 people. People teaching at schools, headmasters, politicians, data
4030 protection experts, other IT professionals.&lt;/p&gt;
4031
4032 &lt;p&gt;We came to two conclusions:&lt;/p&gt;
4033
4034 &lt;p&gt;First, a technical conclusion: What schools need is available in
4035 bits and pieces here and there, and none of the solutions really fit
4036 by 100%. Any school we have seen has a very individual IT setup
4037 whereas most of each school&#39;s requirements could mapped by a standard
4038 IT solution. The requirement to this IT solution is flexibility and
4039 customisability, so that individual adaptations here and there are
4040 possible. In terms of re-distributing and rolling out such a
4041 standardised IT system for schools (a system that is still to some
4042 degree customisable) there is still a lot of work to do here
4043 locally. Debian Edu / Skolelinux has been our choice as the starting
4044 point.&lt;/p&gt;
4045
4046 &lt;p&gt;Second, a holistic conclusion: What schools need does not exist at
4047 all (or we missed it so far). There are several technical solutions
4048 for handling IT at schools that tend to make a good impression. What
4049 has been missing completely here in Germany, though, is the enrolment
4050 of people into using IT and teaching with IT. &quot;IT-Zukunft Schule&quot;
4051 tries to provide an approach for this.&lt;/p&gt;
4052
4053 &lt;p&gt;Only some schools have some sort of a media concept which explains,
4054 defines and gives guidance on how to use IT in class. Most schools in
4055 Northern Germany do not have an IT service provider, the school&#39;s IT
4056 equipment is managed by one or (if the school is lucky) two (admin)
4057 teachers, most of the workload these admin teachers get done in there
4058 spare time.&lt;/p&gt;
4059
4060 &lt;p&gt;We were surprised that only a very few admin teachers were
4061 networked with colleagues from other schools. Basically, every school
4062 here around has its individual approach of providing IT equipment to
4063 teachers and students and the exchange of ideas has been quasi
4064 non-existent until 2010/2011.&lt;/p&gt;
4065
4066 &lt;p&gt;Quite some (non-admin) teachers try to avoid using IT technology in
4067 class as a learning medium completely. Several reasons for this
4068 avoidance do exist.&lt;/p&gt;
4069
4070 &lt;p&gt;We discovered that no-one has ever taken a closer look at this
4071 social part of IT management in schools, so far. On our quest journey
4072 for a technical IT solution for schools, we discussed this issue with
4073 several teachers, headmasters, politicians, other IT professionals and
4074 they all confirmed: a holistic approach of considering IT management
4075 at schools, an approach that includes the people in place, will be new
4076 and probably a gain for all.&lt;/p&gt;
4077
4078 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4079 Edu?&lt;/strong&gt;&lt;/p&gt;
4080
4081 &lt;p&gt;There is a list of advantages: international context, openness to
4082 any kind of contributions, do-ocracy policy, the closeness to Debian,
4083 the different installation scenarios possible (from stand-alone
4084 workstation to complex multi-server sites), the transparency within
4085 project communication, honest communication within the group of
4086 developers, etc.&lt;/p&gt;
4087
4088 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4089 Edu?&lt;/strong&gt;&lt;/p&gt;
4090
4091 &lt;p&gt;Every coin has two sides:&lt;/p&gt;
4092
4093 &lt;p&gt;Technically: &lt;a href=&quot;http://bugs.debian.org/311188&quot;&gt;BTS issue
4094 #311188&lt;/a&gt;, tricky upgradability of a Debian Edu main server, network
4095 client installations on top of a plain vanilla Debian installation
4096 should become possible sometime in the near future, one could think
4097 about splitting the very complex package debian-edu-config into
4098 several portions (to make it easier for new developers to
4099 contribute).&lt;/p&gt;
4100
4101 &lt;p&gt;Another issue I see is that we (as Debian Edu developers) should
4102 find out more about the network of people who do the marketing for
4103 Debian Edu / Skolelinux. There is a very active group in Germany
4104 promoting Skolelinux on the bigger Linux Days within Germany. Are
4105 there other groups like that in other countries? How can we bring
4106 these marketing people together (marketing group A with group B and
4107 all of them with the group of Debian Edu developers)? During the last
4108 meeting of the German Skolelinux group, I got the impression of people
4109 there being rather disconnected from the development department of
4110 Debian Edu / Skolelinux.&lt;/p&gt;
4111
4112 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4113
4114 &lt;p&gt;For my daily business, I do not use commercial software at all.&lt;/p&gt;
4115
4116 &lt;p&gt;For normal stuff I use Iceweasel/Firefox, Libreoffice.org. For
4117 serious text writing I prefer LaTeX. I use gimp, inkscape, scribus for
4118 more artistic tasks. I run virtual machines in KVM and Virtualbox.&lt;/p&gt;
4119
4120 &lt;p&gt;I am one of the upstream developers of X2Go. In 2010 I started the
4121 development of a Python based X2Go Client, called PyHoca-GUI.
4122 PyHoca-GUI has brought forth a Python X2Go Client API that currently
4123 is being integrated in Ubuntu&#39;s software center.&lt;/p&gt;
4124
4125 &lt;p&gt;For communications I have my own Kolab server running using Horde
4126 as web-based groupware client. For IRC I love to use irssi, for Jabber
4127 I have several clients that I use, mostly pidgin, though. I am also
4128 the Debian maintainer of Coccinella, a Jabber-based interactive
4129 whiteboard.&lt;/p&gt;
4130
4131 &lt;p&gt;My favourite terminal emulator is KDE&#39;s Yakuake.&lt;/p&gt;
4132
4133 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4134 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4135
4136 &lt;p&gt;Communicate, communicate, communicate. Enrol people, enrol people,
4137 enrol people.&lt;/p&gt;
4138 </description>
4139 </item>
4140
4141 <item>
4142 <title>Debian Edu interview: Ralf Gesellensetter</title>
4143 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</link>
4144 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</guid>
4145 <pubDate>Sun, 27 May 2012 17:15:00 +0200</pubDate>
4146 <description>&lt;p&gt;In 2003, a German teacher showed up on the
4147 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
4148 mailing list with interesting problems and reports proving he setting
4149 up Linux for a (for us at the time) lot of pupils. His name was Ralf
4150 Gesellensetter, and he has been an important tester and contributor
4151 since then, helping to make sure the
4152 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
4153 Squeeze&lt;/a&gt; release became as good as it is..&lt;/p&gt;
4154
4155 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4156
4157 &lt;p&gt;I am a teacher from Germany, and my subjects are Geography,
4158 Mathematics, and Computer Science (&quot;Informatik&quot;). During the past 12
4159 years (since 2000), I have been working for a comprehensive (and soon,
4160 also inclusive) school leading to all kind of general levels, such as
4161 O- or A-level (&quot;Abitur&quot;). For quite as long, I&#39;ve been taking care of
4162 our computer network.&lt;/p&gt;
4163
4164 &lt;p&gt;Now, in my early 40s, I enjoy the privilege of spending a lot of my
4165 spare time together with my wife, our son (3 years) and our daughter
4166 (4 months).&lt;/p&gt;
4167
4168 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4169 project?&lt;/strong&gt;&lt;/p&gt;
4170
4171 &lt;p&gt;We had tried different Linux based school servers, when members of
4172 my local Linux User Group (LUG OWL) detected Skolelinux. I remember
4173 very well, being part of a party celebrating the Linux New Media Award
4174 (&quot;Best Newcomer Distribution&quot;, also nominated: Ubuntu) that was given
4175 to Skolelinux at Linux World Exposition in Frankfurt, 2005 (IIRC). Few
4176 months later, I had the chance to join a developer meeting in Ulsrud
4177 (Oslo) and to hand out the award to Knut Yrvin and others. For more
4178 than 7 years, Skolelinux is part of our schools infrastructure, namely
4179 our main server (tjener), one LTSP (today without thin clients), and
4180 approximately 50 work stations. Most of these have the option to boot a
4181 locally installed Skolelinux image. As a consequence, I joined quite
4182 a few events dealing with free software or Linux, and met many Debian
4183 (Edu) developers. All of them seemed quite nice and competent to me,
4184 one more reason to stick to Skolelinux.&lt;/p&gt;
4185
4186 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4187 Edu?&lt;/strong&gt;&lt;/p&gt;
4188
4189 &lt;p&gt;Debian driven, you are given all the advantages of a community
4190 project including well maintained updates. Once, you are familiar with
4191 the network layout, you can easily roll out an entire educational
4192 computer infrastructure, from just one installation media. As only
4193 free software (FOSS) is used, that supports even elderly hardware,
4194 up-sizing your IT equipment is only limited by space (i.e. available
4195 labs). Especially if you run a LTSP thin client server, your
4196 administration costs tend towards zero.&lt;/p&gt;
4197
4198 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4199 Edu?&lt;/strong&gt;&lt;/p&gt;
4200
4201 &lt;p&gt;While Debian&#39;s stability has loads of advantages for servers, this
4202 might be different in some cases for clients: Schools with unlimited
4203 budget might buy new hardware with components that are not yet
4204 supported by Debian stable, or wish to use more recent versions of
4205 office packages or desktop environments. These schools have the
4206 option to run Debian testing or other distributions - if they have the
4207 capacity to do so. Another issue is that Debian release cycles
4208 include a wide range of changes; therefor a high percentage of human
4209 power seems to be absorbed by just keeping the features of Skolelinux
4210 within the new setting of the version to come. During this process,
4211 the cogs of Debian Edu are getting more and more professional,
4212 i.e. harder to understand for novices.&lt;/p&gt;
4213
4214 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4215
4216 &lt;p&gt;LibreOffice, Wikipedia, Openstreetmap, Iceweasel (Mozilla Firefox),
4217 KMail, Gimp, Inkscape - and of course the Linux Kernel (not only on
4218 PC, Laptop, Mobile, but also our SAT receiver)&lt;/p&gt;
4219
4220 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4221 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4222
4223 &lt;p&gt;&lt;ol&gt;
4224
4225 &lt;li&gt;Support computer science as regular subject in schools to make
4226 people really &quot;own&quot; their hardware, to make them understand the
4227 difference between proprietary software products, and free software
4228 developing.&lt;/li&gt;
4229
4230 &lt;li&gt;Make budget baskets corresponding: In Germany&#39;s public schools
4231 there are more or less fixed budgets for IT equipment (including
4232 licenses), so schools won&#39;t benefit from any savings here. This
4233 privilege is left to private schools which have consequently a large
4234 share among German Skolelinux schools.&lt;/li&gt;
4235
4236 &lt;li&gt;Get free software in the seminars where would-be teachers are
4237 trained. In many cases, teachers&#39; software customs are respected by
4238 decision makers rather than the expertise of any IT experts.&lt;/li&gt;
4239
4240 &lt;li&gt;Don&#39;t limit ourself to free software run natively. Everybody uses
4241 free software or free licenses (for instance Wikipedia), and this
4242 general concept should get expanded to free educational content to be
4243 shared world wide (school books e.g.).&lt;/li&gt;
4244
4245 &lt;li&gt;Make clear where ever you can that the market share of free (libre)
4246 office suites is much above 20 p.c. today, and that you pupils don&#39;t
4247 need to know the &quot;ribbon menu&quot; in order to get employed.&lt;/li&gt;
4248
4249 &lt;li&gt;Talk about the difference between freeware and free software.&lt;/li&gt;
4250
4251 &lt;li&gt;Spread free software, or even collections of portable free apps
4252 for USB pen drives. Endorse students to get a legal copy of
4253 Libreoffice rather than accepting them to use illegal serials. And
4254 keep sending documents in ODF formats.&lt;/li&gt;
4255
4256 &lt;/ol&gt;&lt;/p&gt;
4257 </description>
4258 </item>
4259
4260 <item>
4261 <title>Skolelinux-intervju: Alf Tonny Bätz</title>
4262 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</link>
4263 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</guid>
4264 <pubDate>Sun, 20 May 2012 11:50:00 +0200</pubDate>
4265 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektets&lt;/a&gt;
4266 musiker og mannen bak
4267 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Manuals/Rosegarden/&quot;&gt;opplæringsdokumentene
4268 i Rosegarden&lt;/a&gt;
4269 (&lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/nb/rosegarden-manual.html&quot;&gt;norsk
4270 utgave&lt;/a&gt;) for musikklærere, Alf Tonny Bätz, er neste mann ut i min
4271 intervjurunde av folkene bak Skolelinux-løsningen. Jeg har kjent Alf
4272 Tonny siden vi møttes som barn på påskefjellet i Ofoten, og ble
4273 gledelig overrasket da han dukket opp i Skolelinux-prosjektet etter å
4274 ikke ha sett noe til ham på mange år.&lt;/p&gt;
4275
4276 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4277
4278 &lt;p&gt;Jeg er utdannet kokk av yrke, og har utøvet yrket i 12 år. Men
4279 etter at ryggen sa takk før seg, studerte jeg nettverksadministrasjon
4280 ved Næringsakademiet i Bergen årene 2008-2009 slik at jeg kunne
4281 forfølge en av mine største interesser - data. Til daglig jobber jeg
4282 ved &lt;a href=&quot;http://www.narvikskolen.no/parken/&quot;&gt;Parken
4283 ungdomsskole&lt;/a&gt; med å drifte skolens PC-er. Har også litt
4284 musikkundervisning.&lt;/p&gt;
4285
4286 &lt;p&gt;Mitt mål er å bevisstgjøre musikklærene mulighetene med de frie
4287 programmene som finnes i Skolelinux, blant annet Rosegarden.&lt;/p&gt;
4288
4289 &lt;p&gt;Har i mange år drevet med musikk og en av grunnen til at Rosegarden
4290 falt i smak for min del, var fordi denne fungere og ligner mest på
4291 Windows-programmet (cubase) jeg jobbet mye med da jeg i mine yngre
4292 dager var «Windows fanatiker». Ble introdusert til Linux av en kompis
4293 av meg for omtrent 14 år siden, og har bare blitt mer og mer glad i
4294 dette operativsystemet.&lt;/p&gt;
4295
4296 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4297
4298 &lt;p&gt;Da jeg ble sykemeldt fra min gamle jobb, og måtte omskoleres,
4299 havnet jeg i 2007 sammen med Viggo Fedreheim på IKT-avdelingen i
4300 Narvik kommune, der ble jeg for første gang introdusert til
4301 Skolelinuxprosjektet.&lt;/p&gt;
4302
4303 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4304
4305 &lt;p&gt;Skolelinux er enkelt å holde i drift og masse flotte programmer som
4306 geogebra, ktouch og kgeografi følger med pakken. Man kan ta i bruk
4307 gamle PC-er igjen, slik at skoler med dårlig råd får opp en brukbar
4308 PC-park. PC-er som er ca 6-9 år gamle fungere tilfredstillende, bare
4309 de har 512 MB RAM eller mer.&lt;/p&gt;
4310
4311 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4312
4313 &lt;p&gt;Ulempene er at noen av de pedagogiske programmene som lærene ønsker
4314 å bruke fungere dårlig med Linux. Mye pga. av at disse programmene
4315 blir ikke laget til Linuxbaserte operativsystemer.&lt;/p&gt;
4316
4317 &lt;p&gt;Video- og bilde-redigering har dessverre en del mangler, mange av
4318 programmene har en tendens til og krasje. Det gjelder blant annet
4319 &lt;a href=&quot;http://www.kdenlive.org/&quot;&gt;kdenlive&lt;/a&gt; og
4320 &lt;a href=&quot;http://www.openshotvideo.com/&quot;&gt;openshot&lt;/a&gt;, for å nevne
4321 noen. De er ikke stabile nok. Når elevene kommer med filmsnutter de
4322 ønsker og jobbe med, så godtar ikke programmene filene, og når elevene
4323 jobber med redigering bare krasjer programmene uten forvarsel. Det er
4324 for vanskelig å få noe som bare fungerer ut av boksen her. Når en elev
4325 plugger inn et videokamera eller fotoapparat så er det alltid noe som
4326 ikke vil fungere. Programmene godtar ikke format, godtar ikke
4327 kameraet, osv., osv. Det er dessverre med på og dra ned en positiv
4328 opplevelse av bruk av fri programvare.&lt;/p&gt;
4329
4330 &lt;p&gt;Man må ofte bruke flere en et video redigerings program før og få
4331 fullført en ønsket oppgave.&lt;/p&gt;
4332
4333 &lt;p&gt;Eksempel:&lt;/p&gt;
4334
4335 &lt;p&gt;Hvis det ene programmet ikke vil ta i mot videofilen klarer et
4336 annet det, men det programmet som klarer det kan ikke gjøre de samme
4337 oppgavene som det programmet som ikke ville ta i mot filen,
4338 Tilsvarende er det med foto, man må bruke flere programmer for å få
4339 et ferdig resultat. Til dags dato har jeg enda ikke funnet et video-
4340 og fotoprogram som kan tilfredstillende fullføre en oppgave.&lt;/p&gt;
4341
4342 &lt;p&gt;Så man kan klare og fullføre en oppgave, men i verste fall må man
4343 innom 3-4 programmer for å få det til. Så jeg har enda ikke til dags
4344 dato sett at et program fungere 100% til alt.&lt;/p&gt;
4345
4346 &lt;p&gt;Det programmet jeg har best erfaring til er
4347 &lt;a href=&quot;http://cinelerra.org/&quot;&gt;cinelerra&lt;/a&gt;, men dessverre har det
4348 også tendenser og krasje av og til uten grunn.&lt;/p&gt;
4349
4350 Lydsystemet kan også være et mareritt. Konkret snakker jeg om når du
4351 bruker for eksempel et smartboard, så følger det med USB-lydkort på
4352 disse. Problemet ligger her i at systemet ikke vil velge rett
4353 lydkort, så man må inn med padevchooser for å sette opp PulseAudio
4354 til og velge at USB-lydkortet skal brukes. Det blir for tungvindt for
4355 lærene, de ønsker at ting skal fungere med en gang. (min løsning på
4356 det problemet ble at jeg måtte deaktivere lydkortet som fantes på
4357 maskinen) men da må man bestandig slå på smartboard-tavla.
4358
4359 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4360
4361 Programmene jeg bruker mest av er: Rosegarden, jack, qsynth, audacity,
4362 k3b, openttd og libreoffice.
4363
4364 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4365 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4366
4367 Jeg tror det må bevisstgjøring av Skolene til, dvs. reklamere høylytt
4368 og fortelle og vise de andre skolene at frie programvarer faktisk
4369 fungere. Jeg trur faktisk mange ikke vet at det finnes frie
4370 alternativer.
4371 </description>
4372 </item>
4373
4374 <item>
4375 <title>Debian Edu interview: Jürgen Leibner</title>
4376 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</link>
4377 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</guid>
4378 <pubDate>Sun, 13 May 2012 20:30:00 +0200</pubDate>
4379 <description>&lt;p&gt;It has been a few busy weeks for me, but I am finally back to
4380 publish another interview with the people behind
4381 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
4382 This time it is one of our German developers, who have helped out over the
4383 years to make sure both a lot of major but also a lot of the minor
4384 details get right before release.
4385
4386 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4387
4388 &lt;p&gt;My name is Jürgen Leibner, I&#39;m 49 years old and living in
4389 Bielefeld, a town in northern Germany. I worked nearly 20 years as
4390 certified engineer in the department for plant design and layout of an
4391 international company for machinery and equipment. Since 2011 I&#39;m a
4392 certified technical writer (tekom e.V.) and doing technical
4393 documentations for a steam turbine manufacturer. From April this year
4394 I will manage the department of technical documentation at a
4395 manufacturer of automation and assembly line engineering.&lt;/p&gt;
4396
4397 &lt;p&gt;My first contact with linux was around 1993. Since that time I used
4398 it at work and at home repeatedly but not exclusively as I do now at
4399 home since 2006.&lt;/p&gt;
4400
4401 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4402 project?&lt;/strong&gt;&lt;/p&gt;
4403
4404 &lt;p&gt;Once a day in the early year of 2001 when I wanted to fetch my
4405 daughter from primary school, there was a teacher sitting in the
4406 middle of 20 old computers trying to boot them and he failed. I helped
4407 him to get them booting. That was seen by the school director and she
4408 asked me if I would like to manage that the school gets all that old
4409 computers in use. I answered: &quot;Yes&quot;.&lt;/p&gt;
4410
4411 &lt;p&gt;Some weeks later every of the 10 classrooms had one computer
4412 running Windows98. I began to collect old computers and equipment as
4413 gifts and installed the first computer room with a peer-to-peer
4414 network. I did my work at school without being payed in my spare time
4415 and with a lot of fun. About one year later the school was connected
4416 to Internet and a local area network was installed in the school
4417 building. That was the time to have a server and I knew it must be a
4418 Linux server to be able to fulfil all the wishes of the teachers and
4419 being able to do this in a transparent and economic way, without extra
4420 costs for things like licence and software. So I searched for a
4421 school server system running under Linux and I found a couple of
4422 people nearby who founded &#39;skolelinux.de&#39;. It was the Skolelinux
4423 prerelease 32 I first tried out for being used at the school. I
4424 managed the IT of that school until the municipal authority took over
4425 the IT management and centralised the services for all schools in
4426 Bielefeld in December of 2006.&lt;/p&gt;
4427
4428 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4429 Edu?&lt;/strong&gt;&lt;/p&gt;
4430
4431 &lt;p&gt;When I&#39;m looking back to the beginning, there were other advantages
4432 for me as today.&lt;/p&gt;
4433
4434 &lt;p&gt;In the past there were advantages like:&lt;/p&gt;
4435
4436 &lt;p&gt;&lt;ul&gt;
4437
4438 &lt;li&gt;I don&#39;t need to buy it so it generates no costs to the school as
4439 they had little money to spent for computers and software.&lt;/li&gt;
4440
4441 &lt;li&gt;It has a licence which grands all rights to use it without
4442 cost.&lt;/li&gt;
4443
4444 &lt;li&gt;It was more able to fit all requirements of a server system for
4445 schools than a Microsoft server system, even if there are only Windows
4446 clients because of it&#39;s preconfigured overall concept of being a
4447 infrastructure solution and community for schools, not only a
4448 server&lt;/li&gt;
4449
4450 &lt;li&gt;I was able to configure the server to the needs of the
4451 school.&lt;/li&gt;
4452
4453 &lt;/ul&gt;&lt;/p&gt;
4454
4455 &lt;p&gt;Today some of the advantages has been lost, changed or new ones
4456 came up in this way:&lt;/p&gt;
4457
4458 &lt;p&gt;&lt;ul&gt;
4459
4460 &lt;li&gt;Most schools here do have money to buy hardware and software
4461 now.&lt;/li&gt;
4462
4463 &lt;li&gt;They are today mostly managed from central IT departments which
4464 have own concepts which often do not fit to Debian Edu concepts
4465 because they are to close to Microsoft ideology.&lt;/li&gt;
4466
4467 &lt;li&gt;With the Squeeze version of Debian Edu which now uses GOsa² for
4468 management I feel more able to manage the daily tasks than with the
4469 interfaces used in the past.&lt;/li&gt;
4470
4471 &lt;li&gt;It is more modular than in the past and fits even better to the
4472 different needs.&lt;/li&gt;
4473
4474 &lt;li&gt;The documentation is usable and gets better every day.&lt;/li&gt;
4475
4476 &lt;li&gt;More people than ever before are using Debian Edu all over the
4477 world and so the community, which is an very important part I think,
4478 is sharing knowledge and minds.&lt;/li&gt;
4479
4480 &lt;li&gt;Most, maybe all, of the technical requirements for schools are
4481 solved today by Debian Edu. &lt;/li&gt;
4482
4483 &lt;/ul&gt;&lt;/p&gt;
4484
4485 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4486 Edu?&lt;/strong&gt;&lt;/p&gt;
4487
4488 &lt;p&gt;&lt;ul&gt;
4489
4490 &lt;li&gt;There are too few IT companies able to integrate Debian Edu into
4491 their product portfolio for serving schools with concepts or even
4492 whole municipality areas.&lt;/li&gt;
4493
4494 &lt;li&gt;Debian Edu has beside other free and open software projects not
4495 enough lobbyists which promote free and open software to
4496 politicians.&lt;/li&gt;
4497
4498 &lt;li&gt;Technically there are no disadvantages I&#39;m aware of.&lt;/li&gt;
4499
4500 &lt;/ul&gt;&lt;/p&gt;
4501
4502 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4503
4504 &lt;p&gt;I use Debian stable on my home server and on my little desktop
4505 computer. On my laptop I use Debian testing/sid. The applications I
4506 use on my laptop and my desktop are Open/Libre-office, Iceweasel,
4507 KMail, DigiKam, Amarok, Dolphin, okular and all the other programs I
4508 need from the KDE environment. On console I use newsbeuter, mutt,
4509 screen, irssi and all the other famous and useful tools.&lt;/p&gt;
4510
4511 &lt;p&gt;My home server provides mail services with exim, dovecot, roundcube
4512 and mutt over ssh on the console, file services with samba, NFS,
4513 rsync, web services with apache, moinmoin-wiki, multimedia services
4514 with gallery2 and mediatomb and database services with MySQL for me
4515 and the whole family. I probably forgot something.&lt;/p&gt;
4516
4517 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4518 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4519
4520 &lt;p&gt;I believe, we should provide concepts for IT companies to integrate
4521 Debian Edu into their product portfolio with use cases for different
4522 countries and areas all over the world.&lt;/p&gt;
4523 </description>
4524 </item>
4525
4526 <item>
4527 <title>Forskning: &quot;GPL gir lokal frihet og kontroll gjennom omfordeling av makt fra produsent til bruker&quot;</title>
4528 <link>http://people.skolelinux.org/pere/blog/Forskning___GPL_gir_lokal_frihet_og_kontroll_gjennom_omfordeling_av_makt_fra_produsent_til_bruker_.html</link>
4529 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Forskning___GPL_gir_lokal_frihet_og_kontroll_gjennom_omfordeling_av_makt_fra_produsent_til_bruker_.html</guid>
4530 <pubDate>Sun, 15 Apr 2012 13:00:00 +0200</pubDate>
4531 <description>&lt;p&gt;Da jeg googlet etter noe annet kom jeg tilfeldigvis over
4532 &lt;a href=&quot;http://www.duo.uio.no/sok/work.html?WORKID=58309&quot;&gt;en
4533 hovedfagsoppgave&lt;/a&gt; ved Universitetet i Oslo som diskuterer verdien
4534 av GPLs fire friheter for brukerne av IT-systemer. Jeg ble fascinert
4535 over det som presenteres der. Her er sammendraget:&lt;/p&gt;
4536
4537 &lt;p&gt;&lt;blockquote&gt;
4538
4539 &lt;p&gt;Motivasjonen til å skrive denne oppgaven er en personlig undring
4540 over hvorfor det primært, og ofte eksklusivt, fokuseres på det
4541 økonomiske aspektet ved utredninger om fri programvare er et godt valg
4542 for det offentlige. Fri og produsenteid programvare bygger på
4543 fundamentalt forskjellige ideologier som kan ha implikasjoner utover
4544 økonomiske kostnader. Kunnskapskulturen som er med på å definere fri
4545 programvare er basert på åpenhet, og er en verdi i seg selv.&lt;/p&gt;
4546
4547 &lt;p&gt;Oppgavens tema er programvarelisensen GPL og frihet. GPL-lisensiert
4548 programvare gir visse friheter i forhold til produsenteid
4549 programvare. Mitt spørsmål er om, og eventuelt i hvilken utstrekning,
4550 disse frihetene blir benyttet av ulike brukere og hvordan de
4551 manifesterer seg for disse brukerne. Sentrale spørsmål i oppgaven
4552 er:&lt;/p&gt;
4553
4554 &lt;ul&gt;
4555 &lt;li&gt;Hvordan fordeles handlekraft gjennom lisensieringen av programvaren?&lt;/li&gt;
4556 &lt;li&gt;Hvilke konsekvenser har programvarelisensen for de ulike brukere? &lt;/li&gt;
4557 &lt;/ul&gt;
4558
4559 &lt;p&gt;Fri programvare gir blant annet brukeren mulighet til å studere og
4560 modifisere kildekoden. Denne formen for frihet erverves gjennom
4561 kunnskap og krever at brukeren også er en ekspert. Hva skjer med
4562 frihetene til GPL når sluttbrukeren er en annen? Dette diskuteres i
4563 dialog med informantene.&lt;/p&gt;
4564
4565 &lt;p&gt;Jeg har i denne oppgaven samlet inn intervjudata fra IKT-ansvarlige
4566 ved grunnskolene i Nittedal kommune, driftsansvarlig og IKT-veilederen
4567 for skolene i kommunen, samt IKT-koordinator for utdanning i Akershus
4568 fylkeskommune og bokmåloversettere av OpenOffice.org. Den empiriske
4569 delen av oppgaven er delt inn i to seksjoner; den første omhandler
4570 operativsystemet Skolelinux, den andre kontorprogrampakken
4571 OpenOffice.org.&lt;/p&gt;
4572
4573 &lt;p&gt;Som vi vil se gir GPL lokal frihet og kontroll gjennom omfordeling
4574 av makt fra produsent til bruker. Brukerens makt analyseres gjennom
4575 begrepene brukermedvirkning og handlingsfrihet. Det blir også lagt
4576 vekt på strukturelle forhold rundt bruken av teknologi, og spesielt de
4577 økonomiske begrepene nettverkseksternaliteter, innlåsing og
4578 stiavhengighet. Dette er begreper av spesiell nytte når objektet som
4579 omsettes eller distribueres er et kommunikasjonsprodukt, fordi verdien
4580 til et slikt gode for en potensiell bruker avhenger av antall
4581 eksisterende brukere av godet. I tilknytning til denne problematikken
4582 inneholder oppgaven også en diskusjon rundt åpne standarder og
4583 formater.&lt;/p&gt;
4584
4585 &lt;p&gt;Oppgaven konkluderer med at de «fire frihetene» som GPL-lisensen er
4586 laget for å beskytte er av avgjørende betydning for bruken av
4587 OpenOffice.org og Skolelinux, i Akershus fylkeskommune såvel som i
4588 skolene i Nittedal. Distribusjonen av handlekraft er ikke helt
4589 symmetrisk. Det er først og fremst de profesjonelle utviklerne i
4590 Skolelinux som direkte kan nyttiggjøre seg friheten til å endre kode,
4591 mens en sluttbruker som Nittedal kommune nyttiggjør seg den økonomiske
4592 friheten til å kunne distribuere programmene. Det er imidlertid også
4593 slik at ingen aktør klarer seg uten alle disse «frihetene».&lt;/p&gt;
4594 &lt;/blockquote&gt;&lt;/p&gt;
4595
4596 &lt;p&gt;Jeg fant også en masteroppgave fra 2006, men der ligger ikke
4597 komplett oppgave tilgjengelig. På tide å holde et øye med
4598 &lt;a href=&quot;http://www.duo.uio.no/sok/search.html?q=skolelinux&quot;&gt;Skolelinux-søket&lt;/a&gt;
4599 til DUO...&lt;/p&gt;
4600
4601 </description>
4602 </item>
4603
4604 <item>
4605 <title>Debian Edu interview: Andreas Mundt</title>
4606 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</link>
4607 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</guid>
4608 <pubDate>Sun, 15 Apr 2012 12:10:00 +0200</pubDate>
4609 <description>&lt;p&gt;Behind &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
4610 Skolelinux&lt;/a&gt; there are a lot of people doing the hard work of
4611 setting together all the pieces. This time I present to you Andreas
4612 Mundt, who have been part of the technical development team several
4613 years. He was also a key contributor in getting GOsa and Kerberos set
4614 up in the recently released
4615 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
4616 Edu Squeeze&lt;/a&gt; version.&lt;/p&gt;
4617
4618 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4619
4620 &lt;p&gt;My name is Andreas Mundt, I grew up in south Germany. After
4621 studying Physics I spent several years at university doing research in
4622 Quantum Optics. After that I worked some years in an optics company.
4623 Finally I decided to turn over a new leaf in my life and started
4624 teaching 10 to 19 years old kids at school. I teach math, physics,
4625 information technology and science/technology.&lt;/p&gt;
4626
4627 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4628 project?&lt;/strong&gt;&lt;/p&gt;
4629
4630 &lt;p&gt;Already before I switched to teaching, I followed the Debian Edu
4631 project because of my interest in education and Debian. Within the
4632 qualification/training period for the teaching, I started
4633 contributing.&lt;/p&gt;
4634
4635 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4636 Edu?&lt;/strong&gt;&lt;/p&gt;
4637
4638 &lt;p&gt;The advantages of Debian Edu are the well known name, the
4639 out-of-the-box philosophy and of course the great free software of the
4640 Debian Project!&lt;/p&gt;
4641
4642 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4643 Edu?&lt;/strong&gt;&lt;/p&gt;
4644
4645 &lt;p&gt;As every coin has two sides, the out-of-the-box philosophy has its
4646 downside, too. In my opinion, it is hard to modify and tweak the
4647 setup, if you need or want that. Further more, it is not easily
4648 possible to upgrade the system to a new release. It takes much too
4649 long after a Debian release to prepare the -Edu release, perhaps
4650 because the number of developers working on the core of the code is
4651 rather small and often busy elsewhere.&lt;/p&gt;
4652
4653 &lt;p&gt;The &lt;a href=&quot;http://wiki.debian.org/DebianLAN&quot;&gt;Debian LAN&lt;/a&gt;
4654 project might fill the use case of a more flexible system.&lt;/p&gt;
4655
4656 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4657
4658 &lt;p&gt;I am only using non-free software if I am forced to and run Debian
4659 on all my machines. For documents I prefer LaTeX and PGF/TikZ, then
4660 mutt and iceweasel for email respectively web browsing. At school I
4661 have Arduino and Fritzing in use for a micro controller project.&lt;/p&gt;
4662
4663 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4664 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4665
4666 &lt;p&gt;One of the major problems is the vendor lock-in from top to bottom:
4667 Especially in combination with ignorant government employees and
4668 politicians, this works out great for the &quot;market-leader&quot;. The school
4669 administration here in Baden-Wuerttemberg is occupied by that vendor.
4670 Documents have to be prepared in non-free, proprietary formats. Even
4671 free browsers do not work for the school administration. Publishers
4672 of school books provide software only for proprietary platforms.&lt;/p&gt;
4673
4674 &lt;p&gt;To change this, political work is very important. Parts of the
4675 political spectrum have become aware of the problem in the last years.
4676 However it takes quite some time and courageous politicians to &#39;free&#39;
4677 the system. There is currently some discussion about &quot;Open Data&quot; and
4678 &quot;Free/Open Standards&quot;. I am not sure if all the involved parties have
4679 a clue about the potential of these ideas, and probably only a
4680 fraction takes them seriously. However it might slowly make free
4681 software and the philosophy behind it more known and popular.&lt;/p&gt;
4682 </description>
4683 </item>
4684
4685 <item>
4686 <title>Debian Edu interview: Justin B. Rye</title>
4687 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</link>
4688 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</guid>
4689 <pubDate>Sun, 8 Apr 2012 10:50:00 +0200</pubDate>
4690 <description>&lt;p&gt;It take all kind of contributions to create a Linux distribution
4691 like &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;,
4692 and this time I lend the ear to Justin B. Rye, who is listed as a big
4693 contributor to the
4694 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
4695 Edu Squeeze release manual&lt;/a&gt;.
4696
4697 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4698
4699 &lt;p&gt;I&#39;m a 44-year-old linguistics graduate living in Edinburgh who has
4700 occasionally been employed as a sysadmin.&lt;/p&gt;
4701
4702 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4703 project?&lt;/strong&gt;&lt;/p&gt;
4704
4705 &lt;p&gt;I&#39;m neither a developer nor a Skolelinux/Debian Edu user! The only
4706 reason my name&#39;s in the credits for the documentation is that I hang
4707 around on debian-l10n-english waiting for people to mention things
4708 they&#39;d like a native English speaker to proofread... So I did a sweep
4709 through the wiki for typos and Norglish and inconsistent spellings of
4710 &quot;localisation&quot;.&lt;/p&gt;
4711
4712 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4713 Edu?&lt;/strong&gt;&lt;/p&gt;
4714
4715 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4716 Edu?&lt;/strong&gt;&lt;/p&gt;
4717
4718 &lt;p&gt;These questions are too hard for me - I don&#39;t use it! In fact I
4719 had hardly any contact with I.T. until long after I&#39;d got out of the
4720 education system.&lt;/p&gt;
4721
4722 &lt;p&gt;I can tell you the advantages of Debian for me though: it soaks up
4723 as much of my free time as I want and no more, and lets me do
4724 everything I want a computer for without ever forcing me to spend
4725 money on the latest hardware.&lt;/p&gt;
4726
4727 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4728
4729 &lt;p&gt;I&#39;ve been using Debian since Rex; popularity-contest says the
4730 software that I use most is xinit, xterm, and xulrunner (in other
4731 words, I use a distinctly retro sort of desktop).&lt;/p&gt;
4732
4733 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4734 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4735
4736 &lt;p&gt;Well, I don&#39;t know. I suppose I&#39;d be inclined to try reasoning
4737 with the people who make the decisions, but obviously if that worked
4738 you would hardly need a strategy.&lt;/p&gt;
4739 </description>
4740 </item>
4741
4742 <item>
4743 <title>Why the KDE menu is slow when /usr/ is NFS mounted - and a workaround</title>
4744 <link>http://people.skolelinux.org/pere/blog/Why_the_KDE_menu_is_slow_when__usr__is_NFS_mounted___and_a_workaround.html</link>
4745 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_the_KDE_menu_is_slow_when__usr__is_NFS_mounted___and_a_workaround.html</guid>
4746 <pubDate>Fri, 6 Apr 2012 22:40:00 +0200</pubDate>
4747 <description>&lt;p&gt;Recently I have spent time with
4748 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; on speeding
4749 up a &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
4750 Lenny installation using LTSP diskless workstations, and in the
4751 process I discovered something very surprising. The reason the KDE
4752 menu was responding slow when using it for the first time, was mostly
4753 due to the way KDE find application icons. I discovered that showing
4754 the Multimedia menu would cause more than 20 000 IP packages to be
4755 passed between the LTSP client and the NFS server. Most of these were
4756
4757 NFS LOOKUP calls, resulting in a NFS3ERR_NOENT response. Because the
4758 ping times between the client and the server were in the range 2-20
4759 ms, the menus would be very slow. Looking at the strace of kicker in
4760 Lenny (or plasma-desktop i Squeeze - same problem there), I see that
4761 the source of these NFS calls are access(2) system calls for
4762 non-existing files. KDE can do hundreds of access(2) calls to find
4763 one icon file. In my example, just finding the mplayer icon required
4764 around 230 access(2) calls.&lt;/p&gt;
4765
4766 &lt;p&gt;The KDE code seem to search for icons using a list of icon
4767 directories, and the list of possible directories is large. In
4768 (almost) each directory, it look for files ending in .png, .svgz, .svg
4769 and .xpm. The result is a very slow KDE menu when /usr/ is NFS
4770 mounted. Showing a single sub menu may result in thousands of NFS
4771 requests. I am not the first one to discover this. I found a
4772 &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=211416&quot;&gt;KDE bug report
4773 from 2009&lt;/a&gt; about this problem, and it is still unsolved.&lt;/p&gt;
4774
4775 &lt;p&gt;My solution to speed up the KDE menu was to create a package
4776 kde-icon-cache that upon installation will look at all .desktop files
4777 used to generate the KDE menu, find their icons, search the icon paths
4778 for the file that KDE will end up finding at run time, and copying the
4779 icon file to /var/lib/kde-icon-cache/. Finally, I add symlinks to
4780 these icon files in one of the first directories where KDE will look
4781 for them. This cut down the number of file accesses required to find
4782 one icon from several hundred to less than 5, and make the KDE menu
4783 almost instantaneous. I&#39;m not quite sure where to make the package
4784 publicly available, so for now it is only available on request.&lt;/p&gt;
4785
4786 &lt;p&gt;The bug report mention that this do not only affect the KDE menu
4787 and icon handling, but also the login process. Not quite sure how to
4788 speed up that part without replacing NFS with for example NBD, and
4789 that is not really an option at the moment.&lt;/p&gt;
4790
4791 &lt;p&gt;If you got feedback on this issue, please let us know on debian-edu
4792 (at) lists.debian.org.&lt;/p&gt;
4793 </description>
4794 </item>
4795
4796 <item>
4797 <title>Debian Edu in the Linux Weekly News</title>
4798 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</link>
4799 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</guid>
4800 <pubDate>Thu, 5 Apr 2012 08:00:00 +0200</pubDate>
4801 <description>&lt;p&gt;About two weeks ago, I was interviewed via email about
4802 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt; by
4803 Bruce Byfield in Linux Weekly News. The result was made public for
4804 non-subscribers today. I am pleased to see liked our Linux solution
4805 for schools. Check out his article
4806 &lt;a href=&quot;https://lwn.net/Articles/488805/&quot;&gt;Debian Edu/Skolelinux: A
4807 distribution for education&lt;/a&gt; if you want to learn more.&lt;/p&gt;
4808 </description>
4809 </item>
4810
4811 <item>
4812 <title>Debian Edu interview: Wolfgang Schweer</title>
4813 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</link>
4814 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</guid>
4815 <pubDate>Sun, 1 Apr 2012 23:00:00 +0200</pubDate>
4816 <description>&lt;p&gt;Germany is a core area for the
4817 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
4818 user community, and this time I managed to get hold of Wolfgang
4819 Schweer, a valuable contributor to the project from Germany.
4820
4821 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4822
4823 &lt;p&gt;I&#39;ve studied Mathematics at the university &#39;Ruhr-Universität&#39; in
4824 Bochum, Germany. Since 1981 I&#39;m working as a teacher at the school
4825 &quot;&lt;a href=&quot;http://www.westfalenkolleg-dortmund.de/&quot;&gt;Westfalen-Kolleg
4826 Dortmund&lt;/a&gt;&quot;, a second chance school. Here, young adults is given
4827 the opportunity to get further education in order to do the school
4828 examination &#39;Abitur&#39;, which will allow to study at a university. This
4829 second chance is of value for those who want a better job perspective
4830 or failed to get a higher school examination being teens.&lt;/p&gt;
4831
4832 &lt;p&gt;Besides teaching I was involved in developing online courses for a
4833 blended learning project called &#39;abitur-online.nrw&#39; and in some other
4834 information technology related projects. For about ten years I&#39;ve been
4835 teacher and coordinator for the &#39;abitur-online&#39; project at my
4836 school. Being now in my early sixties, I&#39;ve decided to leave school at
4837 the end of April this year.&lt;/p&gt;
4838
4839 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4840 project?&lt;/strong&gt;&lt;/p&gt;
4841
4842 &lt;p&gt;The first information about Skolelinux must have come to my
4843 attention years ago and somehow related to LTSP (Linux Terminal Server
4844 Project). At school, we had set up a network at the beginning of 1997
4845 using Suse Linux on the desktop, replacing a Novell network. Since
4846 2002, we used old machines from the city council of Dortmund as thin
4847 clients (LTSP, later Ubuntu/Lessdisks) cause new hardware was out of
4848 reach. At home I&#39;m using Debian since years and - subscribed to the
4849 Debian news letter - heard from time to time about Skolelinux. About
4850 two years ago I proposed to replace the (somehow undocumented and only
4851 known to me) system at school by a well known Debian based system:
4852 Skolelinux.&lt;/p&gt;
4853
4854 &lt;p&gt;Students and teachers appreciated the new system because of a
4855 better look and feel and an enhanced access to local media on thin
4856 clients. The possibility to alter and/or reset passwords using a GUI
4857 was welcomed, too. Being able to do administrative tasks using a GUI
4858 and to easily set up workstations using PXE was of very high value for
4859 the admin teachers.&lt;/p&gt;
4860
4861 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4862 Edu?&lt;/strong&gt;&lt;/p&gt;
4863
4864 &lt;p&gt;It&#39;s open source, easy to set up, stable and flexible due to it&#39;s
4865 Debian base. It integrates LTSP out-of-the-box. And it is documented!
4866 So it was a perfect choice.&lt;/p&gt;
4867
4868 &lt;p&gt;Being open source, there are no license problems and so it&#39;s
4869 possible to point teachers and students to programs like
4870 OpenOffice.org, ViewYourMind (mind mapping) and The Gimp. It&#39;s of
4871 high value to be able to adapt parts of the system to special needs of
4872 a school and to choose where to get support for this.&lt;/p&gt;
4873
4874 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4875 Edu?&lt;/strong&gt;&lt;/p&gt;
4876
4877 &lt;p&gt;Nothing yet.&lt;/p&gt;
4878
4879 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4880
4881 &lt;p&gt;At home (Debian Sid with Gnome Desktop): Iceweasel, LibreOffice,
4882 Mutt, Gedit, Document Viewer, Midnight Commander, flpsed (PDF
4883 Annotator). At school (Skolelinux Lenny): Iceweasel, Gedit,
4884 LibreOffice.&lt;/p&gt;
4885
4886 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4887 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4888
4889 &lt;p&gt;Some time ago I thought it was enough to tell people about it. But
4890 that doesn&#39;t seem to work quite well. Now I concentrate on those more
4891 interested and hope to get multiplicators that way.&lt;/p&gt;
4892 </description>
4893 </item>
4894
4895 <item>
4896 <title>Linux-skoler har høyere PC-tetthet enn landsgjennomsnittet - pressemelding fra FRiSK</title>
4897 <link>http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</link>
4898 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</guid>
4899 <pubDate>Fri, 30 Mar 2012 19:30:00 +0200</pubDate>
4900 <description>&lt;p&gt;I dag har &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;FRiSK&lt;/a&gt;
4901 sendt ut følgende pressemelding basert på mine beregninger av
4902 PC-tetthet på Linux-skoler:&lt;/p&gt;
4903
4904 &lt;p&gt;&lt;strong&gt;Linux-skoler har høyere PC-tetthet enn
4905 landsgjennomsnittet&lt;/strong&gt;&lt;/p&gt;
4906
4907 &lt;p&gt;Oslo, 30 Mars 2012&lt;/p&gt;
4908
4909 &lt;p&gt;Det er store forskjeller på skolenes digitale tilstand, viser
4910 undersøkelsen Monitor 2011 som er laget på oppdrag fra
4911 Kunnskapsdepartementet. Dette har ført til debatt om PC-tilgangen i
4912 skolen, og om de med Linux i skolen gjør det bedre bedre eller
4913 dårligere enn snittet i landet.&lt;/p&gt;
4914
4915 &lt;p&gt;Nå har vi tallene. Skoler med Linux har 36% større PC-tetthet en
4916 landsgjennomsnittet. På spørsmål hvorfor skoler med Linux har større
4917 PC-tetthet, observerer Paul Reidar Løsnesløkken som er IKT-konsulent i
4918 Nord-Odal:&lt;/p&gt;
4919
4920 &lt;p&gt;&lt;blockquote&gt;&quot;Vi erfarer at klienter med Skolelinux har god funksjon
4921 til de er 8 til 10 år gamle. Dette er omtrent dobbelt så lenge som
4922 andre løsninger, og skolene får mer datautstyr for
4923 pengene.&quot;&lt;/blockquote&gt;&lt;/p&gt;
4924
4925 &lt;p&gt;Undersøkelsen baserer seg på 56 skoler som har gjort det offentlig
4926 at de kjører Skolelinux eller annen Linux-utgave. De kan også ha PC-er
4927 med Windows i skolenettet. Når en sammenligner PC-tetthetene på
4928 skolene i kommunene Flora, Harstad, Kongsvinger, Narvik, Nittedal,
4929 Nord-Odal og Randaberg, er det i snitt 2,28 elev pr. PC på skolene med
4930 Linux. På landsbasis er det 3.11 elev per PC i grunnskolen, i følge
4931 side 95 i Monitor-rapporten for 2011. Målingen viser dermed 36% større
4932 PC-tetthet i skoler med Linux.&lt;/p&gt;
4933
4934 &lt;p&gt;&lt;strong&gt;Om Skolelinux/Debian Edu&lt;/strong&gt;&lt;/p&gt;
4935
4936 &lt;p&gt;Skolelinux har til hensikt å gi alle barn full tilgang til
4937 skoleaktuelle dataprogram på sitt eget morsmål. Derfor følger det med
4938 godt over 100 skoleaktuelle programmene laget for læring. De fleste
4939 programmene er oversatt til over 50 språk. Elevene skal også kunne
4940 studere alle sider av dataprogrammene. Derfor følger også kildekode
4941 med. Elever med interesse kan lære av eksperter som har laget
4942 systemet. Dette med enkelt programmering i læreprogram som KTurtle,
4943 til profesjonelle verktøy som Qt Creator eller Java.&lt;/p&gt;
4944
4945 &lt;p&gt;Skolelinux er laget for sentralisert drift, der alt teknisk
4946 administrasjon av alle skolene kan gjøres sentralt fra kommunehuset
4947 eller sentralt i en region. F.eks. drifter to-tre personer 70.000
4948 skoledatamaskiner på 200 skoler i delstaten Extremadura i
4949 Spania. Etter velykket bruk av Debian Edu i skolen, legger delstaten
4950 over til Debian på 40.000 datamaskiner i administrasjonen. Det er idag
4951 mange selskap som tilbyr profesjonell støtte til innføring og drift i
4952 Norge og verden.&lt;/p&gt;
4953
4954 &lt;p&gt;&lt;strong&gt;Om FRiSK&lt;/strong&gt;&lt;/p&gt;
4955
4956 &lt;p&gt;Medlemsforeningen Fri Programvare i Skolen organiserer
4957 dugnadsprosjektet som står bak Skolelinux.&lt;/p&gt;
4958
4959 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
4960
4961 &lt;p&gt;Knut Yrvin&lt;/p&gt;
4962
4963 &lt;p&gt;Leder av Fri Programvare i Skolen (FRISK)&lt;/p&gt;
4964
4965 &lt;p&gt;Epost: knuty at skolelinux.no
4966 &lt;br&gt;Mobil: +47 93 479 561&lt;/p&gt;
4967
4968 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
4969
4970 &lt;p&gt;&lt;ul&gt;
4971
4972 &lt;li&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;http://www.skolelinux.org/&lt;/a&gt;&lt;/li&gt;
4973 &lt;li&gt;&lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;http://www.friprogramvareiskolen.no/&lt;/a&gt;&lt;/li&gt;
4974 &lt;li&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/Download&quot;&gt;http://wiki.debian.org/DebianEdu/Download&lt;/a&gt;&lt;/li&gt;
4975 &lt;li&gt;&lt;a href=&quot;https://www.wis.no/gsi&quot;&gt;https://www.wis.no/gsi&lt;/a&gt;&lt;/li&gt;
4976 &lt;li&gt;&lt;a href=&quot;http://iktsenteret.no/sites/iktsenteret.no/files/attachments/monitor2011.pdf&quot;&gt;http://iktsenteret.no/sites/iktsenteret.no/files/attachments/monitor2011.pdf&lt;/a&gt;&lt;/li&gt;
4977 &lt;li&gt;&lt;a href=&quot;http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html&quot;&gt;http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html&lt;/a&gt;&lt;/li&gt;
4978 &lt;li&gt;&lt;a href=&quot;https://init.linpro.no/pipermail/skolelinux.no/linuxiskolen/2012-March/018500.html&quot;&gt;https://init.linpro.no/pipermail/skolelinux.no/linuxiskolen/2012-March/018500.html&lt;/a&gt;&lt;/li&gt;
4979
4980 &lt;/ul&gt;&lt;/p&gt;
4981 </description>
4982 </item>
4983
4984 <item>
4985 <title>Skolelinux-intervju: Roy-Arne Myhre</title>
4986 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</link>
4987 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</guid>
4988 <pubDate>Wed, 28 Mar 2012 15:15:00 +0200</pubDate>
4989 <description>&lt;p&gt;I serien med intervjuer av folk i
4990 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi
4991 denne gangen høre fra en IKT-ansvarlig som har brukt Skolelinux i
4992 mange år, og vært storfornøyd med erfaringene så langt.&lt;/p&gt;
4993
4994 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4995
4996 &lt;p&gt;Mitt navn er Roy-Arne Myhre og jeg er 42 år. Jeg er ansatt hos
4997 &lt;a href=&quot;http://www.sandskole.no/&quot;&gt;Sand skole&lt;/a&gt; (Balsfjord kommune)
4998 og har stort sett vært det siden 1990. Jeg er IKT ansvarlig ved
4999 skolen i 40% stilling – 10% undervisning – musikk.&lt;/p&gt;
5000
5001 &lt;p&gt;Ved skolen er det ca 100 elever og ca 18 lærere + 4 assistenter i
5002 hele og delte stillinger. Alle lærerne har bærbar PC (dessverre med
5003 Win Vista) – assistenter har tilgang til egne. Vi benytter Fronter i
5004 det daglige arbeidet. Vi har ca 90 elevmaskiner som fungerer til
5005 daglig opp mot Linux server (XFCE) som driftes av
5006 &lt;a href=&quot;http://www.bzz.no/&quot;&gt;BzzWare AS&lt;/a&gt; via nett. Maskinparken
5007 består kun av brukt utstyr for elevene – og noe av dette begynner å
5008 bli vel gammelt selv som halvtykke klienter.&lt;/p&gt;
5009
5010 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med
5011 Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5012
5013 &lt;p&gt;Vi kom første gang i kontakt med Skolelinux rundt 1997. Den gang
5014 var det oppstart-disketter i hver maskin, ikke mulighet for lyd og
5015 video, gamle nettverkskort og mye plundring. Vi hadde en ihuga
5016 forelder med som pådriver, forsker og inspirator for hele opplegget.
5017 Selv ante jeg knapt at Skolelinux fantes, men han var av den
5018 utforskende typen, og fikk både meg og skolelederen i trua på at dette
5019 var ting som kunne fungere. Etter dette har det gått gradvis
5020 framover; flere maskiner er hentet inn gjennom bl.a
5021 &lt;a href=&quot;http://www.greentech.no/&quot;&gt;Greentech&lt;/a&gt; og utrangert utstyr
5022 fra høgskole / Avinor og private givere. Når maskinene ble for trege
5023 for nye Windows-versjoner, sto vi klare til å putte dem i nettverket
5024 vårt. Dette betyr at vi i dag har 1:1 dekning av maskiner på
5025 ungdomstrinnet og bedre enn 1:2 på barnetrinnet. Dette er vi veldig
5026 fornøyd med, og vi kan ikke se for oss hverdagen som ville vært
5027 alternativet ved bruk av Windows med sine lisenser pr. Bruker/maskin.
5028 Da ville vi nok vært tilbake til 1-2 maskiner pr klasserom med de
5029 negative konsekvenser det ville hatt for undervisningsformene våre. Vi
5030 kan ha en hel klasse i prosjektjobbing eller individuell jobbing
5031 samtidig – vi kan avholde tentamen og eksamen uten
5032 logistikkproblemer.&lt;/p&gt;
5033
5034 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5035
5036 Hvor skal jeg begynne... Stabiliteten er et nøkkelord - det bare
5037 virker. Har du først fått en server med Skolelinux opp og gå, så må
5038 det en maskinarefeil eller sabotasje til for å stoppe den. Det at man
5039 kan bruke eldre maskiner som normalt sett ville gått på dynga, er også
5040 glimrende - billig for skoler med dårlig økonomi og bra for miljøet
5041 siden vi gjenbruker utstyr i stedet for å skaffe nytt. Vi ville aldri
5042 hatt mulighet til å operere med det maskinantallet vi har pr i dag
5043 hvis det ikke var for Skolelinux - så tilgjengelighet er et annet
5044 nøkkelord. Et tredje moment er sikkerhet og brukertilgang. Alle
5045 brukerer opererer med egne brukernavn og passord, samt egne
5046 brukerområder som kan tilpasses for både enbrukertilgang og for
5047 samarbeid med andre.
5048
5049 Elever har godt av å se at det finnes andre alternativer enn de som
5050 storindustrien selger på lisensbasis - på den måten trenes de opp til
5051 å se flere muligheter og å foreta valg ut fra flere opsjoner.
5052
5053 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5054
5055 &lt;p&gt;Ulempene med Skolelinux er nok utbredelsen og mangelen på kjennskap
5056 til dette i skolenorge. De som skal ta økonomiske avgjørelser rynker
5057 på nesen og vil gå for det kjente og «sikre» selv om det koster mye
5058 mer. Man får rett og slett litt hetta av å ikke kunne noe – og unngår
5059 dette for enhver pris.&lt;/p&gt;
5060
5061 &lt;p&gt;I tillegg er mye av linux-systemet administrert av tekstkommandoer
5062 og er lite intuitiv/visuell for oss som ikke er «inne i»
5063 kildekodene». Så problemet er nok mye godt at de som
5064 utarbeider/drifter Skolelinux ikke helt klarer å sette seg ned på
5065 skoleadministratorens nivå når det gjelder problemer og
5066 utfordringer. Men dette er nok en utfordring alle administratorer
5067 sliter med uansett OS.&lt;/p&gt;
5068
5069 &lt;p&gt;Derfor har vi valgt å støtte oss til BzzWare AS for assistanse i
5070 drifta slik at jeg har kunnet konsentrere meg mer om kabling, skifting
5071 av komponenter, veiledning av lærere og elever, vedlikehold av
5072 skrivere og annen daglig drift.&lt;/p&gt;
5073
5074 &lt;p&gt;Elevene mestrer Skolelinux helt fint. Så lenge Internett
5075 (Iceweasel) og Libreoffice (Openoffice) fungerer er 90% av
5076 skolehverdagen velfungerende. I tillegg brukes jo en del av den
5077 pedagogiske programpakken bla. i forhold til matematikk og geografi,
5078 men det er såpass mye bra på nett om dagen, så disse programmene er
5079 mer som krydder å regne.&lt;/p&gt;
5080
5081 &lt;p&gt;Jeg skulle ønske neste versjon av Skolelinux kunne komme litt
5082 mindre stappet med programmer, for halvparten blir aldri brukt, eller
5083 fungerer ikke uansett. Hva med et pedagogisk panel av lærere/IKT
5084 ansvarlige som kunne sagt: disse programmene skal være standard, så
5085 får resten være slike man kan legge til ved behov – det kan lett bli
5086 en jungel å bevege seg i.&lt;/p&gt;
5087
5088 &lt;p&gt;Jeg ønsker meg også en mer grafisk versjon av
5089 &lt;a href=&quot;http://bzz.no/lwat/trac/trac.cgi&quot;&gt;Lwat&lt;/a&gt; hvor man kan krysse
5090 ut de som f.eks ikke skal ha internett-tilgang en dag pga
5091 eksamen/tentamen, samt en noe enklere brannmurløsning hvor man kan
5092 stenge for en del (få) sider på en enkel måte. Jeg liker godt
5093 Skolelinux sin ideologi om at filteret skal trenes i hodet på eleven –
5094 men av og til skulle jeg ønske at f.eks Facebook og Youtube kunne vært
5095 koblet vekk en periode for å få bedre utnyttelse av tid og
5096 ressurser. Disse to nettstedene er nok mye av årsaken til at mange
5097 lærere holder igjen databruken noe mer enn man kunne ønske.&lt;/p&gt;
5098
5099 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5100
5101 Jeg benytter nesten bare fri programvare til daglig. LibreOffice,
5102 Iceweasel (Firefox), Thunderbird til e-post og Gimp til
5103 bildebehandling. Vi har PHP-Nuke-oppsatt hjemmeside. Det eneste som
5104 jeg ikke har fått helt til enda er videoredigering - her må man vel
5105 innrømme at Mac er hakket over, men da er vi igjen over på å se hva
5106 som egner seg best, og ta valg ut fra det. Folk flest lever i
5107 villfarelsen om at regneark HETER Excel og tekstbehandling HETER
5108 Word. Dette er en misforståelse som jeg bruker mye energi på å
5109 diskutere og &quot;åpne sinn&quot; på Microsoft-slaver. Dessverre er det mange
5110 IKT-ansvarlige som også har låst seg på at det eneste saliggjørende er
5111 Bill G sine produkter.
5112
5113 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5114 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5115
5116 &lt;p&gt;For å komme lenger i utbredelsen av Skolelinux tror jeg det må mer
5117 fram i nasjonale medier, samt komme bedre fram hva økonomien i dette
5118 valget vil være – samt mulighetene. Fri programvare er en berikelse og
5119 gjør oss i stand til å utføre arbeidet i skolen uten å måtte legge
5120 igjen tusener på tusener i Bill Gates lomme.. Få ETT nettsted med
5121 forståelig veiledning av installasjon/oppgradering og ETT forum med
5122 konkrete feilrettinger og problemer, så tror jeg vi kunne kommet et
5123 par skritt framover. Ellers tror jeg bare at ildsjelene må fortsette å
5124 skinne – kanskje flere enn oss følger etter på veien.&lt;/p&gt;
5125 </description>
5126 </item>
5127
5128 <item>
5129 <title>Debian Edu screencast: Checking email with kmail using Kerberos authentication</title>
5130 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</link>
5131 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</guid>
5132 <pubDate>Sun, 25 Mar 2012 10:00:00 +0200</pubDate>
5133 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
5134
5135 &lt;p&gt;The same Debian Edu developer that did the last screen cast I
5136 published, Wolfgang Schweer, has created a new screen cast showing how
5137 to set up Kmail in Debian Edu Squeze to authenticate using Kerberos,
5138 allowing users to check their local email account without providing
5139 any password. The video is embedded here in quarter size,
5140 and also available from &lt;a href=&quot;https://vimeo.com/38601767&quot;&gt;vimeo&lt;/a&gt;
5141 and download as a
5142 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-03-14-Debian-Edu_Configure_Kmail_for_internal_usage.ogv&quot;&gt;Ogg
5143 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
5144
5145 &lt;p&gt;&lt;video id=&quot;kmail-kerberos-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
5146 &lt;source src=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-03-14-Debian-Edu_Configure_Kmail_for_internal_usage.ogv&quot; type=&#39;video/ogg; codecs=&quot;theora, vorbis&quot;&#39; /&gt;
5147 &lt;p&gt;Download video as
5148 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-03-14-Debian-Edu_Configure_Kmail_for_internal_usage.ogv&quot;&gt;Ogg&lt;/a&gt;.&lt;/p&gt;
5149 &lt;/video&gt;&lt;/p&gt;
5150 </description>
5151 </item>
5152
5153 <item>
5154 <title>Større PC-tetthet i skolen med Skolelinux?</title>
5155 <link>http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</link>
5156 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</guid>
5157 <pubDate>Mon, 19 Mar 2012 23:25:00 +0100</pubDate>
5158 <description>&lt;p&gt;Den siste uka har det vært en del skriverier om hvor store
5159 forskjeller det er mellom skolene når det gjelder digital kompetanse.
5160 Et eksempel er
5161 &lt;a href=&quot;http://www.digi.no/891660/bekymret-for-it-i-skolen&quot;&gt;oppslaget
5162 i Digi&lt;/a&gt;. Diskusjonen fikk meg til å bli litt nysgjerrig på om
5163 Linux-skoler har større PC-tettet enn snittet i landet. Grunnlaget
5164 for diskusjonen har vært undersøkelsen
5165 &lt;a href=&quot;https://iktsenteret.no/ressurser/monitor-2011-skolens-digitale-tilstand&quot;&gt;Monitor
5166 2011&lt;/a&gt;, som bruker informasjon fra
5167 &lt;a href=&quot;https://www.wis.no/gsi&quot;&gt;Grunnskolens Informasjonssystem&lt;/a&gt;
5168 (GSI). GSI-data kan lastes ned fra web og jeg lastet ned en Excel-fil
5169 (intet åpen standard-valg tilgjengelig) med navn på alle skoler,
5170 hvilke kommune de befinner seg i og hvor mange elever pr. elev-PC de
5171 har rapportert inn. For å få en ide om svaret trenger jeg deretter å
5172 vite hvilke skoler i landet som bruker Linux, slik at jeg kan slå dem
5173 opp i GSI og finne ut hvor stor PC-tetthet de har.&lt;/p&gt;
5174
5175 &lt;p&gt;Jeg vet om skoler i Balsfjord, Flora, Harstad, Kongsvinger, Narvik,
5176 Nittedal, Nord-Odal, Randaberg og Sunndal som bruker Skolelinux eller
5177 andre Linux-varianter. Jeg tror det er flere enn de 56 skolene jeg
5178 har klart å identifisere de siste dagene, men har ikke klart å få det
5179 bekreftet med offentlige kilder.&lt;/p&gt;
5180
5181 &lt;p&gt;Monitor 2011-rapporteres side 95 forteller at det &quot;ifølge GSI
5182 (20120-2011) er det 3,11 elever per datamaskin når vi tar med alle
5183 grunnskoler (1.-10.trinn)&quot;. For de 56 Linux-skolene jeg har klart å
5184 koble mot informasjon i GSI er det 2,28 elever per elevdatamaskin,
5185 hvilket betyr at det er 36% høyere PC-tetthet på Linux-skoler enn
5186 landsgjennomsnittet. Linux-skolen med høyest tettet blant de jeg har
5187 notert -skole er Flora ungdomsskule i Flora kommune med 0.82 elev
5188 pr. PC (482 elever, 588 elevdatamaskiner).&lt;/p&gt;
5189
5190 &lt;p&gt;Skolelinux gir datamaskiner lengre levetid, og en kan dermed få
5191 flere operative datamaskiner for samme budsjett, i tillegg til en
5192 rekke andre fordeler. Kan det være forklaringen på forskjellen?&lt;/p&gt;
5193
5194 &lt;p&gt;Tallene må tas med en liten klype, da GSI ser ut til å ha endel
5195 feilføringer. Jeg synes i hvert fall en skole med 423 elever og 9
5196 elevmaskiner ser mistenkelig ut. Eller en skole med 346 elever, 0
5197 elevmaskiner, som er et annet ekstremt eksempel jeg fant.&lt;/p&gt;
5198
5199 &lt;p&gt;Takk til Sturle Sunde, Klaus Ade Johnstad, Ole-Anders Andreassen og
5200 Trond Mæhlum for innspill om skoler med Linux.&lt;/p&gt;
5201 </description>
5202 </item>
5203
5204 <item>
5205 <title>Debian Edu interview: John Ingleby</title>
5206 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</link>
5207 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</guid>
5208 <pubDate>Mon, 19 Mar 2012 21:15:00 +0100</pubDate>
5209 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
5210 users are spread all across the globe. The second inteview after
5211 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;the
5212 Squeeze release&lt;/a&gt; was publised is with John Ingleby, a teacher and
5213 long time Linux user in United Kingdom.&lt;/p&gt;
5214
5215 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5216
5217 &lt;p&gt;I teach ICT part time at the Rudolf Steiner School in Kings
5218 Langley, near London, UK. Previously I worked as a technical
5219 author/trainer while my children attended the school, and I also
5220 contributed to the Schoolforge UK community with the aim of
5221 encouraging UK schools to adopt free/open source software. Five or six
5222 years ago we had about 50 schools interested in some way, but we
5223 weren&#39;t able to convert many of them into sustainable
5224 installations.&lt;/p&gt;
5225
5226 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5227 project?&lt;/strong&gt;&lt;/p&gt;
5228
5229 &lt;p&gt;Skolelinux had two representatives at an early Edubuntu meeting in
5230 London which I attended. However at that time our school network had
5231 just been installed using CentOS, LTSP 4 and GNOME. When LTSP 5 came
5232 along we switched to Edubuntu thin client servers so now we have a
5233 mixed environment which includes Windows PCs and student laptops, as
5234 well as their MacBooks and iPads. However, the proprietary systems
5235 have always been rather problematic, and we never built a GUI for the
5236 LDAP server, so when I discovered Skolelinux is configured for all
5237 these things we decided to try it.&lt;/p&gt;
5238
5239 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5240 Edu?&lt;/strong&gt;&lt;/p&gt;
5241
5242 &lt;p&gt;By far the biggest advantage is the Debian Edu community. Apart
5243 from that I have always believed in the same &quot;sustainable computing&quot;
5244 goals that Skolelinux is built on: installing Linux on computers which
5245 would otherwise be thrown away, to provide a reliable, secure and
5246 low-cost IT environment for schools. From my own experience I know
5247 that a part-time person can teach and manage a network of about 25
5248 Linux computers, but it would take much more of my time if we had
5249 proprietary software everywhere.&lt;/p&gt;
5250
5251 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5252 Edu?&lt;/strong&gt;&lt;/p&gt;
5253
5254 &lt;p&gt;As a newcomer I&#39;m just finding out who&#39;s who in the community and
5255 how you&#39;re organised, and what your procedures are for dealing with
5256 various things such as editing manual pages and so-on. The only
5257 English language mailing list seems to be for developers as well as
5258 users, so my inbox needs heavy pruning each day!&lt;/p&gt;
5259
5260 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5261
5262 &lt;p&gt;Besides the software already mentioned at school we use Samba,
5263 OpenLDAP, CUPS, Nagios and Dansguardian for the network, and on the
5264 desktops we have LibreOffice, Firefox, GIMP and Inkscape. At home I
5265 use Ubuntu and an Android 4 eePad Transformer (but I&#39;m not sure if
5266 that counts...)&lt;/p&gt;
5267
5268 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5269 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5270
5271 &lt;p&gt;That&#39;s a tough question! For very many years UK schools installed
5272 and taught only proprietary software, so that at the highest levels
5273 the notion of &quot;computer&quot; means simply &quot;proprietary office
5274 applications&quot;. However, schools today are experiencing budget
5275 constraints, and many are having to think hard about upgrading Windows
5276 XP. At the same time, we have students showing teachers how to use
5277 iPads, MacBooks and Android, so the choice of operating system is no
5278 longer quite so automatic. What is more, our government at last
5279 realised that we need people with programming skills, so they&#39;re
5280 putting coding back in the curriculum! And it&#39;s encouraging that the
5281 first 10,000 Raspberry Pi units sold out in 2 hours.&lt;/p&gt;
5282
5283 &lt;p&gt;I don&#39;t really know what strategy is going to get UK schools to use
5284 free software, but building an active community of Skolelinux/Debian
5285 Edu users in this country has to be part of it.&lt;/p&gt;
5286 </description>
5287 </item>
5288
5289 <item>
5290 <title>Writing and translating documentation in Debian Edu</title>
5291 <link>http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</link>
5292 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</guid>
5293 <pubDate>Fri, 16 Mar 2012 09:55:00 +0100</pubDate>
5294 <description>&lt;p&gt;Documentation in Debian Edu is provided in several languages, and
5295 it is important to make it both easy to contribute and to keep the
5296 translated versions in sync. To do this we have come up with what we
5297 believe is a very efficient work flow.&lt;/p&gt;
5298
5299 &lt;ol&gt;
5300
5301 &lt;li&gt;The documentation is written in a
5302 &lt;a href=&quot;http://moinmo.in&quot;&gt;moinmoin wiki&lt;/a&gt; (see for example
5303 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;the
5304 Squeeze release manual&lt;/a&gt;) with support for exporting the content as
5305 docbook XML.&lt;/li&gt;
5306
5307 &lt;li&gt;This docbook document is given to po4a to extract a gettext style
5308 .pot file with the content, which in turn is used to create .po files
5309 with the translated text.&lt;/li&gt;
5310
5311 &lt;li&gt;The .po files are given to translators, and they can always tell
5312 which part of the original wiki document is new or changed. They can
5313 use their normal translation tools like lokalize or poedit to write
5314 the translation. There is even a system in place to handle translated
5315 images.&lt;/li&gt;
5316
5317 &lt;li&gt;The translated .po files are combined with the original docbook
5318 XML document using po4a to create a translated docbook document.&lt;/li&gt;
5319
5320 &lt;li&gt;The final step is to use all the generated docbook files and
5321 create PDF and HTML version of the original and translated documents.&lt;/li&gt;
5322
5323 &lt;/ol&gt;
5324
5325 &lt;p&gt;This setup work very well, but have a few issues. The biggest
5326 issue is that &lt;a href=&quot;http://moinmo.in/DocBook&quot;&gt;the docbook support
5327 we use in moinmoin&lt;/a&gt; is not actively maintained. The docbook
5328 support is also buggy, and our build system contain workarounds to
5329 make sure the generated docbook is usable despite these bugs.&lt;/p&gt;
5330
5331 &lt;p&gt;If you want to have a look at our setup, it is all there in the
5332 &lt;a href=&quot;http://packages.qa.debian.org/debian-edu-doc&quot;&gt;debian-edu-doc
5333 package&lt;/a&gt;.&lt;/p&gt;
5334 </description>
5335 </item>
5336
5337 <item>
5338 <title>NUUG-presentasjon: Skolelinux - ferdig oppsatt skolenettløsning</title>
5339 <link>http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</link>
5340 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</guid>
5341 <pubDate>Tue, 13 Mar 2012 23:55:00 +0100</pubDate>
5342 <description>&lt;p&gt;I dag presenterte jeg ny versjon av Skolelinux for NUUGs medlemmer.
5343 &lt;a href=&quot;http://www.hungry.com/~pere/mypapers/20120313-skolelinux-squeeze.html&quot;&gt;Lysark&lt;/a&gt;
5344 er tilgjengelige allerede og
5345 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;video-opptak&lt;/a&gt;
5346 kommer så snart videogruppa til NUUG får publisert den. Jeg kom på
5347 endel punkter om nye ting i Squeeze-utgaven under veis som jeg burde
5348 hatt med, og har sikkert skrevet noe tull på lysarkene som jeg ennå
5349 ikke har oppdaget. Denne presentasjonen ble smurt ihop på veldig kort
5350 tid, og jeg rakk ikke finpusse den. Håper den kan være lærerik
5351 likevel.&lt;/p&gt;
5352 </description>
5353 </item>
5354
5355 <item>
5356 <title>Skolelinux-intervju: Kåre Nordby</title>
5357 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</link>
5358 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</guid>
5359 <pubDate>Mon, 12 Mar 2012 21:10:00 +0100</pubDate>
5360 <description>&lt;p&gt;Første ut i serien med intervjuer av folk i
5361 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet etter at
5362 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;ny
5363 versjon av Skolelinux&lt;/a&gt; ble lansert i helga, er nylig valgte
5364 styremedlem i foreningen
5365 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
5366 Skolen&lt;/a&gt; (FRiSK) som organiserer
5367 Skolelinux-utviklingen og daglig leder i
5368 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt;, selskapet
5369 prosjektet opprettet som et tilbud til skoler som ønsket en
5370 kommersiell samarbeidsparter. Det bør nevnes at jeg er styremedlem i
5371 Skolelinux Drift AS og styreleder i selskapets hovedeier stiftelsen
5372 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/&quot;&gt;SLX Debian Labs&lt;/a&gt;
5373 som beskytter verdiene til Skolelinux-prosjektet, og kjenner Kåre den
5374 veien.&lt;/p&gt;
5375
5376 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5377
5378 &lt;p&gt;Jeg har siden januar 2010 vært daglig leder i Skolelinux Drift AS,
5379 som leverer support, installasjon, tilpasning, drift, og opplæring på
5380 Debian Edu / Skolelinux. Fra 2012 er jeg valgt inn som styremedlem i
5381 FRiSK. Min forrige jobb var som KAM i Redpill Linpro (som er en av
5382 eierne i Skolelinux Drift). Før det var jeg daglig leder i et eget 7
5383 manns konsulent selskap som også startet med fri programvare mot
5384 slutten.&lt;/p&gt;
5385
5386 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5387
5388 &lt;p&gt;Jeg hørte om det først når jeg jobbet i Redpill Linpro. Men jeg
5389 har også en datter som går på en friskole, som også bruker Skolelinux.
5390 Som kjent har ikke friskoler de samme økonomiske rammebetingelsene som
5391 offentlige skoler, så for dem var det det absolutt beste alternativet.
5392 De anser også Skolelinux som et stabilt system, som bare går og går (i
5393 motsetning til det lille Windows-baserte nettverket de har på
5394 admin-siden).&lt;/p&gt;
5395
5396 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5397
5398 &lt;p&gt;Sentralisert drift av tynne og diskløse arbeidsstasjoner. Således
5399 lydløse og raskere arbeidsstasjoner som er bedre i klasserommet.
5400 Lengre levetid på PC&#39;er. Store besparelser på maskinvare og drift. Og
5401 så klart fjerning av alle lisenskostnader. Personlig synes jeg også at
5402 mange av programmene er bedre enn alternativene. Men dette er ofte en
5403 smakssak og avhengig om man må ha det man er vant til fra før.&lt;/p&gt;
5404
5405 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5406
5407 &lt;p&gt;For lite kjentskap til løsningen. Noen ganger for dårlig
5408 kompatibilitet med arbeidsstasjoners/bærbare maskiner sine
5409 nettverksdrivere eller skjermkort. Men dette løser vi i skolene ved
5410 standardisering. Ellers er det få, om nesten ingen, av de kjente
5411 maskinvare / infrastruktur leverandørene til fylkes- / kommuner som
5412 tilbyr denne plattformen. Skal dette endre seg så må kommunene selv
5413 sette slike krav til leverandørene.&lt;/p&gt;
5414
5415 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5416
5417 &lt;p&gt;Har brukt OpenOffice.org siden starten (2001 ?), Kun Linux på
5418 desktop siden 2005. Bruker i dag Kubuntu, Libreoffice og ymse annet
5419 programvare til ulik kontorbruk som er lett å installere / teste via
5420 alle programarkivene som finnes.&lt;/p&gt;
5421
5422 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5423 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5424
5425 &lt;p&gt;Fortsette å presentere flere av de gode eksemplene hvor Debian Edu
5426 / Skolelinux brukes i kommuner og enkeltskoler. Vi må få bedre frem
5427 at det er mulig tilknytte både Windows og Mac klienter på denne
5428 plattformen (selv om det vil øke driftskostnadene). Dette gjøres
5429 mange steder. Spesielt er det mange lærere som ønsker å bruke
5430 Windows/Mac-bærbare, gjerne som sin private PC også. Det er også mulig
5431 for kommunen å integrere med Active Directory i stedet for OpenLDAP
5432 som kommer med ut av boksen (selv om også dette øker kostnadene).
5433 Dette vil muligens bidra til å fjerne noe motstand hos noen
5434 potensielle brukere / driftpersonell for å ta i bruk noe
5435 nytt. Fremveksten av mobile brukere og nettbrett går i vår favør.
5436 Brukerne blir kjent og vant til flere nye operativsystemer /
5437 brukergrensesnitt. Så utviklerfellesskapet bør jobbe videre med å
5438 integrere flere nye klienttyper, som ultra lav-kostklienter og
5439 nettbrett (blant annet fri programvare-alternativet
5440 &lt;a href=&quot;http://makeplaylive.com/&quot;&gt;Spark&lt;/a&gt; med
5441 &lt;a href=&quot;http://www.merproject.org/&quot;&gt;Mer OS&lt;/a&gt; og
5442 &lt;a href=&quot;http://plasma-active.org/&quot;&gt;KDE Active Plasma&lt;/a&gt;).&lt;/p&gt;
5443 </description>
5444 </item>
5445
5446 <item>
5447 <title>Skolelinux / Debian Edu Squeeze is out!</title>
5448 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</link>
5449 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</guid>
5450 <pubDate>Sun, 11 Mar 2012 23:00:00 +0100</pubDate>
5451 <description>&lt;p&gt;This weekend we finally published the first stable release of
5452 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt; based
5453 on Debian/Squeeze. The full announcement is
5454 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;available&lt;/a&gt;
5455 from the project announcement list. Now is a good time to test if it
5456 you have not done so already.&lt;/p&gt;
5457
5458 &lt;p&gt;I plan to present the new version at
5459 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;a NUUG
5460 meeting&lt;/a&gt; on tuesday. I look forward to seeing you there if you are
5461 in Oslo, Norway.&lt;/p&gt;
5462 </description>
5463 </item>
5464
5465 <item>
5466 <title>Debian Edu interview: Nigel Barker</title>
5467 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</link>
5468 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</guid>
5469 <pubDate>Fri, 9 Mar 2012 11:30:00 +0100</pubDate>
5470 <description>&lt;p&gt;Inspired by &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;the
5471 interview series&lt;/a&gt; conducted by Raphael, I started a Norwegian
5472 interview series with people involved in the Debian Edu / Skolelinux
5473 community. This was so popular that I believe it is time to move to a
5474 more international audience.&lt;/p&gt;
5475
5476 &lt;p&gt;While &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
5477 Skolelinux&lt;/a&gt; originated in France and Norway, and have most users in
5478 Europe, there are users all around the globe. One of those far away
5479 from me is Nigel Barker, a long time Debian Edu system administrator
5480 and contributor. It is thanks to him that Debian Edu is adjusted to
5481 work out of the box in Japan. I got him to answer a few questions,
5482 and am happy to share the response with you. :)
5483
5484
5485 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5486
5487 &lt;p&gt;My name is Nigel Barker, and I am British. I am married to Yumiko,
5488 and we have three lovely children, aged 15, 14 and 4(!) I am the IT
5489 Coordinator at Hiroshima International School, Japan. I am also a
5490 teacher, and in fact I spend most of my day teaching Mathematics,
5491 Science, IT, and Chemistry. I was originally a Chemistry teacher, but
5492 I have always had an interest in computers. Another teacher teaches
5493 primary school IT, but apart from that I am the only computer person,
5494 so that means I am the network manager, technician and webmaster,
5495 also, and I help people with their computer problems. I teach python
5496 to beginners in an after-school club. I am way too busy, so I really
5497 appreciate the simplicity of Skolelinux.&lt;/p&gt;
5498
5499 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5500 project?&lt;/strong&gt;&lt;/p&gt;
5501
5502 &lt;p&gt;In around 2004 or 5 I discovered the ltsp project, and set up a
5503 server in the IT lab. I wanted some way to connect it to our central
5504 samba server, which I was also quite poor at configuring. I discovered
5505 Edubuntu when it came out, but it didn&#39;t really improve my setup. I
5506 did various desperate searches for things like &quot;school Linux server&quot;
5507 and ended up in a document called &quot;Drift&quot; something or other. Reading
5508 there it became clear that Skolelinux was going to solve all my
5509 problems in one go. I was very excited, but apprehensive, because my
5510 previous attempts to install Debian had ended in failure (I used
5511 Mandrake for everything - ltsp, samba, apache, mail, ns...). I
5512 downloaded a beta version, had some problems, so subscribed to the
5513 Debian Edu list for help. I have remained subscribed ever since, and
5514 my school has run a Skolelinux network since Sarge.&lt;/p&gt;
5515
5516 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5517 Edu?&lt;/strong&gt;&lt;/p&gt;
5518
5519 &lt;p&gt;For me the integrated setup. This is not just the server, or the
5520 workstation, or the ltsp. Its all of them, and its all configured
5521 ready to go. I read somewhere in the early documentation that it is
5522 designed to be setup and managed by the Maths or Science teacher, who
5523 doesn&#39;t necessarily know much about computers, in a small Norwegian
5524 school. That describes me perfectly if you replace Norway with
5525 Japan.&lt;/p&gt;
5526
5527 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5528 Edu?&lt;/strong&gt;&lt;/p&gt;
5529
5530 &lt;p&gt;The desktop is fairly plain. If you compare it with Edubuntu, who
5531 have fun themes for children, or with distributions such as Mint, who
5532 make the desktop beautiful. They create a good impression on people
5533 who don&#39;t need to understand how to use any of it, but who might be
5534 important to the school. School administrators or directors, for
5535 instance, or parents. Even kids. Debian itself usually has ugly
5536 default theme settings. It was my dream a few years back that some
5537 kind of integration would allow Edubuntu to do the desktop stuff and
5538 Debian Edu the servers, but now I realise how impossible that is. A
5539 second disadvantage is that if something goes wrong, or you need to
5540 customise something, then suddenly the level of expertise required
5541 multiplies. For example, backup wasn&#39;t working properly in Lenny. It
5542 took me ages to learn how to set up my own server to do rsync backups.
5543 I am afraid of anything to do with ldap, but perhaps Gosa will
5544 help.&lt;/p&gt;
5545
5546 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5547
5548 &lt;p&gt;Nowadays I only use Debian on my personal computers. I have one for
5549 studio work (I play guitar and write songs), running AV Linux
5550 (customised Debian) a netbook running Squeeze, and a bigger laptop
5551 still running Skolelinux Lenny workstation. I have a Tjener in my
5552 house, that&#39;s very useful for the family photos and music. At school
5553 the students only use Skolelinux. (Some teachers and the office still
5554 have windows). So that means we only use free software all day every
5555 day. Open office, The GIMP, Firefox/Iceweasel, VLC and Audacity are
5556 installed on every computer in school, irrespective of OS. We also
5557 have Koha on Debian for the library, and Apache, Moodle, b2evolution
5558 and Etomite on Debian for the www. The firewall is Untangle.&lt;/p&gt;
5559
5560 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5561 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5562
5563 &lt;p&gt;Current trends are in our favour. Open source is big in industry,
5564 and ordinary people have heard of it. The spread of Android and the
5565 popularity of Apple have helped to weaken the impression that you have
5566 to have Microsoft on everything. People complain to me much less about
5567 file formats and Word than they did 5 years ago. The Edu aspect is
5568 also a selling point. This is all customised for schools. Where is the
5569 Windows-edu, or the Mac-edu? But of course the main attraction is
5570 budget.The trick is to convince people that the quality is not
5571 compromised when you stop paying and use free software instead. That
5572 is one reason why I say the desktop experience is a weakness. People
5573 are not impressed when their USB drive doesn&#39;t work, or their browser
5574 doesn&#39;t play flash, for example.&lt;/p&gt;
5575 </description>
5576 </item>
5577
5578 <item>
5579 <title>Debian Edu screencast: Mass creation of user accounts in Squeeze</title>
5580 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</link>
5581 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</guid>
5582 <pubDate>Wed, 7 Mar 2012 13:40:00 +0100</pubDate>
5583 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
5584
5585 &lt;p&gt;One of the Debian Edu developers, Wolfgang Schweer, just created a
5586 screen cast documenting how to create a lot of new users in LDAP on
5587 Debian Edu Squeeze. The video is embedded here in quarter size, and
5588 also available from &lt;a href=&quot;http://vimeo.com/37675399&quot;&gt;vimeo&lt;/a&gt; and
5589 download as a
5590 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv&quot;&gt;Ogg
5591 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
5592
5593 &lt;p&gt;&lt;video id=&quot;gosa-mass-user-create-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
5594 &lt;source src=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv&quot; type=&#39;video/ogg; codecs=&quot;theora, vorbis&quot;&#39; /&gt;
5595 &lt;p&gt;Download video as
5596 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv&quot;&gt;Ogg&lt;/a&gt;.&lt;/p&gt;
5597 &lt;/video&gt;&lt;/p&gt;
5598 </description>
5599 </item>
5600
5601 <item>
5602 <title>Third release candidate of Debian Edu / Skolelinux based on Squeeze</title>
5603 <link>http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
5604 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
5605 <pubDate>Sun, 4 Mar 2012 18:20:00 +0100</pubDate>
5606 <description>&lt;p&gt;This weekend we wrapped up and published the third release
5607 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
5608 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement is
5609 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00000.html&quot;&gt;available&lt;/a&gt;
5610 from the project announcement list. Check it out if you
5611 need a software solution for your school.&lt;/p&gt;
5612 </description>
5613 </item>
5614
5615 <item>
5616 <title>Stopmotion for making stop motion animations on Linux - reloaded</title>
5617 <link>http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</link>
5618 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</guid>
5619 <pubDate>Sat, 3 Mar 2012 12:50:00 +0100</pubDate>
5620 <description>&lt;p&gt;Many years ago, the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux
5621 / Debian Edu project&lt;/a&gt; initiated a student project to create a tool
5622 for making stop motion movies. The proposal came from a teacher
5623 needing such tool on Skolelinux. The project, called &quot;stopmotion&quot;,
5624 was manned by two extraordinary students and won a school award and a
5625 national aware with this great project. The project was initiated and
5626 mentored by Herman Robak, and manned by the students Bjørn Erik Nilsen
5627 and Fredrik Berg Kjølstad. They got in touch with people at Aardman
5628 Animation studio and received feedback on how professionals would like
5629 such stopmotion tool to work, and the end result was and is used by
5630 animators around the globe. But as is usual after studying, both got
5631 jobs and went elsewhere, and did not have time to properly tend to the
5632 project, and it has been lingering for a few years now. Until last
5633 year...&lt;/p&gt;
5634
5635 &lt;p&gt;Last year some of the users got together with Herman, and moved the
5636 project to Sourceforge and in effect restarted the project under a new
5637 name,
5638 &lt;a href=&quot;http://sourceforge.net/projects/linuxstopmotion/&quot;&gt;linuxstopmotion&lt;/a&gt;.
5639 The name change was done to make it possible to find the project using
5640 Internet search engines (try to search for &#39;stopmotion&#39; to see what I
5641 mean). I&#39;ve been following
5642 &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/linuxstopmotion-community&quot;&gt;the
5643 mailing list&lt;/a&gt; and the improvement already in place and planned for
5644 the future is encouraging. If you want to make stop motion movies.
5645 Check it out. :)&lt;/p&gt;
5646 </description>
5647 </item>
5648
5649 <item>
5650 <title>Skolelinux-intervju: Frode Danielsen</title>
5651 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</link>
5652 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</guid>
5653 <pubDate>Mon, 27 Feb 2012 14:35:00 +0100</pubDate>
5654 <description>&lt;p&gt;I serien med intervjuer av folk i
5655 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet møter vi
5656 denne gangen Frode Danielsen, som er leder for en IT-virksomhet som
5657 passer på IT-løsningen til flere kommuner i Hedmark-området, der noen
5658 av dem bruker Skolelinux i dag.&lt;/p&gt;
5659
5660 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5661
5662 &lt;p&gt;Daglig leder i &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark
5663 IKT&lt;/a&gt;. En interkommunal IKT-virksomhet for Stange, Nord-Odal,
5664 Kongsvinger, Grue, Løten og Hamar kommuner. Vi er 32 ansatte&lt;/p&gt;
5665
5666 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5667
5668 &lt;p&gt;Vi har vært i kontakt med Skolelinux-prosjektet i flere
5669 sammenhenger, blant annet gjennom et par piloter som ikke har ført til
5670 noe konkret resultat. Nå sist gjennom satsingen på skolelinux i Grue,
5671 Kongsvinger og Nord-Odal.&lt;/p&gt;
5672
5673 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;
5674 &lt;br&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5675
5676 &lt;p&gt;Jeg tror alle løsninger har fordeler og ulemper, litt avhengig av
5677 hvilket ståsted du selv har, så jeg unnlater å svare på dette.&lt;/p&gt;
5678
5679 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5680
5681 &lt;p&gt;Ingen for min egen del, men vi har noe fri programvare i våre
5682 løsninger.&lt;/p&gt;
5683
5684 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5685 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5686
5687 &lt;p&gt;Jeg tror ikke man skal ha en slik strategi. Man bør ha en strategi
5688 basert på å løse fremtidige behov, og velge løsninger som støtter opp
5689 under dette.&lt;/p&gt;
5690 </description>
5691 </item>
5692
5693 <item>
5694 <title>Second release candidate of Debian Edu / Skolelinux based on Squeeze</title>
5695 <link>http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
5696 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
5697 <pubDate>Mon, 27 Feb 2012 14:00:00 +0100</pubDate>
5698 <description>&lt;p&gt;This weekend we wrapped up and published the second release
5699 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
5700 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement did for some
5701 reason not make it the project announcement list, but is
5702 &lt;a href=&quot;http://lists.debian.org/debian-devel-announce/2012/02/msg00015.html&quot;&gt;available&lt;/a&gt;
5703 from the Debian development announcement list. Check it out if you
5704 need a software solution for your school.&lt;/p&gt;
5705 </description>
5706 </item>
5707
5708 <item>
5709 <title>Skolelinux-intervju: Knut Yrvin</title>
5710 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</link>
5711 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</guid>
5712 <pubDate>Tue, 21 Feb 2012 07:40:00 +0100</pubDate>
5713 <description>&lt;p&gt;I serien med intervjuer av folk i
5714 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
5715 høre fra nyvalgt leder i foreningen
5716 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
5717 Skolen&lt;/a&gt; og en av stifterne av Skolelinux-prosjektet.&lt;/p&gt;
5718
5719 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5720
5721 &lt;p&gt;Knut Yrvin her. Jobber i Nokia med å fremme rammeverket Qt og QML
5722 med tilhørende utviklerverktøy. Rollen er som leder av
5723 friprog-samfunn. I fjor var jeg med å legge om utviklingen av Qt til
5724 åpen forvaltning. På den måten kan alle som bidrar til Qt gjøre det
5725 på like vilkår. Nå er det
5726 &lt;a href=&quot;http://labs.qt.nokia.com/2011/12/22/qt-5-%E2%80%93-a-look-back-at-the-numbers/&quot;&gt;over
5727 1000 utviklere&lt;/a&gt; som bidrar til Qt. Med overgangen til åpen
5728 forvaltning er utviklingen av Qt mer åpen enn Linux-kjernen.&lt;/p&gt;
5729
5730 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5731
5732 &lt;p&gt;Jeg var en av initiativtagerne til Skolelinux i 2001. Skolene slet
5733 med både utstyr og Internett-tilgang. De klarte ikke å møte
5734 forventningene til data i skolen. Driften av PC-ene var uholdbar. Som
5735 regel hadde rektor pekt ut en ivrig lærer til å passe på PC-ene,
5736 gjerne naturfaglæreren. Mange lærere jobbet mye ubetalt overtid for å
5737 vedlikeholde 30-40 datamaskiner på hver sin skole. Med 300 elever og
5738 lærere som brukere, blir det fort mye mer arbeid enn de 4-8 timene de
5739 kunne bruke på PC-drift. Skolene hadde kun en femtedel av
5740 IT-budsjettet som ble brukt på PC-ene i rådhuset.&lt;/p&gt;
5741
5742 &lt;p&gt;Vi erfarte at skolene hadde mye datautstyr som stod ubrukt. Skolene
5743 manglet penger til Microsoft-lisenser. Selv med solide skolerabatter,
5744 kostet Microsoft-lisensene gjerne like mye som PC-ene i seg selv over
5745 en periode på 5-6 år.&lt;/p&gt;
5746
5747 &lt;p&gt;Viktigheten av språklig mangfold og pedagogiske programmer var også
5748 viktig for oss. Vi oversatte mange skoleaktuelle programmer til
5749 nynorsk, nordsamisk og bokmål. Dette lenge før andre tok denne
5750 oppgaven seriøst. Allerede etter ett år hadde vi etablert et helt
5751 arsenal av skoleaktuelle programmer på nynorsk, bokmål og
5752 nordsamisk. Vi spredde vår ide om språklig mangfold til de andre frie
5753 prosjekter internasjonalt. Resultatene ser vi i mange land. Det er de
5754 frie programmene som kommer på brukernes morsmål. Det er en av flere
5755 gode grunner til at fri programvare som LibreOffice, VLC, KDE og
5756 Firefox konkurrerer ut godseid programvare mange steder i verden.&lt;/p&gt;
5757
5758 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5759
5760 &lt;p&gt;Fordelene er at Skolelinux tilbyr over 100 skoleaktuelle programmer
5761 på de norske språkene, uten ett øre i lisenskostnader. Systemet gir
5762 enormt lave driftskostnader med diskløse arbeidsstasjoner og bærbare
5763 med roaming. Skolelinux krever også mindre av maskinvaren.&lt;/p&gt;
5764
5765 &lt;p&gt;Man kan fint kjøre systemet med 512 MB RAM på en bærbar PC sammen
5766 med en nettvideo i nettleseren og en presentasjon med
5767 LibreOffice. Konkurrerende system krever fort 2 GB RAM for å få til
5768 noe tilsvarende uten at det går ufattelig tregt. Skal man gjøre noe
5769 nyttig, krever konkurrentene til Linux mye større harddisk. Skoler har
5770 rapportert at de fort har fått 50% flere nye maskiner om de velger
5771 Linux. Dette i tillegg til de årlige besparelsene ved å unngå
5772 lisensbetaling til godseid programvare.&lt;/p&gt;
5773
5774 &lt;p&gt;De lave driftskostnadene gjør at delstater i Europa har titusener
5775 av datamaskiner med Skolelinux i skolen. F.eks. er det under ti
5776 personer som drifter 70.000 PC-systemer i skolene i Extremadura i
5777 Spania. Det er slett ikke uvanlig at norske kommuner har 1500-2000
5778 datamaskiner med Skolelinux. Driften tar ett årsverk. Slår flere
5779 kommuner seg sammen, kan de få samme sentraliserte stordriftsfordeler
5780 som delstater i Tyskland og Spania. Delstater som kjører Skolelinux
5781 på alle skolene. Bare noen få personer sentraldrifter titusenvis av
5782 PC-er.&lt;/p&gt;
5783
5784 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5785
5786 &lt;p&gt;Den største ulempen for Skolelinux er motstand mot Linux fra
5787 IT-sjefer i det offentlige. Dette er ledere som holder innlegg som
5788 snytt ut av evangelist-håndboka til Microsoft. Dette gjøres i ett
5789 arbeidsmarked med stor vekst i etterspørselen etter Linux-fagfolk i
5790 privat sektor. Etterspørselen har økt mer enn noe annet tekniske yrke
5791 siste tiåret. Åtte av ti ledere vil ansette Linux-fagfolk i 2012,
5792 rapporterer jobbnettstedet Dice.com på oppdrag av Linux
5793 Foundation.&lt;/p&gt;
5794
5795 &lt;p&gt;Det mangler 16.000 ingeniører og IKT-fagfolk i Norge rapporterte
5796 arbeids- og velferdsetaten NAV. Linux-fagfolk kan velge svært
5797 interessante jobber med alt fra apps på ledende mobilsystem laget med
5798 Linux, sky- tjenester eller web-applikasjoner. De raskest voksende
5799 teknologiselskapene i verden er ute etter Linux-fagfolk. Det være seg
5800 Amazon, Google, Facebook og IBM for å nevne noen. Linux er kritisk
5801 for å sikre veksten i markedet. Det sier seg selv at lønningene og
5802 jobbmulighetene er bedre enn for andre tekniske yrker.&lt;/p&gt;
5803
5804 &lt;p&gt;Skal man lage apps for mobilen, smart-TV-en eller
5805 underholdningssystemet i bilen eller på flyet, er det Linux som
5806 gjelder. Med en slik konkurranse om Linux-kompetansen, kombinert med
5807 motstanden mot Linux hos mange IT-sjefer i offentlig sektor, så
5808 hindrer kommunene rekruttering av flere Linux- fagfolk. Skolene blir
5809 tvunget til å velge dyrere og mindre komplette IT-system. De har
5810 blitt hengende igjen slik IT var på begynnelsen av 2000- tallet. Dette
5811 fordi IT-ledere ikke har tilpasset seg markedet det siste tiåret.&lt;/p&gt;
5812
5813 &lt;p&gt;Når det er sagt, er Skolelinux svært enkelt å lære seg også for de
5814 som ikke kan. Det viser alle lærerne som drifter systemet for
5815 hundrevis og tusenvis av systemer. Det meste er på plass rett ut av
5816 boksen. I tillegg er det solid med dokumentasjon med god hjelp på
5817 nettet. Det er mange kommuner som har ansatt en lærer som først lærte
5818 Skolelinux på sin skole, for så å drifte alle PC-ene i kommunen med
5819 Skolelinux. Det kan fort være snakk om 1000-3000 datamaskiner på 10-15
5820 skoler som sentraldriftes med en stilling. Står man ordentlig fast,
5821 kan man også kjøpe profesjonell hjelp fra selskap som støtter
5822 Skolelinux. Det er flere slike selskap i Norge og i utlandet.&lt;/p&gt;
5823
5824 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5825
5826 &lt;p&gt;Qt SDK, LibreOffice, Firefox, VLC og KDE-skrivebordet. Dette på et
5827 Debian-basert GNU/Linux-system. Jeg bruker også noen morsomme
5828 3D-spill. Idag kan jeg velge mellom over 30.000 Linux-programmer. Det
5829 finnes ikke tid i livet å undersøke alle valgmulighetene. Derfor er
5830 det bra med Skolelinux i skolen, da utvalget av programmer er
5831 begrenset til hva som er aktuelt i skolefagene.&lt;/p&gt;
5832
5833 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5834 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5835
5836 &lt;p&gt;Vi må selge hele Skolelinux forhåndsinstallert på maskinvare i hele
5837 pakker med 50-100-1000 PC-klienter med servere. Dette kan selges til
5838 enkeltskoler eller hele kommuner. Pakken må inneholde tjenermaskiner,
5839 svært rimelige diskløse arbeidsstasjoner, nettbrett med Plasma Active,
5840 og bærbare med roaming. Alt er godt testet med Debian. I et slikt
5841 anbud er det mulig å legge til sentraliserte drifts- og
5842 støttetjenester.&lt;/p&gt;
5843
5844 &lt;p&gt;Man bør også selge sky-tjenester som læreadministrative systemet
5845 Moodle og driftsovervåking. I tillegg så bør man slenge seg på med
5846 presentasjoner de gangene LibreOffice og andre friprog-produkter
5847 selges til kommuner.&lt;/p&gt;
5848 </description>
5849 </item>
5850
5851 <item>
5852 <title>First release candidate of Debian Edu / Skolelinux based on Squeeze</title>
5853 <link>http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
5854 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
5855 <pubDate>Sun, 19 Feb 2012 23:10:00 +0100</pubDate>
5856 <description>&lt;p&gt;One week delayed due to DVD build problems, we managed today to
5857 wrap up and publish the first release candidate for
5858 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
5859 on Squeeze. The full announcement is
5860 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00001.html&quot;&gt;available&lt;/a&gt;
5861 on the project announcement list. Check it out if you need a software
5862 solution for your school.&lt;/p&gt;
5863 </description>
5864 </item>
5865
5866 <item>
5867 <title>Skolelinux-intervju: Olav Dahlum</title>
5868 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</link>
5869 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</guid>
5870 <pubDate>Sat, 18 Feb 2012 10:40:00 +0100</pubDate>
5871 <description>&lt;p&gt;I serien med intervjuer av folk i
5872 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
5873 høre fra et nyvalgt medlem i foreningen
5874 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
5875 Skolen&lt;/a&gt;.&lt;/p&gt;
5876
5877 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5878
5879 &lt;p&gt;Jeg heter Olav Dahlum, og er frilans oversetter, tester,
5880 prosjektleder og bruker av fri og åpen programvare som
5881 LibreOffice. Jeg er også et av styremedlemmene i FRISK.&lt;/p&gt;
5882
5883 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5884
5885 &lt;p&gt;Jeg kom i kontakt med prosjektet i 2009, da jeg ble ansatt i
5886 stiftelsen Åpne kontorprogram på norsk for å oversette og teste den
5887 norske utgaven av OpenOffice.org. Arbeidet har hele tiden vært
5888 koordinert sammen med Skolelinux, og mange av de samme menneskene er
5889 involvert, så på den måten ble jeg en del av den utvidede
5890 familien.&lt;/p&gt;
5891
5892 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5893
5894 &lt;p&gt;Skolelinux handler i likhet med utdanningssektoren om å dele
5895 kunnskap med andre, og det er dette som er hovedstyrken til
5896 prosjektet. Selv om Skolelinux hovedsaklig er involvert i utvikling
5897 av programvare, er det også et sted der man kan utfolde seg uavhengig
5898 av bakgrunn og ferdigheter.&lt;/p&gt;
5899
5900 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5901
5902 &lt;p&gt;Liten utbredelse og manglende støtte fra leverandører som leverer
5903 pedagogisk programvare til skolebruk. Kunne kanskje hatt flere
5904 verktøy som letter administrasjonen ytterligere, slik at også mindre
5905 erfarne databrukere kan utføre lett vedlikehold og rutinejobber.&lt;/p&gt;
5906
5907 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5908
5909 &lt;p&gt;Jeg er nesten forpliktet til å si at jeg bruker LibreOffice... Jeg
5910 bruker forøvrig frie og åpne operativsystemer basert på
5911 operativsystemkjernen Linux, for tiden openSUSE 12,1 med KDE4. Men
5912 hvis jeg skal dra fram noen flere eksempler så er nok Mozilla Firefox
5913 og Thunderbird to av de jeg bruker mest. I tillegg er jeg en flittig
5914 bruker av OpenSSH, Irssi, Midnight Commander, Git, Subversion,
5915 Translation Toolkit og Super Maryo Chronicles (litt gøy skal man ha,
5916 og med to håndkontroller liggende er det ikke til å unngå).&lt;/p&gt;
5917
5918 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5919 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5920
5921 &lt;p&gt;Vi må få leverandører av pedagogisk programvare med på laget, men
5922 også utvikle vår egen tilpasset det norske markedet. Det er også
5923 mulig å involvere utdanningssektoren direkte i arbeidet, for eksempel
5924 gjennom studentprosjekter der elevene selv er med å utforme
5925 programvare direkte eller indirekte gjennom aktive bidrag. Dette gjør
5926 ikke bare samarbeidet tettere, men fokuset på standarder og friheten
5927 til å velge sin egen løsning vil kanskje stimulere interessen for
5928 framtidig deltakelse i bransjen. Vi som driver med fri og åpen
5929 programvare ønsker oss ikke rene konsumenter, men tenkende og
5930 selvstendige individer som kan være med å skape sin egen fremtid.&lt;/p&gt;
5931 </description>
5932 </item>
5933
5934 <item>
5935 <title>Automatic proxy configuration with Debian Edu / Skolelinux</title>
5936 <link>http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</link>
5937 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</guid>
5938 <pubDate>Mon, 13 Feb 2012 23:40:00 +0100</pubDate>
5939 <description>&lt;p&gt;New in the Squeeze version of
5940 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; is the
5941 ability for clients to automatically configure their proxy settings
5942 based on their environment. We want all systems on the client to use
5943 the WPAD based proxy definition fetched from &lt;tt&gt;http://wpad/wpad.dat&lt;/tt&gt;, to
5944 allow sites to control the proxy setting from a central place and make
5945 sure clients do not have hard coded proxy settings. The schools can
5946 change the global proxy setting by editing
5947 &lt;tt&gt;tjener:/etc/debian-edu/www/wpad.dat&lt;/tt&gt; and the change propagate
5948 to all Debian Edu clients in the network.&lt;/p&gt;
5949
5950 &lt;p&gt;The problem is that some systems do not understand the WPAD system.
5951 In other words, how do one get from a WPAD file like this (this is a
5952 simple one, they can run arbitrary code):&lt;/p&gt;
5953
5954 &lt;blockquote&gt;&lt;pre&gt;
5955 function FindProxyForURL(url, host)
5956 {
5957 if (!isResolvable(host) ||
5958 isPlainHostName(host) ||
5959 dnsDomainIs(host, &quot;.intern&quot;))
5960 return &quot;DIRECT&quot;;
5961 else
5962 return &quot;PROXY webcache:3128; DIRECT&quot;;
5963 }
5964 &lt;/pre&gt;&lt;/blockquote&gt;
5965
5966 &lt;p&gt;to a proxy setting in the process environment looking like this:&lt;/p&gt;
5967
5968 &lt;blockquote&gt;&lt;pre&gt;
5969 http_proxy=http://webcache:3128/
5970 ftp_proxy=http://webcache:3128/
5971 &lt;/pre&gt;&lt;/blockquote&gt;
5972
5973 &lt;p&gt;To do this conversion I developed a perl script that will execute
5974 the javascript fragment in the WPAD file and return the proxy that
5975 would be used for
5976 &lt;tt&gt;&lt;a href=&quot;http://www.debian.org/&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;/tt&gt;,
5977 and insert this extracted proxy URL in &lt;tt&gt;/etc/environment&lt;/tt&gt; and
5978 &lt;tt&gt;/etc/apt/apt.conf&lt;/tt&gt;. The perl script wpad-extract work just
5979 fine in Squeeze, but in Wheezy the library it need to run the
5980 javascript code is &lt;a href=&quot;http://bugs.debian.org/631045&quot;&gt;no longer
5981 able to build&lt;/a&gt; because the C library it depended on is now a C++
5982 library. I hope someone find a solution to that problem before Wheezy
5983 is frozen. An alternative would be for us to rewrite wpad-extract to
5984 use some other javascript library currently working in Wheezy, but no
5985 known alternative is known at the moment.&lt;/p&gt;
5986
5987 &lt;p&gt;This automatic proxy system allow the roaming workstation (aka
5988 laptop) setup in Debian Edu/Squeeze to use the proxy when the laptop
5989 is connected to the backbone network in a Debian Edu setup, and to
5990 automatically use any proxy present and announced using the WPAD
5991 feature when it is connected to other networks. And if no proxy is
5992 announced, direct connections will be used instead.&lt;/p&gt;
5993
5994 &lt;p&gt;Silently using a proxy announced on the network might be a privacy
5995 or security problem. But those controlling DHCP and DNS on a network
5996 could just as easily set up a transparent proxy, and force all HTTP
5997 and FTP connections to use a proxy anyway, so I consider that
5998 distinction to be academic. If you are afraid of using the wrong
5999 proxy, you should avoid connecting to the network in question in the
6000 first place. In Debian Edu, the proxy setup is updated using dhcp and
6001 ifupdown hooks, to make sure the configuration is updated every time
6002 the network setup changes.&lt;/p&gt;
6003
6004 &lt;p&gt;The WPAD system is documented in a
6005 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-wrec-wpad-01&quot;&gt;IETF
6006 draft&lt;/a&gt; and a
6007 &lt;a href=&quot;http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol&quot;&gt;Wikipedia
6008 page&lt;/a&gt; for those that want to learn more.&lt;/p&gt;
6009 </description>
6010 </item>
6011
6012 <item>
6013 <title>Skolelinux-intervju: Axel Bojer</title>
6014 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</link>
6015 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</guid>
6016 <pubDate>Tue, 7 Feb 2012 14:50:00 +0100</pubDate>
6017 <description>&lt;p&gt;I serien med intervjuer av folk i
6018 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet har jeg
6019 fått en av oversetterne som har vært med siden starten i tale.&lt;/p&gt;
6020
6021 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6022
6023 &lt;p&gt;Jeg heter Axel Bojer og er datalærer, tysklærer, oversetter med
6024 mere.&lt;/p&gt;
6025
6026 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6027
6028 &lt;p&gt;Tror jeg så en annonsering på nettet i slutten av 2001 og ville
6029 være med som oversetter. Jeg kom med på en utviklersamling og
6030 prosjektet var da helt i starten. Det var spennende å være med mens
6031 prosjektet vokste til og utviklet seg.&lt;/p&gt;
6032
6033 &lt;p&gt;Jeg har «alltid» vært språkinteressert og hadde nettopp startet med
6034 Linux og tror jeg tenkte det passet å bidra. Var også glad for å få
6035 en Debian-distribusjon, og ville gjerne bruke den selv. Til å begynne
6036 med brukte jeg først Mandrake og så Debian. Og siden jeg oppdaget at
6037 det ikke var noen mulighet for å bruke den som enkeltstående i lang
6038 tid, så gikk jeg etterhvert over til Kubuntu&lt;/p&gt;
6039
6040 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6041
6042 &lt;p&gt;Løsningen er forholdsvis lett å sette opp, gratis, fri programvare
6043 og gjør det mulig å gjenbruke eldre maskiner. Det fine med Debian er
6044 at det er stabilt og har en veldig stor mengde programmer. Jeg liker
6045 også apt. :-) Jeg liker også friheten ved Linux og muligheten til å
6046 delta og forme sin egen datahverdag.&lt;/p&gt;
6047
6048 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6049
6050 &lt;p&gt;Skolelinux er for lite kjent og for sent ute med å gi ut nye
6051 versjoner.&lt;/p&gt;
6052
6053 &lt;p&gt;Da jeg selv i hovedsak bruker Kubuntu, så kan jeg egentlig ikke
6054 svare så detaljert rundt ulempene med Skolelinux. Hovedårsaken til at
6055 jeg bruker Kubuntu er nok at da vi begynte med det mener jeg det ikke
6056 var noen annen løsning. «Vandrende arbeidsstasjon» mener jeg ikke
6057 fantes da. Dessuten ville jeg ha siste versjon, da den KDE-versjonen
6058 som var i Skolelinux den gangen var en god del enklere (tror det var
6059 KDE 2) var dårligere i mine øyne enn versjon 3.&lt;/p&gt;
6060
6061 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6062
6063 &lt;p&gt;Jeg bruker blant annet Kubuntu, LibreOffice, Thunderbird, Firefox,
6064 Kate, &lt;a href=&quot;http://comix.sourceforge.net/&quot;&gt;Comix&lt;/a&gt; og Konsole. Og
6065 en hel haug andre ved behov :-)&lt;/p&gt;
6066
6067 &lt;p&gt;Har oversatt Comix selv, men det er jo ikke skjedd noe med Comix
6068 siden 2009, så den er det nok bare jeg som har. Om andre vil ha den
6069 gir jeg den gjerne videre. Ser at noen har startet på
6070 &lt;a href=&quot;http://mcomix.sourceforge.net/&quot;&gt;MComix&lt;/a&gt; siden jeg så på så
6071 på dette sist, så nå er jeg igang med å teste og oversette den
6072 også.&lt;/p&gt;
6073
6074 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6075 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6076
6077 &lt;p&gt;Det viktigste er å forankre beslutningen i kollegiet og med de som
6078 er ansvarlige for å vedlikeholde og bruke datamaskinene. Flest mulig
6079 bør være med på å holde det (sosialt) vedlike, kjenne og støtte
6080 prinsippene. Som enkeltmannsprosjekt blir det lett veldig sårbart,
6081 særlig når (Skole)linux ennå i stor grad er en motkultur og ikke noe
6082 en stor nok andel av beslutningstakere, brukere osv kjenner til og
6083 bruker.&lt;/p&gt;
6084
6085 &lt;p&gt;Jeg tror det viktigste er å fortsette å holde fri programvare godt,
6086 oppdatert, minimere antall feil, ha en god kontakt med brukerne og
6087 attraktivt og spennende programmer. Beholde alt som er bra og ha det
6088 tilgjengelig samtidig som man tilbyr det nyeste og rareste for de som
6089 vil ha det.&lt;/p&gt;
6090 </description>
6091 </item>
6092
6093 <item>
6094 <title>Saving power with Debian Edu / Skolelinux using shutdown-at-night</title>
6095 <link>http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</link>
6096 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</guid>
6097 <pubDate>Sun, 5 Feb 2012 09:45:00 +0100</pubDate>
6098 <description>&lt;p&gt;Since the Lenny version of
6099 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, a
6100 feature to save power have been included. It is as simple as it is
6101 practical: Shut down unused clients at night, and turn them on again
6102 in the morning. This is done using the
6103 &lt;a href=&quot;http://packages.qa.debian.org/s/shutdown-at-night.html&quot;&gt;shutdown-at-night&lt;/a&gt; Debian package.&lt;/p&gt;
6104
6105 &lt;p&gt;To enable this feature on a client, the machine need to be added to
6106 the netgroup shutdown-at-night-hosts. For Debian Edu, this is done in
6107 LDAP, and once this is in place, the machine in question will check
6108 every hour from 16:00 until 06:00 to see if the machine is unused, and
6109 shut it down if it is. If the hardware in question is supported by
6110 the
6111 &lt;a href=&quot;http://packages.qa.debian.org/n/nvram-wakeup.html&quot;&gt;nvram-wakeup&lt;/a&gt;
6112 package, the BIOS is told to turn the machine back on around 07:00 +-
6113 10 minutes. If this isn&#39;t working, one can configure wake-on-lan to
6114 try to turn on the client. The wake-on-lan option is only documented
6115 and not enabled by default in Debian Edu.&lt;/p&gt;
6116
6117 &lt;p&gt;It is important to not turn all machines on at once, as this can
6118 blow a fuse if several computers are connected to the same fuse like
6119 the common setup for a classroom. The nvram-wakeup method only work
6120 for machines with a functioning hardware/BIOS clock. I&#39;ve seen old
6121 machines where the BIOS battery were dead and the hardware clock were
6122 starting from 0 (or was it 1990?) every boot. If you have one of
6123 those, you have to turn on the computer manually.&lt;/p&gt;
6124
6125 &lt;p&gt;The shutdown-at-night package is completely self contained, and can
6126 also be used outside the Debian Edu environment. For those without a
6127 central LDAP server with netgroups, one can instead touch the file
6128 &lt;tt&gt;/etc/shutdown-at-night/shutdown-at-night&lt;/tt&gt; to enable it.
6129 Perhaps you too can use it to save some power?&lt;/p&gt;
6130 </description>
6131 </item>
6132
6133 <item>
6134 <title>Third beta version of Debian Edu / Skolelinux based on Squeeze</title>
6135 <link>http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
6136 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
6137 <pubDate>Sat, 4 Feb 2012 13:25:00 +0100</pubDate>
6138 <description>&lt;p&gt;I am happy to announce that finally we managed today to wrap up and
6139 publish the third beta version of
6140 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
6141 on Squeeze. If you want to test a LDAP backed Kerberos server with
6142 out of the box PXE configuration for running diskless machines and
6143 installing new machines, check it out. If you need a software
6144 solution for your school, check it out too. The full announcement is
6145 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00000.html&quot;&gt;available&lt;/a&gt;
6146 on the project announcement list.&lt;/p&gt;
6147
6148 &lt;p&gt;I am very happy to report these changes and improvements since
6149 beta2 (there are more, see announcement for full list):&lt;/p&gt;
6150
6151 &lt;ul&gt;
6152
6153 &lt;li&gt;It is now possible to change the pre-configured IP subnet from
6154 10.0.0.0/8 to something else by using the subnet-change tool after
6155 the installation.&lt;/li&gt;
6156
6157 &lt;li&gt;Too full partitions are now automatically extended on the Main
6158 Server, based on the rules specified in /etc/fsautoresizetab.&lt;/li&gt;
6159
6160 &lt;li&gt;The CUPS queues are now automatically flushed every night, and all
6161 disabled queues are restarted every hour. This should cut down on
6162 the amount of manual administration needed for printers.&lt;/li&gt;
6163
6164 &lt;li&gt;The set of initial users have been changed. Now a personal user
6165 for the local system administrator is created during installation
6166 instead of the previously created localadmin and super-admin users,
6167 and this user is granted administrative privileges using group
6168 membership. This reduces the number of passwords one need to keep
6169 up to date on the system.&lt;/li&gt;
6170
6171 &lt;/ul&gt;
6172
6173 &lt;p&gt;The new main server seem to work so well that I am testing it as my
6174 private DNS/LDAP/Kerberos/PXE/LTSP server at home. I will use it look
6175 for issues we could fix to polish Debian Edu even further before the
6176 final Squeeze release is published.&lt;/p&gt;
6177
6178 &lt;p&gt;Next weekend the project organise a
6179 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00001.html&quot;&gt;developer
6180 gathering&lt;/a&gt; in Oslo. We will continue the work on the Squeeze
6181 version, and start initial planning for the Wheezy version. Perhaps I
6182 will see you there?&lt;/p&gt;
6183 </description>
6184 </item>
6185
6186 <item>
6187 <title>Handling non-free firmware in Debian Edu/Squeeze</title>
6188 <link>http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</link>
6189 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</guid>
6190 <pubDate>Fri, 27 Jan 2012 23:30:00 +0100</pubDate>
6191 <description>&lt;p&gt;With some computer hardware, one need non-free firmware blobs.
6192 This is the sad fact of todays computers. In the next version of
6193 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
6194 on Squeeze, we provide several scripts and modifications to make
6195 firmware blobs easier to handle. The common use case I run into is a
6196 laptop with a wireless network card requiring non-free firmware to
6197 work, but there are other use cases as well.&lt;/p&gt;
6198
6199 &lt;p&gt;First and foremost, Debian Edu provide ISO images for DVD and CD
6200 with all firmware packages in the Debian sections main and non-free
6201 included, to ensure debian-installer find and can install all of them
6202 during installation. This take care firmware for network devices used
6203 by the installer when installing from from local media. But for
6204 example multimedia devices are not activated in the installer and are
6205 not taken care of by this.&lt;/p&gt;
6206
6207 &lt;p&gt;For non-network devices, we provide the script
6208 &lt;tt&gt;/usr/share/debian-edu-config/tools/auto-addfirmware&lt;/tt&gt; which
6209 search through the &lt;tt&gt;dmesg&lt;/tt&gt; output for drivers requesting extra
6210 firmware. The firmware file name is looked up in the Contents-ARCH.gz
6211 file available in the package repository, and the packages providing
6212 the requested firmware file(s) is installed. I have proposed to do
6213 something similar in debian-installer (BTS report
6214 &lt;a href=&quot;http://bugs.debian.org/655507&quot;&gt;#655507&lt;/a&gt;), to allow PXE
6215 installs of Debian to handle firmware installation better. Run the
6216 script as root from the command line to fetch and install the needed
6217 firmware packages.&lt;/p&gt;
6218
6219 &lt;p&gt;Debian Edu provide PXE installation of Debian out of the box, and
6220 because some machines need firmware to get their network cards
6221 working, the installation initrd some times need extra firmware
6222 included to be able to install at all. To fill the PXE installation
6223 initrd with extra firmware, the
6224 &lt;tt&gt;/usr/share/debian-edu-config/tools/pxe-addfirmware&lt;/tt&gt; script is
6225 provided. Again, just run it as root on the command line to fill the
6226 PXE initrd with firmware packages.&lt;/p&gt;
6227
6228 &lt;p&gt;Last, some LTSP clients might also need firmware to get their
6229 network cards working. For this,
6230 &lt;tt&gt;/usr/share/debian-edu-config/tools/ltsp-addfirmware&lt;/tt&gt; is
6231 provided to update the LTSP initrd with firmware blobs. It is used
6232 the same way as the other firmware related tools.&lt;/p&gt;
6233
6234 &lt;p&gt;At the moment, we do not run any of these during installation. We
6235 do not know if this is acceptable for the local administrator to use
6236 non-free software, and it is their choice.&lt;/p&gt;
6237
6238 &lt;p&gt;We plan to release beta3 this weekend. You might want to give it a
6239 try.&lt;/p&gt;
6240 </description>
6241 </item>
6242
6243 <item>
6244 <title>Skjermbilder fra nordsamisk installasjon av Skolelinux/Squeeze</title>
6245 <link>http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</link>
6246 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</guid>
6247 <pubDate>Thu, 26 Jan 2012 20:00:00 +0100</pubDate>
6248 <description>&lt;p&gt;For morro skyld har jeg gjennomført en nordsamisk installasjon for
6249 neste utgave av &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
6250 (Squeeze) og knipset skjermbilder av resultatet.&lt;/p&gt;
6251
6252 &lt;p&gt;Som en kan se der er det noen oversettelser som mangler. Det hadde
6253 vært hyggelig hvis alle tekstene som vises i Skolelinux-installasjonen
6254 ble oversatt til nordsamisk, men for å få det til må noen som forstår
6255 språket melde seg til dyst. Det er mangel på nordsamiske oversettere
6256 av fri programvare. Hvis noen starter raskt, så bør en rekke å
6257 fullføre Wheezy-utgaven før den gis ut. :)&lt;/p&gt;
6258
6259 &lt;p&gt;Se &lt;a href=&quot;http://d-i.debian.org/l10n-stats/&quot;&gt;oversetterstatistikk for
6260 debian installer&lt;/a&gt; for detaljert status. Jeg har tipset
6261 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-sme&quot;&gt;epostlisten for samiskoversettelser&lt;/a&gt;,
6262 men det har vært veldig liten aktivitet der de siste årene.&lt;/p&gt;
6263
6264 &lt;p&gt;&lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/01-isomenu.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/01-isomenu.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6265 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/02-sme-lang.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/02-sme-lang.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6266 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/03-sme-place.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/03-sme-place.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6267 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/04-sme-keymap.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/04-sme-keymap.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6268 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/05-sme-profile.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/05-sme-profile.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6269 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/06-sme-autopart.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/06-sme-autopart.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6270 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/07-sme-popcon.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/07-sme-popcon.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6271 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/08-sme-rootpw1.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/08-sme-rootpw1.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6272 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/09-sme-rootpw2.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/09-sme-rootpw2.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6273 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/10-sme-firstuser.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/10-sme-firstuser.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6274 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/11-sme-firstusername.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/11-sme-firstusername.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6275 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/12-sme-firstuserpw1.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/12-sme-firstuserpw1.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6276 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/13-sme-firstuserpw2.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/13-sme-firstuserpw2.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6277 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/14-sme-part.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/14-sme-part.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6278 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/15-sme-debootstrap.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/15-sme-debootstrap.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6279 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/16-sme-tasksel.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/16-sme-tasksel.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6280 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/17-sme-wordlist.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/17-sme-wordlist.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6281 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/18-sme-tasksel.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/18-sme-tasksel.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6282 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/19-sme-ltsp.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/19-sme-ltsp.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6283 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/20-sme-grub.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/20-sme-grub.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6284 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/21-sme-finish-install.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/21-sme-finish-install.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6285 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/22-sme-finish-message.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/22-sme-finish-message.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;&lt;/p&gt;
6286 </description>
6287 </item>
6288
6289 <item>
6290 <title>Setting up a new school with Debian Edu/Squeeze</title>
6291 <link>http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</link>
6292 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</guid>
6293 <pubDate>Wed, 25 Jan 2012 21:00:00 +0100</pubDate>
6294 <description>&lt;p&gt;The next version of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu
6295 / Skolelinux&lt;/a&gt; will include a new tool
6296 &lt;tt&gt;sitesummary2ldapdhcp&lt;/tt&gt;, which can be used to quickly set up all
6297 the computers in a school without much manual labour. Here is a short
6298 summary on how to use it to set up a new school.&lt;/p&gt;
6299
6300 &lt;p&gt;First, install a combined Main Server and Thin Client Server as the
6301 central server in the network. Next, PXE boot all the client machines
6302 as thin clients and wait 5 minutes after the last client booted to
6303 allow the clients to report their existence to the central server. When
6304 this is done, log on to the central server and run
6305 &lt;tt&gt;sitesummary2ldapdhcp -a&lt;/tt&gt; in the &lt;tt&gt;konsole&lt;/tt&gt; to use the
6306 collected information to generate system objects in LDAP. The output
6307 will look similar to this:&lt;/p&gt;
6308
6309 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
6310 % sitesummary2ldapdhcp -a
6311 info: Updating machine tjener.intern [10.0.2.2] id ether-00:01:02:03:04:05.
6312 info: Create GOsa machine for auto-mac-00-01-02-03-04-06 [10.0.16.20] id ether-00:01:02:03:04:06.
6313
6314 Enter password if you want to activate these changes, and ^c to abort.
6315
6316 Connecting to LDAP as cn=admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no
6317 enter password: *******
6318 %
6319 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
6320
6321 &lt;p&gt;After providing the LDAP administrative password (the same as the
6322 root password set during installation), the LDAP database will be
6323 populated with system objects for each PXE booted machine with
6324 automatically generated names. The final step to set up the school is
6325 then to log into &lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot;&gt;GOsa&lt;/a&gt;,
6326 the web based user, group and system administration system to change
6327 system names, add systems to the correct host groups and finally
6328 enable DHCP and DNS for the systems. All clients that should be used
6329 as diskless workstations should be added to the workstation-hosts
6330 group. After this is done, all computers can be booted again via PXE
6331 and get their assigned names and group based configuration
6332 automatically.&lt;/p&gt;
6333
6334 &lt;p&gt;We plan to release beta3 with the updated version of this feature
6335 enabled this weekend. You might want to give it a try.&lt;/p&gt;
6336
6337 &lt;p&gt;Update 2012-01-28: When calling sitesummary2ldapdhcp to add new
6338 hosts, one need to add the option -a. I forgot to mention this in my
6339 original text, and have added it to the text now.&lt;/p&gt;
6340 </description>
6341 </item>
6342
6343 <item>
6344 <title>Skolelinux-intervju: Paul Reidar Løsnesløkken</title>
6345 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</link>
6346 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</guid>
6347 <pubDate>Wed, 18 Jan 2012 14:30:00 +0100</pubDate>
6348 <description>&lt;p&gt;I serien med intervjuer av folk i
6349 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, har jeg nå
6350 lyktes med å få tak i en skolemann som ikke er aktiv med utviklingen,
6351 men likevel har vært med nesten siden starten av prosjektet. Jeg
6352 ønsker derfor velkommen til Paul Reidar Løsnesløkken, en mann med
6353 mange års erfaring i bruk av Skolelinux.&lt;/p&gt;
6354
6355 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6356
6357 &lt;p&gt;Jeg driftet tidligere IKT løsningen for skolene i
6358 &lt;a href=&quot;http://www.nord-odal.kommune.no/&quot;&gt;Nord-Odal&lt;/a&gt;. I dag er jeg
6359 IKT-konsulent for hele kommunen og samarbeider med
6360 &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark-IKT&lt;/a&gt; for best mulig
6361 tjenester til kommunen. Jeg har bakgrunn som elektronikkreparatør og
6362 grunnskolelærer og har tatt en del fag innen IKT, i hovedsak
6363 driftsfag. IKT i Nord-Odal kommune blir i dag driftet av Hedmark IKT
6364 som er et samarbeid mellom Løten, Stange, Grue, Hamar, Kongsvinger og
6365 Nord-Odal. Jeg er fortsatt &quot;IKT-personen&quot; på skolene i kommunen og
6366 følger opp og gjør enkelte mindre endringer der.&lt;/p&gt;
6367
6368 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6369
6370 &lt;p&gt;Kommunen satset på Skolelinux i 2004. Jeg var ikke med i
6371 beslutningsprosessen den gang, men ble likevel med fra starten når
6372 dette ble levert.&lt;/p&gt;
6373
6374 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6375
6376 &lt;p&gt;Fordelene med Skolelinux er rask oppstart, sentral drift av
6377 klientene, klienter som jobber raskt og effektivt, bedre
6378 funksjonalitet på eldre utstyr og en ganske god programpakke med fri
6379 programvare som følger med. Løsningen med halvtykke klienter gjør at
6380 prosessering skjer lokalt med alltid ferske maskiner.&lt;/p&gt;
6381
6382 &lt;p&gt;Skolelinux kan fungere godt på gammelt utstyr, men det er klart at
6383 utstyr også blir for gammelt selv for Skolelinux. I forbindelese med
6384 at vi nylig fikk nye servere og ny installasjon kastet jeg ut ca 60
6385 klienter som fortsatt var i drift etter at de var kjøpt godt brukt i
6386 2004. Noe var rundt 15 år gammelt, men var fortsatt i bruk. Noen
6387 klaget på at det nå gikk veldig tregt på en del pedagogiske nettsider
6388 med flash o.l. Det er fullt forståelig.&lt;/p&gt;
6389
6390 &lt;p&gt;Jeg fikk nylig et spørsmål fra ungdomsskolens rektor om jeg kunne
6391 legge inn &lt;a href=&quot;http://freemind.sourceforge.net/&quot;&gt;FreeMind&lt;/a&gt;, et
6392 tankekartprogram , på skolens elev-Windowsmaskiner. Lærerne hadde
6393 vært på kurs og ville ta dette i bruk. Skolen har ca halvparten av
6394 elevmaskinene på bærbare Windowsmaskiner. Da kunne jeg fortelle at
6395 dette programmet allerede lå inne på den nye Skolelinuxløsningen
6396 som nettopp var satt i drift, klart til bruk.&lt;/p&gt;
6397
6398 &lt;p&gt;Vi har de bærbare maskinene på ungdomsskolen i domene med
6399 Skolelinux. Dette fungerer også meget bra nå. Elevene får opp en
6400 midlertidig windowsprofil når de logger på. Denne profilen slettes
6401 etter at de logger av, noe som medfører rene profiler hver gang de
6402 starter opp en maskin. De må lagre i sin Skolelinprofil, noe som
6403 medfører at de får tak i sine filer uavhengig av om de starter en
6404 Windowsmaskin eller en Skolelinuxklient. Det er mye mindre trafikk i
6405 det trådløse nettet etter at ikke hele profiler blir lastet opp til de
6406 enkelte Windowsmaskinene og tilbake når man avslutter. Jeg vet ikke om
6407 dette er standardoppsett i Skolelinux, men slik er vårt oppsett
6408 nå.&lt;/p&gt;
6409
6410 &lt;p&gt;Vi har i flere år satt opp vår løsning slik at skriverkøer slettes
6411 og skrivere startes hver natt. Hyggelig å høre at dette nå skal bli
6412 en standard i Skolelinuxløsningen. Dette har vært en god hjelp for
6413 oss.&lt;/p&gt;
6414
6415 &lt;p&gt;Elevene er lite opptatt av om de jobber på en Skolelinux eller en
6416 Windowsmaskin bare de har de programmene de trenger og at det virker
6417 når det skal brukes. Vi kjører mest mulig de samme programmene på
6418 Windows som i Skolelinux, som f.eks Audacity og LibreOffice.&lt;/p&gt;
6419
6420 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6421
6422 &lt;p&gt;Lærere bruker hos oss Windows. Dette fordi de da selv har mer
6423 kontroll over sin maskin, kan bruke den overalt, og kan legge inn
6424 programmer selv når de trenger noe i forhold til kurs o.l de er
6425 på. Jeg tror lærernes selvstendighet her gjør dem tryggere på IKT-bruk
6426 generelt. Det at de av og til får opp advarsler og lignende gjør også
6427 at de må tenke igjennom og spørre om ting rundt datasikkerhet.&lt;/p&gt;
6428
6429 &lt;p&gt;Det er en del programmer vi bruker som ikke finnes for Linux. Mest
6430 brukt er nok Photostory3 som brukes i mange sammenhenger, særlig på
6431 ungdomsskolen, bl.a. til å lage herbarier (plantesamling) . Dette
6432 finnes gratis for Windows, men er ikke fri programvare. Vi er opptatt
6433 av at programmer elevene bruker på skolen også kan brukes gratis
6434 hjemme. Det er også en del programmer som brukes til spesielle elever
6435 som bare går i Windows. Det er viktig med fokus på funksjoner og ikke
6436 på hvilket OS man bruker.&lt;/p&gt;
6437
6438 &lt;p&gt;For oss er det kombinasjonen mellom Skolelinux og Windows som gir
6439 oss en god og hel løsning. Skolelinux er best der de er gode.&lt;/p&gt;
6440
6441 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6442
6443 &lt;p&gt;Selv er det LibreOffice jeg bruker til daglig. Jeg bruker selv en
6444 Windowsmaskin. Jeg har benyttet en del fri programvare i forbindelse
6445 med sjekking av trafikk i nettverk, slik som Wireshark, men dette er
6446 jo ikke aktuelt for skolene. Jeg er generelt glad i programmer som
6447 fungerer på både Linux og Windows og gjerne MAC.&lt;/p&gt;
6448
6449 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6450 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6451
6452 &lt;p&gt;Det er viktig at det benyttes programmer som elevene også kan ta i
6453 bruk hjemme. Det skal da være enkelt, lovlig og gratis for
6454 elevene. Da er jeg ikke lenger veldig opptatt av om det kalles &quot;fri
6455 programvare&quot;. For skolene tror jeg &quot;gratis&quot; og &quot;funksjonelt&quot; er bedre
6456 begreper enn &quot;fri&quot; i forhold til programmer. De fleste skiller nok
6457 ikke mellom &quot;fri&quot; og &quot;gratis&quot;. Det er nå svært mange elever som
6458 benytter OpenOffice eller LibreOffice som sin primære kontorpakke
6459 hjemme.&lt;/p&gt;
6460 </description>
6461 </item>
6462
6463 <item>
6464 <title>Changing the default Iceweasel start page in Debian Edu/Squeeze</title>
6465 <link>http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</link>
6466 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</guid>
6467 <pubDate>Tue, 10 Jan 2012 15:30:00 +0100</pubDate>
6468 <description>&lt;p&gt;In the Squeeze version of
6469 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; soon
6470 to be released, users of the system will get their default browser
6471 start page set from LDAP, allowing the system administrator to point
6472 all users to the school web page by updating one setting in LDAP. In
6473 addition to setting the default start page when a machine boots, users
6474 are shown the same page as a welcome page when they log in for the
6475 first time.&lt;/p&gt;
6476
6477 &lt;p&gt;The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
6478 labeledURI with &quot;http://www/ LDAP for Debian Edu/Skolelinux&quot; as the
6479 default content. By changing this value to another URL, all users get
6480 to see the page behind this new URL.&lt;/p&gt;
6481
6482 &lt;p&gt;An easy way to update it is by using the ldapvi tool. It can be
6483 called as &quot;&lt;tt&gt;ldapvi -ZD &#39;(cn=admin)&#39;&lt;/tt&gt;&#39; to update LDAP with the
6484 new setting.&lt;/p&gt;
6485
6486 &lt;p&gt;We have written the code to adjust the default start page and show
6487 the welcome page, and I wonder if there is an easier way to do this
6488 from within Iceweasel instead.&lt;/p&gt;
6489 </description>
6490 </item>
6491
6492 <item>
6493 <title>Second beta version of Debian Edu / Skolelinux based on Squeeze</title>
6494 <link>http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
6495 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
6496 <pubDate>Sat, 7 Jan 2012 22:50:00 +0100</pubDate>
6497 <description>&lt;p&gt;I am happy to announce that today we managed to wrap up and publish
6498 the second beta version of
6499 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;. If
6500 you want to test a LDAP backed Kerberos server with out of the box PXE
6501 configuration for running diskless machines and installing new
6502 machines, check it out. If you need a software solution for your
6503 school, check it out too. The full announcement is
6504 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00000.html&quot;&gt;available&lt;/a&gt;
6505 on the project announcement list.&lt;/p&gt;
6506 </description>
6507 </item>
6508
6509 <item>
6510 <title>Fixing an hanging debian installer for Debian Edu</title>
6511 <link>http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</link>
6512 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</guid>
6513 <pubDate>Tue, 3 Jan 2012 11:25:00 +0100</pubDate>
6514 <description>&lt;p&gt;During christmas, I have been working getting the next version of
6515 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; ready
6516 for release. The initial problem I looked at was particularly
6517 interesting.&lt;/p&gt;
6518
6519 &lt;P&gt;The installer would hang at the end when it was doing it
6520 post-installation configuration, and whatevery I did to try to find
6521 the cause and fix it always worked while I tested it, but never when I
6522 integrated it into the installer and ran the installation from
6523 scratch. I would try to restart processes, close file descriptors,
6524 remove or create files, and the installer would always unblock and
6525 wrap up its tasks.&lt;/p&gt;
6526
6527 &lt;p&gt;Eventually the cause was found. The kernel was simply running out
6528 of entropy, causing the Kerberos setup to hang waiting for more.
6529 Pressing keys was adding entropy to the kernel, and thus all my tries
6530 to fix the problem worked not because what I was typing to fix it, but
6531 because I was typing.&lt;/P&gt;
6532
6533 &lt;p&gt;The fix I implemented was to add a background process looking at
6534 the level of entropy in the kernel (by checking
6535 /proc/sys/kernel/random/entropy_avail), and if it was too small, the
6536 installer will flush the kernel file buffers and do &#39;find /&#39; to
6537 generate some disk IO. Disk IO generate entropy in the kernel, and is
6538 one of the few things that can be initated from within the system to
6539 generate entropy.&lt;/p&gt;
6540
6541 &lt;p&gt;The fix is in
6542 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/Installation&quot;&gt;beta1
6543 of the Debian Edu/Squeeze&lt;/a&gt; version, and we
6544 &lt;a href=&quot;http://wiki.debian.org/DebianEdu&quot;&gt;welcome more testers and
6545 developers&lt;/a&gt;. We plan to release beta2 this weekend.&lt;/p&gt;
6546 </description>
6547 </item>
6548
6549 <item>
6550 <title>Skolelinux-intervju: Peter Hansteen</title>
6551 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</link>
6552 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</guid>
6553 <pubDate>Sun, 11 Dec 2011 23:10:00 +0100</pubDate>
6554 <description>&lt;p&gt;Etter en lang pause er det klart for neste mann ut i min serie med
6555 intervjuer av
6556 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-relaterte personer.
6557
6558 Denne gangen har jeg besøk av et avtroppende styremedlem i
6559 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, og en mann
6560 som har vært aktiv i Linux-miljøet i Bergen siden 90-tallet.&lt;/p&gt;
6561
6562 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6563
6564 &lt;p&gt;Jeg heter Peter Hansteen, og jobber til daglig som seniorkonsulent
6565 i EDB ErgoGroup i Bergen. I praksis betyr det systemadministrasjon på
6566 Unix (primært Solaris, men en viss komponent av Linux). Men Solaris
6567 er for meg et relativt nytt bekjentskap, hovedplattformen min har
6568 generelt vært OpenBSD og til dels FreeBSD.&lt;/p&gt;
6569
6570 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6571
6572 &lt;p&gt;Jeg husker ikke helt alle detaljene mer ;) - men jeg tror det var
6573 gjennom news-gruppen no.it.os.unix.linux.diverse, efn-listen og
6574 etterhvert også BLUG-miljøet her i Bergen. Vi hadde et par
6575 Skolelinux-sentrerte BLUG-møter for noen år siden, og det har vært et
6576 par Skolelinux-utviklersamlinger her.&lt;/p&gt;
6577
6578 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6579
6580 &lt;p&gt;Jeg bruker dessverre ikke Skolelinux daglig. Men slik jeg kjenner
6581 prosjektet har det vært i stand til å ta opp i seg det beste av fri
6582 programvare i mange kategorier, så fra et sysadmin-perspektiv ser det
6583 ut som en svært behagelig sak. For brukerne er det vel både en fordel
6584 og en ulempe at det ikke er Windows. Men vi håper at fordelene med et
6585 fritt system etterhvert vil bli åpenbare for både elever, lærekrefter
6586 og foreldre.&lt;/p&gt;
6587
6588 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6589
6590 &lt;p&gt;Vel, ulempen er vel først og fremst at andre aktører med mer
6591 kapitalmuskel har klart å etablere seg som det både lærere og foreldre
6592 føler seg trygge på, selv om det etter mitt hode ikke er noen grunn
6593 til å være spesielt trygg på de kommersielle alternativene.&lt;/p&gt;
6594
6595 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6596
6597 &lt;p&gt;Når jeg får bestemme helt selv, bruker jeg kun fri programvare. Da
6598 helst med vekt på ting som kjører greit på OpenBSD. Hjemme er det
6599 OpenBSD, Ubuntu eller FreeBSD vi bruker. På skrivebordet er det en
6600 avveining mellom Gnome, KDE eller hva-det-nå-heter som er
6601 standardvalget i Ubuntu, ellers er det de kjente tingene som
6602 LibreOffice, Emacs, mplayer. På server er det selvfølgelig Apache,
6603 for overvåking både OpenNMS og Nagios (det bare ble sånn, og
6604 forskjellige siter). Jeg skriver til tider om slikt jeg holder på med
6605
6606 &lt;a href=&quot;http://bsdly.blogspot.com&quot;&gt;http://bsdly.blogspot.com&lt;/a&gt;.&lt;/p&gt;
6607
6608 &lt;p&gt;Men vi må nevne at selv vi har en Microsoft-ting som vi slår på når
6609 vi av en eller annen grunn må. Det betyr igjen vanligvis når en
6610 mobiltelefon eller en annen lukket elektronisk dings krever kontakt
6611 via en slik for å få oppdateringene sine.&lt;/p&gt;
6612
6613 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6614 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6615
6616 &lt;p&gt;Hadde vi hatt det rette svaret på det spørsmålet, så hadde vi
6617 gjerne hatt Skolelinux som førstevalg på alle skoler ;)&lt;/p&gt;
6618
6619 &lt;p&gt;Men jeg tror vi må legge vekt på flere forskjellige ting. En helt
6620 sentral sak er å fokusere på fri programvare og åpne standarder som de
6621 demokratiske verdiene de faktisk er. Det har kanskje kommet litt for
6622 mye i bakgrunnen i forhold til strevet etter å lage det mest mulig
6623 &#39;brukervennlige&#39; systemet. Det er en tung vei å gå, så det er
6624 forståelig at freenix-aktivister heller velger å skrive kode og annet
6625 som er mer lystbetont. Mer praktisk tror jeg vi må gjøre i alle fall
6626 to ting: For det første sørge for å fortsette med å levere det best
6627 mulige frie produktet, slik at det er lett å både komme i gang og
6628 holde systemene i daglig drift, og for det andre 2) spore opp mulige
6629 aktivister der de finnes, via lokale brukergrupper, sosiale medier
6630 eller annet og sørge for at de fortsetter å være aktive. Mer og
6631 mindre uformelle treff kan være nyttig i tillegg til de mer
6632 organiserte møtene med foredrag, konferanser og utviklersamlinger.&lt;/p&gt;
6633 </description>
6634 </item>
6635
6636 <item>
6637 <title>Skolelinux-intervju: Frode Jemtland</title>
6638 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</link>
6639 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</guid>
6640 <pubDate>Wed, 27 Jul 2011 08:50:00 +0200</pubDate>
6641 <description>&lt;p&gt;Neste mann ut i min serie med intervjuer av Skolelinux-relaterte
6642 personer er en tidligere styreleder i
6643 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; som var med
6644 fra starten av
6645 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
6646
6647 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6648
6649 &lt;p&gt;Mitt navn er Frode Jemtland, og jeg jobber i Hedmark IKT, som er et
6650 driftsselskap for Grue, Hamar, Kongsvinger, Løten, Nord-Odal og Stange
6651 kommuner. Her er jeg leder for avdelingen Løsninger og Arkitektur. Vi
6652 har i hovedansvar for servere, infrastruktur og løsninger som
6653 helhet.&lt;/p&gt;
6654
6655 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6656
6657 &lt;p&gt;Jobbet i IBM fra 2000, og da spesielt med Linux. Dette var da et av
6658 de mest tydelige linux prosjektene i Norge, og her ønsket jeg å
6659 bidra. Var aktivt med i prosjektet i 4-5 år.&lt;/p&gt;
6660
6661 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6662
6663 &lt;p&gt;Fordelene slik jeg ser det er den sentraliserte driftmodellen, og
6664 alle de vel gjennomtenkte løsningene som er inkludert i denne
6665 løsningen. Samtidig er det basert på en stabil, og godt kjent
6666 plattform. Dette vil si at man har en løsning som skal være mye
6667 tilgjengelig, og hvor det er relativt enkelt å få tak i personer som
6668 kan mye om den grunnleggende plattformen.&lt;/p&gt;
6669
6670 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6671
6672 &lt;p&gt;De største utfordringene med en løsningen er at den er intensiv på f.eks
6673 nettverk. I seg selv ikke et problem for en enkelt skole, men skal løsningen
6674 kjøres i større skala, med sentraliserte servere, så gir dette noen
6675 utfordringer.&lt;/p&gt;
6676
6677 &lt;p&gt;Utifra hva jeg har sett på større installasjoner så er det ikke så
6678 enkelt å skjønne, hva som bør gjøres for at den skal skaleres opp, og
6679 da ta godt vare på alle sider av dette, ikke bare mer server å fordele
6680 last/trykk, men hvordan også beholde robustheten og fleksibiliteten i
6681 løsningen.&lt;/p&gt;
6682
6683 &lt;p&gt;En annen utfordring er at stadig flere produkter som skal brukes i
6684 skoleløsningen ikke er laget til å kunne brukes i en
6685 skolelinuxløsning. Det blir derfor fort mye skreddersøm i de
6686 forskjellige installasjonene, for å få diverse pedagogiske programmer,
6687 webløsninger, smartboards, m.m. til å fungere. Man er også en for
6688 liten kundebase til at leverandørene ønsker å gjøre noe med
6689 utfordringen. Problemet overlates til oss.&lt;/p&gt;
6690
6691 &lt;p&gt;Det er også en kontinuerlig utfordring rundt problemet med å holde
6692 programvare på stabile versjoner, kontra å få ny funksjonalitet. Dette
6693 er jo en konflikt mellom oss som ønsker å drifte en stabil, og
6694 kostnadseffektiv løsning, mot sluttbrukerne som ønsker seg funksjoner
6695 det er vant med fra andre løsninger, eller som de må ha for at et
6696 eller annet nytt produkt skal fungere i løsningen. Dette er en
6697 utfordring også for andre plattformer.&lt;/p&gt;
6698
6699 &lt;p&gt;En siste utfordring som ikke har noe med løsningen å gjøre, men med
6700 det omkringliggende miljøet denne skal kjøre i, er at de enhetene som
6701 skal drifte dataløsninger for kommuner og fylkeskommuner begynner å
6702 profesjonaliseres, og er da avhengig av å ha standard løsninger for å
6703 drifte store brukermasser. MS er selvsagt klar over dette, og har jo
6704 nå flere områder de begynner å bli veldig dominerende på. Den største,
6705 og mest problematiske er katalogtjenesten. Man får snart ikke tak i
6706 større løsninger som ikke krever en AD. Når man da har store enheter
6707 som drifter både kommunalt ansatte og skoler, så vil det være et
6708 stordriftargument å standardisere på en katalog tjeneste, og da har
6709 man ikke noe valg. Her er alle slike driftsenheter for små til å få
6710 gjort om på dette. Her burde konkurransemyndighetene kommet på
6711 banen. Men konkurransetilsynet i USA griper sjeldent (og ikke før det
6712 har gått veldig lang tid) inn i monopolsituasjoner så lenge
6713 monopolisten er et amerikansk firma, så da har vel ikke andre
6714 myndigheter så mye de skulle ha sagt....&lt;/p&gt;
6715
6716 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6717
6718 &lt;p&gt;Privat kjører jeg Debian på alle mine datamaskiner. Det gjør jeg
6719 også på min jobbmaskin. Vi har også 15-20 linux servere av typene
6720 SuSE, Debian, Redhat, CentOS m.m. Jeg bruker derfor mye fri
6721 programvare. Av enkelt programmer kan sikkert masse nevnes. Hvis vi
6722 skal begrense oss til daglig, så må jeg si: OpenOffice, Firefox,
6723 Kontact, Kopete, Amarok,
6724 &lt;a href=&quot;http://gramps-project.org/&quot;&gt;Gramps&lt;/a&gt;, Kate, ssh, bash,
6725 rsync, backuppc m.m.&lt;/p&gt;
6726
6727 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6728 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6729
6730 &lt;p&gt;Det er et godt spørsmål, som jeg har lurt på selv.&lt;/p&gt;
6731
6732 &lt;p&gt;Argumentene som ofte har vært brukt om at ting koster mindre holder
6733 ikke mål når man ser på hva som faktisk koster penger. Det er de
6734 ansatte som er en kostnadsdriver. Det vil si at hvis man har et system
6735 som den ansatte kan, så vil en kostnad på dette systemet kunne
6736 forsvares ganske mye ved at den ansatte gjør dette raskere og
6737 effektivt. Også uten å måtte eventuelt leie inn folk.&lt;/p&gt;
6738
6739 &lt;p&gt;Jeg syns det er viktigere å fokusere på prinsippet med å velge fri
6740 programvare, men det er også et felt hvor man fort møter lite
6741 forståelse blant de ansatte i skolen.&lt;/p&gt;
6742
6743 &lt;p&gt;Her må nok strategien fortsette å være at de sentrale myndighetene
6744 må sende tydelige signaler for hva de ønsker at offentlige enheter
6745 skal gjøre. Det var mye positivt på gang ang. dette for et par år
6746 siden. Både med eNorge og eKommune planene, men dette syns jeg har
6747 stoppet opp. En del av dette kan jo kanskje være usikkerheten som
6748 etter hvert har blitt, når man har sett kompleksiteten i de
6749 prosjektene som har blitt igangsatt. Det har også blitt noe usikkerhet
6750 i markedet ref. Sun, Oracle, Novell, Microsoft m.m. Samtidig har jo
6751 også de proprietære programleverandørene sørget for å endre sine
6752 lisenser slik at man uansett ikke slipper unna kostnaden til deres
6753 produkter, selv om man skulle velge alternativer. Da er det økonomiske
6754 argumentet, som jeg nevnte tidligere, spilt ganske godt ut over
6755 sidelinjen.&lt;/p&gt;
6756 </description>
6757 </item>
6758
6759 <item>
6760 <title>Skolelinux-intervju: Marius Kotsbak</title>
6761 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</link>
6762 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</guid>
6763 <pubDate>Sun, 10 Apr 2011 11:00:00 +0200</pubDate>
6764 <description>&lt;p&gt;Neste mann ut er Marius Kotsbak, styremedlem i
6765 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; og mangeårig
6766 bidragsyter i
6767 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
6768
6769 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6770
6771 &lt;p&gt;Jeg er en systemutvikler/kybernetiker og jobber med dette til
6772 daglig. På fritiden tester jeg ut/bruker mye fri programvare, og
6773 bidrar med testing og utvikling når jeg ser stort nok behov for det og
6774 jeg har noe å bidra med.&lt;/p&gt;
6775
6776 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6777
6778 &lt;p&gt;Hmm, det er lenge siden, så det er nesten så jeg ikke husker. Jeg
6779 hadde vel hørt om prosjektet i media før en gjeng i Trondheim startet
6780 opp SPIST, Skolelinux-prosjektet i Sør-Trøndelag, hvor vi hjalp noen
6781 skoler i nærområdet med å installere Skolelinux og finne brukt
6782 IT-utstyr til disse. Det var moro å gjøre noe praktisk for å spre
6783 Skolelinux, og å se hvor fort gjort det var å sette opp utrangerte
6784 klientmaskiner og få disse opp som tynnklienter på helt nye datasaler
6785 på skolene, kun med kostnaden til servere.&lt;/p&gt;
6786
6787 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6788
6789 &lt;p&gt;Det er et system spesielt skreddersydd for drift av et stort antall
6790 klienter mot servere, og da spesielt i henhold til skolers behov. Det
6791 er enkelt og billig å installere og drifte, og det trenger ikke ny
6792 maskinvare for god ytelse.&lt;/p&gt;
6793
6794 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6795
6796 &lt;p&gt;Hardwarestøtten kunne vært bedre og i enda større grad
6797 installerbart rett ut av boksen. Distribusjonen har til tider hatt
6798 litt gammel programvare pga. at den følger Debian sine utgivelser.
6799 Kanskje man skulle vurdert en versjon basert på Ubuntu eller andre
6800 distribusjoner i tillegg?&lt;/p&gt;
6801
6802 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6803
6804 &lt;p&gt;Oi, det er ikke lite. Her er det jeg kommer på i farta. Jeg bruker
6805 Linux og Ubuntu, og på Ubuntu programene Firefox, Thunderbird,
6806 Chromium, Pidgin, Digikam, OpenOffice, Wireshark, git og irssi.
6807 Telefonen min er en Android, og der bruker jeg programmene K-9 Mail,
6808 OI Shopping list, Shuffle, ZXing, OI Notepad og ADW Desktop. På jobb
6809 bruker jeg JBoss, Eclipse, uCLinux for Blackfin, RCF-CPP, Qt, Maven,
6810 og boost-bibliotekene for C++.&lt;/p&gt;
6811
6812 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6813 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6814
6815 &lt;p&gt;En bør fokusere på totalkostnader inkludert driftsbehov,
6816 fleksibilitet, åpenhet og ikke låsing til en leverandør framfor sparte
6817 lisenskostnader, samt programvarens kvalitet og fortrinn, og at den
6818 fritt kan brukes på et ubegrenset antall PC-er, også hjemme hos
6819 elevene. En bør også forbedre den fri programvaren ved testing,
6820 bugrapportering og kodebidrag om man kan, og ikke anbefale programvare
6821 uten at man har forsikret seg at den har tilstrekkelig kvalitet,
6822 ellers kan man lett oppnå det motsatte. Tror en bør selge inn
6823 konseptet til fylkes-/statsnivå, kanskje med bidrag til
6824 utviklingsarbeid fra disse som alle landets skoler kan få glede
6825 av.&lt;/p&gt;
6826 </description>
6827 </item>
6828
6829 <item>
6830 <title>Skolelinux-intervju: Odin Hetland Nøsen</title>
6831 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</link>
6832 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</guid>
6833 <pubDate>Mon, 28 Mar 2011 13:30:00 +0200</pubDate>
6834 <description>&lt;p&gt;Mine bloggposter om Linux i skolene i Norge førte til at inspektør
6835 og ildsjel på Harestad skole tok kontakt og fortalte at de bruker
6836 Linux på sin skole, og lurte på om de kunne bidra til å gjøre
6837 fordelene kjent. Riktig nok bruker de ikke
6838 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på denne skolen,
6839 men jeg synes dette er en god anledning til å gjøre flere fasetter
6840 rundt Linux-økosystemet kjent, og tok et lite intervju.&lt;/p&gt;
6841
6842 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6843
6844 &lt;p&gt;Mitt navn er Odin Hetland Nøsen og er en 70-modell. Jeg er bosatt i
6845 Stavanger og jobber nå på 9. året som undervisninginspektør på
6846 Harestad skole i Randaberg kommune (nabokommune til Stavanger).&lt;/p&gt;
6847
6848 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6849
6850 &lt;p&gt;I 2002 begynte daværende IKT-ansvarlige og jeg et arbeid på skolen
6851 med å gå over fra Win98 til... noe annet. Vi testet en rekke
6852 forskjellige løsninger, deriblant Skolelinux, men endte opp med
6853 RedHat. Skolelinux var den gang ikke modent for det vi ville ha. Jeg
6854 har siden fulgt jevnlig med på hva skolelinux holder på med, men har
6855 hele tiden vært bedre fornøyd med vår egen &quot;standardiserte&quot; løsning på
6856 RedHat/CentOS og Fedora. Vi snuser for tiden på Ubuntu som løsning på
6857 klientsiden.&lt;/p&gt;
6858
6859 &lt;p&gt;I dag har vi på skolen vår en større linux-løsning med 400 klienter
6860 som kjører en blanding av LTSP (tynnklient) og DRBL (tykk klient uten
6861 harddisk) med en masse tjenere på serverrommet. Vi drifter hele
6862 sulamitten selv med webtjener, eposttjener, webmail, filtjenere,
6863 virtuelle tjenere osv. Og IT-ansvarlig har en 80% stilling som
6864 IT-ansvarlig - og så er han KoH-lærer i de resterende 20% :-)&lt;/p&gt;
6865
6866 &lt;p&gt;Du kan få en ide om hva vi holder på med om du går inn på
6867 &lt;a href=&quot;http://www.gnuskole.no/&quot;&gt;http://www.gnuskole.no/&lt;/a&gt;.&lt;/p&gt;
6868
6869 &lt;p&gt;For å ta brodden av frykten for at ildsjeler gjør skolen sårbar om
6870 ildsjelene falle fra, har jeg forsikret kommunen og skolesjefen i
6871 Randaberg om at det finnes godt kommersielle tjenester vi kan benytte
6872 oss av - om det skulle bli nødvendig. Vi er tre stykker i kommunen som
6873 nå har &lt;strong&gt;god&lt;/strong&gt; linux-kompetanse ift. å drifte et større
6874 system. IT-avdelingen i kommunen vil ikke ta på oss med ildtang -
6875 selv om vi nok har større IT-kompetanse mot linux enn det de selv har
6876 mot windows (de kjøper en &lt;strong&gt;masse&lt;/strong&gt; konsulenttjenester
6877 fra ErgoGroup).&lt;/p&gt;
6878
6879 &lt;p&gt;I kvantitet er Harestad og Grødem skole tilsammen et større
6880 IT-system enn resten av Randaberg kommune + Kvitsøy og Rennesøy, som
6881 kommunen også har driftsansvar for. Vi har som sagt rundt 800
6882 maskiner, mens kommunen med sitt driftsansvar har ansvar for rundt 500
6883 maskiner. Det er selvfølgelig litt forskjell i hvor kritiske
6884 tjenestene våre er, men det gir allikevel et litt rart bilde når
6885 IT-avdelingen overhode ikke er interessert i å snakke med oss om
6886 hvordan vi gjør ting :-)&lt;/p&gt;
6887
6888 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6889
6890 &lt;p&gt;Fra linux-perspektivet (ikke bare Skolelinux) er det en fordel av
6891 systemet er basert på fri programvare - og dermed fritt i ordets mange
6892 betydninger. Det er alt vi trenger: stabilt, relativt enkelt å drifte
6893 (tross alt - et større windowssystem er ikke enkelt å holde live det
6894 heller), rimelig i innkjøp og drift, og sist, men ikke minst, det er
6895 moderne for sluttbruker! Linux, i sine mange varianter,
6896 &lt;strong&gt;ser&lt;/strong&gt; nytt ut, fordi det hele tiden blir
6897 oppdatert. Derfor lever systemet opp til hvordan elever forventer at
6898 et moderne GUI skal være (i motsetning til WinXP :-).&lt;/p&gt;
6899
6900 &lt;p&gt;Vi var veldig pragmatiske da vi begynte med linux i skolen. Det var
6901 billig, det fungerte og kunne bruke alle de gamle windows-maskinene
6902 som &quot;nye&quot; tynne klienter. I dag er vi mer bevisste fri
6903 programvare-tilhengere. Vi har oppdaget hva det er - og vi liker
6904 det!&lt;/p&gt;
6905
6906 &lt;p&gt;En av de &lt;strong&gt;store&lt;/strong&gt; fordelene med fri programvare er at
6907 vi kan installere tjenester vi ønsker å tilby brukerne våre - uten å
6908 måtte tenke på om vi har råd til lisensene (fordi det er ingen). Alt
6909 vi setter i produksjon er ut i fra brukernes behov og vår kapasitet
6910 til å drifte dem. Vi skreddersyr tjenestene etter behovet og dermed
6911 trenger vi ikke ende opp med å kjøpe en pakke der vi egentlig bare var
6912 interessert i en liten del av den.&lt;/p&gt;
6913
6914 &lt;p&gt;Bruk av linux frigjør ikke økonomiske midler, fordi midlene til IKT
6915 i skole er for få i utgangspunktet - men vi får så
6916 &lt;strong&gt;mye&lt;/strong&gt; mer igjen for dem når vi bruker en linux-løsning
6917 fremfor en windows-løsning. I praksis ser vi at vi måtte ut med det
6918 dobbelte på budsjettet vårt om vi skulle hatt en tilsvarende
6919 windows-løsning, som det vi i dag drifter med linux.&lt;/p&gt;
6920
6921 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6922
6923 &lt;p&gt;Ikke all pedagogisk programvare er tilgjengelig. Det er en del
6924 programvare i skolen som er laget med utviklerverktøy som bare virker
6925 i windows, f.eks. Drillpro, LingDys/LingWrite. Det er også
6926 &quot;programmer&quot; som bare virker om du har tilgang til Microsoft Office,
6927 f.eks. AskiRaski.&lt;/p&gt;
6928
6929 &lt;p&gt;Vi sliter også litt med at video-codecer ikke alltid er like lett å
6930 få opp å gå på klientene. Det er alltid en eller annen videosnutt fra
6931 nrk.no som ikke er så samarbeidsvillig, uansett mediaplayer.&lt;/p&gt;
6932
6933 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6934
6935 &lt;p&gt;Alt :-) På skolen bruker vi det som finnes og som er nyttig. Det vi
6936 bruker mest er Firefox (jobber med Chrome, fordi det er
6937 &lt;strong&gt;mye&lt;/strong&gt; raskere med Flash enn Firefox), OpenOffice (skal
6938 over til LibreOffice), GIMP osv. Standardpakken av
6939 sluttbrukerprogrammer.&lt;/p&gt;
6940
6941 &lt;p&gt;På tjenernivå bruker vi OpenWebMail (skal over til Zimbra), Exim
6942 osv.&lt;/p&gt;
6943
6944 &lt;p&gt;Personlig bruker jeg de fleste programmer over flere plattformer,
6945 men jeg har lagt meg til en vane å prioritere bruken av fri
6946 programvare også i Windows 7 og OSX.&lt;/p&gt;
6947
6948 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6949 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6950
6951 &lt;p&gt;Jeg er langt i fra sikker. For det første handler det mye om at
6952 IKT-avdelingen i kommunen ofte er de som styrer hva som er IKT på
6953 skolene - og de liker å bruke avtalene med Microsoft, som de garantert
6954 har fra før. Dessuten - Select 6-avtalen til skolene gjør Microsoft
6955 skvettbillig.&lt;/p&gt;
6956
6957 &lt;p&gt;Vi la vekt på effektiv drift av systemet - og at vi kunne øke
6958 antall maskiner uten å måtte øke budsjett for utstyr eller personell
6959 særlig mye, enn om vi hadde gått for en Microsoft-løsning. I praksis
6960 ser vi at en ren linux-installasjon driftes til halve prisen av en
6961 Microsoft-løsning.&lt;/p&gt;
6962
6963 &lt;p&gt;Vi har i praksis også sett at det lærerne (og elevene) liker er at
6964 vi tilbyr &lt;strong&gt;veldig&lt;/strong&gt; mange tjenester som ikke er så
6965 vanlige i en Microsoft-løsning. Det er ikke så vanlig at
6966 &lt;strong&gt;elevene&lt;/strong&gt; også har epost, hjemmekontor osv. Det har vi
6967 også brukt som et vellykket argument mot Microsoft.&lt;/p&gt;
6968
6969 &lt;p&gt;Den beste måten er selvfølgelig at noen bare bestemmer
6970 det. Problemet er å få dem som har makt til å bestemme det til faktisk
6971 å gjøre det ;-)&lt;/p&gt;
6972 </description>
6973 </item>
6974
6975 <item>
6976 <title>Skolelinux-intervju: Astri Sletteng</title>
6977 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</link>
6978 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</guid>
6979 <pubDate>Sun, 27 Feb 2011 12:50:00 +0100</pubDate>
6980 <description>&lt;p&gt;En dame som har bidratt lenge til fri programvare i skoleverket og
6981 i foreningen som organiserer skolelinux-utviklersamlinger,
6982 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er neste
6983 intervjuoffer. Det er en glede å her presentere en lærer fra Håkvik.&lt;/p&gt;
6984
6985 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6986
6987 &lt;p&gt;Jeg heter Astri Sletteng. Jeg er lærer og IKT veileder ved Håkvik
6988 skole i Narvik kommune. Min bakgrunn når det gjelder IKT: Av formell
6989 utdannelse har jeg lærerutdanning, Master i skoleledelse og IKT for
6990 lærere. Har jobba som IKT veileder siden 2002.&lt;/p&gt;
6991
6992 &lt;p&gt;Det viktigste for meg som IKT veileder er å få fundamentert den
6993 5. basisferdigheten, digital kompetanse ved skolen min på en god måte
6994 slik at hele skolesamfunnet tar i bruk IKT i alle fag. Dette arbeidet
6995 gjøres i nært samarbeid med skolens ledelse.&lt;/p&gt;
6996
6997 &lt;p&gt;Min viktigste jobb som IKT veileder er å være motivator og pådriver
6998 i IKT arbeidet ved skolen.&lt;/p&gt;
6999
7000 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7001
7002 &lt;p&gt;Jobber i en kommune hvor vi satser på Fri programvare. I 2004 ble
7003 det gjort et politisk vedtak om at vi skulle innføre Skolelinux ved
7004 alle skolene i kommunen. Jeg har dermed en god del erfaring med
7005 Skolelinux, samt annen fri programvare som Open Office, Joomla, Moodle
7006 etc.&lt;/p&gt;
7007
7008 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7009
7010 &lt;p&gt;Siden vi jobber med åpen kildekode kan vi få programmene og
7011 produktene tilpasset vår bruk. Det er jo heller ikke en ulempe at
7012 skolen kommer bedre ut økonomisk, men først og fremst er det viktig
7013 for oss at vi har digitale systemer som gjør at vi kan følge
7014 læreplanen i alle fag. Det syns jeg at vi kan gjøre gjennom
7015 Skolelinux.&lt;/p&gt;
7016
7017 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7018
7019 &lt;p&gt;Skolen er avhengige av å ha folk på IT avdelinga i kommunen som kan
7020 drive support, og være tilgjengelige når vi trenger hjelp. Det er en
7021 ulempe at ikke alle på denne avdelingen nødvendigvis er god på
7022 Linux.&lt;/p&gt;
7023
7024 &lt;p&gt;Vi har også noen utfordringer når det kommer til spesielle
7025 programmer som enkelte elever er avhengige av ? og som ikke er
7026 plattform uavhengige. Her har vi i Friprog-verden, men også
7027 departement en jobb å gjøre.&lt;/p&gt;
7028
7029 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7030
7031 &lt;p&gt;Skolen vår bruker Skolelinux, Open Office, Iceweazel (Mozilla),
7032 VLC, Tux paint, Scribus, FreeMind, GIMP, digiKam, Ksnapshot, GeoGebra,
7033 Moodle (innført på alle klassetrinn + som et administrativt verktøy)
7034 og Joomla som hjemmeside.&lt;p&gt;
7035
7036 &lt;p&gt;Det er de jeg kommer på i farten. I tillegg har vi Smartboard
7037 installert på server, men det regnes vel ikke som fri programvare?&lt;/p&gt;
7038
7039 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7040 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7041
7042 &lt;p&gt;Først og fremst trenger skolen oppetider på sine datasystemer. Syns
7043 også at det at vi kan få tilpasset plattform og systemer til vår bruk
7044 er en god strategi å bruke.&lt;/p&gt;
7045 </description>
7046 </item>
7047
7048 <item>
7049 <title>Skolelinux-intervju: Rubén Romero y Cordero</title>
7050 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</link>
7051 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</guid>
7052 <pubDate>Wed, 16 Feb 2011 12:00:00 +0100</pubDate>
7053 <description>&lt;p&gt;Styret i foreningen som organiserer skolelinux-utviklersamlinger,
7054 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er fullt av
7055 flinke folk. Denne gangen har jeg fått et ferskt styremedlem som
7056 kommer fra Ubuntu-miljøet i tale.&lt;/p&gt;
7057
7058 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7059
7060 &lt;p&gt;Rubén Romero y Cordero, 81-modell, deltidspappa (50%) for en jente
70616 år. Jobber i Oslo som Global Sales Executive hos Varnish Software
7062 og til daglig har jeg kontakt med kunder fra hele verden. Min
7063 forkjærlighet for fri programvare har gjort at jeg har nå flere års
7064 erfaring med salg av slike løsninger (bl.a. fra Redpill Linpro og
7065 Freecode) og mye innsikt og kunnskap om det globale IT-markedet.
7066 Ellers er jeg involvert i flere prosjekter bl.a. er jeg Ubuntu
7067 Community medlem, kontaktpersonen for Ubuntu Norge og driveren av
7068 SpreadUbuntu marketing prosjektet og nå fersk styremedlem i FRISK. Jeg
7069 har brukt GNU/Linux siden 1997.&lt;/p&gt;
7070
7071 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7072
7073 &lt;p&gt;Som Debian bruker siden slutten av 90-tallet var det uunngåelig å
7074 ikke komme bort i Skolelinux. Dette var vel i slutten av 2001 når jeg
7075 var student ved UiO. Flere år senere fikk jeg lastet og testet Venus
7076 (Skolelinux 1.0) på release dagen.&lt;/p&gt;
7077
7078 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7079
7080 &lt;p&gt;Fri programvare bygges sten for sten i det åpne, slik at koden og
7081 prosessen den lages på kan gjennomskues av andre enn de som har laget
7082 det. Det er et vitenskapelig og gjennomsiktig måte å lage programvare
7083 på.&lt;/p&gt;
7084
7085 &lt;p&gt;Skoler i vårt samfunn skal være steder hvor vitenskapelig kunnskap
7086 deles til alle. I dag har vi ikke et vitenskapelig tilnærming til
7087 hvordan programvaren som brukes på skolen lages. Skolelinux bringer
7088 inn at slik tilnærming i skoleverkets klasserom, siden
7089 operativsystemet er en åpent platform som gir skolene muligheten til å
7090 dra nytte av programvare som er laget av tusenvis av mennesker verden
7091 rundt og som gir elevene så vel som lærerne muligheten til å bruke,
7092 dele, forandre og forbedre OSet sitt uten begrensninger. I den
7093 forbindelsen representerer Skolelinux også konkrete resultater utfra
7094 samhandling på tvers av grenser.&lt;/p&gt;
7095
7096 &lt;p&gt;Når det gjelder de tekniske fordelene av Skolelinux er jeg sikker
7097 på at andre enn meg har allerede beskrevet disse bedre enn det jeg
7098 kan. Men jeg kan likevel tilføye noe: Skolelinux som sådan er en
7099 community-drevet operativsystemplatform. Som i ethvert
7100 community-prosjekt har alle Skolelinux brukere muligheten til å
7101 påvirke retning av prosjektet og resultatet som gjenspeiles i
7102 programvaren. Dette kommer sjeldent frem og jeg mener at det er noe
7103 som burde fokuseres mer på.&lt;/p&gt;
7104
7105 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7106
7107 &lt;p&gt;De største ulempene er:&lt;/p&gt;
7108
7109 &lt;ul&gt;
7110 &lt;li&gt;Mangel på kompetanse&lt;/li&gt;
7111 &lt;li&gt;Mangel av administrative verktøy som kunne hjelpe lokale IT
7112 avdelinger å bruke Skolelinux til mer enn bare en tjener for
7113 terminalklienter. Et eksempel: Zentyal sin web-dashboard.&lt;/li&gt;
7114 &lt;/ul&gt;
7115
7116 &lt;p&gt;Bedre og mer intuitive administrative verktøy kunne løst deler av
7117 problemet, men det er unektelig at ved bruk av Skolelinux må
7118 IT-personalet vite hva de gjør for å få ting gjort riktig, eller i det
7119 hele tatt. Med andre platformer er kompetansen enklere tilgjengelig og
7120 løsningene kan fungere på en tilfredstillende, om ikke riktig
7121 måte.&lt;/p&gt;
7122
7123 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7124
7125 &lt;p&gt;Har brukt GNU/Linux utelukkende sommitt skrivebord OS siden 2000. I
7126 dag bruker jeg Ubuntu og gjør det meste med friprogramvare verktøyene
7127 som er tilgjengelige der. Med over 20.000 programmer å velge mellom er
7128 dette mer enn nok for de fleste brukerne.&lt;/p&gt;
7129
7130 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7131 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7132
7133 &lt;p&gt;Opplysning og pragmatikk. Vi prøver å løse problemer med bruk av
7134 programvare. De fleste utfordringene skolene har på IKT-siden kan
7135 løses ved hjelp av friprogramvareverktøy i dag. Det som trenges er
7136 opplysning, kunnskap og kompetanse.&lt;/p&gt;
7137 </description>
7138 </item>
7139
7140 <item>
7141 <title>Skolelinux-intervju: Morten Amundsen</title>
7142 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</link>
7143 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</guid>
7144 <pubDate>Sun, 23 Jan 2011 12:00:00 +0100</pubDate>
7145 <description>&lt;p&gt;Denne gangen er det Tromsøkontoret til Friprog-senteret, og nyvalgt
7146 styremedlem i &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
7147 FRISK&lt;/a&gt; jeg har fått i tale i min intervjuserie med
7148 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-folk.&lt;/p&gt;
7149
7150 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7151
7152 &lt;p&gt;Jeg heter Morten Amundsen og jobber i
7153 &lt;a href=&quot;http://www.friprog.no/&quot;&gt;Friprog.no&lt;/a&gt;, men er for tiden leid
7154 ut til &lt;a href=&quot;http://www.bredbandsfylket.no/&quot;&gt;Bredbåndsfylket
7155 Troms&lt;/a&gt; der jeg jobber med ett prosjekt som heter
7156 &quot;&lt;a href=&quot;http://www.bredbandsfylket.no/skolefjoela.157417.no.html&quot;&gt;Skolefjøla&lt;/a&gt;&quot;
7157 Vi ser på en åpen løsning som integrerer eksisterende lukkete
7158 løsninger sammen med fri programvare. Målet er å gi elever og lærere
7159 en plattform som de kan tilpasse utfra behov.&lt;/p&gt;
7160
7161 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7162
7163 &lt;p&gt;Skolelinux har jeg møtt ved flere anledninger opp gjennom åra, både gjennom
7164 entusiastiske skolelinuxbrukere og skeptiske &quot;forståsegpåere&quot; :-)&lt;/p&gt;
7165
7166 &lt;p&gt;Jeg husker en leverandør av et stort OS for noen år siden mente at
7167 Skolelinux var kun for hackere og nerder og at ingen seriøse skoler
7168 kunne ta dette i bruk. Heldigvis er kunnskapen større nå og
7169 skikkelige &quot;IT-folk&quot; søker alltid å utvide sin kunnskap.
7170
7171 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7172
7173 &lt;p&gt;Ja det er mange fordeler. Uavhengighet, stabilitet, åpenhet, standarder
7174 osv. Tror det er viktig at man ikke begrenser mulighetene på den plattformen
7175 elevene skal jobbe.&lt;/p&gt;
7176
7177 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7178
7179 &lt;p&gt;Det største hinderet er det vi opplever på andre områder rundt
7180 fri programvare, nemlig kunnskap. For mange er det trygt å velge det vi
7181 alltid har valgt. Fordi leverandørene rundt oss sitter på den kunnskapen og
7182 de vi støtter oss på har den samme. Hvis vi klarer å riste løs litt og
7183 glemme gamle kriger mellom operativsystemer og leverandører, men sette ned
7184 hva som er viktig og velge ut fra det, så hadde man kanskje kommet ut med
7185 litt andre resultat. Jeg tror IT-folk er konservative og velger tradisjonelt
7186 og det er synd.&lt;/p&gt;
7187
7188 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7189
7190 &lt;p&gt;Jeg bruker Ubuntu, Android, Jolicloud, Open Office, Zimbra, Picasa
7191 og Firefox samt en bråte med tjenester som er webbasert. Det eneste
7192 som er betalingslisens for er OSX. Ser at jeg jobber mer og mer i
7193 skyen og setter pris på alt jeg slipper egen klient til. Derfor er
7194 jeg veldig sjarmert av små kjappe operativsystemer som krever minimalt
7195 av maskinvaren.&lt;/p&gt;
7196
7197 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7198 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7199
7200 &lt;p&gt;Tror en blanding av krav og informasjon er veien å gå. Krav om
7201 sikkerhet, oppetid og åpne standarder. Informasjon om muligheter og
7202 alternativer. Her har leverandører, IT-avdelinger og pedagoger en vei
7203 å gå sammen. Det er til slutt LÆRING det dreier seg om, og da må man
7204 få mest mulig læring for pengene man har.&lt;/p&gt;
7205 </description>
7206 </item>
7207
7208 <item>
7209 <title>Skolelinux-intervju: Sturle Sunde</title>
7210 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</link>
7211 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</guid>
7212 <pubDate>Wed, 19 Jan 2011 12:00:00 +0100</pubDate>
7213 <description>&lt;p&gt;Denne gang har jeg fått tak i en mangeårig unix-mann som etter
7214 mange år ved Universitetet i Oslo, der jeg først traff ham, har
7215 flyttet tilbake til vestlandet, og der bidratt til å revitalisere
7216 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-oppsettet i
7217 Florø.&lt;/p&gt;
7218
7219 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7220
7221 &lt;p&gt;Sturle Sunde, ansvarleg for skulenettet i Flora kommune. Eg driv,
7222 vidareutviklar og er andrelinje brukarstøtte for datanettet ved
7223 skulane i Flora kommune. 10 skular og meir enn 700 maskiner med
7224 Linux, medrekna tynnklientar. Tidlegare jobba eg i mange år med
7225 unix-drift ved Universitetets senter for informasjonsteknologi ved
7226 Universitetet i Oslo.&lt;/p&gt;
7227
7228 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7229
7230 &lt;p&gt;Det er vanskeleg å svare konkret på. Eg har drive med Unix og Linux i
7231 alle år, og Skulelinux er eit godt kjent prosjekt i miljøet. Det var
7232 først i 2008, då eg tok til i min noverande jobb, at eg fekk bruk for
7233 Skulelinux for alvor.&lt;/p&gt;
7234
7235 &lt;p&gt;Jobben min skulle vere drift av eit nytt skulenett i Flora kommune,
7236 levert av eit firma eg ikkje vil reklamere for. Systemet skulle vere
7237 ferdig levert i september året før. Dette viste seg å ta mykje lenger
7238 tid, og i haustferien 2008 hadde dei endå ikkje klart å få opp ei
7239 fungerande løysing. Situasjonen var prekær for den største skulen i
7240 kommunen med meir enn 500 elevar på ungdomssteget. Skulen hadde brukt
7241 Skulelinux før, og var tilfredse med det. No hadde dei vore utan
7242 fungerande datasystem i nesten eit år. Difor fekk eg opp ein ny tenar
7243 utanfor prosjektet og installerte Skulelinux på den. Etter litt
7244 justering av konfigurasjonen med god hjelp av #skolelinux på IRC, var
7245 den nye tenaren oppe og gjekk med både tynne og halv-tjukke klientar.
7246 Autentisering gjekk mot det nye systemet, slik at elevar og lærarar
7247 framleis har same brukarnamn og passord over alt. Dette berre
7248 fungerte, og vi bestemte oss for å erstatte delar av løysinga vi
7249 skulle få levert med Skulelinux.&lt;/p&gt;
7250
7251 &lt;p&gt;Det høyrer med til historia at det nye systemet eg skulle drive frå
7252 januar 2008 endå ikkje er ferdig levert. Dei jobbar med saka, seier
7253 dei, og har von om å fullføre leveransen i løpet av 2011.&lt;/p&gt;
7254
7255 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7256
7257 &lt;p&gt;Det er veldig mange. Eg skal ta nokre få.&lt;/p&gt;
7258
7259 &lt;p&gt;Den viktigaste fordelen er at det igrunn berre er ei maskin å passe
7260 på, og det er tenaren. Med andre løysingar har ein gjerne programvare
7261 og anna som skal vedlikehaldast på kvar enkelt maskin. Med Skulelinux
7262 kan alle feil rettast og alle program oppgraderast på alle maskiner
7263 samstundes ved å gjere endringa som må til på tenaren. Eg kan sitje
7264 på kontoret og passe på alle tenarane i kommunen derifrå.&lt;/p&gt;
7265
7266 &lt;ul&gt;
7267
7268 &lt;li&gt;Tynne klientar gjer det mogleg å bruke eldre utstyr lenge, so lenge
7269 tenaren er sterk nok. Ein liten tenar med eit par halv-moderne CPUar
7270 og 2 GiB RAM held lenge for eit typisk klasserom med 30 tynnklientar,
7271 og det er lett å utvide med fleire.
7272
7273 &lt;li&gt;Halvtjukke klientar gjer det mogleg å utnytte kapasiteten i litt
7274 nyare maskiner betre, og avlaste tenaren. Ingenting vert installert
7275 lokalt på desse heller, og harddisken kan gjerne koblast frå. Gode
7276 halvtjukke klientar kan kjøpast brukt for under 1000-lappen, og det er
7277 heile kostnaden. Ingen lisensar eller anna på toppen, og det er ikkje
7278 krav til kraftigare tenar heller.
7279
7280 &lt;li&gt;Det er Linux. Vi har ikkje noko kluss med drivarar, dei berre er
7281 der. Heller ikkje med virus, dei finst i realiteten ikkje. Eller med
7282 elevar som klussar med installert programvare, for dei klarar ikkje å
7283 øydeleggje for nokon andre enn seg sjølve.
7284
7285 &lt;/ul&gt;
7286
7287 &lt;p&gt;Skulelinux er lagt opp til å vere veldig lett å installere rett ut
7288 av boksen på ein heil skule av ein interessert lærar. Det er ofte ei
7289 god løysing for skulen. Å ha nokon til stades som kjenner systemet og
7290 kan forklare enkle ting eller løyse problem der og då, er uvurderleg
7291 viktig for ein stressa lærar fem minutt før det ringer inn.&lt;/p&gt;
7292
7293 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7294
7295 &lt;p&gt;All den ferdige konfigurasjonen gjer det tungvint å tilpasse
7296 Skulelinux til eit system som skal fungere saman med mange andre
7297 installasjonar i eit felles datanett for skulane i ein kommune. Det
7298 heile er prekonfigurert for ein skule, og utviding til mange skular
7299 med eigne tenarar er ikkje berre enkelt.&lt;/p&gt;
7300
7301 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7302
7303 &lt;p&gt;Eg brukar mest alle små hjelpeprogram som føl med operativsystemet,
7304 samt scriptspråket perl. Elles er Firefox/Iceweasel, Gnome-terminal
7305 og ssh i kontinuerleg bruk. Av Linux-distribusjonar brukar eg både
7306 Debian, Ubuntu, SuSE og RedHat dagleg. Eg prøvar å finne det verktyet
7307 som passar best til kvar del av jobben.&lt;/p&gt;
7308
7309 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7310 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7311
7312 &lt;p&gt;Det er to målgrupper ein må sikte mot. Det eine er alle skulane som
7313 manglar eller har eit lite tilfredsstillande opplegg i dag, og ikkje
7314 har råd til å kjøpe noko nytt og blankpussa opplegg. Der er det om å
7315 gjere å gjere det enkelt for skulane å finne Skulelinux, og gjere det
7316 enkelt for dei å få hjelp til installasjon på skulen. Gjerne med
7317 lokale kontaktpersonar. Her er det dugnadsinnsats som må til, for
7318 desse skulane har ikkje råd til å betale for dette.&lt;/p&gt;
7319
7320 &lt;p&gt;Den andre og kanskje viktigare målgruppa er dei meir eller mindre
7321 profesjonelle kundane. Alle store offentlege innkjøp, inkludert
7322 innkjøp av nytt datasystem for skular, må ut på offentleg anbod.
7323 Offentlege anbod er mykje meir lukka enn dei gjev inntrykk av, og både
7324 regelboka og boka med triks for å sminke tilbodet er tjukk. Det er
7325 vanskeleg å komme inn utan eit solid salsapparat i ryggen. Kanskje
7326 Skulelinux skulle prøve aktivt å få seg eit partnarskap med eit av dei
7327 store som gjerne vil sterkare inn på den offentlege IT-marknaden?
7328 Nokon som kjenner triksa og har krefter til å ta opp kampen mot både
7329 dårlege anbod og Rudolf Blostrupmoen IT AS. Leveranse til skulane i
7330 ein kommune er ein god måte å få ein fot inn døra som leverandør til
7331 ein lukrativ kommunemarknad som kjøper alle tenester. Ta kontakt med
7332 nokon som er passeleg store og ikkje er Microsoft-partnar, og fortell:
7333 «Vi har eit ferdig produkt som du kan selje. Nei vi skal ikkje ha for
7334 det. Du kan gjerne gjere kva du vil med det, berre vi får lov til å
7335 hjelpe deg. Målgruppa er alle kommunar, og det er noko dei vil ha.
7336 Det er eit godt produkt, brukt av mange og godt likt.»&lt;/p&gt;
7337 </description>
7338 </item>
7339
7340 <item>
7341 <title>Skolelinux-intervju: Embrik Kaslegard</title>
7342 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</link>
7343 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</guid>
7344 <pubDate>Sun, 16 Jan 2011 12:00:00 +0100</pubDate>
7345 <description>&lt;p&gt;Neste ut i min intervjuserie med folk i
7346 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt; er
7347 lærer, mangeårig bidragsyter på epostlistene og tidligere
7348 Skolelinux-administrator på en skole i Hemsedal.&lt;/p&gt;
7349
7350 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7351
7352 &lt;p&gt;Embrik Kaslegard, 1964-modell, fire barn (7-20 år). Begynte som
7353 lærer i 1989 - har hatt IKT-ansvar siden første året i jobb. Har
7354 jobbet som lærer/IKT-ansvarlig uavbrutt siden 1989. Jobbet med
7355 Skolelinux fra 2004 til 2010. Nå har jeg fått ny arbeidsplass og er
7356 40% lærer og 60% IKT med Windows XP, Win2003 server og et regionalt
7357 IKT-regime som legger premissene og begrensingene for hva vi kan gjøre
7358 på skolen.&lt;/p&gt;
7359
7360 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7361
7362 &lt;p&gt;Jeg leste en artikkel om en dugnadsinstallasjon av Skolelinux på en
7363 skole på Jæren et sted. Tanken om dugnad og frihet appellerte til
7364 meg. Da vi skulle bygge ny skole var det en del vi måtte spare på,
7365 fordi vi beveget oss mot en kostnadssprekk. Kabling og investering i
7366 PC-er var en av tingene vi sparte på. Derfor kjøpe vi 72 pc-er for 390
7367 pr stk. En filtjener og en applikasjonsserver.&lt;/p&gt;
7368
7369 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7370
7371 &lt;p&gt;Fordelen er at så mye er satt opp fra starten. I tillegg er det
7372 tydelig at pakka er laga for skoleverket. Brukerne har egne
7373 skrivebord, tilgang på mange gode verktøyprogrammer. Vi slipper å
7374 tenke på virus. Brukerne har ikke mulighet til å ødelegge
7375 klientoppsett, men har gode muligheter til å endre eget oppsett. Dette
7376 tror jeg er inspirerende og kjekt for mange brukere. Mappestrukturen
7377 er ferdig og det er &quot;enkelt&quot; å designe lokale mappestrukturer via
7378 skeleton. Noen av oss i skoleverket mener skolen skal være en
7379 &quot;mot-kultur&quot;. Da er Skolelinux et av valgene man kan ta. Et annet er å
7380 spise på indisk restaurant i stedet for Mc Donald&#39;s når vi er på bytur
7381 osv.. Ordene deling, frihet, dugnad osv er positive ord i
7382 skoleverket. Det er viktig at elevene blir bevisst dette.&lt;/p&gt;
7383
7384 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7385
7386 &lt;p&gt;Kompabiliteten er selvsagt et problem, selv om det er mindre nå enn
7387 før. For IKT-personer på skolene som skal drifte dette er det
7388 problematisk med kommandoer i terminalen. I tillegg er det alt for
7389 mange programmer i Skolelinux som ikke blir brukt. Jeg tror
7390 Skolelinux er tjent med å tone ned begrepet pedagogisk programvare.
7391 Slik jeg ser det finnes ikke denne kategorien programmer lengre slik
7392 de gjorde før, som frittsående programmer som installeres på en
7393 datamaskin eller på serveren. Det finnes en del spesialpedagogiske
7394 programmer, som Textpilot, LingDys, LingRight, AskiRaski, Ny i Norge
7395 osv. Men dette er programmer for enkelt-elever eller små grupper av
7396 elever. Det som bør være fokus er at alle undervisningsressurser som
7397 lages for nettet skal være nettleseruavhengig.&lt;/p&gt;
7398
7399 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7400
7401 &lt;p&gt;OpenOffice bruker jeg til vanlig kontorarbeide. VLC bruker jeg som
7402 videoavspiller og av og til streaming av film. Gimp bruker jeg i
7403 undervisningen til bildemanipulering. Firefox og Chrome er mine
7404 favoritt-nettlesere. Firefox har lenge vært førstevalget mitt, nå
7405 bruker jeg mest Chrome. Opplever den som raskere og smidigere enn
7406 Firefox. Ubuntu bruker jeg som dualboot på jobb-maskinen min i
7407 tillegg til at alle PCer hjemme har en eller annen Ubuntu-distribusjon
7408 installert. Jeg bruker Clonezilla på Ubuntu 10.04 til kloning av
7409 datamaskiner på jobb. Det er selvsagt en haug andre frie programmer
7410 jeg bruker men jeg bruker dem ikke daglig. Jeg kan ramse opp:
7411 recordmydesktop, cinelerra, acidrip, soundjuicer, audacity, NX
7412 (no-machine), Kino, Rythmbox...&lt;/p&gt;
7413
7414 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7415 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7416
7417 &lt;p&gt;Jeg tror oppsøkende virksomhet er den rette strategien.
7418 Ressurspersoner gjør avtaler med rådmenn, skolesjefer, rektorer. Det
7419 er slik konkurrentene gjør det. Fokuset i slike samtaler bør være
7420 kost-nytte. Dersom personer med økonomisk ansvar ser at de kan få
7421 like godt tilbud til mindre utgifter, tror jeg det er mulighet til å
7422 få innpass. Dersom de også kan få konkrete tilbud på drift i slike
7423 samtaler, vil de kanskje bli litt mer interesserte i hvor mye penger
7424 som faktisk går til IKT i skolene. Det er også viktig at vi ikke
7425 firer for mye på krav til datamaskiner. Det er flott at Skolelinux
7426 går på &quot;utrangert&quot; utstyr, men dette bør bare presenteres som et
7427 alternativ. Skolelinux-installasjoner med utrangert utstyr er ikke å
7428 foretrekke dersom man kan unngå det. Det skaper ikke entusiasme hos
7429 brukerne (elever og lærere) når de bruker gamle datamaskiner som går
7430 tregt. Det er kjempefint med skoler som har kommet seg frem til
7431 Skolelinux og fri programvare av seg selv, men de lever på nåde.
7432 Slike valg må fundamenteres hos skoleeier.&lt;/p&gt;
7433
7434 &lt;p&gt;Oppdatering 2011-01-16 22:40: Oppdatert svarene for de tre siste
7435 spørsmålene litt mer tekst fra Embrik.&lt;/p&gt;
7436 </description>
7437 </item>
7438
7439 <item>
7440 <title>Skolelinux-intervju: Viggo Fedreheim</title>
7441 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</link>
7442 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</guid>
7443 <pubDate>Wed, 12 Jan 2011 12:00:00 +0100</pubDate>
7444 <description>&lt;p&gt;Jeg fortsetter min intervjuserie med folk i
7445 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Denne
7446 gang er det en av folkene som har vært med lenge og som har tatt i
7447 bruk Skolelinux på alle skolene i Narvik kommune som skal i ilden.
7448 Han er styremedlem i
7449 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
7450 FRISK&lt;/a&gt;.&lt;/p&gt;
7451
7452 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7453
7454 &lt;p&gt;Mitt navn er Viggo Fedreheim, og jeg er pedagogisk og teknisk
7455 IKT-veileder for alle skoler i Narvik kommune. Jeg drifter totalt 17
7456 servere basert på Skolelinux og Debian. Jeg holder i tillegg noen kurs
7457 mellom all driftingen. For tiden arbeider jeg med en sentral
7458 LDAP-tjener for alle skoleservere samt våre Moodle- og
7459 Joomla-installasjoner.&lt;/p&gt;
7460
7461 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7462
7463 &lt;p&gt;Gjennom en eller annen nettavis i 2001 der var det skrevet om
7464 Skolelinux. Artikkelen ga meg lyst til å prøve ut systemet.&lt;/p&gt;
7465
7466 &lt;p&gt;Det startet i 2002 ved at jeg installerte en av de første utgavene
7467 av Skolelinux på en standard pc på Solneset skole i Tromsø. Denne var
7468 oppe fram til desember 2003 da jeg sluttet på den skolen og begynte i
7469 ny jobb i Narvik kommune.&lt;/p&gt;
7470
7471 &lt;p&gt; I Narvik kommune var det i 2004 kun 2 servere på da totalt 15
7472 skoler. Disse var Windows NT baserte. På disse to skolene var det lite
7473 med maskiner. Jobben med å få Narvik Kommune opp på akseptabelt nivå
7474 virket å være formidabel. Men med hjelp av gode kollegaer og leder
7475 skrev jeg en IKT plan for Narvik kommune som ble vedtatt av politikere
7476 i august 2004. I denne planen ble det bestemt at Narvik kommune skulle
7477 bruke Skolelinux. Her ble det også satt av midler til kabling av god
7478 infrastruktur på alle skoler samt innkjøp av nye datamaskiner. Så i
7479 dag har vi 17 servere hvorav 13 er på Skolelinux, med ca 1500 klienter
7480 basert på tynne, &quot;halvtykke&quot; og et stort antall bærbare pcer basert på
7481 Kubuntu.&lt;/p&gt;
7482
7483 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7484
7485 &lt;p&gt;Lisenskostnader, driftkostnader og hardwarekrav som er mye lavere
7486 enn for andre systemer.&lt;/p&gt;
7487
7488 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7489
7490 &lt;p&gt;Pedagogiske programvare som ikke fungerer mot Linux. En Stoooor
7491 flaskehals og som gjør at Linux kanskje ikke blir valgt andre
7492 plasser.&lt;/p&gt;
7493
7494 &lt;p&gt;Eksempler er Relemo, Lindys (lingit sine programmer), 5plus
7495 (matematikk). Disse er programmer som ikke lar seg kjøre i Linux.&lt;/p&gt;
7496
7497 &lt;p&gt; Men det ser ut for at mange leverandører går over til mer
7498 nettbaserte programmer istedet for å installere lokalt. Dette med
7499 enkelte leverandører som ikke kan levere programmer til Linux er et
7500 lite problem og over tid tror jeg at denne barrieren er borte.&lt;/p&gt;
7501
7502 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7503
7504 &lt;p&gt;Kjører Kubuntu på laptoper, Debian squeeze på stasjonær
7505 kontorpc. Ut over dette arbeder jeg svært mye via konsoll mot andre
7506 servere.&lt;/p&gt;
7507 </description>
7508 </item>
7509
7510 <item>
7511 <title>Skolelinux-intervju: Arnt Ove Gregersen</title>
7512 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</link>
7513 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</guid>
7514 <pubDate>Sun, 9 Jan 2011 12:00:00 +0100</pubDate>
7515 <description>&lt;p&gt;Inspirert av
7516 &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;intervjurunden&lt;/a&gt;
7517 som Raphael Hertzog har startet med folk i Debianprosjektet, fikk jeg
7518 lyst til å gjøre det samme med folk i
7519 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Håpet
7520 er at de som til daglig bidrar til å fremme fri programvare i
7521 skoleverket og utvikler en linux-distribusjon spesiallaget for
7522 skolebruk kan bli bedre kjent og kanskje inspirere flere til å bidra
7523 til Skolelinux-prosjektet.&lt;/p&gt;
7524
7525 &lt;p&gt;Først ut er nyvalgt leder i
7526 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen FRISK&lt;/a&gt; som
7527 organiserer utviklingen av Skolelinux-distribusjonen. FRISK trenger
7528 alltid flere medlemmer, så
7529 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/index.php?page=signup&quot;&gt;meld
7530 deg gjerne inn&lt;/a&gt; hvis du vil støtte oss.&lt;/p&gt;
7531
7532 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7533
7534 &lt;p&gt;&lt;!-- Mitt navn er Arnt Ove Gregersen, jeg er en småbarnfar på 32 år som
7535 for tiden bor Trondheim. --&gt;
7536 Mitt navn er Arnt Ove Gregersen, jeg er 32 år og bor for tiden i Trondheim.
7537
7538 Her jobber jeg som systemutvikler i et firma
7539 som heter &lt;a href=&quot;http://www.geomatikk-ikt.no/&quot;&gt;Geomatikk IKT AS&lt;/a&gt;,
7540 hvor jeg er på et Vegmeldings-prosjekt for Statens Vegvesen. På
7541 fritiden er jeg styreleder i FRISK (Fri programvare i skolen) og
7542 bidrar til bl.a. Skolelinux-prosjektet når jeg får tid til det. Det er
7543 primært hjemmesiden til Skolelinux-prosjektet og
7544 &lt;a href=&quot;http://linuxveiviseren.no/&quot;&gt;Linux-veiviseren&lt;/a&gt; jeg har
7545 jobbet med her, men jeg har også gjort en del arbeid i forhold til
7546 FRISK sin hjemmeside.&lt;/p&gt;
7547
7548 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7549
7550 &lt;p&gt;Jeg var på en presentasjon av prosjektet i regi av Knut Yrvin på
7551 Gløshaugen i Trondheim, hvor jeg fattet stor interesse for prosjektet
7552 og ville hjelpe til så godt jeg kunne. Dette var vel i 2002 eller
7553 2003.&lt;/p&gt;
7554
7555 &lt;p&gt;Jeg hadde fra før hørt om prosjektet fra før og syntes tanken bak var
7556 ganske fin, men hadde ikke noen interesse av bruke min egen fritid på
7557 det selv.&lt;/p&gt;
7558
7559 &lt;p&gt;I etterkant av presentasjonen startet jeg og noen andre fra
7560 Trondheim &quot;Skolelinux-prosjektet i Sør-Trøndelag&quot; . Hvor vi var med å
7561 bidra til at Trondheim kommune satte igang Selsbakk ungdomskole som et
7562 pilotprosjekt med Skolelinux, som egentlig var og er en stor suksess,
7563 men det virker ut som det ikke skjer noe mer på. I tillegg var vi med
7564 på dugnad på Brundalen videregående skole hvor vi installerte
7565 Skolelinux som såvidt jeg vet fortsatt kjører på Skolelinux.&lt;/p&gt;
7566
7567 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7568
7569 &lt;p&gt;Det bygger på fri programvare og har lav kostnad i forhold til
7570 nytteverdien. Dette fordi det har forholdsvis lav inngangsum og bruker
7571 en arkitektur med sentral-drift som gir mange driftfordeler. I
7572 tillegg vil det kunne frigjøre kostnader for skolene slik at de kan
7573 bruke dem til å ansette f,eks flere lærere om det er ønskelig.&lt;/p&gt;
7574
7575 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7576
7577 &lt;P&gt;Ikke all pedagogisk programvare er tilgjengelig der, som f.eks
7578 Drillpro om jeg ikke husker feil.&lt;/p&gt;
7579
7580 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7581
7582 &lt;p&gt;Til utvikling av Java-applikasjoner og Android bruker jeg Eclipse og
7583 Quanta til web-utvikling via php. For all bildebehandling bruker jeg
7584 GIMP og Blender til 3d-modellering . Dessverre har Blender en bratt
7585 læringskurve i starten, men det er absolutt verdt det.
7586
7587 &lt;p&gt;Til musikk bruker jeg stort Rhytmbox. Firefox til surfing på nettet og
7588 Thunderbird og Evolution til e-post,
7589
7590 &lt;p&gt;På database-siden bruker jeg PostgreSQL, Postgis og av og til Mysql.
7591
7592 &lt;p&gt;Når jeg får tid til å spille bruker jeg som regel et strategi-spill
7593 som er basert på TA Spring-motoren (springrts.com), her er det et
7594 veldig bra utvalg av gratis spill som er av høy kvalitet. Veldig lett
7595 å bli hektet :)&lt;/p&gt;
7596 </description>
7597 </item>
7598
7599 <item>
7600 <title>Inspirerende fra en ukjent Skolelinux-skole</title>
7601 <link>http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</link>
7602 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</guid>
7603 <pubDate>Tue, 4 Jan 2011 07:50:00 +0100</pubDate>
7604 <description>&lt;p&gt;Følgende inspirerende historie fant jeg i
7605 &lt;a href=&quot;http://www.digi.no/php/ny_debatt.php?id=858869#innlegg_770926&quot;&gt;kommentarfeltet
7606 hos digi.no&lt;/a&gt; i forbindelse med en trist sak om hvordan
7607 &lt;a href=&quot;http://www.digi.no/858869/datakaos-etter-linux-satsing&quot;&gt;skolen
7608 i Hemsedal har fått ødelagt&lt;/a&gt; sin Skolelinux-installasjon. Jeg har
7609 fikset endel åpenbare skrivefeil for lesbarhetens skyld.&lt;/p&gt;
7610
7611 &lt;blockquote&gt;
7612 &lt;p&gt;&lt;strong&gt;Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
7613 &lt;br&gt;av Inspektør Siri (gjest)
7614
7615 &lt;p&gt;Kommunen min har to omtrent jevnstore tettsteder, og en
7616 ungdomsskole i hvert av tettstedene. Den minste av disse har ca 300
7617 elever og til denne sogner det 3 barneskoler. Den største har ca 350
7618 elever og til denne sogner det 4 barneskoler.&lt;/p&gt;
7619
7620 &lt;ul&gt;
7621
7622 &lt;li&gt;Kommunen har i veldig lang tid forsømt IKT i skolen, og det har
7623 bare blitt gitt smuler i ny og ne. Det er kun den største av
7624 ungdomsskolene som har hatt en skikkelig datapark, og dette takket
7625 være en naturfaglærer som ble lei av å vente på kommunen. Det gjorde
7626 at vi bestemte oss for å ta ting i egne hender, og da vha
7627 skolelinux. En testinstallasjon med 10 gamle PCer ble gjort, og vi så
7628 raskt at dette var veldig lovende. Neste etappe var å gi alle lærere
7629 egen PC på arbeidsplassene sine (2004), og så sette opp 16 PCer på to
7630 datarom. Vi har kun basert oss på å kjøpe inn brukte maskiner, og
7631 aldri dyrere enn 1000 kr pr klient. For to år siden så hadde vi
7632 klienter i alle klasserom, og totalt hadde vi da rundt 250 stk. Rundt
7633 40 klienter brukes av lærerne og kjører på en egen server. Elvene har
7634 resten, og kjører også en egen server. Servere har vi også kjøpt
7635 brukt, 2 år gamle servere koster 6-7000 kroner.&lt;/li&gt;
7636
7637 &lt;li&gt;Skolen vår er et relativt gammelt bygg, men en meget dyktig
7638 vaktmester har sammen med IKT-ansvarlig/Naturfaglærer lagt kabler til alle
7639 rom. Gradvis har vi byttet ut billige svitsjer med mer solide saker
7640 som er mulig å fjernstyre.&lt;/li&gt;
7641
7642 &lt;li&gt;Vi har i all hovedsak greid å få dette til over eget budsjett, men
7643 vi har også passet på å få penger når de andre skolene har fått
7644 bærbare PCer til lærere osv.&lt;/li&gt;
7645
7646 &lt;li&gt;Vår IKT-ansvarlig har gjort (og gjør) en fenomenal jobb, og vi har
7647 en maskinpark som de andre av kommunens skoler bare kan drømme
7648 om.&lt;/li&gt;
7649
7650 &lt;/ul&gt;
7651
7652 &lt;p&gt;Så skjer det som ofte skjer. Det kommer en eller annen
7653 selger/blåruss og skal fikse ALT. I vårt tilfelle betyr dette også
7654 sentralisering av drift. Den ny-ansatte på kommunens IT-avdelingen
7655 skal også ha jobb, og ser for seg å ta over skoledriften. Kommunen
7656 kjøper inn eksterne driftstjenester, og nekter i samme slengen å ta
7657 hensyn til skolen vår. Dette til tross for at vi alene har like mange
7658 datamaskiner som de andre til sammen. &lt;/p&gt;
7659
7660 &lt;ul&gt;
7661
7662 &lt;li&gt;Det blir krevd at vi skal innlemmes i de kommunale systemet, og
7663 det er VI som får ansvar for at dette kommer på plass. Og det er her
7664 de horrible tingene begynner å skje. &lt;/li&gt;
7665
7666 &lt;li&gt;Det settes opp en lukket Exchange server som gjør av vi ikke kan
7667 hente epost for våre ansatte. Og det kreves at vi finner løsning på
7668 dette.&lt;/li&gt;
7669
7670 &lt;li&gt;Det velges sak arkivsystem som vi pålegges å bruke, noe som gjør
7671 at vi må bruke en terminalløsning mot kommunal server. Ikke i seg selv
7672 et problem i følge IKT-ansvarlig hos oss. Men kommunens IT-avd nektet
7673 faktisk å åpne de porter OSV som vi måtte bruke.&lt;/li&gt;
7674
7675 &lt;li&gt;Vi blir pålagt å flytte på innsiden av det kommunale
7676 nettverket. Dette gjorde at vi mistet hjemmekontor for lærere og
7677 elever. Å få åpnet porter i kommunal brannmur var ikke
7678 aktuelt. Mulighet for fjerndrift ble også vekk i samme slengen. &lt;/li&gt;
7679
7680 &lt;li&gt;Vår LMS Moodle er ikke mulig å nå for elevene og lærerne.
7681
7682 &lt;/ul&gt;
7683
7684 &lt;p&gt;Den andre ungdomsskolen i kommunen begynner så å kreve at de skal
7685 få bedre datatetthet, og komme opp på et nivå som ligner det vi
7686 har. De ser at vi kan avholde eksamen hvor alle 10. klassingene får
7687 sitte ved hver sin PC. Og de har fått tilbakemelding (klager) fra VGS
7688 om manglende datakompetanse på elevene som kommer fra dem. Dette fører
7689 videre til at kommunen endelig innser at de må ta grep. &lt;/p&gt;
7690
7691 &lt;p&gt;Grepet betyr sentralisering, og farvel til vår plattform får vi
7692 høre. Det blir gjort en rekke bestemmelser og vedtak som vi ikke får
7693 være en del av. Det blir helt klart at vi må redusere antall maskiner,
7694 og det skal satses på bærbare maskiner. Siden vi ikke har fått tatt
7695 del i prosessene som angår oss, så bruker vi fagforening. Vi har ikke
7696 blitt hørt i forbindelse med endringer som er betydelig for vår
7697 hverdag, og greier å stoppe omlegging. I tillegg så har vi et politisk
7698 vedtak i kommunen på at vi skal kjøre Linux på elevnett, og dette
7699 vedtaket kan ikke administrasjonen i kommunene helt uten videre
7700 tilsidesette. &lt;/p&gt;
7701
7702 &lt;p&gt;I sum har dette gjort at vi har fått jobbe videre i fred. Og en del
7703 runder i kommunens kontrollutvalg har gjort det tydelig at vi har blitt
7704 systematisk motarbeidet. &lt;/p&gt;
7705
7706 &lt;p&gt;I dag har de andre skolene fått sine bærbare maskiner til elever og
7707 lærere, men etter 2 år med innkjøring er det fremdeles problemer
7708 her. &lt;/p&gt;
7709
7710 &lt;ul&gt;
7711
7712 &lt;li&gt;Ungdomsskolen med windows kan ikke kjøre eksamen med sine bærbare,
7713 det er for mye arbeid å renske disse for innhold slik at juks ikke er
7714 mulig.&lt;/li&gt;
7715
7716 &lt;li&gt;Utskrift er et mareritt, etter sigende pga at utskrift først
7717 sendes til sentral server, og så sendes ut til rett skriver. I snitt
7718 så tar det 7-8 minutter før utskrift starter på enkelte av
7719 skolene.&lt;/li&gt;
7720
7721 &lt;li&gt;Trådløst skaper store problemer, og det er i perioder helt umulig
7722 å komme seg på nett. Og lagring på felles server er bare å glemme i
7723 perioder.&lt;/li&gt;
7724
7725 &lt;/ul&gt;
7726
7727 &lt;p&gt;Vi har slitt mye, kranglet og sloss. Ikke med tekniske problemer,
7728 men med omgivelsene rundt som vil oss til livs. Men det har vært verdt
7729 hver dråpe med svette, og timer med irritasjon. Men vi har begynt å få
7730 rutine her nå. &lt;/p&gt;
7731
7732 &lt;ul&gt;
7733
7734 &lt;li&gt;Vi har fremdeles et system som vi styrer helt selv. &lt;/li&gt;
7735 &lt;li&gt;Vi har vist at argumentet med at vår IKT-ansvarlig kan finne seg annen jobb ikke holder mål. Vi har kjøpt driftskonto hos et firma i tilfelle krise, og vi har kjørt opplæring på flere av de yngre lærerne. &lt;/li&gt;
7736 &lt;li&gt;Vi har til enhver tid en lærling IKT driftsfag, og velger selvsagt ut dem som satser på Linux. Vi har nå begynt å få tilbake av våre tidligere elever som vil til oss nettopp fordi vi har Linux.&lt;/li&gt;
7737 &lt;li&gt;Vi har vist at vi greier å opprettholde en dobbelt så stor datapark som naboskolen, og det til en billigere penge. &lt;/li&gt;
7738 &lt;li&gt;Vi har datastøtte og support på huset, ALLTID tilgjengelig. De andre skolene må vente flere dager hvis det ikke er noe kritisk. &lt;/li&gt;
7739 &lt;li&gt;Vår IKT-ansvarlig har 50% stilling som lærer og 50% som IKT-ansvarlig. &lt;/li&gt;
7740 &lt;li&gt;Vi har en lærer på hvert trinn som har 3 timer i uka til å drive support/støtte til de andre lærerne. &lt;/li&gt;
7741 &lt;li&gt;Vi opplever at de yngste lærerne ved den andre ungdomsskolen ønsker seg over til oss. &lt;/li&gt;
7742
7743 &lt;/ul&gt;
7744
7745 &lt;p&gt;Vi skal i løpet av året starte prosess med å planlegge ny skole, og vi har fått gjennomslag for at jeg (inspektør) og IKT-ansvarlig skal ha det fulle og hele ansvar for IKT/Infrastruktur. Begrunnelsen vår som ble avgjørende her, var at IT-avd i kommunen ikke kan noe om data i skolen. &lt;/p&gt;
7746
7747 &lt;p&gt;Beklager hvis dette ble litt usammenhengende, men det ble tastet i
7748 fei, og jeg har ikke lest gjennom&lt;/p&gt;
7749 &lt;/blockquote&gt;
7750
7751 &lt;p&gt;Det kom raskt et lite svar:&lt;/p&gt;
7752
7753 &lt;blockquote&gt;
7754 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
7755 &lt;br&gt;av captain_obvious&lt;/p&gt;
7756
7757 &lt;p&gt;Inspirerende å lese. Har dere gjort noe for å fortelle denne
7758 historien videre?&lt;/p&gt;
7759
7760 &lt;p&gt;Hadde vært svært interessant om dere tok kontakt med dokument 2 eller
7761 lignende for å fortelle hvordan det egentlig står til med
7762 IT-satsningen i kommune-Norge. Om ikke annet kan du begynner med å
7763 raffinere innlegget ditt og få en gjesteartikkel på digi.no&lt;/p&gt;
7764 &lt;/blockquote&gt;
7765
7766 &lt;p&gt;Og deretter en lengre oppfølging.&lt;/p&gt;
7767
7768 &lt;blockquote&gt;
7769 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
7770 &lt;br&gt;av Inspektør Siri (gjest)
7771
7772 &lt;p&gt;Joda, vi har lekt med tanken, og vi har t.o.m skrevet flere lengre
7773 leserinnlegg myntet på aviser. Disse er ikke sendt til aviser, men
7774 brukt internt i forbindelse med møter med kommune. Vår IKT-ansvarlig
7775 har også truet med å si opp jobben sin hvis det ikke ble tatt hensyn i
7776 større grad enn hva som har vært tilfelle. VI kan også dokumentere
7777 flere brudd på anbudsregler, og vi kjenner til at relativt store
7778 IT-leverandører som ikke har fått tatt del i disse anbudene, rett og
7779 slett ikke tør melde fra av redsel for å få et dårlig rykte. &lt;/p&gt;
7780
7781 &lt;p&gt;Alt ser ut til å roe seg ned, og vi har fått opp øynene på
7782 politikerne. I sum gjør dette at vi ikke ønsker for mye publisitet nå,
7783 det vil bare rote til igjen. &lt;/p&gt;
7784
7785 &lt;p&gt;Jeg glemte å nevne at vi nå nesten ikke bruker tid på å drifte
7786 systemet vårt, noe som gjør at det aller meste av tid blir brukt til å
7787 støtte lærerne og elevene. F.eks så bruker vår IKT-ansvarlig den
7788 første timen på jobb, 0730-0830 kun til å gå ute på arbeidsplassene
7789 til læreren. Dette for å kunne svare på små og store problem, gi tips
7790 og råd, eller bare for å plukke opp hva som er behovet ute i
7791 undervisningsarealene. Det er dessverre ikke slik at alle lærerne har
7792 nok digital kompetanse til å kunne formulere alle spørsmålene de har,
7793 men ved å kunne få vise eller lufte tanker med IKT-ansvarlig så er det
7794 utrolig hva som kommer fram. &lt;/p&gt;
7795
7796 &lt;ul&gt;
7797
7798 &lt;li&gt;Jeg ser at mange bruker økonomi som argument i forhold til å bruke
7799 SkoleLinux, og jeg skal ikke legge skjul på at det var dette som i
7800 utgangspunktet var årsaken til vårt valg. Men diskusjonene og kampen
7801 med kommunens IT-avdeling har gjort at vi har fått et noe annet
7802 fokus. Fordelene med drift og stabilitet, gjør at vi ville ha valgt
7803 samme løsning selv om den var dyrere. At vi slipper langt billigere
7804 unna, som følge av 0,- lisenskostnader og lave maskinvarekostnader, er
7805 bare en bonus. &lt;/li&gt;
7806
7807 &lt;li&gt;Etter å ha kranglet oss til å få skikkelig oversikt over hva de
7808 andre skolene i kommunen bruker på IT, så har vi fått gehør for å få
7809 samme midler til innkjøp. Dette har gjort at vi nå kan kjøpe inn
7810 utstyr som de andre skolene bare kan se langt etter. Vi har nettopp
7811 kjøpt inn 3 videokamera i semiproff-klassen for å kunne lage film,
7812 samt sende live fra skoleteater/konserter. Vi har kjøpt inn digitale
7813 kompaktkamera til alle klassene. Vi har et team av lærere som skal i
7814 gang med å teste ut tablets på svake elever. Håpet et at teknologien
7815 kan være med på å gi noen av elevene litt mer motivasjon. Vi har kjøpt
7816 inn et halvt klassesett med pulsklokker, noe som har vist seg å være
7817 overraskende inspirerende for en del av elevene. Vi har også oss på
7818 fag på en høyskole litt lengre sør for oss, slik at 3 av oss nå skal
7819 ta faget &quot;Linux tjenestedrift&quot;. Som inspektør og en del av skolens
7820 administrasjon er det veldig praktisk å kunne trå til hvis det
7821 kniper. Men IKT-ansvarlig har vært UTROLIG flink til å lage rene
7822 smørbrødlister for hvordan de mest vanlige driftsproblem løses, så det
7823 er lett for flere av oss å ta del i den daglige driften. Vi har svært
7824 stor nytte av lærling (som også hjelper to av naboskolene), men det er
7825 nesten blitt slik at det er om å gjøre å komme til først for å få løse
7826 problem. Det å få fingrene på problem og utfordringer er den aller
7827 beste læremester. &lt;/li&gt;
7828
7829 &lt;/ul&gt;
7830
7831 &lt;p&gt;Når vi nå tar til med planlegging av ny skole, så vil det være med
7832 tanke på at det skal være mulig med datautstyr på alle plasser. Vi
7833 kommer i all hovedsak til å legge kabel til alle tenkelige og
7834 utenkelige plasser. WiFi koster tilnærmet NULL å sette opp i
7835 ettertid.&lt;/p&gt;
7836
7837 &lt;p&gt;Vi har ikke vært noe flink til å bidra til SkoleLinux-prosjektet,
7838 vi har rett og slett vært for opptatt med vår egen kamp. Vi har hentet
7839 mye inspirasjon fra diskusjoner som har gått i det miljøet, og vi
7840 håper at vi nå framover kan få tid til å bidra. Vi er i ferd med å
7841 bytte ut en av serverne våre, og da vil denne trolig bli satt opp som
7842 testserver for neste versjon av Skolelinux. På den måten vil vi i alle
7843 fall kunne gi tilbakemeldinger og rapportere feil. I tillegg så vil
7844 det kanskje gi oss noen nye utfordringer, for som lærlingen vår sier:
7845 &quot;Skolelinux er noe herk, det skjer jo ikke noe galt og hvordan skal
7846 jeg da lære?&quot;&lt;/p&gt;
7847
7848 &lt;/blockquote&gt;
7849
7850 &lt;p&gt;Det er veldig hyggelig å høre at
7851 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; fungerer så bra i
7852 skoleverdagen etter å ha jobbet med det i 10 år.&lt;/p&gt;
7853 </description>
7854 </item>
7855
7856 <item>
7857 <title>How to test if a laptop is working with Linux</title>
7858 <link>http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</link>
7859 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</guid>
7860 <pubDate>Wed, 22 Dec 2010 14:55:00 +0100</pubDate>
7861 <description>&lt;p&gt;The last few days I have spent at work here at the &lt;a
7862 href=&quot;http://www.uio.no/&quot;&gt;University of Oslo&lt;/a&gt; testing if the new
7863 batch of computers will work with Linux. Every year for the last few
7864 years the university have organised shared bid of a few thousand
7865 computers, and this year HP won the bid. Two different desktops and
7866 five different laptops are on the list this year. We in the UNIX
7867 group want to know which one of these computers work well with RHEL
7868 and Ubuntu, the two Linux distributions we currently handle at the
7869 university.&lt;/p&gt;
7870
7871 &lt;p&gt;My test method is simple, and I share it here to get feedback and
7872 perhaps inspire others to test hardware as well. To test, I PXE
7873 install the OS version of choice, and log in as my normal user and run
7874 a few applications and plug in selected pieces of hardware. When
7875 something fail, I make a note about this in the test matrix and move
7876 on. If I have some spare time I try to report the bug to the OS
7877 vendor, but as I only have the machines for a short time, I rarely
7878 have the time to do this for all the problems I find.&lt;/p&gt;
7879
7880 &lt;p&gt;Anyway, to get to the point of this post. Here is the simple tests
7881 I perform on a new model.&lt;/p&gt;
7882
7883 &lt;ul&gt;
7884
7885 &lt;li&gt;Is PXE installation working? I&#39;m testing with RHEL6, Ubuntu Lucid
7886 and Ubuntu Maverik at the moment. If I feel like it, I also test with
7887 RHEL5 and Debian Edu/Squeeze.&lt;/li&gt;
7888
7889 &lt;li&gt;Is X.org working? If the graphical login screen show up after
7890 installation, X.org is working.&lt;/li&gt;
7891
7892 &lt;li&gt;Is hardware accelerated OpenGL working? Running glxgears (in
7893 package mesa-utils on Ubuntu) and writing down the frames per second
7894 reported by the program.&lt;/li&gt;
7895
7896 &lt;li&gt;Is sound working? With Gnome and KDE, a sound is played when
7897 logging in, and if I can hear this the test is successful. If there
7898 are several audio exits on the machine, I try them all and check if
7899 the Gnome/KDE audio mixer can control where to send the sound. I
7900 normally test this by playing
7901 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20101012-chef/ &quot;&gt;a HTML5
7902 video&lt;/a&gt; in Firefox/Iceweasel.&lt;/li&gt;
7903
7904 &lt;li&gt;Is the USB subsystem working? I test this by plugging in a USB
7905 memory stick and see if Gnome/KDE notices this.&lt;/li&gt;
7906
7907 &lt;li&gt;Is the CD/DVD player working? I test this by inserting any CD/DVD
7908 I have lying around, and see if Gnome/KDE notices this.&lt;/li&gt;
7909
7910 &lt;li&gt;Is any built in camera working? Test using cheese, and see if a
7911 picture from the v4l device show up.&lt;/li&gt;
7912
7913 &lt;li&gt;Is bluetooth working? Use the Gnome/KDE browsing tool to see if
7914 any bluetooth devices are discovered. In my office, I normally see a
7915 few.&lt;/li&gt;
7916
7917 &lt;li&gt;For laptops, is the SD or Compaq Flash reader working. I have
7918 memory modules lying around, and stick them in and see if Gnome/KDE
7919 notice this.&lt;/li&gt;
7920
7921 &lt;li&gt;For laptops, is suspend/hibernate working? I&#39;m testing if the
7922 special button work, and if the laptop continue to work after
7923 resume.&lt;/li&gt;
7924
7925 &lt;li&gt;For laptops, is the extra buttons working, like audio level,
7926 adjusting background light, switching on/off external video output,
7927 switching on/off wifi, bluetooth, etc? The set of buttons differ from
7928 laptop to laptop, so I just write down which are working and which are
7929 not.&lt;/li&gt;
7930
7931 &lt;li&gt;Some laptops have smart card readers, finger print readers,
7932 acceleration sensors etc. I rarely test these, as I do not know how
7933 to quickly test if they are working or not, so I only document their
7934 existence.&lt;/li&gt;
7935
7936 &lt;/ul&gt;
7937
7938 &lt;p&gt;By now I suspect you are really curious what the test results are
7939 for the HP machines I am testing. I&#39;m not done yet, so I will report
7940 the test results later. For now I can report that HP 8100 Elite work
7941 fine, and hibernation fail with HP EliteBook 8440p on Ubuntu Lucid,
7942 and audio fail on RHEL6. Ubuntu Maverik worked with 8440p. As you
7943 can see, I have most machines left to test. One interesting
7944 observation is that Ubuntu Lucid has almost twice the frame rate than
7945 RHEL6 with glxgears. No idea why.&lt;/p&gt;
7946 </description>
7947 </item>
7948
7949 <item>
7950 <title>Debian Edu development gathering and General Assembly for FRiSK</title>
7951 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</link>
7952 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</guid>
7953 <pubDate>Mon, 29 Nov 2010 18:40:00 +0100</pubDate>
7954 <description>&lt;p&gt;On friday, the first Debian Edu / Skolelinux
7955 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2010-12-03-05-Oslo&quot;&gt;development
7956 gathering&lt;/a&gt; in a long time take place here in Oslo, Norway. I
7957 really look forward to seeing all the good people working on the
7958 Squeeze release. The gathering is open for everyone interested in
7959 learning more about Debian Edu / Skolelinux.&lt;/p&gt;
7960
7961 &lt;p&gt;On Saturday, the Norwegian member organization taking care of
7962 organizing these development gatherings, Fri Programvare i Skolen,
7963 will hold its
7964 &lt;a href=&quot;http://friprogramvareiskolen.no/Genfors/2010&quot;&gt;General Assembly
7965 for 2010&lt;/a&gt;. Membership is open for all, and currently there are 388
7966 people registered as members. Last year 32 members cast their vote in
7967 the memberdb based election system. I hope more people find time to
7968 vote this year.&lt;/p&gt;
7969 </description>
7970 </item>
7971
7972 <item>
7973 <title>Why isn&#39;t Debian Edu using VLC?</title>
7974 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</link>
7975 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</guid>
7976 <pubDate>Sat, 27 Nov 2010 11:30:00 +0100</pubDate>
7977 <description>&lt;p&gt;In the latest issue of Linux Journal, the readers choices were
7978 presented, and the winner among the multimedia player were VLC.
7979 Personally, I like VLC, and it is my player of choice when I first try
7980 to play a video file or stream. Only if VLC fail will I drag out
7981 gmplayer to see if it can do better. The reason is mostly the failure
7982 model and trust. When VLC fail, it normally pop up a error message
7983 reporting the problem. When mplayer fail, it normally segfault or
7984 just hangs. The latter failure mode drain my trust in the program.&lt;p&gt;
7985
7986 &lt;p&gt;But even if VLC is my player of choice, we have choosen to use
7987 mplayer in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
7988 Edu/Skolelinux&lt;/a&gt;. The reason is simple. We need a good browser
7989 plugin to play web videos seamlessly, and the VLC browser plugin is
7990 not very good. For example, it lack in-line control buttons, so there
7991 is no way for the user to pause the video. Also, when I
7992 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;last
7993 tested the browser plugins&lt;/a&gt; available in Debian, the VLC plugin
7994 failed on several video pages where mplayer based plugins worked. If
7995 the browser plugin for VLC was as good as the gecko-mediaplayer
7996 package (which uses mplayer), we would switch.&lt;/P&gt;
7997
7998 &lt;p&gt;While VLC is a good player, its user interface is slightly
7999 annoying. The most annoying feature is its inconsistent use of
8000 keyboard shortcuts. When the player is in full screen mode, its
8001 shortcuts are different from when it is playing the video in a window.
8002 For example, space only work as pause when in full screen mode. I
8003 wish it had consisten shortcuts and that space also would work when in
8004 window mode. Another nice shortcut in gmplayer is [enter] to restart
8005 the current video. It is very nice when playing short videos from the
8006 web and want to restart it when new people arrive to have a look at
8007 what is going on.&lt;/p&gt;
8008 </description>
8009 </item>
8010
8011 <item>
8012 <title>Lenny-&gt;Squeeze upgrades of the Gnome and KDE desktop, now with apt-get autoremove</title>
8013 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades_of_the_Gnome_and_KDE_desktop__now_with_apt_get_autoremove.html</link>
8014 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades_of_the_Gnome_and_KDE_desktop__now_with_apt_get_autoremove.html</guid>
8015 <pubDate>Mon, 22 Nov 2010 14:15:00 +0100</pubDate>
8016 <description>&lt;p&gt;Michael Biebl suggested to me on IRC, that I changed my automated
8017 upgrade testing of the
8018 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
8019 Gnome and KDE Desktop&lt;/a&gt; to do &lt;tt&gt;apt-get autoremove&lt;/tt&gt; when using apt-get.
8020 This seem like a very good idea, so I adjusted by test scripts and
8021 can now present the updated result from today:&lt;/p&gt;
8022
8023 &lt;p&gt;This is for Gnome:&lt;/p&gt;
8024
8025 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8026
8027 &lt;blockquote&gt;&lt;p&gt;
8028 apache2.2-bin
8029 aptdaemon
8030 baobab
8031 binfmt-support
8032 browser-plugin-gnash
8033 cheese-common
8034 cli-common
8035 cups-pk-helper
8036 dmz-cursor-theme
8037 empathy
8038 empathy-common
8039 freedesktop-sound-theme
8040 freeglut3
8041 gconf-defaults-service
8042 gdm-themes
8043 gedit-plugins
8044 geoclue
8045 geoclue-hostip
8046 geoclue-localnet
8047 geoclue-manual
8048 geoclue-yahoo
8049 gnash
8050 gnash-common
8051 gnome
8052 gnome-backgrounds
8053 gnome-cards-data
8054 gnome-codec-install
8055 gnome-core
8056 gnome-desktop-environment
8057 gnome-disk-utility
8058 gnome-screenshot
8059 gnome-search-tool
8060 gnome-session-canberra
8061 gnome-system-log
8062 gnome-themes-extras
8063 gnome-themes-more
8064 gnome-user-share
8065 gstreamer0.10-fluendo-mp3
8066 gstreamer0.10-tools
8067 gtk2-engines
8068 gtk2-engines-pixbuf
8069 gtk2-engines-smooth
8070 hamster-applet
8071 libapache2-mod-dnssd
8072 libapr1
8073 libaprutil1
8074 libaprutil1-dbd-sqlite3
8075 libaprutil1-ldap
8076 libart2.0-cil
8077 libboost-date-time1.42.0
8078 libboost-python1.42.0
8079 libboost-thread1.42.0
8080 libchamplain-0.4-0
8081 libchamplain-gtk-0.4-0
8082 libcheese-gtk18
8083 libclutter-gtk-0.10-0
8084 libcryptui0
8085 libdiscid0
8086 libelf1
8087 libepc-1.0-2
8088 libepc-common
8089 libepc-ui-1.0-2
8090 libfreerdp-plugins-standard
8091 libfreerdp0
8092 libgconf2.0-cil
8093 libgdata-common
8094 libgdata7
8095 libgdu-gtk0
8096 libgee2
8097 libgeoclue0
8098 libgexiv2-0
8099 libgif4
8100 libglade2.0-cil
8101 libglib2.0-cil
8102 libgmime2.4-cil
8103 libgnome-vfs2.0-cil
8104 libgnome2.24-cil
8105 libgnomepanel2.24-cil
8106 libgpod-common
8107 libgpod4
8108 libgtk2.0-cil
8109 libgtkglext1
8110 libgtksourceview2.0-common
8111 libmono-addins-gui0.2-cil
8112 libmono-addins0.2-cil
8113 libmono-cairo2.0-cil
8114 libmono-corlib2.0-cil
8115 libmono-i18n-west2.0-cil
8116 libmono-posix2.0-cil
8117 libmono-security2.0-cil
8118 libmono-sharpzip2.84-cil
8119 libmono-system2.0-cil
8120 libmtp8
8121 libmusicbrainz3-6
8122 libndesk-dbus-glib1.0-cil
8123 libndesk-dbus1.0-cil
8124 libopal3.6.8
8125 libpolkit-gtk-1-0
8126 libpt2.6.7
8127 libpython2.6
8128 librpm1
8129 librpmio1
8130 libsdl1.2debian
8131 libsrtp0
8132 libssh-4
8133 libtelepathy-farsight0
8134 libtelepathy-glib0
8135 libtidy-0.99-0
8136 media-player-info
8137 mesa-utils
8138 mono-2.0-gac
8139 mono-gac
8140 mono-runtime
8141 nautilus-sendto
8142 nautilus-sendto-empathy
8143 p7zip-full
8144 pkg-config
8145 python-aptdaemon
8146 python-aptdaemon-gtk
8147 python-axiom
8148 python-beautifulsoup
8149 python-bugbuddy
8150 python-clientform
8151 python-coherence
8152 python-configobj
8153 python-crypto
8154 python-cupshelpers
8155 python-elementtree
8156 python-epsilon
8157 python-evolution
8158 python-feedparser
8159 python-gdata
8160 python-gdbm
8161 python-gst0.10
8162 python-gtkglext1
8163 python-gtksourceview2
8164 python-httplib2
8165 python-louie
8166 python-mako
8167 python-markupsafe
8168 python-mechanize
8169 python-nevow
8170 python-notify
8171 python-opengl
8172 python-openssl
8173 python-pam
8174 python-pkg-resources
8175 python-pyasn1
8176 python-pysqlite2
8177 python-rdflib
8178 python-serial
8179 python-tagpy
8180 python-twisted-bin
8181 python-twisted-conch
8182 python-twisted-core
8183 python-twisted-web
8184 python-utidylib
8185 python-webkit
8186 python-xdg
8187 python-zope.interface
8188 remmina
8189 remmina-plugin-data
8190 remmina-plugin-rdp
8191 remmina-plugin-vnc
8192 rhythmbox-plugin-cdrecorder
8193 rhythmbox-plugins
8194 rpm-common
8195 rpm2cpio
8196 seahorse-plugins
8197 shotwell
8198 software-center
8199 system-config-printer-udev
8200 telepathy-gabble
8201 telepathy-mission-control-5
8202 telepathy-salut
8203 tomboy
8204 totem
8205 totem-coherence
8206 totem-mozilla
8207 totem-plugins
8208 transmission-common
8209 xdg-user-dirs
8210 xdg-user-dirs-gtk
8211 xserver-xephyr
8212 &lt;/p&gt;&lt;/blockquote&gt;
8213
8214 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
8215
8216 &lt;blockquote&gt;&lt;p&gt;
8217 cheese
8218 ekiga
8219 eog
8220 epiphany-extensions
8221 evolution-exchange
8222 fast-user-switch-applet
8223 file-roller
8224 gcalctool
8225 gconf-editor
8226 gdm
8227 gedit
8228 gedit-common
8229 gnome-games
8230 gnome-games-data
8231 gnome-nettool
8232 gnome-system-tools
8233 gnome-themes
8234 gnuchess
8235 gucharmap
8236 guile-1.8-libs
8237 libavahi-ui0
8238 libdmx1
8239 libgalago3
8240 libgtk-vnc-1.0-0
8241 libgtksourceview2.0-0
8242 liblircclient0
8243 libsdl1.2debian-alsa
8244 libspeexdsp1
8245 libsvga1
8246 rhythmbox
8247 seahorse
8248 sound-juicer
8249 system-config-printer
8250 totem-common
8251 transmission-gtk
8252 vinagre
8253 vino
8254 &lt;/p&gt;&lt;/blockquote&gt;
8255
8256 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8257
8258 &lt;blockquote&gt;&lt;p&gt;
8259 gstreamer0.10-gnomevfs
8260 &lt;/p&gt;&lt;/blockquote&gt;
8261
8262 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8263
8264 &lt;blockquote&gt;&lt;p&gt;
8265 [nothing]
8266 &lt;/p&gt;&lt;/blockquote&gt;
8267
8268 &lt;p&gt;This is for KDE:&lt;/p&gt;
8269
8270 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8271
8272 &lt;blockquote&gt;&lt;p&gt;
8273 ksmserver
8274 &lt;/p&gt;&lt;/blockquote&gt;
8275
8276 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
8277
8278 &lt;blockquote&gt;&lt;p&gt;
8279 kwin
8280 network-manager-kde
8281 &lt;/p&gt;&lt;/blockquote&gt;
8282
8283 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8284
8285 &lt;blockquote&gt;&lt;p&gt;
8286 arts
8287 dolphin
8288 freespacenotifier
8289 google-gadgets-gst
8290 google-gadgets-xul
8291 kappfinder
8292 kcalc
8293 kcharselect
8294 kde-core
8295 kde-plasma-desktop
8296 kde-standard
8297 kde-window-manager
8298 kdeartwork
8299 kdeartwork-emoticons
8300 kdeartwork-style
8301 kdeartwork-theme-icon
8302 kdebase
8303 kdebase-apps
8304 kdebase-workspace
8305 kdebase-workspace-bin
8306 kdebase-workspace-data
8307 kdeeject
8308 kdelibs
8309 kdeplasma-addons
8310 kdeutils
8311 kdewallpapers
8312 kdf
8313 kfloppy
8314 kgpg
8315 khelpcenter4
8316 kinfocenter
8317 konq-plugins-l10n
8318 konqueror-nsplugins
8319 kscreensaver
8320 kscreensaver-xsavers
8321 ktimer
8322 kwrite
8323 libgle3
8324 libkde4-ruby1.8
8325 libkonq5
8326 libkonq5-templates
8327 libnetpbm10
8328 libplasma-ruby
8329 libplasma-ruby1.8
8330 libqt4-ruby1.8
8331 marble-data
8332 marble-plugins
8333 netpbm
8334 nuvola-icon-theme
8335 plasma-dataengines-workspace
8336 plasma-desktop
8337 plasma-desktopthemes-artwork
8338 plasma-runners-addons
8339 plasma-scriptengine-googlegadgets
8340 plasma-scriptengine-python
8341 plasma-scriptengine-qedje
8342 plasma-scriptengine-ruby
8343 plasma-scriptengine-webkit
8344 plasma-scriptengines
8345 plasma-wallpapers-addons
8346 plasma-widget-folderview
8347 plasma-widget-networkmanagement
8348 ruby
8349 sweeper
8350 update-notifier-kde
8351 xscreensaver-data-extra
8352 xscreensaver-gl
8353 xscreensaver-gl-extra
8354 xscreensaver-screensaver-bsod
8355 &lt;/p&gt;&lt;/blockquote&gt;
8356
8357 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8358
8359 &lt;blockquote&gt;&lt;p&gt;
8360 ark
8361 google-gadgets-common
8362 google-gadgets-qt
8363 htdig
8364 kate
8365 kdebase-bin
8366 kdebase-data
8367 kdepasswd
8368 kfind
8369 klipper
8370 konq-plugins
8371 konqueror
8372 ksysguard
8373 ksysguardd
8374 libarchive1
8375 libcln6
8376 libeet1
8377 libeina-svn-06
8378 libggadget-1.0-0b
8379 libggadget-qt-1.0-0b
8380 libgps19
8381 libkdecorations4
8382 libkephal4
8383 libkonq4
8384 libkonqsidebarplugin4a
8385 libkscreensaver5
8386 libksgrd4
8387 libksignalplotter4
8388 libkunitconversion4
8389 libkwineffects1a
8390 libmarblewidget4
8391 libntrack-qt4-1
8392 libntrack0
8393 libplasma-geolocation-interface4
8394 libplasmaclock4a
8395 libplasmagenericshell4
8396 libprocesscore4a
8397 libprocessui4a
8398 libqalculate5
8399 libqedje0a
8400 libqtruby4shared2
8401 libqzion0a
8402 libruby1.8
8403 libscim8c2a
8404 libsmokekdecore4-3
8405 libsmokekdeui4-3
8406 libsmokekfile3
8407 libsmokekhtml3
8408 libsmokekio3
8409 libsmokeknewstuff2-3
8410 libsmokeknewstuff3-3
8411 libsmokekparts3
8412 libsmokektexteditor3
8413 libsmokekutils3
8414 libsmokenepomuk3
8415 libsmokephonon3
8416 libsmokeplasma3
8417 libsmokeqtcore4-3
8418 libsmokeqtdbus4-3
8419 libsmokeqtgui4-3
8420 libsmokeqtnetwork4-3
8421 libsmokeqtopengl4-3
8422 libsmokeqtscript4-3
8423 libsmokeqtsql4-3
8424 libsmokeqtsvg4-3
8425 libsmokeqttest4-3
8426 libsmokeqtuitools4-3
8427 libsmokeqtwebkit4-3
8428 libsmokeqtxml4-3
8429 libsmokesolid3
8430 libsmokesoprano3
8431 libtaskmanager4a
8432 libtidy-0.99-0
8433 libweather-ion4a
8434 libxklavier16
8435 libxxf86misc1
8436 okteta
8437 oxygencursors
8438 plasma-dataengines-addons
8439 plasma-scriptengine-superkaramba
8440 plasma-widget-lancelot
8441 plasma-widgets-addons
8442 plasma-widgets-workspace
8443 polkit-kde-1
8444 ruby1.8
8445 systemsettings
8446 update-notifier-common
8447 &lt;/p&gt;&lt;/blockquote&gt;
8448
8449 &lt;p&gt;Running apt-get autoremove made the results using apt-get and
8450 aptitude a bit more similar, but there are still quite a lott of
8451 differences. I have no idea what packages should be installed after
8452 the upgrade, but hope those that do can have a look.&lt;/p&gt;
8453 </description>
8454 </item>
8455
8456 <item>
8457 <title>Migrating Xen virtual machines using LVM to KVM using disk images</title>
8458 <link>http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</link>
8459 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</guid>
8460 <pubDate>Mon, 22 Nov 2010 11:20:00 +0100</pubDate>
8461 <description>&lt;p&gt;Most of the computers in use by the
8462 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux project&lt;/a&gt;
8463 are virtual machines. And they have been Xen machines running on a
8464 fairly old IBM eserver xseries 345 machine, and we wanted to migrate
8465 them to KVM on a newer Dell PowerEdge 2950 host machine. This was a
8466 bit harder that it could have been, because we set up the Xen virtual
8467 machines to get the virtual partitions from LVM, which as far as I
8468 know is not supported by KVM. So to migrate, we had to convert
8469 several LVM logical volumes to partitions on a virtual disk file.&lt;/p&gt;
8470
8471 &lt;p&gt;I found
8472 &lt;a href=&quot;http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM&quot;&gt;a
8473 nice recipe&lt;/a&gt; to do this, and wrote the following script to do the
8474 migration. It uses qemu-img from the qemu package to make the disk
8475 image, parted to partition it, losetup and kpartx to present the disk
8476 image partions as devices, and dd to copy the data. I NFS mounted the
8477 new servers storage area on the old server to do the migration.&lt;/p&gt;
8478
8479 &lt;pre&gt;
8480 #!/bin/sh
8481
8482 # Based on
8483 # http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM
8484
8485 set -e
8486 set -x
8487
8488 if [ -z &quot;$1&quot; ] ; then
8489 echo &quot;Usage: $0 &amp;lt;hostname&amp;gt;&quot;
8490 exit 1
8491 else
8492 host=&quot;$1&quot;
8493 fi
8494
8495 if [ ! -e /dev/vg_data/$host-disk ] ; then
8496 echo &quot;error: unable to find LVM volume for $host&quot;
8497 exit 1
8498 fi
8499
8500 # Partitions need to be a bit bigger than the LVM LVs. not sure why.
8501 disksize=$( lvs --units m | grep $host-disk | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
8502 swapsize=$( lvs --units m | grep $host-swap | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
8503 totalsize=$(( ( $disksize + $swapsize ) ))
8504
8505 img=$host.img
8506 #dd if=/dev/zero of=$img bs=1M count=$(( $disksize + $swapsize ))
8507 qemu-img create $img ${totalsize}MMaking room on the Debian Edu/Sqeeze DVD
8508
8509 parted $img mklabel msdos
8510 parted $img mkpart primary linux-swap 0 $disksize
8511 parted $img mkpart primary ext2 $disksize $totalsize
8512 parted $img set 1 boot on
8513
8514 modprobe dm-mod
8515 losetup /dev/loop0 $img
8516 kpartx -a /dev/loop0
8517
8518 dd if=/dev/vg_data/$host-disk of=/dev/mapper/loop0p1 bs=1M
8519 fsck.ext3 -f /dev/mapper/loop0p1 || true
8520 mkswap /dev/mapper/loop0p2
8521
8522 kpartx -d /dev/loop0
8523 losetup -d /dev/loop0
8524 &lt;/pre&gt;
8525
8526 &lt;p&gt;The script is perhaps so simple that it is not copyrightable, but
8527 if it is, it is licenced using GPL v2 or later at your discretion.&lt;/p&gt;
8528
8529 &lt;p&gt;After doing this, I booted a Debian CD in rescue mode in KVM with
8530 the new disk image attached, installed grub-pc and linux-image-686 and
8531 set up grub to boot from the disk image. After this, the KVM machines
8532 seem to work just fine.&lt;/p&gt;
8533 </description>
8534 </item>
8535
8536 <item>
8537 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome and KDE desktop</title>
8538 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</link>
8539 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</guid>
8540 <pubDate>Sat, 20 Nov 2010 22:50:00 +0100</pubDate>
8541 <description>&lt;p&gt;I&#39;m still running upgrade testing of the
8542 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
8543 Gnome and KDE Desktop&lt;/a&gt;, but have not had time to spend on reporting the
8544 status. Here is a short update based on a test I ran 20101118.&lt;/p&gt;
8545
8546 &lt;p&gt;I still do not know what a correct migration should look like, so I
8547 report any differences between apt and aptitude and hope someone else
8548 can see if anything should be changed.&lt;/p&gt;
8549
8550 &lt;p&gt;This is for Gnome:&lt;/p&gt;
8551
8552 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8553
8554 &lt;blockquote&gt;&lt;p&gt;
8555 apache2.2-bin aptdaemon at-spi baobab binfmt-support
8556 browser-plugin-gnash cheese-common cli-common cpp-4.3 cups-pk-helper
8557 dmz-cursor-theme empathy empathy-common finger
8558 freedesktop-sound-theme freeglut3 gconf-defaults-service gdm-themes
8559 gedit-plugins geoclue geoclue-hostip geoclue-localnet geoclue-manual
8560 geoclue-yahoo gnash gnash-common gnome gnome-backgrounds
8561 gnome-cards-data gnome-codec-install gnome-core
8562 gnome-desktop-environment gnome-disk-utility gnome-screenshot
8563 gnome-search-tool gnome-session-canberra gnome-spell
8564 gnome-system-log gnome-themes-extras gnome-themes-more
8565 gnome-user-share gs-common gstreamer0.10-fluendo-mp3
8566 gstreamer0.10-tools gtk2-engines gtk2-engines-pixbuf
8567 gtk2-engines-smooth hal-info hamster-applet libapache2-mod-dnssd
8568 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
8569 libart2.0-cil libatspi1.0-0 libboost-date-time1.42.0
8570 libboost-python1.42.0 libboost-thread1.42.0 libchamplain-0.4-0
8571 libchamplain-gtk-0.4-0 libcheese-gtk18 libclutter-gtk-0.10-0
8572 libcryptui0 libcupsys2 libdiscid0 libeel2-data libelf1 libepc-1.0-2
8573 libepc-common libepc-ui-1.0-2 libfreerdp-plugins-standard
8574 libfreerdp0 libgail-common libgconf2.0-cil libgdata-common libgdata7
8575 libgdl-1-common libgdu-gtk0 libgee2 libgeoclue0 libgexiv2-0 libgif4
8576 libglade2.0-cil libglib2.0-cil libgmime2.4-cil libgnome-vfs2.0-cil
8577 libgnome2.24-cil libgnomepanel2.24-cil libgnomeprint2.2-data
8578 libgnomeprintui2.2-common libgnomevfs2-bin libgpod-common libgpod4
8579 libgtk2.0-cil libgtkglext1 libgtksourceview-common
8580 libgtksourceview2.0-common libmono-addins-gui0.2-cil
8581 libmono-addins0.2-cil libmono-cairo2.0-cil libmono-corlib2.0-cil
8582 libmono-i18n-west2.0-cil libmono-posix2.0-cil
8583 libmono-security2.0-cil libmono-sharpzip2.84-cil
8584 libmono-system2.0-cil libmtp8 libmusicbrainz3-6
8585 libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libopal3.6.8
8586 libpolkit-gtk-1-0 libpt-1.10.10-plugins-alsa
8587 libpt-1.10.10-plugins-v4l libpt2.6.7 libpython2.6 librpm1 librpmio1
8588 libsdl1.2debian libservlet2.4-java libsrtp0 libssh-4
8589 libtelepathy-farsight0 libtelepathy-glib0 libtidy-0.99-0
8590 libxalan2-java libxerces2-java media-player-info mesa-utils
8591 mono-2.0-gac mono-gac mono-runtime nautilus-sendto
8592 nautilus-sendto-empathy openoffice.org-writer2latex
8593 openssl-blacklist p7zip p7zip-full pkg-config python-4suite-xml
8594 python-aptdaemon python-aptdaemon-gtk python-axiom
8595 python-beautifulsoup python-bugbuddy python-clientform
8596 python-coherence python-configobj python-crypto python-cupshelpers
8597 python-cupsutils python-eggtrayicon python-elementtree
8598 python-epsilon python-evolution python-feedparser python-gdata
8599 python-gdbm python-gst0.10 python-gtkglext1 python-gtkmozembed
8600 python-gtksourceview2 python-httplib2 python-louie python-mako
8601 python-markupsafe python-mechanize python-nevow python-notify
8602 python-opengl python-openssl python-pam python-pkg-resources
8603 python-pyasn1 python-pysqlite2 python-rdflib python-serial
8604 python-tagpy python-twisted-bin python-twisted-conch
8605 python-twisted-core python-twisted-web python-utidylib python-webkit
8606 python-xdg python-zope.interface remmina remmina-plugin-data
8607 remmina-plugin-rdp remmina-plugin-vnc rhythmbox-plugin-cdrecorder
8608 rhythmbox-plugins rpm-common rpm2cpio seahorse-plugins shotwell
8609 software-center svgalibg1 system-config-printer-udev
8610 telepathy-gabble telepathy-mission-control-5 telepathy-salut tomboy
8611 totem totem-coherence totem-mozilla totem-plugins
8612 transmission-common xdg-user-dirs xdg-user-dirs-gtk xserver-xephyr
8613 zip
8614 &lt;/p&gt;&lt;/blockquote&gt;
8615
8616 Installed using apt-get, removed with aptitude
8617
8618 &lt;blockquote&gt;&lt;p&gt;
8619 arj bluez-utils cheese dhcdbd djvulibre-desktop ekiga eog
8620 epiphany-extensions epiphany-gecko evolution-exchange
8621 fast-user-switch-applet file-roller gcalctool gconf-editor gdm gedit
8622 gedit-common gnome-app-install gnome-games gnome-games-data
8623 gnome-nettool gnome-system-tools gnome-themes gnome-utils
8624 gnome-vfs-obexftp gnome-volume-manager gnuchess gucharmap
8625 guile-1.8-libs hal libavahi-compat-libdnssd1 libavahi-core5
8626 libavahi-ui0 libbind9-50 libbluetooth2 libcamel1.2-11 libcdio7
8627 libcucul0 libcurl3 libdirectfb-1.0-0 libdmx1 libdvdread3
8628 libedata-cal1.2-6 libedataserver1.2-9 libeel2-2.20 libepc-1.0-1
8629 libepc-ui-1.0-1 libexchange-storage1.2-3 libfaad0 libgadu3
8630 libgalago3 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
8631 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
8632 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
8633 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtk-vnc-1.0-0
8634 libgtkhtml2-0 libgtksourceview1.0-0 libgtksourceview2.0-0
8635 libgucharmap6 libhesiod0 libicu38 libisccc50 libisccfg50 libiw29
8636 libjaxp1.3-java-gcj libkpathsea4 liblircclient0 libltdl3 liblwres50
8637 libmagick++10 libmagick10 libmalaga7 libmozjs1d libmpfr1ldbl libmtp7
8638 libmysqlclient15off libnautilus-burn4 libneon27 libnm-glib0
8639 libnm-util0 libopal-2.2 libosp5 libparted1.8-10 libpisock9
8640 libpisync1 libpoppler-glib3 libpoppler3 libpt-1.10.10 libraw1394-8
8641 libsdl1.2debian-alsa libsensors3 libsexy2 libsmbios2 libsoup2.2-8
8642 libspeexdsp1 libssh2-1 libsuitesparse-3.1.0 libsvga1
8643 libswfdec-0.6-90 libtalloc1 libtotem-plparser10 libtrackerclient0
8644 libvoikko1 libxalan2-java-gcj libxerces2-java-gcj libxklavier12
8645 libxtrap6 libxxf86misc1 libzephyr3 mysql-common rhythmbox seahorse
8646 sound-juicer swfdec-gnome system-config-printer totem-common
8647 totem-gstreamer transmission-gtk vinagre vino w3c-dtd-xhtml wodim
8648 &lt;/p&gt;&lt;/blockquote&gt;
8649
8650 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8651
8652 &lt;blockquote&gt;&lt;p&gt;
8653 gstreamer0.10-gnomevfs
8654 &lt;/p&gt;&lt;/blockquote&gt;
8655
8656 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8657
8658 &lt;blockquote&gt;&lt;p&gt;
8659 [nothing]
8660 &lt;/p&gt;&lt;/blockquote&gt;
8661
8662 &lt;p&gt;This is for KDE:&lt;/p&gt;
8663
8664 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8665
8666 &lt;blockquote&gt;&lt;p&gt;
8667 autopoint bomber bovo cantor cantor-backend-kalgebra cpp-4.3 dcoprss
8668 edict espeak espeak-data eyesapplet fifteenapplet finger gettext
8669 ghostscript-x git gnome-audio gnugo granatier gs-common
8670 gstreamer0.10-pulseaudio indi kaddressbook-plugins kalgebra
8671 kalzium-data kanjidic kapman kate-plugins kblocks kbreakout kbstate
8672 kde-icons-mono kdeaccessibility kdeaddons-kfile-plugins
8673 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
8674 kdeedu kdeedu-data kdeedu-kvtml-data kdegames kdegames-card-data
8675 kdegames-mahjongg-data kdegraphics-kfile-plugins kdelirc
8676 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
8677 kdepim-kfile-plugins kdepim-kio-plugins kdessh kdetoys kdewebdev
8678 kdiamond kdnssd kfilereplace kfourinline kgeography-data kigo
8679 killbots kiriki klettres-data kmoon kmrml knewsticker-scripts
8680 kollision kpf krosspython ksirk ksmserver ksquares kstars-data
8681 ksudoku kubrick kweather libasound2-plugins libboost-python1.42.0
8682 libcfitsio3 libconvert-binhex-perl libcrypt-ssleay-perl libdb4.6++
8683 libdjvulibre-text libdotconf1.0 liberror-perl libespeak1
8684 libfinance-quote-perl libgail-common libgsl0ldbl libhtml-parser-perl
8685 libhtml-tableextract-perl libhtml-tagset-perl libhtml-tree-perl
8686 libio-stringy-perl libkdeedu4 libkdegames5 libkiten4 libkpathsea5
8687 libkrossui4 libmailtools-perl libmime-tools-perl
8688 libnews-nntpclient-perl libopenbabel3 libportaudio2 libpulse-browse0
8689 libservlet2.4-java libspeechd2 libtiff-tools libtimedate-perl
8690 libunistring0 liburi-perl libwww-perl libxalan2-java libxerces2-java
8691 lirc luatex marble networkstatus noatun-plugins
8692 openoffice.org-writer2latex palapeli palapeli-data parley
8693 parley-data poster psutils pulseaudio pulseaudio-esound-compat
8694 pulseaudio-module-x11 pulseaudio-utils quanta-data rocs rsync
8695 speech-dispatcher step svgalibg1 texlive-binaries texlive-luatex
8696 ttf-sazanami-gothic
8697 &lt;/p&gt;&lt;/blockquote&gt;
8698
8699 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
8700
8701 &lt;blockquote&gt;&lt;p&gt;
8702 amor artsbuilder atlantik atlantikdesigner blinken bluez-utils cvs
8703 dhcdbd djvulibre-desktop imlib-base imlib11 kalzium kanagram kandy
8704 kasteroids katomic kbackgammon kbattleship kblackbox kbounce kbruch
8705 kcron kdat kdemultimedia-kappfinder-data kdeprint kdict kdvi kedit
8706 keduca kenolaba kfax kfaxview kfouleggs kgeography kghostview
8707 kgoldrunner khangman khexedit kiconedit kig kimagemapeditor
8708 kitchensync kiten kjumpingcube klatin klettres klickety klines
8709 klinkstatus kmag kmahjongg kmailcvt kmenuedit kmid kmilo kmines
8710 kmousetool kmouth kmplot knetwalk kodo kolf kommander konquest kooka
8711 kpager kpat kpdf kpercentage kpilot kpoker kpovmodeler krec
8712 kregexpeditor kreversi ksame ksayit kshisen ksig ksim ksirc ksirtet
8713 ksmiletris ksnake ksokoban kspaceduel kstars ksvg ksysv kteatime
8714 ktip ktnef ktouch ktron kttsd ktuberling kturtle ktux kuickshow
8715 kverbos kview kviewshell kvoctrain kwifimanager kwin kwin4 kwordquiz
8716 kworldclock kxsldbg libakode2 libarts1-akode libarts1-audiofile
8717 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
8718 libavahi-core5 libavc1394-0 libbind9-50 libbluetooth2
8719 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0
8720 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
8721 libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0 libicu38
8722 libiec61883-0 libindex0 libisccc50 libisccfg50 libiw29
8723 libjaxp1.3-java-gcj libk3b3 libkcal2b libkcddb1 libkdeedu3
8724 libkdegames1 libkdepim1a libkgantt0 libkleopatra1 libkmime2
8725 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
8726 libksieve0 libktnef1 liblockdev1 libltdl3 liblwres50 libmagick10
8727 libmimelib1c2a libmodplug0c2 libmozjs1d libmpcdec3 libmpfr1ldbl
8728 libneon27 libnm-util0 libopensync0 libpisock9 libpoppler-glib3
8729 libpoppler-qt2 libpoppler3 libraw1394-8 librss1 libsensors3
8730 libsmbios2 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90
8731 libtalloc1 libxalan2-java-gcj libxerces2-java-gcj libxtrap6 lskat
8732 mpeglib network-manager-kde noatun pmount tex-common texlive-base
8733 texlive-common texlive-doc-base texlive-fonts-recommended tidy
8734 ttf-dustin ttf-kochi-gothic ttf-sjfonts
8735 &lt;/p&gt;&lt;/blockquote&gt;
8736
8737 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8738
8739 &lt;blockquote&gt;&lt;p&gt;
8740 dolphin kde-core kde-plasma-desktop kde-standard kde-window-manager
8741 kdeartwork kdebase kdebase-apps kdebase-workspace
8742 kdebase-workspace-bin kdebase-workspace-data kdeutils kscreensaver
8743 kscreensaver-xsavers libgle3 libkonq5 libkonq5-templates libnetpbm10
8744 netpbm plasma-widget-folderview plasma-widget-networkmanagement
8745 xscreensaver-data-extra xscreensaver-gl xscreensaver-gl-extra
8746 xscreensaver-screensaver-bsod
8747 &lt;/p&gt;&lt;/blockquote&gt;
8748
8749 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8750
8751 &lt;blockquote&gt;&lt;p&gt;
8752 kdebase-bin konq-plugins konqueror
8753 &lt;/p&gt;&lt;/blockquote&gt;
8754 </description>
8755 </item>
8756
8757 <item>
8758 <title>Gnash buildbot slave and Debian kfreebsd</title>
8759 <link>http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</link>
8760 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</guid>
8761 <pubDate>Sat, 20 Nov 2010 07:20:00 +0100</pubDate>
8762 <description>&lt;p&gt;Answering
8763 &lt;a href=&quot;http://www.listware.net/201011/gnash-dev/67431-gnash-dev-buildbot-looking-for-slaves.html&quot;&gt;the
8764 call from the Gnash project&lt;/a&gt; for
8765 &lt;a href=&quot;http://www.gnashdev.org:8010&quot;&gt;buildbot&lt;/a&gt; slaves to test the
8766 current source, I have set up a virtual KVM machine on the Debian
8767 Edu/Skolelinux virtualization host to test the git source on
8768 Debian/Squeeze. I hope this can help the developers in getting new
8769 releases out more often.&lt;/p&gt;
8770
8771 &lt;p&gt;As the developers want less main-stream build platforms tested to,
8772 I have considered setting up a &lt;a
8773 href=&quot;http://www.debian.org/ports/kfreebsd-gnu/&quot;&gt;Debian/kfreebsd&lt;/a&gt;
8774 machine as well. I have also considered using the kfreebsd
8775 architecture in Debian as a file server in NUUG to get access to the 5
8776 TB zfs volume we currently use to store DV video. Because of this, I
8777 finally got around to do a test installation of Debian/Squeeze with
8778 kfreebsd. Installation went fairly smooth, thought I noticed some
8779 visual glitches in the cdebconf dialogs (black cursor left on the
8780 screen at random locations). Have not gotten very far with the
8781 testing. Noticed cfdisk did not work, but fdisk did so it was not a
8782 fatal problem. Have to spend some more time on it to see if it is
8783 useful as a file server for NUUG. Will try to find time to set up a
8784 gnash buildbot slave on the Debian Edu/Skolelinux this weekend.&lt;/p&gt;
8785 </description>
8786 </item>
8787
8788 <item>
8789 <title>Making room on the Debian Edu/Sqeeze DVD</title>
8790 <link>http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</link>
8791 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</guid>
8792 <pubDate>Sun, 7 Nov 2010 11:45:00 +0100</pubDate>
8793 <description>&lt;p&gt;Prioritising packages for the Debian Edu /
8794 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; DVD, which is
8795 supposed provide a school with all the services and user applications
8796 needed on the pupils computer network has always been hard. Even
8797 schools without Internet connections should be able to get Debian Edu
8798 working using this DVD.&lt;/p&gt;
8799
8800 &lt;p&gt;The job became a lot harder when apt and aptitude started
8801 installing recommended packages by default. We want the same set of
8802 packages to be installed when using the DVD and the netinst CD, and
8803 that means all recommended packages need to be on the DVD. I created
8804 a patch for debian-cd in &lt;a href=&quot;http://bugs.debian.org/601203&quot;&gt;BTS
8805 report #601203&lt;/a&gt; to do this, and since this change was applied to
8806 the Debian Edu DVD build, we have been seriously short on space.&lt;/p&gt;
8807
8808 &lt;p&gt;A few days ago we decided to drop blender, wxmaxima and kicad from
8809 the default installation to save space on the DVD, believing that
8810 those needing these applications are few and can get them from the
8811 Debian archive.&lt;/p&gt;
8812
8813 &lt;p&gt;Yesterday, I had a look what source packages to see which packages
8814 were using most space. A few large packages are well know;
8815 openoffice.org, openclipart and fluid-soundfont. But I also
8816 discovered that lilypond used 106 MiB and fglrx-driver used 53 MiB.
8817 The lilypond package is pulled in as a dependency for rosegarden, and
8818 when looking a bit closer I discovered that 99 MiB of the 106 MiB were
8819 the documentation package, which is recommended by the binary package.
8820 I decided to drop this documentation package from our DVD, as most of
8821 our users will use the GUI front-ends and do not need the lilypond
8822 documentation. Similarly, I dropped the non-free fglrx-driver package
8823 which might be installed by d-i when its hardware is detected, as the
8824 free X driver should work.&lt;/p&gt;
8825
8826 &lt;p&gt;With this change, we finally got space for the LXDE and Gnome
8827 desktop packages as well as the language specific packages making the
8828 DVD more useful again.&lt;/p&gt;
8829 </description>
8830 </item>
8831
8832 <item>
8833 <title>Software updates 2010-10-24</title>
8834 <link>http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</link>
8835 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</guid>
8836 <pubDate>Sun, 24 Oct 2010 22:45:00 +0200</pubDate>
8837 <description>&lt;p&gt;Some updates.&lt;/p&gt;
8838
8839 &lt;p&gt;My &lt;a href=&quot;http://pledgebank.com/gnash-avm2&quot;&gt;gnash pledge&lt;/a&gt; to
8840 raise money for the project is going well. The lower limit of 10
8841 signers was reached in 24 hours, and so far 13 people have signed it.
8842 More signers and more funding is most welcome, and I am really curious
8843 how far we can get before the time limit of December 24 is reached.
8844 :)&lt;/p&gt;
8845
8846 &lt;p&gt;On the #gnash IRC channel on irc.freenode.net, I was just tipped
8847 about what appear to be a great code coverage tool capable of
8848 generating code coverage stats without any changes to the source code.
8849 It is called
8850 &lt;a href=&quot;http://simonkagstrom.github.com/kcov/index.html&quot;&gt;kcov&lt;/a&gt;,
8851 and can be used using &lt;tt&gt;kcov &amp;lt;directory&amp;gt; &amp;lt;binary&amp;gt;&lt;/tt&gt;.
8852 It is missing in Debian, but the git source built just fine in Squeeze
8853 after I installed libelf-dev, libdwarf-dev, pkg-config and
8854 libglib2.0-dev. Failed to build in Lenny, but suspect that is
8855 solvable. I hope kcov make it into Debian soon.&lt;/p&gt;
8856
8857 &lt;p&gt;Finally found time to wrap up the release notes for &lt;a
8858 href=&quot;http://lists.debian.org/debian-edu-announce/2010/10/msg00002.html&quot;&gt;a
8859 new alpha release of Debian Edu&lt;/a&gt;, and just published the second
8860 alpha test release of the Squeeze based Debian Edu /
8861 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
8862 release. Give it a try if you need a complete linux solution for your
8863 school, including central infrastructure server, workstations, thin
8864 client servers and diskless workstations. A nice touch added
8865 yesterday is RDP support on the thin client servers, for windows
8866 clients to get a Linux desktop on request.&lt;/p&gt;
8867 </description>
8868 </item>
8869
8870 <item>
8871 <title>Some notes on Flash in Debian and Debian Edu</title>
8872 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</link>
8873 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</guid>
8874 <pubDate>Sat, 4 Sep 2010 10:10:00 +0200</pubDate>
8875 <description>&lt;p&gt;In the &lt;a href=&quot;http://popcon.debian.org/unknown/by_vote&quot;&gt;Debian
8876 popularity-contest numbers&lt;/a&gt;, the adobe-flashplugin package the
8877 second most popular used package that is missing in Debian. The sixth
8878 most popular is flashplayer-mozilla. This is a clear indication that
8879 working flash is important for Debian users. Around 10 percent of the
8880 users submitting data to popcon.debian.org have this package
8881 installed.&lt;/p&gt;
8882
8883 &lt;p&gt;In the report written by Lars Risan in August 2008
8884&lt;a href=&quot;http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile&amp;do=view&amp;target=Skolelinux_i_bruk_rapport_1.0.pdf&quot;&gt;Skolelinux
8885 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
8886 stiftelsen SLX Debian Labs&lt;/a&gt;»), one of the most important problems
8887 schools experienced with &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
8888 Edu/Skolelinux&lt;/a&gt; was the lack of working Flash. A lot of educational
8889 web sites require Flash to work, and lacking working Flash support in
8890 the web browser and the problems with installing it was perceived as a
8891 good reason to stay with Windows.&lt;/p&gt;
8892
8893 &lt;p&gt;I once saw a funny and sad comment in a web forum, where Linux was
8894 said to be the retarded cousin that did not really understand
8895 everything you told him but could work fairly well. This was a
8896 comment regarding the problems Linux have with proprietary formats and
8897 non-standard web pages, and is sad because it exposes a fairly common
8898 understanding of whose fault it is if web pages that only work in for
8899 example Internet Explorer 6 fail to work on Firefox, and funny because
8900 it explain very well how annoying it is for users when Linux
8901 distributions do not work with the documents they receive or the web
8902 pages they want to visit.&lt;/p&gt;
8903
8904 &lt;p&gt;This is part of the reason why I believe it is important for Debian
8905 and Debian Edu to have a well working Flash implementation in the
8906 distribution, to get at least popular sites as Youtube and Google
8907 Video to working out of the box. For Squeeze, Debian have the chance
8908 to include the latest version of Gnash that will make this happen, as
8909 the new release 0.8.8 was published a few weeks ago and is resting in
8910 unstable. The new version work with more sites that version 0.8.7.
8911 The Gnash maintainers have asked for a freeze exception, but the
8912 release team have not had time to reply to it yet. I hope they agree
8913 with me that Flash is important for the Debian desktop users, and thus
8914 accept the new package into Squeeze.&lt;/p&gt;
8915 </description>
8916 </item>
8917
8918 <item>
8919 <title>Broken hard link handling with sshfs</title>
8920 <link>http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</link>
8921 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</guid>
8922 <pubDate>Mon, 30 Aug 2010 19:30:00 +0200</pubDate>
8923 <description>&lt;p&gt;Just got an email from Tobias Gruetzmacher as a followup on my
8924 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html&quot;&gt;previous
8925 post about sshfs&lt;/a&gt;. He reported another problem with sshfs. It
8926 fail to handle hard links properly. A simple way to spot this is to
8927 look at the . and .. entries in the directory tree. These should have
8928 a link count &gt;1, but on sshfs the count is 1. I just tested to see
8929 what happen when trying to hardlink, and this fail as well:&lt;/p&gt;
8930
8931 &lt;pre&gt;
8932 % ln foo bar
8933 ln: creating hard link `bar&#39; =&gt; `foo&#39;: Function not implemented
8934 %
8935 &lt;/pre&gt;
8936
8937 &lt;p&gt;I have not yet found time to implement a test for this in my file
8938 system test code, but believe having working hard links is useful to
8939 avoid surprised unix programs. Not as useful as working file locking
8940 and symlinks, which are required to get a working desktop, but useful
8941 nevertheless. :)&lt;/p&gt;
8942
8943 &lt;p&gt;The latest version of the file system test code is available via
8944 git from
8945 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;&lt;/p&gt;
8946 </description>
8947 </item>
8948
8949 <item>
8950 <title>Skolelinux i Osloskolen</title>
8951 <link>http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</link>
8952 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</guid>
8953 <pubDate>Thu, 26 Aug 2010 22:25:00 +0200</pubDate>
8954 <description>&lt;p&gt;Denne høsten skal endelig alle Osloskolene få mulighet til å bruke
8955 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;. Ny IT-løsning
8956 har vært rullet ut i noen måneder nå, og så vidt jeg fikk vite før
8957 sommeren skulle alle skoler ha nytt opplegg på plass før oppstart nå i
8958 høst. På alle skolene skal en kunne velge ved installasjon om en skal
8959 ha Windows eller Skolelinux på maskinene, og en kan i tillegg
8960 PXE-boote maskinene over nett som tynne klienter eller diskløse
8961 arbeidsstasjoner. Jeg er spent på hvor mange skoler som velger å ta i
8962 bruk Skolelinux, og gleder meg til å se hvordan dette utvikler seg.
8963 Løsningen leveres av
8964 &lt;a href=&quot;http://www.logica.no/&quot;&gt;Logica&lt;/a&gt; med
8965 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; som
8966 underleverandør, og jeg har vært involvert i utviklingen av løsningen
8967 via Skolelinux Drift AS siden prosjektet starter. Jeg synes det er
8968 fantastisk at Skolelinux er kommet så langt siden vi startet i 2001 at
8969 alle elevene i Osloskolene nå skal få mulighet til å bruke
8970 løsningen. Jeg håper de vil sette pris på alle de
8971 &lt;a href=&quot;http://www.skolelinux.no/linux-signpost/&quot;&gt;fantastiske
8972 brukerprogrammene&lt;/a&gt; som er tilgjengelig i Skolelinux.&lt;/p&gt;
8973 </description>
8974 </item>
8975
8976 <item>
8977 <title>Broken umask handling with sshfs</title>
8978 <link>http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</link>
8979 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</guid>
8980 <pubDate>Thu, 26 Aug 2010 13:30:00 +0200</pubDate>
8981 <description>&lt;p&gt;My file system sematics program
8982 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html&quot;&gt;presented
8983 a few days ago&lt;/a&gt; is very useful to verify that a file system can
8984 work as a unix home directory,and today I had to extend it a bit. I&#39;m
8985 looking into alternatives for home directory access here at the
8986 University of Oslo, and one of the options is sshfs. My friend
8987 Finn-Arne mentioned a while back that they had used sshfs with Debian
8988 Edu, but stopped because of problems. I asked today what the problems
8989 where, and he mentioned that sshfs failed to handle umask properly.
8990 Trying to detect the problem I wrote this addition to my fs testing
8991 script:&lt;/p&gt;
8992
8993 &lt;pre&gt;
8994 mode_t touch_get_mode(const char *name, mode_t mode) {
8995 mode_t retval = 0;
8996 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, mode);
8997 if (-1 != fd) {
8998 unlink(name);
8999 struct stat statbuf;
9000 if (-1 != fstat(fd, &amp;statbuf)) {
9001 retval = statbuf.st_mode &amp; 0x1ff;
9002 }
9003 close(fd);
9004 }
9005 return retval;
9006 }
9007
9008 /* Try to detect problem discovered using sshfs */
9009 int test_umask(void) {
9010 printf(&quot;info: testing umask effect on file creation\n&quot;);
9011
9012 mode_t orig_umask = umask(000);
9013 mode_t newmode;
9014 if (0666 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
9015 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 000\n&quot;,
9016 newmode);
9017 }
9018 umask(007);
9019 if (0660 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
9020 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 007\n&quot;,
9021 newmode);
9022 }
9023
9024 umask (orig_umask);
9025 return 0;
9026 }
9027
9028 int main(int argc, char **argv) {
9029 [...]
9030 test_umask();
9031 return 0;
9032 }
9033 &lt;/pre&gt;
9034
9035 &lt;p&gt;Sure enough. On NFS to a netapp, I get this result:&lt;/p&gt;
9036
9037 &lt;pre&gt;
9038 Testing POSIX/Unix sematics on file system
9039 info: testing symlink creation
9040 info: testing subdirectory creation
9041 info: testing fcntl locking
9042 Read-locking 1 byte from 1073741824
9043 Read-locking 510 byte from 1073741826
9044 Unlocking 1 byte from 1073741824
9045 Write-locking 1 byte from 1073741824
9046 Write-locking 510 byte from 1073741826
9047 Unlocking 2 byte from 1073741824
9048 info: testing umask effect on file creation
9049 &lt;/pre&gt;
9050
9051 &lt;p&gt;When mounting the same directory using sshfs, I get this
9052 result:&lt;/p&gt;
9053
9054 &lt;pre&gt;
9055 Testing POSIX/Unix sematics on file system
9056 info: testing symlink creation
9057 info: testing subdirectory creation
9058 info: testing fcntl locking
9059 Read-locking 1 byte from 1073741824
9060 Read-locking 510 byte from 1073741826
9061 Unlocking 1 byte from 1073741824
9062 Write-locking 1 byte from 1073741824
9063 Write-locking 510 byte from 1073741826
9064 Unlocking 2 byte from 1073741824
9065 info: testing umask effect on file creation
9066 error: Wrong file mode 644 when creating using mode 666 and umask 000
9067 error: Wrong file mode 640 when creating using mode 666 and umask 007
9068 &lt;/pre&gt;
9069
9070 &lt;p&gt;So, I can conclude that sshfs is better than smb to a Netapp or a
9071 Windows server, but not good enough to be used as a home
9072 directory.&lt;/p&gt;
9073
9074 &lt;p&gt;Update 2010-08-26: Reported the issue in
9075 &lt;a href=&quot;http://bugs.debian.org/594498&quot;&gt;BTS report #594498&lt;/a&gt;&lt;/p&gt;
9076
9077 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
9078 script so useful that he created a GIT repository and stored it in
9079 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
9080 </description>
9081 </item>
9082
9083 <item>
9084 <title>No hardcoded config on Debian Edu clients</title>
9085 <link>http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</link>
9086 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</guid>
9087 <pubDate>Mon, 9 Aug 2010 20:15:00 +0200</pubDate>
9088 <description>&lt;p&gt;As reported earlier, the last few days I have looked at how Debian
9089 Edu clients are configured, and tried to get rid of all hardcoded
9090 configuration settings on the clients. I believe the work to be
9091 mostly done, and the clients seem to work just fine with dynamically
9092 generated configuration.&lt;/p&gt;
9093
9094 &lt;p&gt;What is the point, you might ask? The point is to allow a Debian
9095 Edu desktop to integrate into an existing network infrastructure
9096 without any manual configuration.&lt;/p&gt;
9097
9098 &lt;p&gt;This is what happens when installing a Debian Edu client here at
9099 the University of Oslo using PXE. With the PXE installation, I am
9100 asked for language (Norwegian Bokmål), locality (Norway) and keyboard
9101 layout (no-latin1), Debian Edu profile (Roaming Workstation), if I
9102 accept to reformat the hard drive (yes), if I want to submit info to
9103 popcon.debian.org (no) and root password (secret). After answering
9104 these questions, the installer goes ahead and does its thing, and
9105 after around 50 minutes it is done. I press enter to finish the
9106 installation, and the machine reboots into KDE. When the machine is
9107 ready and kdm asks for login information, I enter my university
9108 username and password, am told by kdm that a local home directory has
9109 been created and that I must log in again, and finally log in with the
9110 same username and password to the KDE 4.4 desktop. At no point during
9111 this process did it ask for university specific settings, and all the
9112 required configuration was dynamically detected using information
9113 fetched via DHCP and DNS. The roaming workstation is now ready for
9114 use.&lt;/p&gt;
9115
9116 &lt;p&gt;How was this done, you might wonder? First of all, here is the
9117 list of things that need to be configured on the client to get it
9118 working properly out of the box:&lt;/p&gt;
9119
9120 &lt;ul&gt;
9121 &lt;li&gt;IP address/netmask and DNS server.&lt;/li&gt;
9122 &lt;li&gt;Web proxy URL.&lt;/li&gt;
9123 &lt;li&gt;LDAP server for NSS directory information (user, group, etc).&lt;/li&gt;
9124 &lt;li&gt;Kerberos server for PAM password checking.&lt;/li&gt;
9125 &lt;li&gt;SMB mount point to access the network home directory. (*)&lt;/li&gt;
9126 &lt;li&gt;Central syslog server to send syslog messages to. (*)&lt;/li&gt;
9127 &lt;li&gt;Sitesummary collector URL to submit info to central server. (*)&lt;/li&gt;
9128 &lt;/ul&gt;
9129
9130 &lt;p&gt;(Hm, did I forget anything? Let me knew if I did.)&lt;/p&gt;
9131
9132 &lt;p&gt;The points marked (*) are not required to be able to use the
9133 machine, but needed to provide central storage and allowing system
9134 administrators to track their machines. Since yesterday, everything
9135 but the sitesummary collector URL is dynamically discovered at boot
9136 and installation time in the svn version of Debian Edu.&lt;/p&gt;
9137
9138 &lt;p&gt;The IP and DNS setup is fetched during boot using DHCP as usual.
9139 When a DHCP update arrives, the proxy setup is updated by looking for
9140 http://wpat/wpad.dat and using the content of this WPAD file to
9141 configure the http and ftp proxy in /etc/environment and
9142 /etc/apt/apt.conf. I decided to update the proxy setup using a DHCP
9143 hook to ensure that the client stops using the Debian Edu proxy when
9144 it is moved outside the Debian Edu network, and instead uses any local
9145 proxy present on the new network when it moves around.&lt;/p&gt;
9146
9147 &lt;p&gt;The DNS names of the LDAP, Kerberos and syslog server and related
9148 configuration are generated using DNS information at boot. First the
9149 installer looks for a host named ldap in the current DNS domain. If
9150 not found, it looks for _ldap._tcp SRV records in DNS instead. If an
9151 LDAP server is found, its root DSE entry is requested and the
9152 attributes namingContexts and defaultNamingContext are used to
9153 determine which LDAP base to use for NSS. If there are several
9154 namingContexts attibutes and the defaultNamingContext is present, that
9155 LDAP subtree is used as the base. If defaultNamingContext is missing,
9156 the subtrees listed as namingContexts are searched in sequence for any
9157 object with class posixAccount or posixGroup, and the first one with
9158 such an object is used as the LDAP base. For Kerberos, a similar
9159 search is done by first looking for a host named kerberos, and then
9160 for the _kerberos._tcp SRV record. I&#39;ve been unable to find a way to
9161 look up the Kerberos realm, so for this the upper case string of the
9162 current DNS domain is used.&lt;/p&gt;
9163
9164 &lt;p&gt;For the syslog server, the hosts syslog and loghost are searched
9165 for, and the _syslog._udp SRV record is consulted if no such host is
9166 found. This algorithm works for both Debian Edu and the University of
9167 Oslo. A similar strategy would work for locating the sitesummary
9168 server, but have not been implemented yet. I decided to fetch and
9169 save these settings during installation, to make sure moving to a
9170 different network does not change the set of users being allowed to
9171 log in nor the passwords required to log in. Usernames and passwords
9172 will be cached by sssd when the user logs in on the Debian Edu
9173 network, and will not change as the laptop move around. For a
9174 non-roaming machine, there is no caching, but given that it is
9175 supposed to stay in place it should not matter much. Perhaps we
9176 should switch those to use sssd too?&lt;/p&gt;
9177
9178 &lt;p&gt;The user&#39;s SMB mount point for the network home directory is
9179 located when the user logs in for the first time. The LDAP server is
9180 consulted to look for the user&#39;s LDAP object and the sambaHomePath
9181 attribute is used if found. If it isn&#39;t found, the home directory
9182 path fetched from NSS is used instead. Assuming the path is of the
9183 form /site/server/directory/username, the second part is looked up in
9184 DNS and used to generate a SMB URL of the form
9185 smb://server.domain/username. This algorithm works for both Debian
9186 edu and the University of Oslo. Perhaps there are better attributes
9187 to use or a better algorithm that works for more sites, but this will
9188 do for now. :)&lt;/p&gt;
9189
9190 &lt;p&gt;This work should make it easier to integrate the Debian Edu clients
9191 into any LDAP/Kerberos infrastructure, and make the current setup even
9192 more flexible than before. I suspect it will also work for thin
9193 client servers, allowing one to easily set up LTSP and hook it into a
9194 existing network infrastructure, but I have not had time to test this
9195 yet.&lt;/p&gt;
9196
9197 &lt;p&gt;If you want to help out with implementing these things for Debian
9198 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9199
9200 &lt;p&gt;Update 2010-08-09: Simon Farnsworth gave me a heads-up on how to
9201 detect Kerberos realm from DNS, by looking for _kerberos TXT entries
9202 before falling back to the upper case DNS domain name. Will have to
9203 implement it for Debian Edu. :)&lt;/p&gt;
9204 </description>
9205 </item>
9206
9207 <item>
9208 <title>Testing if a file system can be used for home directories...</title>
9209 <link>http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</link>
9210 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</guid>
9211 <pubDate>Sun, 8 Aug 2010 21:20:00 +0200</pubDate>
9212 <description>&lt;p&gt;A few years ago, I was involved in a project planning to use
9213 Windows file servers as home directory servers for Debian
9214 Edu/Skolelinux machines. This was thought to be no problem, as the
9215 access would be through the SMB network file system protocol, and we
9216 knew other sites used SMB with unix and samba as the file server to
9217 mount home directories without any problems. But, after months of
9218 struggling, we had to conclude that our goal was impossible.&lt;/p&gt;
9219
9220 &lt;p&gt;The reason is simply that while SMB can be used for home
9221 directories when the file server is Samba running on Unix, this only
9222 work because of Samba have some extensions and the fact that the
9223 underlying file system is a unix file system. When using a Windows
9224 file server, the underlying file system do not have POSIX semantics,
9225 and several programs will fail if the users home directory where they
9226 want to store their configuration lack POSIX semantics.&lt;/p&gt;
9227
9228 &lt;p&gt;As part of this work, I wrote a small C program I want to share
9229 with you all, to replicate a few of the problematic applications (like
9230 OpenOffice.org and GCompris) and see if the file system was working as
9231 it should. If you find yourself in spooky file system land, it might
9232 help you find your way out again. This is the fs-test.c source:&lt;/p&gt;
9233
9234 &lt;pre&gt;
9235 /*
9236 * Some tests to check the file system sematics. Used to verify that
9237 * CIFS from a windows server do not work properly as a linux home
9238 * directory.
9239 * License: GPL v2 or later
9240 *
9241 * needs libsqlite3-dev and build-essential installed
9242 * compile with: gcc -Wall -lsqlite3 -DTEST_SQLITE fs-test.c -o fs-test
9243 */
9244
9245 #define _FILE_OFFSET_BITS 64
9246 #define _LARGEFILE_SOURCE 1
9247 #define _LARGEFILE64_SOURCE 1
9248
9249 #define _GNU_SOURCE /* for asprintf() */
9250
9251 #include &amp;lt;errno.h&gt;
9252 #include &amp;lt;fcntl.h&gt;
9253 #include &amp;lt;stdio.h&gt;
9254 #include &amp;lt;string.h&gt;
9255 #include &amp;lt;stdlib.h&gt;
9256 #include &amp;lt;sys/file.h&gt;
9257 #include &amp;lt;sys/stat.h&gt;
9258 #include &amp;lt;sys/types.h&gt;
9259 #include &amp;lt;unistd.h&gt;
9260
9261 #ifdef TEST_SQLITE
9262 /*
9263 * Test sqlite open, as done by gcompris require the libsqlite3-dev
9264 * package and linking with -lsqlite3. A more low level test is
9265 * below.
9266 * See also &amp;lt;URL: http://www.sqlite.org./faq.html#q5 &gt;.
9267 */
9268 #include &amp;lt;sqlite3.h&gt;
9269 #define CREATE_TABLE_USERS \
9270 &quot;CREATE TABLE users (user_id INT UNIQUE, login TEXT, lastname TEXT, firstname TEXT, birthdate TEXT, class_id INT ); &quot;
9271 int test_sqlite_open(void) {
9272 char *zErrMsg;
9273 char *name = &quot;testsqlite.db&quot;;
9274 sqlite3 *db=NULL;
9275 unlink(name);
9276 int rc = sqlite3_open(name, &amp;db);
9277 if( rc ){
9278 printf(&quot;error: sqlite open of %s failed: %s\n&quot;, name, sqlite3_errmsg(db));
9279 sqlite3_close(db);
9280 return -1;
9281 }
9282
9283 /* create tables */
9284 rc = sqlite3_exec(db,CREATE_TABLE_USERS, NULL, 0, &amp;zErrMsg);
9285 if( rc != SQLITE_OK ){
9286 printf(&quot;error: sqlite table create failed: %s\n&quot;, zErrMsg);
9287 sqlite3_close(db);
9288 return -1;
9289 }
9290 printf(&quot;info: sqlite worked\n&quot;);
9291 sqlite3_close(db);
9292 return 0;
9293 }
9294 #endif /* TEST_SQLITE */
9295
9296 /*
9297 * Demonstrate locking issue found in gcompris using sqlite3. This
9298 * work with ext3, but not with cifs server on Windows 2003. This is
9299 * done in the sqlite3 library.
9300 * See also
9301 * &amp;lt;URL:http://www.cygwin.com/ml/cygwin/2001-08/msg00854.html&gt; and the
9302 * POSIX specification
9303 * &amp;lt;URL:http://www.opengroup.org/onlinepubs/009695399/functions/fcntl.html&gt;.
9304 */
9305 int test_gcompris_locking(void) {
9306 struct flock fl;
9307 char *name = &quot;testsqlite.db&quot;;
9308 unlink(name);
9309 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, 0644);
9310 printf(&quot;info: testing fcntl locking\n&quot;);
9311
9312 fl.l_whence = SEEK_SET;
9313 fl.l_pid = getpid();
9314 printf(&quot; Read-locking 1 byte from 1073741824&quot;);
9315 fl.l_start = 1073741824;
9316 fl.l_len = 1;
9317 fl.l_type = F_RDLCK;
9318 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9319
9320 printf(&quot; Read-locking 510 byte from 1073741826&quot;);
9321 fl.l_start = 1073741826;
9322 fl.l_len = 510;
9323 fl.l_type = F_RDLCK;
9324 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9325
9326 printf(&quot; Unlocking 1 byte from 1073741824&quot;);
9327 fl.l_start = 1073741824;
9328 fl.l_len = 1;
9329 fl.l_type = F_UNLCK;
9330 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9331
9332 printf(&quot; Write-locking 1 byte from 1073741824&quot;);
9333 fl.l_start = 1073741824;
9334 fl.l_len = 1;
9335 fl.l_type = F_WRLCK;
9336 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9337
9338 printf(&quot; Write-locking 510 byte from 1073741826&quot;);
9339 fl.l_start = 1073741826;
9340 fl.l_len = 510;
9341 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9342
9343 printf(&quot; Unlocking 2 byte from 1073741824&quot;);
9344 fl.l_start = 1073741824;
9345 fl.l_len = 2;
9346 fl.l_type = F_UNLCK;
9347 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9348
9349 close(fd);
9350 return 0;
9351 }
9352
9353 /*
9354 * Test if permissions of freshly created directories allow entries
9355 * below them. This was a problem with OpenOffice.org and gcompris.
9356 * Mounting with option &#39;sync&#39; seem to solve this problem while
9357 * slowing down file operations.
9358 */
9359 int test_subdirectory_creation(void) {
9360 #define LEVELS 5
9361 char *path = strdup(&quot;test&quot;);
9362 char *dirs[LEVELS];
9363 int level;
9364 printf(&quot;info: testing subdirectory creation\n&quot;);
9365 for (level = 0; level &amp;lt; LEVELS; level++) {
9366 char *newpath = NULL;
9367 if (-1 == mkdir(path, 0777)) {
9368 printf(&quot; error: Unable to create directory &#39;%s&#39;: %s\n&quot;,
9369 path, strerror(errno));
9370 break;
9371 }
9372 asprintf(&amp;newpath, &quot;%s/%s&quot;, path, &quot;test&quot;);
9373 free(path);
9374 path = newpath;
9375 }
9376 return 0;
9377 }
9378
9379 /*
9380 * Test if symlinks can be created. This was a problem detected with
9381 * KDE.
9382 */
9383 int test_symlinks(void) {
9384 printf(&quot;info: testing symlink creation\n&quot;);
9385 unlink(&quot;symlink&quot;);
9386 if (-1 == symlink(&quot;file&quot;, &quot;symlink&quot;))
9387 printf(&quot; error: Unable to create symlink\n&quot;);
9388 return 0;
9389 }
9390
9391 int main(int argc, char **argv) {
9392 printf(&quot;Testing POSIX/Unix sematics on file system\n&quot;);
9393 test_symlinks();
9394 test_subdirectory_creation();
9395 #ifdef TEST_SQLITE
9396 test_sqlite_open();
9397 #endif /* TEST_SQLITE */
9398 test_gcompris_locking();
9399 return 0;
9400 }
9401 &lt;/pre&gt;
9402
9403 &lt;p&gt;When everything is working, it should print something like
9404 this:&lt;/p&gt;
9405
9406 &lt;pre&gt;
9407 Testing POSIX/Unix sematics on file system
9408 info: testing symlink creation
9409 info: testing subdirectory creation
9410 info: sqlite worked
9411 info: testing fcntl locking
9412 Read-locking 1 byte from 1073741824
9413 Read-locking 510 byte from 1073741826
9414 Unlocking 1 byte from 1073741824
9415 Write-locking 1 byte from 1073741824
9416 Write-locking 510 byte from 1073741826
9417 Unlocking 2 byte from 1073741824
9418 &lt;/pre&gt;
9419
9420 &lt;p&gt;I do not remember the exact details of the problems we saw, but one
9421 of them was with locking, where if I remember correctly, POSIX allow a
9422 read-only lock to be upgraded to a read-write lock without unlocking
9423 the read-only lock (while Windows do not). Another was a bug in the
9424 CIFS/SMB client implementation in the Linux kernel where directory
9425 meta information would be wrong for a fraction of a second, making
9426 OpenOffice.org fail to create its deep directory tree because it was
9427 not allowed to create files in its freshly created directory.&lt;/p&gt;
9428
9429 &lt;p&gt;Anyway, here is a nice tool for your tool box, might you never need
9430 it. :)&lt;/p&gt;
9431
9432 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
9433 script so useful that he created a GIT repository and stored it in
9434 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
9435 </description>
9436 </item>
9437
9438 <item>
9439 <title>Autodetecting Client setup for roaming workstations in Debian Edu</title>
9440 <link>http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</link>
9441 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</guid>
9442 <pubDate>Sat, 7 Aug 2010 14:45:00 +0200</pubDate>
9443 <description>&lt;p&gt;A few days ago, I
9444 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html&quot;&gt;tried
9445 to install&lt;/a&gt; a Roaming workation profile from Debian Edu/Squeeze
9446 while on the university network here at the University of Oslo, and
9447 noticed how much had to change to get it operational using the
9448 university infrastructure. It was fairly easy, but it occured to me
9449 that Debian Edu would improve a lot if I could get the client to
9450 connect without any changes at all, and thus let the client configure
9451 itself during installation and first boot to use the infrastructure
9452 around it. Now I am a huge step further along that road.&lt;/p&gt;
9453
9454 &lt;p&gt;With our current squeeze-test packages, I can select the roaming
9455 workstation profile and get a working laptop connecting to the
9456 university LDAP server for user and group and our active directory
9457 servers for Kerberos authentication. All this without any
9458 configuration at all during installation. My users home directory got
9459 a bookmark in the KDE menu to mount it via SMB, with the correct URL.
9460 In short, openldap and sssd is correctly configured. In addition to
9461 this, the client look for http://wpad/wpad.dat to configure a web
9462 proxy, and when it fail to find it no proxy settings are stored in
9463 /etc/environment and /etc/apt/apt.conf. Iceweasel and KDE is
9464 configured to look for the same wpad configuration and also do not use
9465 a proxy when at the university network. If the machine is moved to a
9466 network with such wpad setup, it would automatically use it when DHCP
9467 gave it a IP address.&lt;/p&gt;
9468
9469 &lt;p&gt;The LDAP server is located using DNS, by first looking for the DNS
9470 entry ldap.$domain. If this do not exist, it look for the
9471 _ldap._tcp.$domain SRV records and use the first one as the LDAP
9472 server. Next, it connects to the LDAP server and search all
9473 namingContexts entries for posixAccount or posixGroup objects, and
9474 pick the first one as the LDAP base. For Kerberos, a similar
9475 algorithm is used to locate the LDAP server, and the realm is the
9476 uppercase version of $domain.&lt;/p&gt;
9477
9478 &lt;p&gt;So, what is not working, you might ask. SMB mounting my home
9479 directory do not work. No idea why, but suspected the incorrect
9480 Kerberos settings in /etc/krb5.conf and /etc/samba/smb.conf might be
9481 the cause. These are not properly configured during installation, and
9482 had to be hand-edited to get the correct Kerberos realm and server,
9483 but SMB mounting still do not work. :(&lt;/p&gt;
9484
9485 &lt;p&gt;With this automatic configuration in place, I expect a Debian Edu
9486 roaming profile installation would be able to automatically detect and
9487 connect to any site using LDAP and Kerberos for NSS directory and PAM
9488 authentication. It should also work out of the box in a Active
9489 Directory environment providing posixAccount and posixGroup objects
9490 with UID and GID values.&lt;/p&gt;
9491
9492 &lt;p&gt;If you want to help out with implementing these things for Debian
9493 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9494 </description>
9495 </item>
9496
9497 <item>
9498 <title>Debian Edu roaming workstation - at the university of Oslo</title>
9499 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</link>
9500 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</guid>
9501 <pubDate>Tue, 3 Aug 2010 23:30:00 +0200</pubDate>
9502 <description>&lt;p&gt;The new roaming workstation profile in Debian Edu/Squeeze is fairly
9503 similar to the laptop setup am I working on using Ubuntu for the
9504 University of Oslo, and just for the heck of it, I tested today how
9505 hard it would be to integrate that profile into the university
9506 infrastructure. In this case, it is the university LDAP server,
9507 Active Directory Kerberos server and SMB mounting from the Netapp file
9508 servers.&lt;/p&gt;
9509
9510 &lt;p&gt;I was pleasantly surprised that the only three files needed to be
9511 changed (/etc/sssd/sssd.conf, /etc/ldap.conf and
9512 /etc/mklocaluser.d/20-debian-edu-config) and one file had to be added
9513 (/usr/share/perl5/Debian/Edu_Local.pm), to get the client working.
9514 Most of the changes were to get the client to use the university LDAP
9515 for NSS and Kerberos server for PAM, but one was to change a hard
9516 coded DNS domain name in the mklocaluser hook from .intern to
9517 .uio.no.&lt;/p&gt;
9518
9519 &lt;p&gt;This testing was so encouraging, that I went ahead and adjusted the
9520 Debian Edu scripts and setup in subversion to centralise the roaming
9521 workstation setup a bit more and avoid the hardcoded DNS domain name,
9522 so that when I test this tomorrow, I expect to get away with modifying
9523 only /etc/sssd/sssd.conf and /etc/ldap.conf to get it to use the
9524 university servers.&lt;/p&gt;
9525
9526 &lt;p&gt;My goal is to get the clients to have no hardcoded settings and
9527 fetch all their initial setup during installation and first boot, to
9528 allow them to be inserted also into environments where the default
9529 setup in Debian Edu has been changed or as with the university, where
9530 the environment is different but provides the protocols Debian Edu
9531 uses.&lt;/p&gt;
9532 </description>
9533 </item>
9534
9535 <item>
9536 <title>First Debian Edu test release (alpha0) based on Squeeze is released</title>
9537 <link>http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</link>
9538 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</guid>
9539 <pubDate>Tue, 27 Jul 2010 17:45:00 +0200</pubDate>
9540 <description>&lt;p&gt;I just posted this announcement culminating several months of work
9541 with the next Debian Edu release. Not nearly done, but one major step
9542 completed.&lt;/p&gt;
9543
9544 &lt;blockquote&gt;
9545 &lt;p&gt;This is the first test release based on Squeeze. The focus of this
9546 release is to test the user application selection. To have a look,
9547 install the standalone profile and let the developers know if the set
9548 of installed packages i.e. applications should be modified. If some
9549 user application is missing, or if there are some applications that no
9550 longer make sense to be included in Debian Edu, please let us know.
9551 Also, if a useful application is missing the translation for your
9552 language of choice, please let us know too.&lt;/p&gt;
9553
9554 &lt;p&gt;In addition, feedback and help to polish the desktop (menus,
9555 artwork, starters, etc.) is appreciated. We would like to ship a nice
9556 and handy KDE4 desktop targeted for schools out of the box.&lt;/p&gt;
9557
9558 &lt;p&gt;The other profiles should be installable, but there is a lot more
9559 work left to be done before they are ready, so do not expect to
9560 much.&lt;/p&gt;
9561
9562 &lt;p&gt;Changes compared to the lenny based version&lt;/p&gt;
9563
9564 &lt;ul&gt;
9565 &lt;li&gt;Everything from Debian Squeeze
9566 &lt;ul&gt;
9567 &lt;li&gt;Desktop environment KDE 4.4 =&gt; the new KDE desktop in
9568 combination with some new artwork
9569 &lt;li&gt;Web browser Iceweasel 3.5
9570 &lt;li&gt;OpenOffice.org 3.2
9571 &lt;li&gt;Educational toolbox GCompris 9.3
9572 &lt;li&gt;Music creator Rosegarden 10.04.2
9573 &lt;li&gt;Image editor Gimp 2.6.10
9574 &lt;li&gt;Virtual universe Celestia 1.6.0
9575 &lt;li&gt;Virtual stargazer Stellarium 0.10.4
9576 &lt;li&gt;3D modeler Blender 2.49.2 (new application)
9577 &lt;li&gt;Video editor Kdenlive 0.7.7 (new application)
9578 &lt;/ul&gt;&lt;/li&gt;
9579 &lt;li&gt;Now using Kerberos for password checking (migration not finished).
9580 Enabled for:
9581 &lt;ul&gt;
9582 &lt;li&gt;PAM
9583 &lt;li&gt;LDAP
9584 &lt;li&gt;IMAP
9585 &lt;li&gt;SMTP (sender verification)
9586 &lt;/ul&gt;
9587 &lt;/li&gt;
9588 &lt;li&gt;New experimental roaming workstation profile for laptops.&lt;/li&gt;
9589 &lt;li&gt;Show welcome page to users when they first log in. The URL is
9590 fetched from LDAP.&lt;/li&gt;
9591 &lt;li&gt;New LXDE desktop option, in addition to KDE (default) and Gnome.&lt;/li&gt;
9592 &lt;li&gt;General cleanup (not finished)&lt;/li&gt;
9593 &lt;/ul&gt;
9594 &lt;p&gt;The following features are not working as they should&lt;/p&gt;
9595
9596 &lt;ul&gt;
9597 &lt;li&gt;No web based administration tool for creating users and groups. The
9598 scripts ldap-createuser-krb and ldap-add-user-to-group can be used
9599 for testing.&lt;/li&gt;
9600 &lt;li&gt;DVD installs are missing debian-installer images for the PXE boot,
9601 and do not set up the PXE menu on eth0 because of this. LTSP
9602 clients should still boot from eth1 on thin client servers.&lt;/li&gt;
9603 &lt;li&gt;The restructured KDE menu is not implemented.&lt;/li&gt;
9604 &lt;li&gt;The LDAP server setup need to be reviewed for security.&lt;/li&gt;
9605 &lt;li&gt;The LDAP directory structure need to be reworked.&lt;/li&gt;
9606 &lt;li&gt;Different sets of packages are installed when using the DVD and the
9607 netinst CD. More packages are installed using the netinst CD.&lt;/li&gt;
9608 &lt;li&gt;The jackd package fail to install. This is believed to be caused by
9609 some ongoing transition, and hopefully should be solved soon. The
9610 jackd1 package can be installed manually for those that need it.&lt;/li&gt;
9611 &lt;li&gt;Some packages lack translations. See
9612 http://wiki.debian.org/DebianEdu/Status/Squeeze for updated status,
9613 and help out with translations.&lt;/li&gt;
9614 &lt;/ul&gt;
9615
9616 &lt;p&gt;To download this multiarch netinstall release you can use&lt;/p&gt;
9617
9618 &lt;ul&gt;
9619 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&lt;/a&gt;&lt;/li&gt;
9620 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&lt;/a&gt;&lt;/li&gt;
9621 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
9622 &lt;/ul&gt;
9623 &lt;p&gt;To download this multiarch dvd release you can use&lt;/p&gt;
9624
9625 &lt;ul&gt;
9626 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&lt;/a&gt;&lt;/li&gt;
9627 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&lt;/a&gt;&lt;/li&gt;
9628 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
9629 &lt;/ul&gt;
9630
9631 &lt;p&gt;There is no source DVD available yet. It will be prepared when we
9632 get closer to the final release.&lt;/p&gt;
9633
9634 &lt;p&gt;The MD5SUM of these images are&lt;/p&gt;
9635
9636 &lt;ul&gt;
9637 &lt;li&gt;3dbf45d59f42a53518b6e3c9ec3b5eb6 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
9638 &lt;li&gt;22f2cbfce281d1c6e478be452638675d debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
9639 &lt;/ul&gt;
9640
9641 &lt;p&gt;The SHA1SUM of these images are&lt;/p&gt;
9642 &lt;ul&gt;
9643 &lt;li&gt;c53d1b69b40cf37cd27aefaf33f6f6a3821bedf0 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
9644 &lt;li&gt;2ec29d7db676d59d32197b05c277ffe16348376c debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
9645 &lt;/ul&gt;
9646 &lt;p&gt;How to report bugs:
9647 http://wiki.debian.org/DebianEdu/HowTo/ReportBugsInBugzilla&lt;/p&gt;
9648
9649 &lt;p&gt;Please direct replies to debian-edu@lists.debian.org&lt;/p&gt;
9650 &lt;/blockquote&gt;
9651 </description>
9652 </item>
9653
9654 <item>
9655 <title>One step closer to single signon in Debian Edu</title>
9656 <link>http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</link>
9657 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</guid>
9658 <pubDate>Sun, 25 Jul 2010 10:00:00 +0200</pubDate>
9659 <description>&lt;p&gt;The last few months me and the other Debian Edu developers have
9660 been working hard to get the Debian/Squeeze based version of Debian
9661 Edu/Skolelinux into shape. This future version will use Kerberos for
9662 authentication, and services are slowly migrated to single signon,
9663 getting rid of password questions one at the time.&lt;/p&gt;
9664
9665 &lt;p&gt;It will also feature a roaming workstation profile with local home
9666 directory, for laptops that are only some times on the Skolelinux
9667 network, and for this profile a shortcut is created in Gnome and KDE
9668 to gain access to the users home directory on the file server. This
9669 shortcut uses SMB at the moment, and yesterday I had time to test if
9670 SMB mounting had started working in KDE after we added the cifs-utils
9671 package. I was pleasantly surprised how well it worked.&lt;/p&gt;
9672
9673 &lt;p&gt;Thanks to the recent changes to our samba configuration to get it
9674 to use Kerberos for authentication, there were no question about user
9675 password when mounting the SMB volume. A simple click on the shortcut
9676 in the KDE menu, and a window with the home directory popped
9677 up. :)&lt;/p&gt;
9678
9679 &lt;p&gt;One step closer to a single signon solution out of the box in
9680 Debian Edu. We already had PAM, LDAP, IMAP and SMTP in place, and now
9681 also Samba. Next step is Cups and hopefully also NFS.&lt;/p&gt;
9682
9683 &lt;p&gt;We had planned a alpha0 release of Debian Edu for today, but thanks
9684 to the autobuilder administrators for some architectures being slow to
9685 sign packages, we are still missing the fixed LTSP package we need for
9686 the release. It was uploaded three days ago with urgency=high, and if
9687 it had entered testing yesterday we would have been able to test it in
9688 time for a alpha0 release today. As the binaries for ia64 and powerpc
9689 still not uploaded to the Debian archive, we need to delay the alpha
9690 release another day.&lt;/p&gt;
9691
9692 &lt;p&gt;If you want to help out with implementing Kerberos for Debian Edu,
9693 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9694 </description>
9695 </item>
9696
9697 <item>
9698 <title>What are they searching for - PowerDNS and ISC DHCP in LDAP</title>
9699 <link>http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</link>
9700 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</guid>
9701 <pubDate>Sat, 17 Jul 2010 21:00:00 +0200</pubDate>
9702 <description>&lt;p&gt;This is a
9703 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html&quot;&gt;followup&lt;/a&gt;
9704 on my
9705 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Idea_for_a_change_to_LDAP_schemas_allowing_DNS_and_DHCP_info_to_be_combined_into_one_object.html&quot;&gt;previous
9706 work&lt;/a&gt; on
9707 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html&quot;&gt;merging
9708 all&lt;/a&gt; the computer related LDAP objects in Debian Edu.&lt;/p&gt;
9709
9710 &lt;p&gt;As a step to try to see if it possible to merge the DNS and DHCP
9711 LDAP objects, I have had a look at how the packages pdns-backend-ldap
9712 and dhcp3-server-ldap in Debian use the LDAP server. The two
9713 implementations are quite different in how they use LDAP.&lt;/p&gt;
9714
9715 To get this information, I started slapd with debugging enabled and
9716 dumped the debug output to a file to get the LDAP searches performed
9717 on a Debian Edu main-server. Here is a summary.
9718
9719 &lt;p&gt;&lt;strong&gt;powerdns&lt;/strong&gt;&lt;/p&gt;
9720
9721 &lt;a href=&quot;http://www.linuxnetworks.de/doc/index.php/PowerDNS_LDAP_Backend&quot;&gt;Clues
9722 on how to&lt;/a&gt; set up PowerDNS to use a LDAP backend is available on
9723 the web.
9724
9725 &lt;p&gt;PowerDNS have two modes of operation using LDAP as its backend.
9726 One &quot;strict&quot; mode where the forward and reverse DNS lookups are done
9727 using the same LDAP objects, and a &quot;tree&quot; mode where the forward and
9728 reverse entries are in two different subtrees in LDAP with a structure
9729 based on the DNS names, as in tjener.intern and
9730 2.2.0.10.in-addr.arpa.&lt;/p&gt;
9731
9732 &lt;p&gt;In tree mode, the server is set up to use a LDAP subtree as its
9733 base, and uses a &quot;base&quot; scoped search for the DNS name by adding
9734 &quot;dc=tjener,dc=intern,&quot; to the base with a filter for
9735 &quot;(associateddomain=tjener.intern)&quot; for the forward entry and
9736 &quot;dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,&quot; with a filter for
9737 &quot;(associateddomain=2.2.0.10.in-addr.arpa)&quot; for the reverse entry. For
9738 forward entries, it is looking for attributes named dnsttl, arecord,
9739 nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord, mxrecord,
9740 txtrecord, rprecord, afsdbrecord, keyrecord, aaaarecord, locrecord,
9741 srvrecord, naptrrecord, kxrecord, certrecord, dsrecord, sshfprecord,
9742 ipseckeyrecord, rrsigrecord, nsecrecord, dnskeyrecord, dhcidrecord,
9743 spfrecord and modifytimestamp. For reverse entries it is looking for
9744 the attributes dnsttl, arecord, nsrecord, cnamerecord, soarecord,
9745 ptrrecord, hinforecord, mxrecord, txtrecord, rprecord, aaaarecord,
9746 locrecord, srvrecord, naptrrecord and modifytimestamp. The equivalent
9747 ldapsearch commands could look like this:&lt;/p&gt;
9748
9749 &lt;blockquote&gt;&lt;pre&gt;
9750 ldapsearch -h ldap \
9751 -b dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no \
9752 -s base -x &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
9753 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
9754 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
9755 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
9756 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
9757
9758 ldapsearch -h ldap \
9759 -b dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no \
9760 -s base -x &#39;(associateddomain=2.2.0.10.in-addr.arpa)&#39;
9761 dnsttl, arecord, nsrecord, cnamerecord soarecord ptrrecord \
9762 hinforecord mxrecord txtrecord rprecord aaaarecord locrecord \
9763 srvrecord naptrrecord modifytimestamp
9764 &lt;/pre&gt;&lt;/blockquote&gt;
9765
9766 &lt;p&gt;In Debian Edu/Lenny, the PowerDNS tree mode is used with
9767 ou=hosts,dc=skole,dc=skolelinux,dc=no as the base, and these are two
9768 example LDAP objects used there. In addition to these objects, the
9769 parent objects all th way up to ou=hosts,dc=skole,dc=skolelinux,dc=no
9770 also exist.&lt;/p&gt;
9771
9772 &lt;blockquote&gt;&lt;pre&gt;
9773 dn: dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no
9774 objectclass: top
9775 objectclass: dnsdomain
9776 objectclass: domainrelatedobject
9777 dc: tjener
9778 arecord: 10.0.2.2
9779 associateddomain: tjener.intern
9780
9781 dn: dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no
9782 objectclass: top
9783 objectclass: dnsdomain2
9784 objectclass: domainrelatedobject
9785 dc: 2
9786 ptrrecord: tjener.intern
9787 associateddomain: 2.2.0.10.in-addr.arpa
9788 &lt;/pre&gt;&lt;/blockquote&gt;
9789
9790 &lt;p&gt;In strict mode, the server behaves differently. When looking for
9791 forward DNS entries, it is doing a &quot;subtree&quot; scoped search with the
9792 same base as in the tree mode for a object with filter
9793 &quot;(associateddomain=tjener.intern)&quot; and requests the attributes dnsttl,
9794 arecord, nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord,
9795 mxrecord, txtrecord, rprecord, aaaarecord, locrecord, srvrecord,
9796 naptrrecord and modifytimestamp. For reverse entires it also do a
9797 subtree scoped search but this time the filter is &quot;(arecord=10.0.2.2)&quot;
9798 and the requested attributes are associateddomain, dnsttl and
9799 modifytimestamp. In short, in strict mode the objects with ptrrecord
9800 go away, and the arecord attribute in the forward object is used
9801 instead.&lt;/p&gt;
9802
9803 &lt;p&gt;The forward and reverse searches can be simulated using ldapsearch
9804 like this:&lt;/p&gt;
9805
9806 &lt;blockquote&gt;&lt;pre&gt;
9807 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
9808 &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
9809 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
9810 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
9811 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
9812 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
9813
9814 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
9815 &#39;(arecord=10.0.2.2)&#39; associateddomain dnsttl modifytimestamp
9816 &lt;/pre&gt;&lt;/blockquote&gt;
9817
9818 &lt;p&gt;In addition to the forward and reverse searches , there is also a
9819 search for SOA records, which behave similar to the forward and
9820 reverse lookups.&lt;/p&gt;
9821
9822 &lt;p&gt;A thing to note with the PowerDNS behaviour is that it do not
9823 specify any objectclass names, and instead look for the attributes it
9824 need to generate a DNS reply. This make it able to work with any
9825 objectclass that provide the needed attributes.&lt;/p&gt;
9826
9827 &lt;p&gt;The attributes are normally provided in the cosine (RFC 1274) and
9828 dnsdomain2 schemas. The latter is used for reverse entries like
9829 ptrrecord and recent DNS additions like aaaarecord and srvrecord.&lt;/p&gt;
9830
9831 &lt;p&gt;In Debian Edu, we have created DNS objects using the object classes
9832 dcobject (for dc), dnsdomain or dnsdomain2 (structural, for the DNS
9833 attributes) and domainrelatedobject (for associatedDomain). The use
9834 of structural object classes make it impossible to combine these
9835 classes with the object classes used by DHCP.&lt;/p&gt;
9836
9837 &lt;p&gt;There are other schemas that could be used too, for example the
9838 dnszone structural object class used by Gosa and bind-sdb for the DNS
9839 attributes combined with the domainrelatedobject object class, but in
9840 this case some unused attributes would have to be included as well
9841 (zonename and relativedomainname).&lt;/p&gt;
9842
9843 &lt;p&gt;My proposal for Debian Edu would be to switch PowerDNS to strict
9844 mode and not use any of the existing objectclasses (dnsdomain,
9845 dnsdomain2 and dnszone) when one want to combine the DNS information
9846 with DHCP information, and instead create a auxiliary object class
9847 defined something like this (using the attributes defined for
9848 dnsdomain and dnsdomain2 or dnszone):&lt;/p&gt;
9849
9850 &lt;blockquote&gt;&lt;pre&gt;
9851 objectclass ( some-oid NAME &#39;dnsDomainAux&#39;
9852 SUP top
9853 AUXILIARY
9854 MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord $
9855 DNSTTL $ DNSClass $ PTRRecord $ HINFORecord $ MINFORecord $
9856 TXTRecord $ SIGRecord $ KEYRecord $ AAAARecord $ LOCRecord $
9857 NXTRecord $ SRVRecord $ NAPTRRecord $ KXRecord $ CERTRecord $
9858 A6Record $ DNAMERecord
9859 ))
9860 &lt;/pre&gt;&lt;/blockquote&gt;
9861
9862 &lt;p&gt;This will allow any object to become a DNS entry when combined with
9863 the domainrelatedobject object class, and allow any entity to include
9864 all the attributes PowerDNS wants. I&#39;ve sent an email to the PowerDNS
9865 developers asking for their view on this schema and if they are
9866 interested in providing such schema with PowerDNS, and I hope my
9867 message will be accepted into their mailing list soon.&lt;/p&gt;
9868
9869 &lt;p&gt;&lt;strong&gt;ISC dhcp&lt;/strong&gt;&lt;/p&gt;
9870
9871 &lt;p&gt;The DHCP server searches for specific objectclass and requests all
9872 the object attributes, and then uses the attributes it want. This
9873 make it harder to figure out exactly what attributes are used, but
9874 thanks to the working example in Debian Edu I can at least get an idea
9875 what is needed without having to read the source code.&lt;/p&gt;
9876
9877 &lt;p&gt;In the DHCP server configuration, the LDAP base to use and the
9878 search filter to use to locate the correct dhcpServer entity is
9879 stored. These are the relevant entries from
9880 /etc/dhcp3/dhcpd.conf:&lt;/p&gt;
9881
9882 &lt;blockquote&gt;&lt;pre&gt;
9883 ldap-base-dn &quot;dc=skole,dc=skolelinux,dc=no&quot;;
9884 ldap-dhcp-server-cn &quot;dhcp&quot;;
9885 &lt;/pre&gt;&lt;/blockquote&gt;
9886
9887 &lt;p&gt;The DHCP server uses this information to nest all the DHCP
9888 configuration it need. The cn &quot;dhcp&quot; is located using the given LDAP
9889 base and the filter &quot;(&amp;(objectClass=dhcpServer)(cn=dhcp))&quot;. The
9890 search result is this entry:&lt;/p&gt;
9891
9892 &lt;blockquote&gt;&lt;pre&gt;
9893 dn: cn=dhcp,dc=skole,dc=skolelinux,dc=no
9894 cn: dhcp
9895 objectClass: top
9896 objectClass: dhcpServer
9897 dhcpServiceDN: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
9898 &lt;/pre&gt;&lt;/blockquote&gt;
9899
9900 &lt;p&gt;The content of the dhcpServiceDN attribute is next used to locate the
9901 subtree with DHCP configuration. The DHCP configuration subtree base
9902 is located using a base scope search with base &quot;cn=DHCP
9903 Config,dc=skole,dc=skolelinux,dc=no&quot; and filter
9904 &quot;(&amp;(objectClass=dhcpService)(|(dhcpPrimaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)(dhcpSecondaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)))&quot;.
9905 The search result is this entry:&lt;/p&gt;
9906
9907 &lt;blockquote&gt;&lt;pre&gt;
9908 dn: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
9909 cn: DHCP Config
9910 objectClass: top
9911 objectClass: dhcpService
9912 objectClass: dhcpOptions
9913 dhcpPrimaryDN: cn=dhcp, dc=skole,dc=skolelinux,dc=no
9914 dhcpStatements: ddns-update-style none
9915 dhcpStatements: authoritative
9916 dhcpOption: smtp-server code 69 = array of ip-address
9917 dhcpOption: www-server code 72 = array of ip-address
9918 dhcpOption: wpad-url code 252 = text
9919 &lt;/pre&gt;&lt;/blockquote&gt;
9920
9921 &lt;p&gt;Next, the entire subtree is processed, one level at the time. When
9922 all the DHCP configuration is loaded, it is ready to receive requests.
9923 The subtree in Debian Edu contain objects with object classes
9924 top/dhcpService/dhcpOptions, top/dhcpSharedNetwork/dhcpOptions,
9925 top/dhcpSubnet, top/dhcpGroup and top/dhcpHost. These provide options
9926 and information about netmasks, dynamic range etc. Leaving out the
9927 details here because it is not relevant for the focus of my
9928 investigation, which is to see if it is possible to merge dns and dhcp
9929 related computer objects.&lt;/p&gt;
9930
9931 &lt;p&gt;When a DHCP request come in, LDAP is searched for the MAC address
9932 of the client (00:00:00:00:00:00 in this example), using a subtree
9933 scoped search with &quot;cn=DHCP Config,dc=skole,dc=skolelinux,dc=no&quot; as
9934 the base and &quot;(&amp;(objectClass=dhcpHost)(dhcpHWAddress=ethernet
9935 00:00:00:00:00:00))&quot; as the filter. This is what a host object look
9936 like:&lt;/p&gt;
9937
9938 &lt;blockquote&gt;&lt;pre&gt;
9939 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
9940 cn: hostname
9941 objectClass: top
9942 objectClass: dhcpHost
9943 dhcpHWAddress: ethernet 00:00:00:00:00:00
9944 dhcpStatements: fixed-address hostname
9945 &lt;/pre&gt;&lt;/blockquote&gt;
9946
9947 &lt;p&gt;There is less flexiblity in the way LDAP searches are done here.
9948 The object classes need to have fixed names, and the configuration
9949 need to be stored in a fairly specific LDAP structure. On the
9950 positive side, the invidiual dhcpHost entires can be anywhere without
9951 the DN pointed to by the dhcpServer entries. The latter should make
9952 it possible to group all host entries in a subtree next to the
9953 configuration entries, and this subtree can also be shared with the
9954 DNS server if the schema proposed above is combined with the dhcpHost
9955 structural object class.
9956
9957 &lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
9958
9959 &lt;p&gt;The PowerDNS implementation seem to be very flexible when it come
9960 to which LDAP schemas to use. While its &quot;tree&quot; mode is rigid when it
9961 come to the the LDAP structure, the &quot;strict&quot; mode is very flexible,
9962 allowing DNS objects to be stored anywhere under the base cn specified
9963 in the configuration.&lt;/p&gt;
9964
9965 &lt;p&gt;The DHCP implementation on the other hand is very inflexible, both
9966 regarding which LDAP schemas to use and which LDAP structure to use.
9967 I guess one could implement ones own schema, as long as the
9968 objectclasses and attributes have the names used, but this do not
9969 really help when the DHCP subtree need to have a fairly fixed
9970 structure.&lt;/p&gt;
9971
9972 &lt;p&gt;Based on the observed behaviour, I suspect a LDAP structure like
9973 this might work for Debian Edu:&lt;/p&gt;
9974
9975 &lt;blockquote&gt;&lt;pre&gt;
9976 ou=services
9977 cn=machine-info (dhcpService) - dhcpServiceDN points here
9978 cn=dhcp (dhcpServer)
9979 cn=dhcp-internal (dhcpSharedNetwork/dhcpOptions)
9980 cn=10.0.2.0 (dhcpSubnet)
9981 cn=group1 (dhcpGroup/dhcpOptions)
9982 cn=dhcp-thinclients (dhcpSharedNetwork/dhcpOptions)
9983 cn=192.168.0.0 (dhcpSubnet)
9984 cn=group1 (dhcpGroup/dhcpOptions)
9985 ou=machines - PowerDNS base points here
9986 cn=hostname (dhcpHost/domainrelatedobject/dnsDomainAux)
9987 &lt;/pre&gt;&lt;/blockquote&gt;
9988
9989 &lt;P&gt;This is not tested yet. If the DHCP server require the dhcpHost
9990 entries to be in the dhcpGroup subtrees, the entries can be stored
9991 there instead of a common machines subtree, and the PowerDNS base
9992 would have to be moved one level up to the machine-info subtree.&lt;/p&gt;
9993
9994 &lt;p&gt;The combined object under the machines subtree would look something
9995 like this:&lt;/p&gt;
9996
9997 &lt;blockquote&gt;&lt;pre&gt;
9998 dn: dc=hostname,ou=machines,cn=machine-info,dc=skole,dc=skolelinux,dc=no
9999 dc: hostname
10000 objectClass: top
10001 objectClass: dhcpHost
10002 objectclass: domainrelatedobject
10003 objectclass: dnsDomainAux
10004 associateddomain: hostname.intern
10005 arecord: 10.11.12.13
10006 dhcpHWAddress: ethernet 00:00:00:00:00:00
10007 dhcpStatements: fixed-address hostname.intern
10008 &lt;/pre&gt;&lt;/blockquote&gt;
10009
10010 &lt;/p&gt;One could even add the LTSP configuration associated with a given
10011 machine, as long as the required attributes are available in a
10012 auxiliary object class.&lt;/p&gt;
10013 </description>
10014 </item>
10015
10016 <item>
10017 <title>Combining PowerDNS and ISC DHCP LDAP objects</title>
10018 <link>http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</link>
10019 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</guid>
10020 <pubDate>Wed, 14 Jul 2010 23:45:00 +0200</pubDate>
10021 <description>&lt;p&gt;For a while now, I have wanted to find a way to change the DNS and
10022 DHCP services in Debian Edu to use the same LDAP objects for a given
10023 computer, to avoid the possibility of having a inconsistent state for
10024 a computer in LDAP (as in DHCP but no DNS entry or the other way
10025 around) and make it easier to add computers to LDAP.&lt;/p&gt;
10026
10027 &lt;p&gt;I&#39;ve looked at how powerdns and dhcpd is using LDAP, and using this
10028 information finally found a solution that seem to work.&lt;/p&gt;
10029
10030 &lt;p&gt;The old setup required three LDAP objects for a given computer.
10031 One forward DNS entry, one reverse DNS entry and one DHCP entry. If
10032 we switch powerdns to use its strict LDAP method (ldap-method=strict
10033 in pdns-debian-edu.conf), the forward and reverse DNS entries are
10034 merged into one while making it impossible to transfer the reverse map
10035 to a slave DNS server.&lt;/p&gt;
10036
10037 &lt;p&gt;If we also replace the object class used to get the DNS related
10038 attributes to one allowing these attributes to be combined with the
10039 dhcphost object class, we can merge the DNS and DHCP entries into one.
10040 I&#39;ve written such object class in the dnsdomainaux.schema file (need
10041 proper OIDs, but that is a minor issue), and tested the setup. It
10042 seem to work.&lt;/p&gt;
10043
10044 &lt;p&gt;With this test setup in place, we can get away with one LDAP object
10045 for both DNS and DHCP, and even the LTSP configuration I suggested in
10046 an earlier email. The combined LDAP object will look something like
10047 this:&lt;/p&gt;
10048
10049 &lt;blockquote&gt;&lt;pre&gt;
10050 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
10051 cn: hostname
10052 objectClass: dhcphost
10053 objectclass: domainrelatedobject
10054 objectclass: dnsdomainaux
10055 associateddomain: hostname.intern
10056 arecord: 10.11.12.13
10057 dhcphwaddress: ethernet 00:00:00:00:00:00
10058 dhcpstatements: fixed-address hostname
10059 ldapconfigsound: Y
10060 &lt;/pre&gt;&lt;/blockquote&gt;
10061
10062 &lt;p&gt;The DNS server uses the associateddomain and arecord entries, while
10063 the DHCP server uses the dhcphwaddress and dhcpstatements entries
10064 before asking DNS to resolve the fixed-adddress. LTSP will use
10065 dhcphwaddress or associateddomain and the ldapconfig* attributes.&lt;/p&gt;
10066
10067 &lt;p&gt;I am not yet sure if I can get the DHCP server to look for its
10068 dhcphost in a different location, to allow us to put the objects
10069 outside the &quot;DHCP Config&quot; subtree, but hope to figure out a way to do
10070 that. If I can&#39;t figure out a way to do that, we can still get rid of
10071 the hosts subtree and move all its content into the DHCP Config tree
10072 (which probably should be renamed to be more related to the new
10073 content. I suspect cn=dnsdhcp,ou=services or something like that
10074 might be a good place to put it.&lt;/p&gt;
10075
10076 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10077 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10078 </description>
10079 </item>
10080
10081 <item>
10082 <title>Idea for storing LTSP configuration in LDAP</title>
10083 <link>http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</link>
10084 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</guid>
10085 <pubDate>Sun, 11 Jul 2010 22:00:00 +0200</pubDate>
10086 <description>&lt;p&gt;Vagrant mentioned on IRC today that ltsp_config now support
10087 sourcing files from /usr/share/ltsp/ltsp_config.d/ on the thin
10088 clients, and that this can be used to fetch configuration from LDAP if
10089 Debian Edu choose to store configuration there.&lt;/p&gt;
10090
10091 &lt;p&gt;Armed with this information, I got inspired and wrote a test module
10092 to get configuration from LDAP. The idea is to look up the MAC
10093 address of the client in LDAP, and look for attributes on the form
10094 ltspconfigsetting=value, and use this to export SETTING=value to the
10095 LTSP clients.&lt;/p&gt;
10096
10097 &lt;p&gt;The goal is to be able to store the LTSP configuration attributes
10098 in a &quot;computer&quot; LDAP object used by both DNS and DHCP, and thus
10099 allowing us to store all information about a computer in one place.&lt;/p&gt;
10100
10101 &lt;p&gt;This is a untested draft implementation, and I welcome feedback on
10102 this approach. A real LDAP schema for the ltspClientAux objectclass
10103 need to be written. Comments, suggestions, etc?&lt;/p&gt;
10104
10105 &lt;blockquote&gt;&lt;pre&gt;
10106 # Store in /opt/ltsp/$arch/usr/share/ltsp/ltsp_config.d/ldap-config
10107 #
10108 # Fetch LTSP client settings from LDAP based on MAC address
10109 #
10110 # Uses ethernet address as stored in the dhcpHost objectclass using
10111 # the dhcpHWAddress attribute or ethernet address stored in the
10112 # ieee802Device objectclass with the macAddress attribute.
10113 #
10114 # This module is written to be schema agnostic, and only depend on the
10115 # existence of attribute names.
10116 #
10117 # The LTSP configuration variables are saved directly using a
10118 # ltspConfig prefix and uppercasing the rest of the attribute name.
10119 # To set the SERVER variable, set the ltspConfigServer attribute.
10120 #
10121 # Some LDAP schema should be created with all the relevant
10122 # configuration settings. Something like this should work:
10123 #
10124 # objectclass ( 1.1.2.2 NAME &#39;ltspClientAux&#39;
10125 # SUP top
10126 # AUXILIARY
10127 # MAY ( ltspConfigServer $ ltsConfigSound $ ... )
10128
10129 LDAPSERVER=$(debian-edu-ldapserver)
10130 if [ &quot;$LDAPSERVER&quot; ] ; then
10131 LDAPBASE=$(debian-edu-ldapserver -b)
10132 for MAC in $(LANG=C ifconfig |grep -i hwaddr| awk &#39;{print $5}&#39;|sort -u) ; do
10133 filter=&quot;(|(dhcpHWAddress=ethernet $MAC)(macAddress=$MAC))&quot;
10134 ldapsearch -h &quot;$LDAPSERVER&quot; -b &quot;$LDAPBASE&quot; -v -x &quot;$filter&quot; | \
10135 grep &#39;^ltspConfig&#39; | while read attr value ; do
10136 # Remove prefix and convert to upper case
10137 attr=$(echo $attr | sed &#39;s/^ltspConfig//i&#39; | tr a-z A-Z)
10138 # bass value on to clients
10139 eval &quot;$attr=$value; export $attr&quot;
10140 done
10141 done
10142 fi
10143 &lt;/pre&gt;&lt;/blockquote&gt;
10144
10145 &lt;p&gt;I&#39;m not sure this shell construction will work, because I suspect
10146 the while block might end up in a subshell causing the variables set
10147 there to not show up in ltsp-config, but if that is the case I am sure
10148 the code can be restructured to make sure the variables are passed on.
10149 I expect that can be solved with some testing. :)&lt;/p&gt;
10150
10151 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10152 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10153
10154 &lt;p&gt;Update 2010-07-17: I am aware of another effort to store LTSP
10155 configuration in LDAP that was created around year 2000 by
10156 &lt;a href=&quot;http://www.pcxperience.com/thinclient/documentation/ldap.html&quot;&gt;PC
10157 Xperience, Inc., 2000&lt;/a&gt;. I found its
10158 &lt;a href=&quot;http://people.redhat.com/alikins/ltsp/ldap/&quot;&gt;files&lt;/a&gt; on a
10159 personal home page over at redhat.com.&lt;/p&gt;
10160 </description>
10161 </item>
10162
10163 <item>
10164 <title>jXplorer, a very nice LDAP GUI</title>
10165 <link>http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</link>
10166 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</guid>
10167 <pubDate>Fri, 9 Jul 2010 12:55:00 +0200</pubDate>
10168 <description>&lt;p&gt;Since
10169 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html&quot;&gt;my
10170 last post&lt;/a&gt; about available LDAP tools in Debian, I was told about a
10171 LDAP GUI that is even better than luma. The java application
10172 &lt;a href=&quot;http://jxplorer.org/&quot;&gt;jXplorer&lt;/a&gt; is claimed to be capable of
10173 moving LDAP objects and subtrees using drag-and-drop, and can
10174 authenticate using Kerberos. I have only tested the Kerberos
10175 authentication, but do not have a LDAP setup allowing me to rewrite
10176 LDAP with my test user yet. It is
10177 &lt;a href=&quot;http://packages.qa.debian.org/j/jxplorer.html&quot;&gt;available in
10178 Debian&lt;/a&gt; testing and unstable at the moment. The only problem I
10179 have with it is how it handle errors. If something go wrong, its
10180 non-intuitive behaviour require me to go through some query work list
10181 and remove the failing query. Nothing big, but very annoying.&lt;/p&gt;
10182 </description>
10183 </item>
10184
10185 <item>
10186 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome desktop</title>
10187 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</link>
10188 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</guid>
10189 <pubDate>Sat, 3 Jul 2010 23:55:00 +0200</pubDate>
10190 <description>&lt;p&gt;Here is a short update on my &lt;a
10191 href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;my
10192 Debian Lenny-&gt;Squeeze upgrade testing&lt;/a&gt;. Here is a summary of the
10193 difference for Gnome when it is upgraded by apt-get and aptitude. I&#39;m
10194 not reporting the status for KDE, because the upgrade crashes when
10195 aptitude try because of missing conflicts
10196 (&lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; and
10197 &lt;a href=&quot;http://bugs.debian.org/585716&quot;&gt;#585716&lt;/a&gt;).&lt;/p&gt;
10198
10199 &lt;p&gt;At the end of the upgrade test script, dpkg -l is executed to get a
10200 complete list of the installed packages. Based on this I see these
10201 differences when I did a test run today. As usual, I do not really
10202 know what the correct set of packages would be, but thought it best to
10203 publish the difference.&lt;/p&gt;
10204
10205 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
10206
10207 &lt;blockquote&gt;&lt;p&gt;
10208 at-spi cpp-4.3 finger gnome-spell gstreamer0.10-gnomevfs
10209 libatspi1.0-0 libcupsys2 libeel2-data libgail-common libgdl-1-common
10210 libgnomeprint2.2-data libgnomeprintui2.2-common libgnomevfs2-bin
10211 libgtksourceview-common libpt-1.10.10-plugins-alsa
10212 libpt-1.10.10-plugins-v4l libservlet2.4-java libxalan2-java
10213 libxerces2-java openoffice.org-writer2latex openssl-blacklist p7zip
10214 python-4suite-xml python-eggtrayicon python-gtkhtml2
10215 python-gtkmozembed svgalibg1 xserver-xephyr zip
10216 &lt;/p&gt;&lt;/blockquote&gt;
10217
10218 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
10219
10220 &lt;blockquote&gt;&lt;p&gt;
10221 bluez-utils dhcdbd djvulibre-desktop epiphany-gecko
10222 gnome-app-install gnome-mount gnome-vfs-obexftp gnome-volume-manager
10223 libao2 libavahi-compat-libdnssd1 libavahi-core5 libbind9-50
10224 libbluetooth2 libcamel1.2-11 libcdio7 libcucul0 libcurl3
10225 libdirectfb-1.0-0 libdvdread3 libedata-cal1.2-6 libedataserver1.2-9
10226 libeel2-2.20 libepc-1.0-1 libepc-ui-1.0-1 libexchange-storage1.2-3
10227 libfaad0 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
10228 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
10229 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
10230 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtkhtml2-0
10231 libgtksourceview1.0-0 libgucharmap6 libhesiod0 libicu38 libisccc50
10232 libisccfg50 libiw29 libkpathsea4 libltdl3 liblwres50 libmagick++10
10233 libmagick10 libmalaga7 libmtp7 libmysqlclient15off libnautilus-burn4
10234 libneon27 libnm-glib0 libnm-util0 libopal-2.2 libosp5
10235 libparted1.8-10 libpisock9 libpisync1 libpoppler-glib3 libpoppler3
10236 libpt-1.10.10 libraw1394-8 libsensors3 libsmbios2 libsoup2.2-8
10237 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1
10238 libtotem-plparser10 libtrackerclient0 libvoikko1 libxalan2-java-gcj
10239 libxerces2-java-gcj libxklavier12 libxtrap6 libxxf86misc1 libzephyr3
10240 mysql-common swfdec-gnome totem-gstreamer wodim
10241 &lt;/p&gt;&lt;/blockquote&gt;
10242
10243 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
10244
10245 &lt;blockquote&gt;&lt;p&gt;
10246 gnome gnome-desktop-environment hamster-applet python-gnomeapplet
10247 python-gnomekeyring python-wnck rhythmbox-plugins xorg
10248 xserver-xorg-input-all xserver-xorg-input-evdev
10249 xserver-xorg-input-kbd xserver-xorg-input-mouse
10250 xserver-xorg-input-synaptics xserver-xorg-video-all
10251 xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-ati
10252 xserver-xorg-video-chips xserver-xorg-video-cirrus
10253 xserver-xorg-video-dummy xserver-xorg-video-fbdev
10254 xserver-xorg-video-glint xserver-xorg-video-i128
10255 xserver-xorg-video-i740 xserver-xorg-video-mach64
10256 xserver-xorg-video-mga xserver-xorg-video-neomagic
10257 xserver-xorg-video-nouveau xserver-xorg-video-nv
10258 xserver-xorg-video-r128 xserver-xorg-video-radeon
10259 xserver-xorg-video-radeonhd xserver-xorg-video-rendition
10260 xserver-xorg-video-s3 xserver-xorg-video-s3virge
10261 xserver-xorg-video-savage xserver-xorg-video-siliconmotion
10262 xserver-xorg-video-sis xserver-xorg-video-sisusb
10263 xserver-xorg-video-tdfx xserver-xorg-video-tga
10264 xserver-xorg-video-trident xserver-xorg-video-tseng
10265 xserver-xorg-video-vesa xserver-xorg-video-vmware
10266 xserver-xorg-video-voodoo
10267 &lt;/p&gt;&lt;/blockquote&gt;
10268
10269 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
10270
10271 &lt;blockquote&gt;&lt;p&gt;
10272 deskbar-applet xserver-xorg xserver-xorg-core
10273 xserver-xorg-input-wacom xserver-xorg-video-intel
10274 xserver-xorg-video-openchrome
10275 &lt;/p&gt;&lt;/blockquote&gt;
10276
10277 &lt;p&gt;I was told on IRC that the xorg-xserver package was
10278 &lt;a href=&quot;http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=commit;h=9c8080d06c457932d3bfec021c69ac000aa60120&quot;&gt;changed
10279 in git&lt;/a&gt; today to try to get apt-get to not remove xorg completely.
10280 No idea when it hits Squeeze, but when it does I hope it will reduce
10281 the difference somewhat.
10282 </description>
10283 </item>
10284
10285 <item>
10286 <title>Caching password, user and group on a roaming Debian laptop</title>
10287 <link>http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</link>
10288 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</guid>
10289 <pubDate>Thu, 1 Jul 2010 11:40:00 +0200</pubDate>
10290 <description>&lt;p&gt;For a laptop, centralized user directories and password checking is
10291 a bit troubling. Laptops are typically used also when not connected
10292 to the network, and it is vital for a user to be able to log in or
10293 unlock the screen saver also when a central server is unavailable.
10294 This is possible by caching passwords and directory information (user
10295 and group attributes) locally, and the packages to do so are available
10296 in Debian. Here follow two recipes to set this up in Debian/Squeeze.
10297 It is also possible to set up in Debian/Lenny, but require more manual
10298 setup there because pam-auth-update is missing in Lenny.&lt;/p&gt;
10299
10300 &lt;h2&gt;LDAP/Kerberos + nscd + libpam-ccreds + libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
10301
10302 This is the traditional method with a twist. The password caching is
10303 provided by libpam-ccreds (version 10-4 or later is needed on
10304 Squeeze), and the directory caching is done by nscd. The directory
10305 lookup and password checking is done using LDAP. If one want to use
10306 Kerberos for password checking the libpam-ldapd package can be
10307 replaced with libpam-krb5 or libpam-heimdal. If one is happy having a
10308 local home directory with the path listed in LDAP, one can use the
10309 pam_mkhomedir module from pam-modules to make this happen instead of
10310 using libpam-mklocaluser. A setup for pam-auth-update to enable
10311 pam_mkhomedir will have to be written until a fix for
10312 &lt;a href=&quot;http://bugs.debian.org/568577&quot;&gt;bug #568577&lt;/a&gt; is in the
10313 archive. Because I believe it is a bad idea to have local home
10314 directories using misleading paths like /site/server/partition/, I
10315 prefer to create a local user with the home directory in /home/. This
10316 is done using the libpam-mklocaluser package.&lt;/p&gt;
10317
10318 &lt;p&gt;These packages need to be installed and configured&lt;/p&gt;
10319
10320 &lt;blockquote&gt;&lt;pre&gt;
10321 libnss-ldapd libpam-ldapd nscd libpam-ccreds libpam-mklocaluser
10322 &lt;/pre&gt;&lt;/blockquote&gt;
10323
10324 &lt;p&gt;The ldapd packages will ask for LDAP connection information, and
10325 one have to fill in the values that fits ones own site. Make sure the
10326 PAM part uses encrypted connections, to make sure the password is not
10327 sent in clear text to the LDAP server. I&#39;ve been unable to get TLS
10328 certificate checking for a self signed certificate working, which make
10329 LDAP authentication unsafe for Debian Edu (nslcd is not checking if it
10330 is talking to the correct LDAP server), and very much welcome feedback
10331 on how to get this working.&lt;/p&gt;
10332
10333 &lt;p&gt;Because nscd do not have a default configuration fit for offline
10334 caching until &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;bug #485282&lt;/a&gt;
10335 is fixed, this configuration should be used instead of the one
10336 currently in /etc/nscd.conf. The changes are in the fields
10337 reload-count and positive-time-to-live, and is based on the
10338 instructions I found in the
10339 &lt;a href=&quot;http://www.flyn.org/laptopldap/&quot;&gt;LDAP for Mobile Laptops&lt;/a&gt;
10340 instructions by Flyn Computing.&lt;/p&gt;
10341
10342 &lt;blockquote&gt;&lt;pre&gt;
10343 debug-level 0
10344 reload-count unlimited
10345 paranoia no
10346
10347 enable-cache passwd yes
10348 positive-time-to-live passwd 2592000
10349 negative-time-to-live passwd 20
10350 suggested-size passwd 211
10351 check-files passwd yes
10352 persistent passwd yes
10353 shared passwd yes
10354 max-db-size passwd 33554432
10355 auto-propagate passwd yes
10356
10357 enable-cache group yes
10358 positive-time-to-live group 2592000
10359 negative-time-to-live group 20
10360 suggested-size group 211
10361 check-files group yes
10362 persistent group yes
10363 shared group yes
10364 max-db-size group 33554432
10365 auto-propagate group yes
10366
10367 enable-cache hosts no
10368 positive-time-to-live hosts 2592000
10369 negative-time-to-live hosts 20
10370 suggested-size hosts 211
10371 check-files hosts yes
10372 persistent hosts yes
10373 shared hosts yes
10374 max-db-size hosts 33554432
10375
10376 enable-cache services yes
10377 positive-time-to-live services 2592000
10378 negative-time-to-live services 20
10379 suggested-size services 211
10380 check-files services yes
10381 persistent services yes
10382 shared services yes
10383 max-db-size services 33554432
10384 &lt;/pre&gt;&lt;/blockquote&gt;
10385
10386 &lt;p&gt;While we wait for a mechanism to update /etc/nsswitch.conf
10387 automatically like the one provided in
10388 &lt;a href=&quot;http://bugs.debian.org/496915&quot;&gt;bug #496915&lt;/a&gt;, the file
10389 content need to be manually replaced to ensure LDAP is used as the
10390 directory service on the machine. /etc/nsswitch.conf should normally
10391 look like this:&lt;/p&gt;
10392
10393 &lt;blockquote&gt;&lt;pre&gt;
10394 passwd: files ldap
10395 group: files ldap
10396 shadow: files ldap
10397 hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
10398 networks: files
10399 protocols: files
10400 services: files
10401 ethers: files
10402 rpc: files
10403 netgroup: files ldap
10404 &lt;/pre&gt;&lt;/blockquote&gt;
10405
10406 &lt;p&gt;The important parts are that ldap is listed last for passwd, group,
10407 shadow and netgroup.&lt;/p&gt;
10408
10409 &lt;p&gt;With these changes in place, any user in LDAP will be able to log
10410 in locally on the machine using for example kdm, get a local home
10411 directory created and have the password as well as user and group
10412 attributes cached.
10413
10414 &lt;h2&gt;LDAP/Kerberos + nss-updatedb + libpam-ccreds +
10415 libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
10416
10417 &lt;p&gt;Because nscd have had its share of problems, and seem to have
10418 problems doing proper caching, I&#39;ve seen suggestions and recipes to
10419 use nss-updatedb to copy parts of the LDAP database locally when the
10420 LDAP database is available. I have not tested such setup, because I
10421 discovered sssd.&lt;/p&gt;
10422
10423 &lt;h2&gt;LDAP/Kerberos + sssd + libpam-mklocaluser&lt;/h2&gt;
10424
10425 &lt;p&gt;A more flexible and robust setup than the nscd combination
10426 mentioned earlier that has shown up recently, is the
10427 &lt;a href=&quot;https://fedorahosted.org/sssd/&quot;&gt;sssd&lt;/a&gt; package from Redhat.
10428 It is part of the &lt;a href=&quot;http://www.freeipa.org/&quot;&gt;FreeIPA&lt;/A&gt; project
10429 to provide a Active Directory like directory service for Linux
10430 machines. The sssd system combines the caching of passwords and user
10431 information into one package, and remove the need for nscd and
10432 libpam-ccreds. It support LDAP and Kerberos, but not NIS. Version
10433 1.2 do not support netgroups, but it is said that it will support this
10434 in version 1.5 expected to show up later in 2010. Because the
10435 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd package&lt;/a&gt;
10436 was missing in Debian, I ended up co-maintaining it with Werner, and
10437 version 1.2 is now in testing.
10438
10439 &lt;p&gt;These packages need to be installed and configured to get the
10440 roaming setup I want&lt;/p&gt;
10441
10442 &lt;blockquote&gt;&lt;pre&gt;
10443 libpam-sss libnss-sss libpam-mklocaluser
10444 &lt;/pre&gt;&lt;/blockquote&gt;
10445
10446 The complete setup of sssd is done by editing/creating
10447 &lt;tt&gt;/etc/sssd/sssd.conf&lt;/tt&gt;.
10448
10449 &lt;blockquote&gt;&lt;pre&gt;
10450 [sssd]
10451 config_file_version = 2
10452 reconnection_retries = 3
10453 sbus_timeout = 30
10454 services = nss, pam
10455 domains = INTERN
10456
10457 [nss]
10458 filter_groups = root
10459 filter_users = root
10460 reconnection_retries = 3
10461
10462 [pam]
10463 reconnection_retries = 3
10464
10465 [domain/INTERN]
10466 enumerate = false
10467 cache_credentials = true
10468
10469 id_provider = ldap
10470 auth_provider = ldap
10471 chpass_provider = ldap
10472
10473 ldap_uri = ldap://ldap
10474 ldap_search_base = dc=skole,dc=skolelinux,dc=no
10475 ldap_tls_reqcert = never
10476 ldap_tls_cacert = /etc/ssl/certs/ca-certificates.crt
10477 &lt;/pre&gt;&lt;/blockquote&gt;
10478
10479 &lt;p&gt;I got the same problem here with certificate checking. Had to set
10480 &quot;ldap_tls_reqcert = never&quot; to get it working.&lt;/p&gt;
10481
10482 &lt;p&gt;With the libnss-sss package in testing at the moment, the
10483 nsswitch.conf file is update automatically, so there is no need to
10484 modify it manually.&lt;/p&gt;
10485
10486 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10487 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10488 </description>
10489 </item>
10490
10491 <item>
10492 <title>LUMA, a very nice LDAP GUI</title>
10493 <link>http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</link>
10494 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</guid>
10495 <pubDate>Mon, 28 Jun 2010 00:30:00 +0200</pubDate>
10496 <description>&lt;p&gt;The last few days I have been looking into the status of the LDAP
10497 directory in Debian Edu, and in the process I started to miss a GUI
10498 tool to browse the LDAP tree. The only one I was able to find in
10499 Debian/Squeeze and Lenny is
10500 &lt;a href=&quot;http://luma.sourceforge.net/&quot;&gt;LUMA&lt;/a&gt;, which has proved to
10501 be a great tool to get a overview of the current LDAP directory
10502 populated by default in Skolelinux. Thanks to it, I have been able to
10503 find empty and obsolete subtrees, misplaced objects and duplicate
10504 objects. It will be installed by default in Debian/Squeeze. If you
10505 are working with LDAP, give it a go. :)&lt;/p&gt;
10506
10507 &lt;p&gt;I did notice one problem with it I have not had time to report to
10508 the BTS yet. There is no .desktop file in the package, so the tool do
10509 not show up in the Gnome and KDE menus, but only deep down in in the
10510 Debian submenu in KDE. I hope that can be fixed before Squeeze is
10511 released.&lt;/p&gt;
10512
10513 &lt;p&gt;I have not yet been able to get it to modify the tree yet. I would
10514 like to move objects and remove subtrees directly in the GUI, but have
10515 not found a way to do that with LUMA yet. So in the mean time, I use
10516 &lt;a href=&quot;http://www.lichteblau.com/ldapvi/&quot;&gt;ldapvi&lt;/a&gt; for that.&lt;/p&gt;
10517
10518 &lt;p&gt;If you have tips on other GUI tools for LDAP that might be useful
10519 in Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10520
10521 &lt;p&gt;Update 2010-06-29: Ross Reedstrom tipped us about the
10522 &lt;a href=&quot;http://packages.qa.debian.org/g/gq.html&quot;&gt;gq&lt;/a&gt; package as a
10523 useful GUI alternative. It seem like a good tool, but is unmaintained
10524 in Debian and got a RC bug keeping it out of Squeeze. Unless that
10525 changes, it will not be an option for Debian Edu based on Squeeze.&lt;/p&gt;
10526 </description>
10527 </item>
10528
10529 <item>
10530 <title>Idea for a change to LDAP schemas allowing DNS and DHCP info to be combined into one object</title>
10531 <link>http://people.skolelinux.org/pere/blog/Idea_for_a_change_to_LDAP_schemas_allowing_DNS_and_DHCP_info_to_be_combined_into_one_object.html</link>
10532 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Idea_for_a_change_to_LDAP_schemas_allowing_DNS_and_DHCP_info_to_be_combined_into_one_object.html</guid>
10533 <pubDate>Thu, 24 Jun 2010 00:35:00 +0200</pubDate>
10534 <description>&lt;p&gt;A while back, I
10535 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html&quot;&gt;complained
10536 about the fact&lt;/a&gt; that it is not possible with the provided schemas
10537 for storing DNS and DHCP information in LDAP to combine the two sets
10538 of information into one LDAP object representing a computer.&lt;/p&gt;
10539
10540 &lt;p&gt;In the mean time, I discovered that a simple fix would be to make
10541 the dhcpHost object class auxiliary, to allow it to be combined with
10542 the dNSDomain object class, and thus forming one object for one
10543 computer when storing both DHCP and DNS information in LDAP.&lt;/p&gt;
10544
10545 &lt;p&gt;If I understand this correctly, it is not safe to do this change
10546 without also changing the assigned number for the object class, and I
10547 do not know enough about LDAP schema design to do that properly for
10548 Debian Edu.&lt;/p&gt;
10549
10550 &lt;p&gt;Anyway, for future reference, this is how I believe we could change
10551 the
10552 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-dhc-ldap-schema-00&quot;&gt;DHCP
10553 schema&lt;/a&gt; to solve at least part of the problem with the LDAP schemas
10554 available today from IETF.&lt;/p&gt;
10555
10556 &lt;pre&gt;
10557 --- dhcp.schema (revision 65192)
10558 +++ dhcp.schema (working copy)
10559 @@ -376,7 +376,7 @@
10560 objectclass ( 2.16.840.1.113719.1.203.6.6
10561 NAME &#39;dhcpHost&#39;
10562 DESC &#39;This represents information about a particular client&#39;
10563 - SUP top
10564 + SUP top AUXILIARY
10565 MUST cn
10566 MAY (dhcpLeaseDN $ dhcpHWAddress $ dhcpOptionsDN $ dhcpStatements $ dhcpComments $ dhcpOption)
10567 X-NDS_CONTAINMENT (&#39;dhcpService&#39; &#39;dhcpSubnet&#39; &#39;dhcpGroup&#39;) )
10568 &lt;/pre&gt;
10569
10570 &lt;p&gt;I very much welcome clues on how to do this properly for Debian
10571 Edu/Squeeze. We provide the DHCP schema in our debian-edu-config
10572 package, and should thus be free to rewrite it as we see fit.&lt;/p&gt;
10573
10574 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10575 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10576 </description>
10577 </item>
10578
10579 <item>
10580 <title>Lenny-&gt;Squeeze upgrades, removals by apt and aptitude</title>
10581 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</link>
10582 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</guid>
10583 <pubDate>Sun, 13 Jun 2010 09:05:00 +0200</pubDate>
10584 <description>&lt;p&gt;My
10585 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html&quot;&gt;testing
10586 of Debian upgrades&lt;/a&gt; from Lenny to Squeeze continues, and I&#39;ve
10587 finally made the upgrade logs available from
10588 &lt;a href=&quot;http://people.skolelinux.org/pere/debian-upgrade-testing/&quot;&gt;http://people.skolelinux.org/pere/debian-upgrade-testing/&lt;/a&gt;.
10589 I am now testing dist-upgrade of Gnome and KDE in a chroot using both
10590 apt and aptitude, and found their differences interesting. This time
10591 I will only focus on their removal plans.&lt;/p&gt;
10592
10593 &lt;p&gt;After installing a Gnome desktop and the laptop task, apt-get wants
10594 to remove 72 packages when dist-upgrading from Lenny to Squeeze. The
10595 surprising part is that it want to remove xorg and all
10596 xserver-xorg-video* drivers. Clearly not a good choice, but I am not
10597 sure why. When asking aptitude to do the same, it want to remove 129
10598 packages, but most of them are library packages I suspect are no
10599 longer needed. Both of them want to remove bluetooth packages, which
10600 I do not know. Perhaps these bluetooth packages are obsolete?&lt;/p&gt;
10601
10602 &lt;p&gt;For KDE, apt-get want to remove 82 packages, among them kdebase
10603 which seem like a bad idea and xorg the same way as with Gnome. Asking
10604 aptitude for the same, it wants to remove 192 packages, none which are
10605 too surprising.&lt;/p&gt;
10606
10607 &lt;p&gt;I guess the removal of xorg during upgrades should be investigated
10608 and avoided, and perhaps others as well. Here are the complete list
10609 of planned removals. The complete logs is available from the URL
10610 above. Note if you want to repeat these tests, that the upgrade test
10611 for kde+apt-get hung in the tasksel setup because of dpkg asking
10612 conffile questions. No idea why. I worked around it by using
10613 &#39;&lt;tt&gt;echo &gt;&gt; /proc/&lt;em&gt;pidofdpkg&lt;/em&gt;/fd/0&lt;/tt&gt;&#39; to tell dpkg to
10614 continue.&lt;/p&gt;
10615
10616 &lt;p&gt;&lt;b&gt;apt-get gnome 72&lt;/b&gt;
10617 &lt;br&gt;bluez-gnome cupsddk-drivers deskbar-applet gnome
10618 gnome-desktop-environment gnome-network-admin gtkhtml3.14
10619 iceweasel-gnome-support libavcodec51 libdatrie0 libgdl-1-0
10620 libgnomekbd2 libgnomekbdui2 libmetacity0 libslab0 libxcb-xlib0
10621 nautilus-cd-burner python-gnome2-desktop python-gnome2-extras
10622 serpentine swfdec-mozilla update-manager xorg xserver-xorg
10623 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
10624 xserver-xorg-input-kbd xserver-xorg-input-mouse
10625 xserver-xorg-input-synaptics xserver-xorg-input-wacom
10626 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
10627 xserver-xorg-video-ati xserver-xorg-video-chips
10628 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
10629 xserver-xorg-video-dummy xserver-xorg-video-fbdev
10630 xserver-xorg-video-glint xserver-xorg-video-i128
10631 xserver-xorg-video-i740 xserver-xorg-video-imstt
10632 xserver-xorg-video-intel xserver-xorg-video-mach64
10633 xserver-xorg-video-mga xserver-xorg-video-neomagic
10634 xserver-xorg-video-nsc xserver-xorg-video-nv
10635 xserver-xorg-video-openchrome xserver-xorg-video-r128
10636 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
10637 xserver-xorg-video-rendition xserver-xorg-video-s3
10638 xserver-xorg-video-s3virge xserver-xorg-video-savage
10639 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
10640 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
10641 xserver-xorg-video-tga xserver-xorg-video-trident
10642 xserver-xorg-video-tseng xserver-xorg-video-v4l
10643 xserver-xorg-video-vesa xserver-xorg-video-vga
10644 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9
10645 xulrunner-1.9-gnome-support&lt;/p&gt;
10646
10647 &lt;p&gt;&lt;b&gt;aptitude gnome 129&lt;/b&gt;
10648
10649 &lt;br&gt;bluez-gnome bluez-utils cpp-4.3 cupsddk-drivers dhcdbd
10650 djvulibre-desktop finger gnome-app-install gnome-mount
10651 gnome-network-admin gnome-spell gnome-vfs-obexftp
10652 gnome-volume-manager gstreamer0.10-gnomevfs gtkhtml3.14 libao2
10653 libavahi-compat-libdnssd1 libavahi-core5 libavcodec51 libbluetooth2
10654 libcamel1.2-11 libcdio7 libcucul0 libcupsys2 libcurl3 libdatrie0
10655 libdirectfb-1.0-0 libdvdread3 libedataserver1.2-9 libeel2-2.20
10656 libeel2-data libepc-1.0-1 libepc-ui-1.0-1 libfaad0 libgail-common
10657 libgd2-noxpm libgda3-3 libgda3-common libgdl-1-0 libgdl-1-common
10658 libggz2 libggzcore9 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0
10659 libgnomecups1.0-1 libgnomekbd2 libgnomekbdui2 libgnomeprint2.2-0
10660 libgnomeprint2.2-data libgnomeprintui2.2-0 libgnomeprintui2.2-common
10661 libgnomevfs2-bin libgpod3 libgraphviz4 libgtkhtml2-0
10662 libgtksourceview-common libgtksourceview1.0-0 libgucharmap6
10663 libhesiod0 libicu38 libiw29 libkpathsea4 libltdl3 libmagick++10
10664 libmagick10 libmalaga7 libmetacity0 libmtp7 libmysqlclient15off
10665 libnautilus-burn4 libneon27 libnm-glib0 libnm-util0 libopal-2.2
10666 libosp5 libparted1.8-10 libpoppler-glib3 libpoppler3 libpt-1.10.10
10667 libpt-1.10.10-plugins-alsa libpt-1.10.10-plugins-v4l libraw1394-8
10668 libsensors3 libslab0 libsmbios2 libsoup2.2-8 libssh2-1
10669 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1 libtotem-plparser10
10670 libtrackerclient0 libxalan2-java libxalan2-java-gcj libxcb-xlib0
10671 libxerces2-java libxerces2-java-gcj libxklavier12 libxtrap6
10672 libxxf86misc1 libzephyr3 mysql-common nautilus-cd-burner
10673 openoffice.org-writer2latex openssl-blacklist p7zip
10674 python-4suite-xml python-eggtrayicon python-gnome2-desktop
10675 python-gnome2-extras python-gtkhtml2 python-gtkmozembed
10676 python-numeric python-sexy serpentine svgalibg1 swfdec-gnome
10677 swfdec-mozilla totem-gstreamer update-manager wodim
10678 xserver-xorg-video-cyrix xserver-xorg-video-imstt
10679 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
10680 zip&lt;/p&gt;
10681
10682 &lt;p&gt;&lt;b&gt;apt-get kde 82&lt;/b&gt;
10683
10684 &lt;br&gt;cupsddk-drivers karm kaudiocreator kcoloredit kcontrol kde kde-core
10685 kdeaddons kdeartwork kdebase kdebase-bin kdebase-bin-kde3
10686 kdebase-kio-plugins kdesktop kdeutils khelpcenter kicker
10687 kicker-applets knewsticker kolourpaint konq-plugins konqueror korn
10688 kpersonalizer kscreensaver ksplash libavcodec51 libdatrie0 libkiten1
10689 libxcb-xlib0 quanta superkaramba texlive-base-bin xorg xserver-xorg
10690 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
10691 xserver-xorg-input-kbd xserver-xorg-input-mouse
10692 xserver-xorg-input-synaptics xserver-xorg-input-wacom
10693 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
10694 xserver-xorg-video-ati xserver-xorg-video-chips
10695 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
10696 xserver-xorg-video-dummy xserver-xorg-video-fbdev
10697 xserver-xorg-video-glint xserver-xorg-video-i128
10698 xserver-xorg-video-i740 xserver-xorg-video-imstt
10699 xserver-xorg-video-intel xserver-xorg-video-mach64
10700 xserver-xorg-video-mga xserver-xorg-video-neomagic
10701 xserver-xorg-video-nsc xserver-xorg-video-nv
10702 xserver-xorg-video-openchrome xserver-xorg-video-r128
10703 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
10704 xserver-xorg-video-rendition xserver-xorg-video-s3
10705 xserver-xorg-video-s3virge xserver-xorg-video-savage
10706 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
10707 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
10708 xserver-xorg-video-tga xserver-xorg-video-trident
10709 xserver-xorg-video-tseng xserver-xorg-video-v4l
10710 xserver-xorg-video-vesa xserver-xorg-video-vga
10711 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9&lt;/p&gt;
10712
10713 &lt;p&gt;&lt;b&gt;aptitude kde 192&lt;/b&gt;
10714 &lt;br&gt;bluez-utils cpp-4.3 cupsddk-drivers cvs dcoprss dhcdbd
10715 djvulibre-desktop dosfstools eyesapplet fifteenapplet finger gettext
10716 ghostscript-x imlib-base imlib11 indi kandy karm kasteroids
10717 kaudiocreator kbackgammon kbstate kcoloredit kcontrol kcron kdat
10718 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
10719 kdebase-bin-kde3 kdebase-kio-plugins kdeedu-data
10720 kdegraphics-kfile-plugins kdelirc kdemultimedia-kappfinder-data
10721 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
10722 kdepim-kfile-plugins kdepim-kio-plugins kdeprint kdesktop kdessh
10723 kdict kdnssd kdvi kedit keduca kenolaba kfax kfaxview kfouleggs
10724 kghostview khelpcenter khexedit kiconedit kitchensync klatin
10725 klickety kmailcvt kmenuedit kmid kmilo kmoon kmrml kodo kolourpaint
10726 kooka korn kpager kpdf kpercentage kpf kpilot kpoker kpovmodeler
10727 krec kregexpeditor ksayit ksim ksirc ksirtet ksmiletris ksmserver
10728 ksnake ksokoban ksplash ksvg ksysv ktip ktnef kuickshow kverbos
10729 kview kviewshell kvoctrain kwifimanager kwin kwin4 kworldclock
10730 kxsldbg libakode2 libao2 libarts1-akode libarts1-audiofile
10731 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
10732 libavahi-core5 libavc1394-0 libavcodec51 libbluetooth2
10733 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0 libdatrie0
10734 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
10735 libgail-common libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0
10736 libicu38 libiec61883-0 libindex0 libiw29 libk3b3 libkcal2b libkcddb1
10737 libkdeedu3 libkdepim1a libkgantt0 libkiten1 libkleopatra1 libkmime2
10738 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
10739 libksieve0 libktnef1 liblockdev1 libltdl3 libmagick10 libmimelib1c2a
10740 libmozjs1d libmpcdec3 libneon27 libnm-util0 libopensync0 libpisock9
10741 libpoppler-glib3 libpoppler-qt2 libpoppler3 libraw1394-8 libsmbios2
10742 libssh2-1 libsuitesparse-3.1.0 libtalloc1 libtiff-tools
10743 libxalan2-java libxalan2-java-gcj libxcb-xlib0 libxerces2-java
10744 libxerces2-java-gcj libxtrap6 mpeglib networkstatus
10745 openoffice.org-writer2latex pmount poster psutils quanta quanta-data
10746 superkaramba svgalibg1 tex-common texlive-base texlive-base-bin
10747 texlive-common texlive-doc-base texlive-fonts-recommended
10748 xserver-xorg-video-cyrix xserver-xorg-video-imstt
10749 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
10750 xulrunner-1.9&lt;/p&gt;
10751
10752 </description>
10753 </item>
10754
10755 <item>
10756 <title>Automatic upgrade testing from Lenny to Squeeze</title>
10757 <link>http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</link>
10758 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</guid>
10759 <pubDate>Fri, 11 Jun 2010 22:50:00 +0200</pubDate>
10760 <description>&lt;p&gt;The last few days I have done some upgrade testing in Debian, to
10761 see if the upgrade from Lenny to Squeeze will go smoothly. A few bugs
10762 have been discovered and reported in the process
10763 (&lt;a href=&quot;http://bugs.debian.org/585410&quot;&gt;#585410&lt;/a&gt; in nagios3-cgi,
10764 &lt;a href=&quot;http://bugs.debian.org/584879&quot;&gt;#584879&lt;/a&gt; already fixed in
10765 enscript and &lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; in
10766 kdebase-workspace-data), and to get a more regular testing going on, I
10767 am working on a script to automate the test.&lt;/p&gt;
10768
10769 &lt;p&gt;The idea is to create a Lenny chroot and use tasksel to install a
10770 Gnome or KDE desktop installation inside the chroot before upgrading
10771 it. To ensure no services are started in the chroot, a policy-rc.d
10772 script is inserted. To make sure tasksel believe it is to install a
10773 desktop on a laptop, the tasksel tests are replaced in the chroot
10774 (only acceptable because this is a throw-away chroot).&lt;/p&gt;
10775
10776 &lt;p&gt;A naive upgrade from Lenny to Squeeze using aptitude dist-upgrade
10777 currently always fail because udev refuses to upgrade with the kernel
10778 in Lenny, so to avoid that problem the file /etc/udev/kernel-upgrade
10779 is created. The bug report
10780 &lt;a href=&quot;http://bugs.debian.org/566000&quot;&gt;#566000&lt;/a&gt; make me suspect
10781 this problem do not trigger in a chroot, but I touch the file anyway
10782 to make sure the upgrade go well. Testing on virtual and real
10783 hardware have failed me because of udev so far, and creating this file
10784 do the trick in such settings anyway. This is a
10785 &lt;a href=&quot;http://www.linuxquestions.org/questions/debian-26/failed-dist-upgrade-due-to-udev-config_sysfs_deprecated-nonsense-804130/&quot;&gt;known
10786 issue&lt;/a&gt; and the current udev behaviour is intended by the udev
10787 maintainer because he lack the resources to rewrite udev to keep
10788 working with old kernels or something like that. I really wish the
10789 udev upstream would keep udev backwards compatible, to avoid such
10790 upgrade problem, but given that they fail to do so, I guess
10791 documenting the way out of this mess is the best option we got for
10792 Debian Squeeze.&lt;/p&gt;
10793
10794 &lt;p&gt;Anyway, back to the task at hand, testing upgrades. This test
10795 script, which I call &lt;tt&gt;upgrade-test&lt;/tt&gt; for now, is doing the
10796 trick:&lt;/p&gt;
10797
10798 &lt;blockquote&gt;&lt;pre&gt;
10799 #!/bin/sh
10800 set -ex
10801
10802 if [ &quot;$1&quot; ] ; then
10803 desktop=$1
10804 else
10805 desktop=gnome
10806 fi
10807
10808 from=lenny
10809 to=squeeze
10810
10811 exec &amp;lt; /dev/null
10812 unset LANG
10813 mirror=http://ftp.skolelinux.org/debian
10814 tmpdir=chroot-$from-upgrade-$to-$desktop
10815 fuser -mv .
10816 debootstrap $from $tmpdir $mirror
10817 chroot $tmpdir aptitude update
10818 cat &gt; $tmpdir/usr/sbin/policy-rc.d &amp;lt;&amp;lt;EOF
10819 #!/bin/sh
10820 exit 101
10821 EOF
10822 chmod a+rx $tmpdir/usr/sbin/policy-rc.d
10823 exit_cleanup() {
10824 umount $tmpdir/proc
10825 }
10826 mount -t proc proc $tmpdir/proc
10827 # Make sure proc is unmounted also on failure
10828 trap exit_cleanup EXIT INT
10829
10830 chroot $tmpdir aptitude -y install debconf-utils
10831
10832 # Make sure tasksel autoselection trigger. It need the test scripts
10833 # to return the correct answers.
10834 echo tasksel tasksel/desktop multiselect $desktop | \
10835 chroot $tmpdir debconf-set-selections
10836
10837 # Include the desktop and laptop task
10838 for test in desktop laptop ; do
10839 echo &gt; $tmpdir/usr/lib/tasksel/tests/$test &amp;lt;&amp;lt;EOF
10840 #!/bin/sh
10841 exit 2
10842 EOF
10843 chmod a+rx $tmpdir/usr/lib/tasksel/tests/$test
10844 done
10845
10846 DEBIAN_FRONTEND=noninteractive
10847 DEBIAN_PRIORITY=critical
10848 export DEBIAN_FRONTEND DEBIAN_PRIORITY
10849 chroot $tmpdir tasksel --new-install
10850
10851 echo deb $mirror $to main &gt; $tmpdir/etc/apt/sources.list
10852 chroot $tmpdir aptitude update
10853 touch $tmpdir/etc/udev/kernel-upgrade
10854 chroot $tmpdir aptitude -y dist-upgrade
10855 fuser -mv
10856 &lt;/pre&gt;&lt;/blockquote&gt;
10857
10858 &lt;p&gt;I suspect it would be useful to test upgrades with both apt-get and
10859 with aptitude, but I have not had time to look at how they behave
10860 differently so far. I hope to get a cron job running to do the test
10861 regularly and post the result on the web. The Gnome upgrade currently
10862 work, while the KDE upgrade fail because of the bug in
10863 kdebase-workspace-data&lt;/p&gt;
10864
10865 &lt;p&gt;I am not quite sure what kind of extract from the huge upgrade logs
10866 (KDE 167 KiB, Gnome 516 KiB) it make sense to include in this blog
10867 post, so I will refrain from trying. I can report that for Gnome,
10868 aptitude report 760 packages upgraded, 448 newly installed, 129 to
10869 remove and 1 not upgraded and 1024MB need to be downloaded while for
10870 KDE the same numbers are 702 packages upgraded, 507 newly installed,
10871 193 to remove and 0 not upgraded and 1117MB need to be downloaded&lt;/p&gt;
10872
10873 &lt;p&gt;I am very happy to notice that the Gnome desktop + laptop upgrade
10874 is able to migrate to dependency based boot sequencing and parallel
10875 booting without a hitch. Was unsure if there were still bugs with
10876 packages failing to clean up their obsolete init.d script during
10877 upgrades, and no such problem seem to affect the Gnome desktop+laptop
10878 packages.&lt;/p&gt;
10879 </description>
10880 </item>
10881
10882 <item>
10883 <title>Skolelinux er laget for sentraldrifting, naturligvis</title>
10884 <link>http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</link>
10885 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</guid>
10886 <pubDate>Wed, 9 Jun 2010 12:30:00 +0200</pubDate>
10887 <description>&lt;p&gt;Det er merkelig hvordan myter om Skolelinux overlever. En slik
10888 myte er at Skolelinux ikke kan sentraldriftes og ha sentralt plasserte
10889 tjenermaskiner. I siste Computerworld Norge er
10890 &lt;a href=&quot;http://www.idg.no/computerworld/article169432.ece&quot;&gt;IT-sjef
10891 Viggo Billdal i Steinkjer intervjuet&lt;/a&gt;, og forteller uten
10892 blygsel:&lt;/p&gt;
10893
10894 &lt;blockquote&gt;&lt;p&gt;Vi hadde Skolelinux, men det har vi sluttet med. Vi testet
10895 om det lønte seg med Microsoft eller en åpen plattform. Vi fant ut at
10896 Microsoft egentlig var totalt sett bedre egnet. Det var store
10897 driftskostnader med Skolelinux, blant annet på grunn av
10898 desentraliserte servere. Det var komplisert, så vi gikk vekk fra det
10899 og bruker nå bare Windows.&lt;/p&gt;&lt;/blockquote&gt;
10900
10901 &lt;p&gt;En &lt;a
10902 href=&quot;https://init.linpro.no/pipermail/skolelinux.no/bruker/2010-June/009101.html&quot;&gt;rask
10903 sjekk&lt;/a&gt; mot den norske brukerlista i Skolelinuxprosjektet forteller
10904 at Steinkjers forsøk foregikk fram til 2004/2005, og at Røysing skole
10905 i Steinkjer skal ha vært svært fornøyd med Skolelinux men at kommunen
10906 overkjørte skolen og krevde at de gikk over til Windows. Et søk på
10907 nettet sendte meg til
10908 &lt;a href=&quot;http://www.dn.no/multimedia/archive/00090/Dagens_it_nr__18_90826a.pdf&quot;&gt;Dagens
10909 IT nr. 18 2005&lt;/a&gt; hvor en kan lese på side 18:&lt;/p&gt;
10910
10911 &lt;blockquote&gt;&lt;p&gt;Inge Tømmerås ved Røysing skole i Steinkjer kjører ennå
10912 Microsoft, men forteller at kompetanseutfordringen med Skolelinux ikke
10913 var så stor. ­ Jeg syntes Skolelinux var utrolig lett å drifte uten
10914 forkunnskaper. Men man må jo selvsagt ha tilgang på ekstern kompetanse
10915 til installasjoner og maskinvarefeil, sier Tømmerås.&lt;/p&gt;&lt;/blockquote&gt;
10916
10917 &lt;p&gt;Som systemarkitekten bak Skolelinux, kan jeg bare riste på hodet
10918 over påstanden om at Skolelinux krever desentraliserte tjenere.
10919 Skolelinux-arkitekturen er laget for sentralisert drift og plassering
10920 av tjenerne lokalt eller sentralt alt etter behov og nettkapasitet.
10921 Den er modellert på nettverks- og tjenerløsningen som brukes på
10922 Universitetet i Tromsø og Oslo, der jeg jobber med utvikling av
10923 driftstjenester. Dette er det heldigvis noen som har fått med seg, og
10924 jeg er glad for å kunne sitere fra en kommentar på den overnevnte
10925 artikkelen. Min venn og gamle kollega Sturle Sunde forteller der:
10926
10927 &lt;blockquote&gt;
10928 &lt;p&gt;I Flora kommune køyrer vi Skulelinux på skular med alt frå 15 til
10929 meir enn 500 elevar. Dei store skulane har eigen tenar, for det er
10930 mest praktisk. Eg, som er driftsansvarleg for heile nettet, ser
10931 sjeldan dei tenarane fysisk, men at dei står der gjer skulane mindre
10932 avhengige av eksterne linjer som er trege eller dyre. Dei minste
10933 skulane har ikkje eigen tenar. Å bruke sentral tenar er heller ikkje
10934 noko problem. Småskulane klarar seg fint med 1 mbit-linje til ein
10935 sentral tenar eller tenaren på ein større skule.&lt;/p&gt;
10936
10937 &lt;p&gt;Det beste med Skulelinux er halvtjukke klientar. Dei treng ikkje
10938 harddisk og brukar minimalt med ressursar på tenaren fordi dei køyrer
10939 programma lokalt. Eit klasserom med 30 sju-åtte år gamle maskiner har
10940 mykje meir CPU og RAM totalt enn nokon moderne tenar til under
10941 millionen. Det trengst to kommandoar på den sentrale tenaren for å
10942 oppdatere alle klientane, både tynne og halvtjukke. Vi har ingen
10943 problem med diskar som ryk heller, som var eit problem før fordi
10944 elevane sat og sparka i maskinene. Og dei krev lite bandbreidde i
10945 nettet, so det er fullt mogleg å køyre slike på småskular med trege
10946 linjer mot tenaren på ein større skule.&lt;/p&gt;
10947
10948 &lt;p&gt;Flora kommune har nesten 800 Linux-maskiner i sitt skulenett, og
10949 ein person som tek seg av drift av heile nettet, inkludert tenarar,
10950 klientar, operativsystem, programvare, heimekontorløysing og
10951 administrasjon av brukarar.&lt;/p&gt;
10952
10953 &lt;p&gt;No skal det seiast at vi ikkje køyrer rein Skulelinux ut av
10954 boksen. Vi har gjort ein del tilpassingar mot noko Novell-greier som
10955 var der frå før, og som har komplisert installasjonen vår. Etter at
10956 oppsettet var gjort har løysinga vore stabil og kravd minimalt med
10957 arbeid.&lt;/p&gt;
10958 &lt;/blockquote&gt;
10959
10960 &lt;p&gt;Jeg vet at Narvik, Harstad og Oslo er kommuner der Skolelinux
10961 sentraldriftes med sentrale tjenere. Det forteller meg at Steinkjers
10962 IT-sjef neppe bør skylde på Skolelinux-løsningen for sine 5 år gamle
10963 minner.&lt;/p&gt;
10964 </description>
10965 </item>
10966
10967 <item>
10968 <title>A manual for standards wars...</title>
10969 <link>http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</link>
10970 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</guid>
10971 <pubDate>Sun, 6 Jun 2010 14:15:00 +0200</pubDate>
10972 <description>&lt;p&gt;Via the
10973 &lt;a href=&quot;http://feedproxy.google.com/~r/robweir/antic-atom/~3/QzU4RgoAGMg/weekly-links-10.html&quot;&gt;blog
10974 of Rob Weir&lt;/a&gt; I came across the very interesting essay named
10975 &lt;a href=&quot;http://faculty.haas.berkeley.edu/shapiro/wars.pdf&quot;&gt;The Art of
10976 Standards Wars&lt;/a&gt; (PDF 25 pages). I recommend it for everyone
10977 following the standards wars of today.&lt;/p&gt;
10978 </description>
10979 </item>
10980
10981 <item>
10982 <title>Sitesummary tip: Listing computer hardware models used at site</title>
10983 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</link>
10984 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</guid>
10985 <pubDate>Thu, 3 Jun 2010 12:05:00 +0200</pubDate>
10986 <description>&lt;p&gt;When using sitesummary at a site to track machines, it is possible
10987 to get a list of the machine types in use thanks to the DMI
10988 information extracted from each machine. The script to do so is
10989 included in the sitesummary package, and here is example output from
10990 the Skolelinux build servers:&lt;/p&gt;
10991
10992 &lt;blockquote&gt;&lt;pre&gt;
10993 maintainer:~# /usr/lib/sitesummary/hardware-model-summary
10994 vendor count
10995 Dell Computer Corporation 1
10996 PowerEdge 1750 1
10997 IBM 1
10998 eserver xSeries 345 -[8670M1X]- 1
10999 Intel 2
11000 [no-dmi-info] 3
11001 maintainer:~#
11002 &lt;/pre&gt;&lt;/blockquote&gt;
11003
11004 &lt;p&gt;The quality of the report depend on the quality of the DMI tables
11005 provided in each machine. Here there are Intel machines without model
11006 information listed with Intel as vendor and no model, and virtual Xen
11007 machines listed as [no-dmi-info]. One can add -l as a command line
11008 option to list the individual machines.&lt;/p&gt;
11009
11010 &lt;p&gt;A larger list is
11011 &lt;a href=&quot;http://narvikskolen.no/sitesummary/&quot;&gt;available from the the
11012 city of Narvik&lt;/a&gt;, which uses Skolelinux on all their shools and also
11013 provide the basic sitesummary report publicly. In their report there
11014 are ~1400 machines. I know they use both Ubuntu and Skolelinux on
11015 their machines, and as sitesummary is available in both distributions,
11016 it is trivial to get all of them to report to the same central
11017 collector.&lt;/p&gt;
11018 </description>
11019 </item>
11020
11021 <item>
11022 <title>KDM fail at boot with NVidia cards - and no one try to fix it?</title>
11023 <link>http://people.skolelinux.org/pere/blog/KDM_fail_at_boot_with_NVidia_cards___and_no_one_try_to_fix_it_.html</link>
11024 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/KDM_fail_at_boot_with_NVidia_cards___and_no_one_try_to_fix_it_.html</guid>
11025 <pubDate>Tue, 1 Jun 2010 17:05:00 +0200</pubDate>
11026 <description>&lt;p&gt;It is strange to watch how a bug in Debian causing KDM to fail to
11027 start at boot when an NVidia video card is used is handled. The
11028 problem seem to be that the nvidia X.org driver uses a long time to
11029 initialize, and this duration is longer than kdm is configured to
11030 wait.&lt;/p&gt;
11031
11032 &lt;p&gt;I came across two bugs related to this issue,
11033 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;#583312&lt;/a&gt; initially filed
11034 against initscripts and passed on to nvidia-glx when it became obvious
11035 that the nvidia drivers were involved, and
11036 &lt;a href=&quot;http://bugs.debian.org/524751&quot;&gt;#524751&lt;/a&gt; initially filed against
11037 kdm and passed on to src:nvidia-graphics-drivers for unknown reasons.&lt;/p&gt;
11038
11039 &lt;p&gt;To me, it seem that no-one is interested in actually solving the
11040 problem nvidia video card owners experience and make sure the Debian
11041 distribution work out of the box for these users. The nvidia driver
11042 maintainers expect kdm to be set up to wait longer, while kdm expect
11043 the nvidia driver maintainers to fix the driver to start faster, and
11044 while they wait for each other I guess the users end up switching to a
11045 distribution that work for them. I have no idea what the solution is,
11046 but I am pretty sure that waiting for each other is not it.&lt;/p&gt;
11047
11048 &lt;p&gt;I wonder why we end up handling bugs this way.&lt;/p&gt;
11049 </description>
11050 </item>
11051
11052 <item>
11053 <title>Parallellized boot seem to hold up well in Debian/testing</title>
11054 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</link>
11055 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</guid>
11056 <pubDate>Thu, 27 May 2010 23:55:00 +0200</pubDate>
11057 <description>&lt;p&gt;A few days ago, parallel booting was enabled in Debian/testing.
11058 The feature seem to hold up pretty well, but three fairly serious
11059 issues are known and should be solved:
11060
11061 &lt;p&gt;&lt;ul&gt;
11062
11063 &lt;li&gt;The wicd package seen to
11064 &lt;a href=&quot;http://bugs.debian.org/508289&quot;&gt;break NFS mounting&lt;/a&gt; and
11065 &lt;a href=&quot;http://bugs.debian.org/581586&quot;&gt;network setup&lt;/a&gt; when
11066 parallel booting is enabled. No idea why, but the wicd maintainer
11067 seem to be on the case.&lt;/li&gt;
11068
11069 &lt;li&gt;The nvidia X driver seem to
11070 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;have a race condition&lt;/a&gt;
11071 triggered more easily when parallel booting is in effect. The
11072 maintainer is on the case.&lt;/li&gt;
11073
11074 &lt;li&gt;The sysv-rc package fail to properly enable dependency based boot
11075 sequencing (the shutdown is broken) when old file-rc users
11076 &lt;a href=&quot;http://bugs.debian.org/575080&quot;&gt;try to switch back&lt;/a&gt; to
11077 sysv-rc. One way to solve it would be for file-rc to create
11078 /etc/init.d/.legacy-bootordering, and another is to try to make
11079 sysv-rc more robust. Will investigate some more and probably upload a
11080 workaround in sysv-rc to help those trying to move from file-rc to
11081 sysv-rc get a working shutdown.&lt;/li&gt;
11082
11083 &lt;/ul&gt;&lt;/p&gt;
11084
11085 &lt;p&gt;All in all not many surprising issues, and all of them seem
11086 solvable before Squeeze is released. In addition to these there are
11087 some packages with bugs in their dependencies and run level settings,
11088 which I expect will be fixed in a reasonable time span.&lt;/p&gt;
11089
11090 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
11091 the BTS, please usertag the report to get it to show up at
11092 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
11093 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
11094
11095 &lt;p&gt;Update: Correct bug number to file-rc issue.&lt;/p&gt;
11096 </description>
11097 </item>
11098
11099 <item>
11100 <title>More flexible firmware handling in debian-installer</title>
11101 <link>http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</link>
11102 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</guid>
11103 <pubDate>Sat, 22 May 2010 21:30:00 +0200</pubDate>
11104 <description>&lt;p&gt;After a long break from debian-installer development, I finally
11105 found time today to return to the project. Having to spend less time
11106 working dependency based boot in debian, as it is almost complete now,
11107 definitely helped freeing some time.&lt;/p&gt;
11108
11109 &lt;p&gt;A while back, I ran into a problem while working on Debian Edu. We
11110 include some firmware packages on the Debian Edu CDs, those needed to
11111 get disk and network controllers working. Without having these
11112 firmware packages available during installation, it is impossible to
11113 install Debian Edu on the given machine, and because our target group
11114 are non-technical people, asking them to provide firmware packages on
11115 an external medium is a support pain. Initially, I expected it to be
11116 enough to include the firmware packages on the CD to get
11117 debian-installer to find and use them. This proved to be wrong.
11118 Next, I hoped it was enough to symlink the relevant firmware packages
11119 to some useful location on the CD (tried /cdrom/ and
11120 /cdrom/firmware/). This also proved to not work, and at this point I
11121 found time to look at the debian-installer code to figure out what was
11122 going to work.&lt;/p&gt;
11123
11124 &lt;p&gt;The firmware loading code is in the hw-detect package, and a closer
11125 look revealed that it would only look for firmware packages outside
11126 the installation media, so the CD was never checked for firmware
11127 packages. It would only check USB sticks, floppies and other
11128 &quot;external&quot; media devices. Today I changed it to also look in the
11129 /cdrom/firmware/ directory on the mounted CD or DVD, which should
11130 solve the problem I ran into with Debian edu. I also changed it to
11131 look in /firmware/, to make sure the installer also find firmware
11132 provided in the initrd when booting the installer via PXE, to allow us
11133 to provide the same feature in the PXE setup included in Debian
11134 Edu.&lt;/p&gt;
11135
11136 &lt;p&gt;To make sure firmware deb packages with a license questions are not
11137 activated without asking if the license is accepted, I extended
11138 hw-detect to look for preinst scripts in the firmware packages, and
11139 run these before activating the firmware during installation. The
11140 license question is asked using debconf in the preinst, so this should
11141 solve the issue for the firmware packages I have looked at so far.&lt;/p&gt;
11142
11143 &lt;p&gt;If you want to discuss the details of these features, please
11144 contact us on debian-boot@lists.debian.org.&lt;/p&gt;
11145 </description>
11146 </item>
11147
11148 <item>
11149 <title>Pieces of the roaming laptop puzzle in Debian</title>
11150 <link>http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</link>
11151 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</guid>
11152 <pubDate>Wed, 19 May 2010 19:00:00 +0200</pubDate>
11153 <description>&lt;p&gt;Today, the last piece of the puzzle for roaming laptops in Debian
11154 Edu finally entered the Debian archive. Today, the new
11155 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-mklocaluser.html&quot;&gt;libpam-mklocaluser&lt;/a&gt;
11156 package was accepted. Two days ago, two other pieces was accepted
11157 into unstable. The
11158 &lt;a href=&quot;http://packages.qa.debian.org/p/pam-python.html&quot;&gt;pam-python&lt;/a&gt;
11159 package needed by libpam-mklocaluser, and the
11160 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd&lt;/a&gt; package
11161 passed NEW on Monday. In addition, the
11162 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
11163 package we need is in experimental (version 10-4) since Saturday, and
11164 hopefully will be moved to unstable soon.&lt;/p&gt;
11165
11166 &lt;p&gt;This collection of packages allow for two different setups for
11167 roaming laptops. The traditional setup would be using libpam-ccreds,
11168 nscd and libpam-mklocaluser with LDAP or Kerberos authentication,
11169 which should work out of the box if the configuration changes proposed
11170 for nscd in &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;BTS report
11171 #485282&lt;/a&gt; is implemented. The alternative setup is to use sssd with
11172 libpam-mklocaluser to connect to LDAP or Kerberos and let sssd take
11173 care of the caching of passwords and group information.&lt;/p&gt;
11174
11175 &lt;p&gt;I have so far been unable to get sssd to work with the LDAP server
11176 at the University, but suspect the issue is some SSL/GnuTLS related
11177 problem with the server certificate. I plan to update the Debian
11178 package to version 1.2, which is scheduled for next week, and hope to
11179 find time to make sure the next release will include both the
11180 Debian/Ubuntu specific patches. Upstream is friendly and responsive,
11181 and I am sure we will find a good solution.&lt;/p&gt;
11182
11183 &lt;p&gt;The idea is to set up the roaming laptops to authenticate using
11184 LDAP or Kerberos and create a local user with home directory in /home/
11185 when a usre in LDAP logs in via KDM or GDM for the first time, and
11186 cache the password for offline checking, as well as caching group
11187 memberhips and other relevant LDAP information. The
11188 libpam-mklocaluser package was created to make sure the local home
11189 directory is in /home/, instead of /site/server/directory/ which would
11190 be the home directory if pam_mkhomedir was used. To avoid confusion
11191 with support requests and configuration, we do not want local laptops
11192 to have users in a path that is used for the same users home directory
11193 on the home directory servers.&lt;/p&gt;
11194
11195 &lt;p&gt;One annoying problem with gdm is that it do not show the PAM
11196 message passed to the user from libpam-mklocaluser when the local user
11197 is created. Instead gdm simply reject the login with some generic
11198 message. The message is shown in kdm, ssh and login, so I guess it is
11199 a bug in gdm. Have not investigated if there is some other message
11200 type that can be used instead to get gdm to also show the message.&lt;/p&gt;
11201
11202 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11203 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11204 </description>
11205 </item>
11206
11207 <item>
11208 <title>Parallellized boot is now the default in Debian/unstable</title>
11209 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</link>
11210 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</guid>
11211 <pubDate>Fri, 14 May 2010 22:40:00 +0200</pubDate>
11212 <description>&lt;p&gt;Since this evening, parallel booting is the default in
11213 Debian/unstable for machines using dependency based boot sequencing.
11214 Apparently the testing of concurrent booting has been wider than
11215 expected, if I am to believe the
11216 &lt;a href=&quot;http://lists.debian.org/debian-devel/2010/05/msg00122.html&quot;&gt;input
11217 on debian-devel@&lt;/a&gt;, and I concluded a few days ago to move forward
11218 with the feature this weekend, to give us some time to detect any
11219 remaining problems before Squeeze is frozen. If serious problems are
11220 detected, it is simple to change the default back to sequential boot.
11221 The upload of the new sysvinit package also activate a new upstream
11222 version.&lt;/p&gt;
11223
11224 More information about
11225 &lt;a href=&quot;http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot&quot;&gt;dependency
11226 based boot sequencing&lt;/a&gt; is available from the Debian wiki. It is
11227 currently possible to disable parallel booting when one run into
11228 problems caused by it, by adding this line to /etc/default/rcS:&lt;/p&gt;
11229
11230 &lt;blockquote&gt;&lt;pre&gt;
11231 CONCURRENCY=none
11232 &lt;/pre&gt;&lt;/blockquote&gt;
11233
11234 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
11235 the BTS, please usertag the report to get it to show up at
11236 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
11237 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
11238 </description>
11239 </item>
11240
11241 <item>
11242 <title>Sitesummary tip: Listing MAC address of all clients</title>
11243 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</link>
11244 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</guid>
11245 <pubDate>Fri, 14 May 2010 21:10:00 +0200</pubDate>
11246 <description>&lt;p&gt;In the recent Debian Edu versions, the
11247 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;sitesummary
11248 system&lt;/a&gt; is used to keep track of the machines in the school
11249 network. Each machine will automatically report its status to the
11250 central server after boot and once per night. The network setup is
11251 also reported, and using this information it is possible to get the
11252 MAC address of all network interfaces in the machines. This is useful
11253 to update the DHCP configuration.&lt;/p&gt;
11254
11255 &lt;p&gt;To give some idea how to use sitesummary, here is a one-liner to
11256 ist all MAC addresses of all machines reporting to sitesummary. Run
11257 this on the collector host:&lt;/p&gt;
11258
11259 &lt;blockquote&gt;&lt;pre&gt;
11260 perl -MSiteSummary -e &#39;for_all_hosts(sub { print join(&quot; &quot;, get_macaddresses(shift)), &quot;\n&quot;; });&#39;
11261 &lt;/pre&gt;&lt;/blockquote&gt;
11262
11263 &lt;p&gt;This will list all MAC addresses assosiated with all machine, one
11264 line per machine and with space between the MAC addresses.&lt;/p&gt;
11265
11266 &lt;p&gt;To allow system administrators easier job at adding static DHCP
11267 addresses for hosts, it would be possible to extend this to fetch
11268 machine information from sitesummary and update the DHCP and DNS
11269 tables in LDAP using this information. Such tool is unfortunately not
11270 written yet.&lt;/p&gt;
11271 </description>
11272 </item>
11273
11274 <item>
11275 <title>Forcing new users to change their password on first login</title>
11276 <link>http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</link>
11277 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</guid>
11278 <pubDate>Sun, 2 May 2010 13:47:00 +0200</pubDate>
11279 <description>&lt;p&gt;One interesting feature in Active Directory, is the ability to
11280 create a new user with an expired password, and thus force the user to
11281 change the password on the first login attempt.&lt;/p&gt;
11282
11283 &lt;p&gt;I&#39;m not quite sure how to do that with the LDAP setup in Debian
11284 Edu, but did some initial testing with a local account. The account
11285 and password aging information is available in /etc/shadow, but
11286 unfortunately, it is not possible to specify an expiration time for
11287 passwords, only a maximum age for passwords.&lt;/p&gt;
11288
11289 &lt;p&gt;A freshly created account (using adduser test) will have these
11290 settings in /etc/shadow:&lt;/p&gt;
11291
11292 &lt;blockquote&gt;&lt;pre&gt;
11293 root@tjener:~# chage -l test
11294 Last password change : May 02, 2010
11295 Password expires : never
11296 Password inactive : never
11297 Account expires : never
11298 Minimum number of days between password change : 0
11299 Maximum number of days between password change : 99999
11300 Number of days of warning before password expires : 7
11301 root@tjener:~#
11302 &lt;/pre&gt;&lt;/blockquote&gt;
11303
11304 &lt;p&gt;The only way I could come up with to create a user with an expired
11305 account, is to change the date of the last password change to the
11306 lowest value possible (January 1th 1970), and the maximum password age
11307 to the difference in days between that date and today. To make it
11308 simple, I went for 30 years (30 * 365 = 10950) and January 2th (to
11309 avoid testing if 0 is a valid value).&lt;/p&gt;
11310
11311 &lt;p&gt;After using these commands to set it up, it seem to work as
11312 intended:&lt;/p&gt;
11313
11314 &lt;blockquote&gt;&lt;pre&gt;
11315 root@tjener:~# chage -d 1 test; chage -M 10950 test
11316 root@tjener:~# chage -l test
11317 Last password change : Jan 02, 1970
11318 Password expires : never
11319 Password inactive : never
11320 Account expires : never
11321 Minimum number of days between password change : 0
11322 Maximum number of days between password change : 10950
11323 Number of days of warning before password expires : 7
11324 root@tjener:~#
11325 &lt;/pre&gt;&lt;/blockquote&gt;
11326
11327 &lt;p&gt;So far I have tested this with ssh and console, and kdm (in
11328 Squeeze) login, and all ask for a new password before login in the
11329 user (with ssh, I was thrown out and had to log in again).&lt;/p&gt;
11330
11331 &lt;p&gt;Perhaps we should set up something similar for Debian Edu, to make
11332 sure only the user itself have the account password?&lt;/p&gt;
11333
11334 &lt;p&gt;If you want to comment on or help out with implementing this for
11335 Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11336
11337 &lt;p&gt;Update 2010-05-02 17:20: Paul Tötterman tells me on IRC that the
11338 shadow(8) page in Debian/testing now state that setting the date of
11339 last password change to zero (0) will force the password to be changed
11340 on the first login. This was not mentioned in the manual in Lenny, so
11341 I did not notice this in my initial testing. I have tested it on
11342 Squeeze, and &#39;&lt;tt&gt;chage -d 0 username&lt;/tt&gt;&#39; do work there. I have not
11343 tested it on Lenny yet.&lt;/p&gt;
11344
11345 &lt;p&gt;Update 2010-05-02-19:05: Jim Paris tells me via email that an
11346 equivalent command to expire a password is &#39;&lt;tt&gt;passwd -e
11347 username&lt;/tt&gt;&#39;, which insert zero into the date of the last password
11348 change.&lt;/p&gt;
11349 </description>
11350 </item>
11351
11352 <item>
11353 <title>Thoughts on roaming laptop setup for Debian Edu</title>
11354 <link>http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</link>
11355 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</guid>
11356 <pubDate>Wed, 28 Apr 2010 20:40:00 +0200</pubDate>
11357 <description>&lt;p&gt;For some years now, I have wondered how we should handle laptops in
11358 Debian Edu. The Debian Edu infrastructure is mostly designed to
11359 handle stationary computers, and less suited for computers that come
11360 and go.&lt;/p&gt;
11361
11362 &lt;p&gt;Now I finally believe I have an sensible idea on how to adjust
11363 Debian Edu for laptops, by introducing a new profile for them, for
11364 example called Roaming Workstations. Here are my thought on this.
11365 The setup would consist of the following:&lt;/p&gt;
11366
11367 &lt;ul&gt;
11368
11369 &lt;li&gt;During installation, the user name of the owner / primary user of
11370 the laptop is requested and a local home directory is set up for
11371 the user, with uid and gid information fetched from the LDAP
11372 server. This allow the user to work also when offline. The
11373 central home directory can be available in a subdirectory on
11374 request, for example mounted via CIFS. It could be mounted
11375 automatically when a user log in while on the Debian Edu network,
11376 and unmounted when the machine is taken away (network down,
11377 hibernate, etc), it can be set up to do automatic mounting on
11378 request (using autofs), or perhaps some GUI button on the desktop
11379 can be used to access it when needed. Perhaps it is enough to use
11380 the fish protocol in KDE?&lt;/li&gt;
11381
11382 &lt;li&gt;Password checking is set up to use LDAP or Kerberos
11383 authentication when the machine is on the Debian Edu network, and
11384 to cache the password for offline checking when the machine unable
11385 to reach the LDAP or Kerberos server. This can be done using
11386 &lt;a href=&quot;http://www.padl.com/OSS/pam_ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
11387 or the Fedora developed
11388 &lt;a href=&quot;https://fedoraproject.org/wiki/Features/SSSD&quot;&gt;System
11389 Security Services Daemon&lt;/a&gt; packages.&lt;/li&gt;
11390
11391 &lt;li&gt;File synchronisation with the central home directory is set up
11392 using a shared directory in both the local and the central home
11393 directory, using unison.&lt;/li&gt;
11394
11395 &lt;li&gt;Printing should be set up to print to all printers broadcasting
11396 their existence on the local network, and should then work out of
11397 the box with CUPS. For sites needing accurate printer quotas, some
11398 system with Kerberos authentication or printing via ssh could be
11399 implemented.&lt;/li&gt;
11400
11401 &lt;li&gt;For users that should have local root access to their laptop,
11402 sudo should be used to allow this to the local user.&lt;/li&gt;
11403
11404 &lt;li&gt;It would be nice if user and group information from LDAP is
11405 cached on the client, but given that there are entries for the
11406 local user and primary group in /etc/, it should not be needed.&lt;/li&gt;
11407
11408 &lt;/ul&gt;
11409
11410 &lt;p&gt;I believe all the pieces to implement this are in Debian/testing at
11411 the moment. If we work quickly, we should be able to get this ready
11412 in time for the Squeeze release to freeze. Some of the pieces need
11413 tweaking, like libpam-ccreds should get support for pam-auth-update
11414 (&lt;a href=&quot;http://bugs.debian.org/566718&quot;&gt;#566718&lt;/a&gt;) and nslcd (or
11415 perhaps debian-edu-config) should get some integration code to stop
11416 its daemon when the LDAP server is unavailable to avoid long timeouts
11417 when disconnected from the net. If we get Kerberos enabled, we need
11418 to make sure we avoid long timeouts there too.&lt;/p&gt;
11419
11420 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11421 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11422 </description>
11423 </item>
11424
11425 <item>
11426 <title>Kerberos for Debian Edu/Squeeze?</title>
11427 <link>http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</link>
11428 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</guid>
11429 <pubDate>Wed, 14 Apr 2010 17:20:00 +0200</pubDate>
11430 <description>&lt;p&gt;&lt;a href=&quot;http://www.nuug.no/aktiviteter/20100413-kerberos/&quot;&gt;Yesterdays
11431 NUUG presentation&lt;/a&gt; about Kerberos was inspiring, and reminded me
11432 about the need to start using Kerberos in Skolelinux. Setting up a
11433 Kerberos server seem to be straight forward, and if we get this in
11434 place a long time before the Squeeze version of Debian freezes, we
11435 have a chance to migrate Skolelinux away from NFSv3 for the home
11436 directories, and over to an architecture where the infrastructure do
11437 not have to trust IP addresses and machines, and instead can trust
11438 users and cryptographic keys instead.&lt;/p&gt;
11439
11440 &lt;p&gt;A challenge will be integration and administration. Is there a
11441 Kerberos implementation for Debian where one can control the
11442 administration access in Kerberos using LDAP groups? With it, the
11443 school administration will have to maintain access control using flat
11444 files on the main server, which give a huge potential for errors.&lt;/p&gt;
11445
11446 &lt;p&gt;A related question I would like to know is how well Kerberos and
11447 pam-ccreds (offline password check) work together. Anyone know?&lt;/p&gt;
11448
11449 &lt;p&gt;Next step will be to use Kerberos for access control in Lwat and
11450 Nagios. I have no idea how much work that will be to implement. We
11451 would also need to document how to integrate with Windows AD, as such
11452 shared network will require two Kerberos realms that need to cooperate
11453 to work properly.&lt;/p&gt;
11454
11455 &lt;p&gt;I believe a good start would be to start using Kerberos on the
11456 skolelinux.no machines, and this way get ourselves experience with
11457 configuration and integration. A natural starting point would be
11458 setting up ldap.skolelinux.no as the Kerberos server, and migrate the
11459 rest of the machines from PAM via LDAP to PAM via Kerberos one at the
11460 time.&lt;/p&gt;
11461
11462 &lt;p&gt;If you would like to contribute to get this working in Skolelinux,
11463 I recommend you to see the video recording from yesterdays NUUG
11464 presentation, and start using Kerberos at home. The video show show
11465 up in a few days.&lt;/p&gt;
11466 </description>
11467 </item>
11468
11469 <item>
11470 <title>After 6 years of waiting, the Xreset.d feature is implemented</title>
11471 <link>http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</link>
11472 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</guid>
11473 <pubDate>Sat, 6 Mar 2010 18:15:00 +0100</pubDate>
11474 <description>&lt;p&gt;6 years ago, as part of the Debian Edu development I am involved
11475 in, I asked for a hook in the kdm and gdm setup to run scripts as root
11476 when the user log out. A bug was submitted against the xfree86-common
11477 package in 2004 (&lt;a href=&quot;http://bugs.debian.org/230422&quot;&gt;#230422&lt;/a&gt;),
11478 and revisited every time Debian Edu was working on a new release.
11479 Today, this finally paid off.&lt;/p&gt;
11480
11481 &lt;p&gt;The framework for this feature was today commited to the git
11482 repositry for the xorg package, and the git repository for xdm has
11483 been updated to use this framework. Next on my agenda is to make sure
11484 kdm and gdm also add code to use this framework.&lt;/p&gt;
11485
11486 &lt;p&gt;In Debian Edu, we want to ability to run commands as root when the
11487 user log out, to get rid of runaway processes and do general cleanup
11488 after a user. With this framework in place, we finally can do that in
11489 a generic way that work with all display managers using this
11490 framework. My goal is to get all display managers in Debian use it,
11491 similar to how they use the Xsession.d framework today.&lt;p&gt;
11492 </description>
11493 </item>
11494
11495 <item>
11496 <title>Debian Edu / Skolelinux based on Lenny released, work continues</title>
11497 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</link>
11498 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</guid>
11499 <pubDate>Thu, 11 Feb 2010 17:15:00 +0100</pubDate>
11500 <description>&lt;p&gt;On Tuesday, the Debian/Lenny based version of
11501 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; was finally
11502 shipped. This was a major leap forward for the project, and I am very
11503 pleased that we finally got the release wrapped up. Work on the first
11504 point release starts imediately, as we plan to get that one out a
11505 month after the major release, to include all fixes for bugs we found
11506 and fixed too late in the release process to include last Tuesday.&lt;/p&gt;
11507
11508 &lt;p&gt;Perhaps it even is time for some partying?&lt;/p&gt;
11509
11510 &lt;p&gt;After this first point release, my plan is to focus again on the
11511 next major release, based on Squeeze. We will try to get as many of
11512 the fixes we need into the official Debian packages before the freeze,
11513 and have just a few weeks or months to make it happen.&lt;/p&gt;
11514 </description>
11515 </item>
11516
11517 <item>
11518 <title>Automatic Munin and Nagios configuration</title>
11519 <link>http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</link>
11520 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</guid>
11521 <pubDate>Wed, 27 Jan 2010 15:15:00 +0100</pubDate>
11522 <description>&lt;p&gt;One of the new features in the next Debian/Lenny based release of
11523 Debian Edu/Skolelinux, which is scheduled for release in the next few
11524 days, is automatic configuration of the service monitoring system
11525 Nagios. The previous release had automatic configuration of trend
11526 analysis using Munin, and this Lenny based release take that a step
11527 further.&lt;/p&gt;
11528
11529 &lt;p&gt;When installing a Debian Edu Main-server, it is automatically
11530 configured as a Munin and Nagios server. In addition, it is
11531 configured to be a server for the
11532 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;SiteSummary
11533 system&lt;/a&gt; I have written for use in Debian Edu. The SiteSummary
11534 system is inspired by a system used by the University of Oslo where I
11535 work. In short, the system provide a centralised collector of
11536 information about the computers on the network, and a client on each
11537 computer submitting information to this collector. This allow for
11538 automatic information on which packages are installed on each machine,
11539 which kernel the machines are using, what kind of configuration the
11540 packages got etc. This also allow us to automatically generate Munin
11541 and Nagios configuration.&lt;/p&gt;
11542
11543 &lt;p&gt;All computers reporting to the sitesummary collector with the
11544 munin-node package installed is automatically enabled as a Munin
11545 client and graphs from the statistics collected from that machine show
11546 up automatically on http://www/munin/ on the Main-server.&lt;/p&gt;
11547
11548 &lt;p&gt;All non-laptop computers reporting to the sitesummary collector are
11549 automatically monitored for network presence (ping and any network
11550 services detected). In addition, all computers (also laptops) with
11551 the nagios-nrpe-server package installed and configured the way
11552 sitesummary would configure it, are monitored for full disks, software
11553 raid status, swap free and other checks that need to run locally on
11554 the machine.&lt;/p&gt;
11555
11556 &lt;p&gt;The result is that the administrator on a school using Debian Edu
11557 based on Lenny will be able to check the health of his installation
11558 with one look at the Nagios settings, without having to spend any time
11559 keeping the Nagios configuration up-to-date.&lt;/p&gt;
11560
11561 &lt;p&gt;The only configuration one need to do to get Nagios up and running
11562 is to set the password used to get access via HTTP. The system
11563 administrator need to run &quot;&lt;tt&gt;htpasswd /etc/nagios3/htpasswd.users
11564 nagiosadmin&lt;/tt&gt;&quot; to create a nagiosadmin user and set a password for
11565 it to be able to log into the Nagios web pages. After that,
11566 everything is taken care of.&lt;/p&gt;
11567 </description>
11568 </item>
11569
11570 <item>
11571 <title>Opphavet til Skolelinux-prosjektet</title>
11572 <link>http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</link>
11573 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</guid>
11574 <pubDate>Thu, 17 Dec 2009 10:50:00 +0100</pubDate>
11575 <description>&lt;p&gt;De færreste er klar over at Skolelinux-prosjektet kom som et resultat
11576 av en avgjørelse på årsmøtet i
11577 &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; i 2000-06-29, der Håkon Wium
11578 Lie, da varamedlem i styret, tok på seg oppdraget om å starte et
11579 initiativ kalt &quot;Teach the Teacher&quot;, som skulle være et initiativ for
11580 å få fri programvare og unix-lignende operativsystemer inn i Skolen.
11581 Tanken var at en måtte starte med lærerne for at ungene skulle få
11582 mulighet til å møte en bedre IT-hverdag. Jeg var tilstede på
11583 møtet, og hadde sans for ideen, men intet skjedde. På vårparten
11584 2001 ble det arrangert en demonstrasjon i anledning at First Tuesday
11585 hadde invitert Microsoft til et møte for å fortelle om fremtidens
11586 Internet. Dette provoserte endel av oss, og EFN og NUUG tok initiativ
11587 til å arrangere
11588 &lt;a href=&quot;http://www.digi.no/60982/first-tuesday-mote-med-microsoft-protest&quot;&gt;en
11589 demonstrasjon utenfor lokalene 2001-05-21&lt;/a&gt;. Blant de som sto bak
11590 demonstrasjonen var Vidar Bakke fra NUUG og Håkon W. Lie fra EFN.
11591 Etter demonstrasjonen arrangerte Håkon en fest hjemme hos seg der alle
11592 som hadde vært aktive i demonstrasjonsplanlegging og gjennomføringen
11593 deltok. Før festen var jeg blitt lei av å vente på at Håkon skulle ta
11594 initiativ til &quot;Teach the Teacher&quot;, og for å forsøke å få litt fremgang
11595 besteme jeg meg for å benytte anledningen hos Håkon til å snakke om
11596 behovet for å hjelpe skolene i gang med bedre datasystemer bestående
11597 av fri programvare og unix-lignende operativsystemer. Flere var
11598 interessert, og Knut Yrvin tenkte på ideen. Han
11599 &lt;a href=&quot;http://developer.skolelinux.no/brev/2001-06-28-invitasjon-skolelinux.txt&quot;&gt;ropte
11600 sammen&lt;/a&gt; til et stiftelsesmøte i prosjektet i sin arbeidsgivers
11601 Objectwares lokaler ved Ullevål stadion 2001-07-02, og jeg ble med.
11602 Resten er historie. :)&lt;/p&gt;
11603 </description>
11604 </item>
11605
11606 <item>
11607 <title>Endelig operativt webbasert medlemsregister for Fri programvare i skolen</title>
11608 <link>http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</link>
11609 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</guid>
11610 <pubDate>Mon, 2 Nov 2009 22:40:00 +0100</pubDate>
11611 <description>&lt;p&gt;Under helgens utviklersamling i
11612 &lt;a href=&quot;http://www.skolelinux.no/&quot;&gt;Skolelinux&lt;/a&gt; fikk jeg endelig
11613 satt meg ned sammen med Ronny Aasen i styret for å få et webbasert
11614 medlemsregister tilbake på plass for foreningen som passer på
11615 skolelinuxprosjektet. Etter flere års knot og problemer, er nå
11616 memberdb satt opp og klart til bruk. Import av det gamle
11617 medlemsregisteret har vist seg vanskelig, så alle medlemmer bes om å
11618 registrere seg på nytt. Hvis du støtter FRiSKs formål så er du
11619 hjertelig velkommen til
11620 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;å melde deg
11621 inn&lt;/a&gt;. Formålet lyder:&lt;/p&gt;
11622
11623 &lt;blockquote&gt;Linux i skolen skal tilrettelegge for og informere om bruk
11624 av fri programvare, i henhold til Debian Free Software Guidelines av
11625 2002-02-03, i den norske skolen, slik som f.eks. Linux og
11626 GNU.&lt;/blockquote&gt;
11627 </description>
11628 </item>
11629
11630 <item>
11631 <title>Returning from Skolelinux developer gathering</title>
11632 <link>http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</link>
11633 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</guid>
11634 <pubDate>Sun, 29 Mar 2009 21:00:00 +0200</pubDate>
11635 <description>&lt;p&gt;I&#39;m sitting on the train going home from this weekends Debian
11636 Edu/Skolelinux development gathering. I got a bit done tuning the
11637 desktop, and looked into the dynamic service location protocol
11638 implementation avahi. It look like it could be useful for us. Almost
11639 30 people participated, and I believe it was a great environment to
11640 get to know the Skolelinux system. Walter Bender, involved in the
11641 development of the Sugar educational platform, presented his stuff and
11642 also helped me improve my OLPC installation. He also showed me that
11643 his Turtle Art application can be used in standalone mode, and we
11644 agreed that I would help getting it packaged for Debian. As a
11645 standalone application it would be great for Debian Edu. We also
11646 tried to get the video conferencing working with two OLPCs, but that
11647 proved to be too hard for us. The application seem to need more work
11648 before it is ready for me. I look forward to getting home and relax
11649 now. :)&lt;/p&gt;
11650 </description>
11651 </item>
11652
11653 <item>
11654 <title>Time for new LDAP schemas replacing RFC 2307?</title>
11655 <link>http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</link>
11656 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</guid>
11657 <pubDate>Sun, 29 Mar 2009 20:30:00 +0200</pubDate>
11658 <description>&lt;p&gt;The state of standardized LDAP schemas on Linux is far from
11659 optimal. There is RFC 2307 documenting one way to store NIS maps in
11660 LDAP, and a modified version of this normally called RFC 2307bis, with
11661 some modifications to be compatible with Active Directory. The RFC
11662 specification handle the content of a lot of system databases, but do
11663 not handle DNS zones and DHCP configuration.&lt;/p&gt;
11664
11665 &lt;p&gt;In &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux&lt;/a&gt;,
11666 we would like to store information about users, SMB clients/hosts,
11667 filegroups, netgroups (users and hosts), DHCP and DNS configuration,
11668 and LTSP configuration in LDAP. These objects have a lot in common,
11669 but with the current LDAP schemas it is not possible to have one
11670 object per entity. For example, one need to have at least three LDAP
11671 objects for a given computer, one with the SMB related stuff, one with
11672 DNS information and another with DHCP information. The schemas
11673 provided for DNS and DHCP are impossible to combine into one LDAP
11674 object. In addition, it is impossible to implement quick queries for
11675 netgroup membership, because of the way NIS triples are implemented.
11676 It just do not scale. I believe it is time for a few RFC
11677 specifications to cleam up this mess.&lt;/p&gt;
11678
11679 &lt;p&gt;I would like to have one LDAP object representing each computer in
11680 the network, and this object can then keep the SMB (ie host key), DHCP
11681 (mac address/name) and DNS (name/IP address) settings in one place.
11682 It need to be efficently stored to make sure it scale well.&lt;/p&gt;
11683
11684 &lt;p&gt;I would also like to have a quick way to map from a user or
11685 computer and to the net group this user or computer is a member.&lt;/p&gt;
11686
11687 &lt;p&gt;Active Directory have done a better job than unix heads like myself
11688 in this regard, and the unix side need to catch up. Time to start a
11689 new IETF work group?&lt;/p&gt;
11690 </description>
11691 </item>
11692
11693 <item>
11694 <title>Endelig er Debian Lenny gitt ut</title>
11695 <link>http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</link>
11696 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</guid>
11697 <pubDate>Sun, 15 Feb 2009 11:50:00 +0100</pubDate>
11698 <description>&lt;p&gt;Endelig er &lt;a href=&quot;http://www.debian.org/&quot;&gt;Debian&lt;/a&gt;
11699 &lt;a href=&quot;http://www.debian.org/News/2009/20090214&quot;&gt;Lenny&lt;/a&gt; gitt ut.
11700 Et langt steg videre for Debian-prosjektet, og en rekke nye
11701 programpakker blir nå tilgjengelig for de av oss som bruker den
11702 stabile utgaven av Debian. Neste steg er nå å få
11703 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; /
11704 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; ferdig
11705 oppdatert for den nye utgaven, slik at en oppdatert versjon kan
11706 slippes løs på skolene. Takk til alle debian-utviklerne som har
11707 gjort dette mulig. Endelig er f.eks. fungerende avhengighetsstyrt
11708 bootsekvens tilgjengelig i stabil utgave, vha pakken
11709 &lt;tt&gt;insserv&lt;/tt&gt;.&lt;/p&gt;
11710 </description>
11711 </item>
11712
11713 <item>
11714 <title>Endelig norsk stavekontroll med støtte for ord med bindestrek</title>
11715 <link>http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</link>
11716 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</guid>
11717 <pubDate>Fri, 26 Dec 2008 11:00:00 +0100</pubDate>
11718 <description>&lt;p&gt;Etter flere års mislykkede forsøk på å skrive om byggesystemet for
11719 &lt;a href=&quot;http://no.speling.org/&quot;&gt;den norske stavekontrollen for bokmål
11720 og nynorsk&lt;/a&gt; til å ikke bruke bindestrek som ordskillemarkør, lyktes jeg
11721 endelig første juledag. Bruken av bindestrek som ordskillemarkør har
11722 gjort det umulig å få med ord med bindestrek i
11723 stavekontrolldatagrunnlaget, slik at ord som e-post og CD-spiller ikke
11724 kunne godtas av stavekontrollen. Hadde litt tid til overs å bruke på
11725 stavekontrollen, og satte meg ned med to kopier av byggsystemet og en
11726 liten testdatafil, og byttet ut - med = på utvalgte steder i
11727 byggsystemet og datafilen helt til jeg fikk samme resultat med det
11728 gamle og det nye byggsystemet. Dette tror jeg var forsøk 4, der de
11729 foregående har feilet uten at jeg klarte å forstå hvorfor. Det sier
11730 kanskje litt om kompleksiteten i det originale byggsystemet som Rune
11731 Kleveland laget i sin tid.&lt;/p&gt;
11732
11733 &lt;p&gt;Etter å ha endret byggsystemet, var neste steg å importere ordene
11734 med bindestrek. Vi har en rekke slike i databasene for
11735 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nb.speling.org/htdocs/&quot;&gt;bokmål&lt;/a&gt;
11736 og
11737 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nn.speling.org/htdocs/&quot;&gt;nynorsk&lt;/a&gt;
11738 for korrektur av datagrunnlaget for stavekontrollen, og etter importen
11739 skulle nå 10350 nye ord bli godkjent som korrekt stavede ord av
11740 stavekontrollen.&lt;/p&gt;
11741 </description>
11742 </item>
11743
11744 <item>
11745 <title>Devcamp brought us closer to the Lenny based Debian Edu release</title>
11746 <link>http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</link>
11747 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</guid>
11748 <pubDate>Sun, 7 Dec 2008 12:00:00 +0100</pubDate>
11749 <description>&lt;p&gt;This weekend we had a small developer gathering for Debian Edu in
11750 Oslo. Most of Saturday was used for the general assemly for the
11751 member organization, but the rest of the weekend I used to tune the
11752 LTSP installation. LTSP now work out of the box on the 10-network.
11753 Acer Aspire One proved to be a very nice thin client, with both
11754 screen, mouse and keybard in a small box. Was working on getting the
11755 diskless workstation setup configured out of the box, but did not
11756 finish it before the weekend was up.&lt;/p&gt;
11757
11758 &lt;p&gt;Did not find time to look at the 4 VGA cards in one box we got from
11759 the Brazilian group, so that will have to wait for the next
11760 development gathering. Would love to have the Debian Edu installer
11761 automatically detect and configure a multiseat setup when it find one
11762 of these cards.&lt;/p&gt;
11763 </description>
11764 </item>
11765
11766 <item>
11767 <title>The sorry state of multimedia browser plugins in Debian</title>
11768 <link>http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</link>
11769 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</guid>
11770 <pubDate>Tue, 25 Nov 2008 00:10:00 +0100</pubDate>
11771 <description>&lt;p&gt;Recently I have spent some time evaluating the multimedia browser
11772 plugins available in Debian Lenny, to see which one we should use by
11773 default in Debian Edu. We need an embedded video playing plugin with
11774 control buttons to pause or stop the video, and capable of streaming
11775 all the multimedia content available on the web. The test results and
11776 notes are available on
11777 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;the
11778 Debian wiki&lt;/a&gt;. I was surprised how few of the plugins are able to
11779 fill this need. My personal video player favorite, VLC, has a really
11780 bad plugin which fail on a lot of the test pages. A lot of the MIME
11781 types I would expect to work with any free software player (like
11782 video/ogg), just do not work. And simple formats like the
11783 audio/x-mplegurl format (m3u playlists), just isn&#39;t supported by the
11784 totem and vlc plugins. I hope the situation will improve soon. No
11785 wonder sites use the proprietary Adobe flash to play video.&lt;/p&gt;
11786
11787 &lt;p&gt;For Lenny, we seem to end up with the mplayer plugin. It seem to
11788 be the only one fitting our needs. :/&lt;/p&gt;
11789 </description>
11790 </item>
11791
11792 </channel>
11793 </rss>