]> pere.pagekite.me Git - homepage.git/blob - blog/tags/debian edu/debian edu.rss
9b023a596bd193ef71293f1d1c612afba1d18a3f
[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>Quicker Debian installations using eatmydata</title>
11 <link>http://people.skolelinux.org/pere/blog/Quicker_Debian_installations_using_eatmydata.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Quicker_Debian_installations_using_eatmydata.html</guid>
13 <pubDate>Fri, 25 Nov 2016 14:50:00 +0100</pubDate>
14 <description>&lt;p&gt;Two years ago, I did some experiments with eatmydata and the Debian
15 installation system, observing how using
16 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Speeding_up_the_Debian_installer_using_eatmydata_and_dpkg_divert.html&quot;&gt;eatmydata
17 could speed up the installation&lt;/a&gt; quite a bit. My testing measured
18 speedup around 20-40 percent for Debian Edu, where we install around
19 1000 packages from within the installer. The eatmydata package
20 provide a way to disable/delay file system flushing. This is a bit
21 risky in the general case, as files that should be stored on disk will
22 stay only in memory a bit longer than expected, causing problems if a
23 machine crashes at an inconvenient time. But for an installation, if
24 the machine crashes during installation the process is normally
25 restarted, and avoiding disk operations as much as possible to speed
26 up the process make perfect sense.
27
28 &lt;p&gt;I added code in the Debian Edu specific installation code to enable
29 &lt;a href=&quot;https://tracker.debian.org/pkg/libeatmydata&quot;&gt;eatmydata&lt;/a&gt;,
30 but did not have time to push it any further. But a few months ago I
31 picked it up again and worked with the libeatmydata package maintainer
32 Mattia Rizzolo to make it easier for everyone to get this installation
33 speedup in Debian. Thanks to our cooperation There is now an
34 eatmydata-udeb package in Debian testing and unstable, and simply
35 enabling/installing it in debian-installer (d-i) is enough to get the
36 quicker installations. It can be enabled using preseeding. The
37 following untested kernel argument should do the trick:&lt;/p&gt;
38
39 &lt;blockquote&gt;&lt;pre&gt;
40 preseed/early_command=&quot;anna-install eatmydata-udeb&quot;
41 &lt;/pre&gt;&lt;/blockquote&gt;
42
43 &lt;p&gt;This should ask d-i to install the package inside the d-i
44 environment early in the installation sequence. Having it installed
45 in d-i in turn will make sure the relevant scripts are called just
46 after debootstrap filled /target/ with the freshly installed Debian
47 system to configure apt to run dpkg with eatmydata. This is enough to
48 speed up the installation process. There is a proposal to
49 &lt;a href=&quot;https://bugs.debian.org/841153&quot;&gt;extend the idea a bit further
50 by using /etc/ld.so.preload instead of apt.conf&lt;/a&gt;, but I have not
51 tested its impact.&lt;/p&gt;
52
53 </description>
54 </item>
55
56 <item>
57 <title>The new &quot;best&quot; multimedia player in Debian?</title>
58 <link>http://people.skolelinux.org/pere/blog/The_new__best__multimedia_player_in_Debian_.html</link>
59 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_new__best__multimedia_player_in_Debian_.html</guid>
60 <pubDate>Mon, 6 Jun 2016 12:50:00 +0200</pubDate>
61 <description>&lt;p&gt;When I set out a few weeks ago to figure out
62 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/What_is_the_best_multimedia_player_in_Debian_.html&quot;&gt;which
63 multimedia player in Debian claimed to support most file formats /
64 MIME types&lt;/a&gt;, I was a bit surprised how varied the sets of MIME types
65 the various players claimed support for. The range was from 55 to 130
66 MIME types. I suspect most media formats are supported by all
67 players, but this is not really reflected in the MimeTypes values in
68 their desktop files. There are probably also some bogus MIME types
69 listed, but it is hard to identify which one this is.&lt;/p&gt;
70
71 &lt;p&gt;Anyway, in the mean time I got in touch with upstream for some of
72 the players suggesting to add more MIME types to their desktop files,
73 and decided to spend some time myself improving the situation for my
74 favorite media player VLC. The fixes for VLC entered Debian unstable
75 yesterday. The complete list of MIME types can be seen on the
76 &lt;a href=&quot;https://wiki.debian.org/DebianMultimedia/PlayerSupport&quot;&gt;Multimedia
77 player MIME type support status&lt;/a&gt; Debian wiki page.&lt;/p&gt;
78
79 &lt;p&gt;The new &quot;best&quot; multimedia player in Debian? It is VLC, followed by
80 totem, parole, kplayer, gnome-mpv, mpv, smplayer, mplayer-gui and
81 kmplayer. I am sure some of the other players desktop files support
82 several of the formats currently listed as working only with vlc,
83 toten and parole.&lt;/p&gt;
84
85 &lt;p&gt;A sad observation is that only 14 MIME types are listed as
86 supported by all the tested multimedia players in Debian in their
87 desktop files: audio/mpeg, audio/vnd.rn-realaudio, audio/x-mpegurl,
88 audio/x-ms-wma, audio/x-scpls, audio/x-wav, video/mp4, video/mpeg,
89 video/quicktime, video/vnd.rn-realvideo, video/x-matroska,
90 video/x-ms-asf, video/x-ms-wmv and video/x-msvideo. Personally I find
91 it sad that video/ogg and video/webm is not supported by all the media
92 players in Debian. As far as I can tell, all of them can handle both
93 formats.&lt;/p&gt;
94 </description>
95 </item>
96
97 <item>
98 <title>What is the best multimedia player in Debian?</title>
99 <link>http://people.skolelinux.org/pere/blog/What_is_the_best_multimedia_player_in_Debian_.html</link>
100 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_is_the_best_multimedia_player_in_Debian_.html</guid>
101 <pubDate>Sun, 8 May 2016 09:40:00 +0200</pubDate>
102 <description>&lt;p&gt;&lt;strong&gt;Where I set out to figure out which multimedia player in
103 Debian claim support for most file formats.&lt;/strong&gt;&lt;/p&gt;
104
105 &lt;p&gt;A few years ago, I had a look at the media support for Browser
106 plugins in Debian, to get an idea which plugins to include in Debian
107 Edu. I created a script to extract the set of supported MIME types
108 for each plugin, and used this to find out which multimedia browser
109 plugin supported most file formats / media types.
110 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;The
111 result&lt;/a&gt; can still be seen on the Debian wiki, even though it have
112 not been updated for a while. But browser plugins are less relevant
113 these days, so I thought it was time to look at standalone
114 players.&lt;/p&gt;
115
116 &lt;p&gt;A few days ago I was tired of VLC not being listed as a viable
117 player when I wanted to play videos from the Norwegian National
118 Broadcasting Company, and decided to investigate why. The cause is a
119 &lt;a href=&quot;https://bugs.debian.org/822245&quot;&gt;missing MIME type in the VLC
120 desktop file&lt;/a&gt;. In the process I wrote a script to compare the set
121 of MIME types announced in the desktop file and the browser plugin,
122 only to discover that there is quite a large difference between the
123 two for VLC. This discovery made me dig up the script I used to
124 compare browser plugins, and adjust it to compare desktop files
125 instead, to try to figure out which multimedia player in Debian
126 support most file formats.&lt;/p&gt;
127
128 &lt;p&gt;The result can be seen on the Debian Wiki, as
129 &lt;a href=&quot;https://wiki.debian.org/DebianMultimedia/PlayerSupport&quot;&gt;a
130 table listing all MIME types supported by one of the packages included
131 in the table&lt;/a&gt;, with the package supporting most MIME types being
132 listed first in the table.&lt;/p&gt;
133
134 &lt;/p&gt;The best multimedia player in Debian? It is totem, followed by
135 parole, kplayer, mpv, vlc, smplayer mplayer-gui gnome-mpv and
136 kmplayer. Time for the other players to update their announced MIME
137 support?&lt;/p&gt;
138 </description>
139 </item>
140
141 <item>
142 <title>Ny utgave (v2.2) av den frie norske stavekontrollen gitt ut</title>
143 <link>http://people.skolelinux.org/pere/blog/Ny_utgave__v2_2__av_den_frie_norske_stavekontrollen_gitt_ut.html</link>
144 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ny_utgave__v2_2__av_den_frie_norske_stavekontrollen_gitt_ut.html</guid>
145 <pubDate>Fri, 15 Apr 2016 21:20:00 +0200</pubDate>
146 <description>&lt;p&gt;I dag tok jeg mot til meg og pakket sammen en ny versjon av den
147 frie norske stavekontrollen, ca. tre og et halvt år etter forrige
148 gang. Resultatet kan lastes ned fra
149 &lt;a href=&quot;http://no.speling.org/&quot;&gt;no.speling.org-prosjeksiden&lt;/a&gt;, både
150 som kildekodepakke og som &quot;pack&quot;-fil som kanskje fortsatt kan brukes
151 av OpenOffice.org/LibreOffice. Byggesystemet trenger oppussing, men i
152 denne omgang hadde jeg bare tid til å fikse byggefeil forårsaket av
153 endringer i GNU grep. De øvrige endringene var gjort tidligere i
154 påvente av en ny utgave.&lt;/p&gt;
155
156 &lt;p&gt;&lt;strong&gt;Her er det som er nytt (fra NEWS-fila i
157 kildekodepakken):&lt;/strong&gt;&lt;/p&gt;
158
159 &lt;p&gt;Release 2.2 (2016-04-15)&lt;/p&gt;
160
161 &lt;ul&gt;
162
163 &lt;li&gt;Rewrite how scripts/speling2words handle tripple consonants, to
164 avoid importing duplicate words from no.speling.org, and getting
165 rid of the existing duplicates in norsk.words.&lt;/li&gt;
166 &lt;li&gt;Remove duplicate entries with tripple consonants from norsk.words.&lt;/li&gt;
167 &lt;li&gt;Update frequency for entries in norsk.words based on
168 &lt;URL:http://helmer.aksis.uib.no/nta/ordlistf.zip&gt; (ran &#39;make
169 freq-update&#39;).&lt;/li&gt;
170 &lt;li&gt;Correct nn ispell build, avoid crash in munchlist causing lots of
171 words to fall out of the database.&lt;/li&gt;
172 &lt;li&gt;Use grep -a to convince grep it is working on text files, to work
173 with newer grep versions.&lt;/li&gt;
174
175 &lt;li&gt;Remove some words disputed in the no.speling.org review process:
176 &lt;ul&gt;
177 &lt;li&gt;apparent (nb)&lt;/li&gt;
178 &lt;li&gt;likke (nb)&lt;/li&gt;
179 &lt;li&gt;ugjest, ugjesten, ugjestens (nb)&lt;/li&gt;
180 &lt;/ul&gt;&lt;/li&gt;
181
182 &lt;/ul&gt;
183 </description>
184 </item>
185
186 <item>
187 <title>The GNU General Public License is not magic pixie dust</title>
188 <link>http://people.skolelinux.org/pere/blog/The_GNU_General_Public_License_is_not_magic_pixie_dust.html</link>
189 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_GNU_General_Public_License_is_not_magic_pixie_dust.html</guid>
190 <pubDate>Mon, 30 Nov 2015 09:55:00 +0100</pubDate>
191 <description>&lt;p&gt;A blog post from my fellow Debian developer Paul Wise titled
192 &quot;&lt;a href=&quot;http://bonedaddy.net/pabs3/log/2015/11/27/sfc-supporter/&quot;&gt;The
193 GPL is not magic pixie dust&lt;/a&gt;&quot; explain the importance of making sure
194 the &lt;a href=&quot;http://www.gnu.org/copyleft/gpl.html&quot;&gt;GPL&lt;/a&gt; is enforced.
195 I quote the blog post from Paul in full here with his permission:&lt;p&gt;
196
197 &lt;blockquote&gt;
198
199 &lt;p&gt;&lt;a href=&quot;https://sfconservancy.org/supporter/&quot;&gt;&lt;img src=&quot;https://sfconservancy.org/img/supporter-badge.png&quot; width=&quot;194&quot; height=&quot;90&quot; alt=&quot;Become a Software Freedom Conservancy Supporter!&quot; align=&quot;right&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
200
201 &lt;blockquote&gt;
202 The GPL is not magic pixie dust. It does not work by itself.&lt;br/&gt;
203
204 The first step is to choose a
205 &lt;a href=&quot;https://copyleft.org/&quot;&gt;copyleft&lt;/a&gt; license for your
206 code.&lt;br/&gt;
207
208 The next step is, when someone fails to follow that copyleft license,
209 &lt;b&gt;it must be enforced&lt;/b&gt;&lt;br/&gt;
210
211 and its a simple fact of our modern society that such type of
212 work&lt;br/&gt;
213
214 is incredibly expensive to do and incredibly difficult to do.
215 &lt;/blockquote&gt;
216
217 &lt;p&gt;&lt;small&gt;-- &lt;a href=&quot;http://ebb.org/bkuhn/&quot;&gt;Bradley Kuhn&lt;/a&gt;, in
218 &lt;a href=&quot;http://faif.us/&quot; title=&quot;Free as in Freedom&quot;&gt;FaiF&lt;/a&gt;
219 &lt;a href=&quot;http://faif.us/cast/2015/nov/24/0x57/&quot;&gt;episode
220 0x57&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
221
222 &lt;p&gt;As the Debian Website
223 &lt;a href=&quot;https://bugs.debian.org/794116&quot;&gt;used&lt;/a&gt;
224 &lt;a href=&quot;https://anonscm.debian.org/viewvc/webwml/webwml/english/intro/free.wml?r1=1.24&amp;amp;r2=1.25&quot;&gt;to&lt;/a&gt;
225 imply, public domain and permissively licensed software can lead to
226 the production of more proprietary software as people discover useful
227 software, extend it and or incorporate it into their hardware or
228 software products. Copyleft licenses such as the GNU GPL were created
229 to close off this avenue to the production of proprietary software but
230 such licenses are not enough. With the ongoing adoption of Free
231 Software by individuals and groups, inevitably the community&#39;s
232 expectations of license compliance are violated, usually out of
233 ignorance of the way Free Software works, but not always. As Karen
234 and Bradley explained in &lt;a href=&quot;http://faif.us/&quot; title=&quot;Free as in
235 Freedom&quot;&gt;FaiF&lt;/a&gt;
236 &lt;a href=&quot;http://faif.us/cast/2015/nov/24/0x57/&quot;&gt;episode 0x57&lt;/a&gt;,
237 copyleft is nothing if no-one is willing and able to stand up in court
238 to protect it. The reality of today&#39;s world is that legal
239 representation is expensive, difficult and time consuming. With
240 &lt;a href=&quot;http://gpl-violations.org/&quot;&gt;gpl-violations.org&lt;/a&gt; in hiatus
241 &lt;a href=&quot;http://gpl-violations.org/news/20151027-homepage-recovers/&quot;&gt;until&lt;/a&gt;
242 some time in 2016, the &lt;a href=&quot;https://sfconservancy.org/&quot;&gt;Software
243 Freedom Conservancy&lt;/a&gt; (a tax-exempt charity) is the major defender
244 of the Linux project, Debian and other groups against GPL violations.
245 In March the SFC supported a
246 &lt;a href=&quot;https://sfconservancy.org/news/2015/mar/05/vmware-lawsuit/&quot;&gt;lawsuit
247 by Christoph Hellwig&lt;/a&gt; against VMware for refusing to
248 &lt;a href=&quot;https://sfconservancy.org/linux-compliance/vmware-lawsuit-faq.html&quot;&gt;comply
249 with the GPL&lt;/a&gt; in relation to their use of parts of the Linux
250 kernel. Since then two of their sponsors pulled corporate funding and
251 conferences
252 &lt;a href=&quot;https://sfconservancy.org/blog/2015/nov/24/faif-carols-fundraiser/&quot;&gt;blocked
253 or cancelled their talks&lt;/a&gt;. As a result they have decided to rely
254 less on corporate funding and more on the broad community of
255 individuals who support Free Software and copyleft. So the SFC has
256 &lt;a href=&quot;https://sfconservancy.org/news/2015/nov/23/2015fundraiser/&quot;&gt;launched&lt;/a&gt;
257 a &lt;a href=&quot;https://sfconservancy.org/supporter/&quot;&gt;campaign&lt;/a&gt; to create
258 a community of folks who stand up for copyleft and the GPL by
259 supporting their work on promoting and supporting copyleft and Free
260 Software.&lt;/p&gt;
261
262 &lt;p&gt;If you support Free Software,
263 &lt;a href=&quot;https://sfconservancy.org/blog/2015/nov/26/like-what-I-do/&quot;&gt;like&lt;/a&gt;
264 what the SFC do, agree with their
265 &lt;a href=&quot;https://sfconservancy.org/linux-compliance/principles.html&quot;&gt;compliance
266 principles&lt;/a&gt;, are happy about their
267 &lt;a href=&quot;https://sfconservancy.org/supporter/&quot;&gt;successes&lt;/a&gt; in 2015,
268 work on a project that is an SFC
269 &lt;a href=&quot;https://sfconservancy.org/members/current/&quot;&gt;member&lt;/a&gt; and or
270 just want to stand up for copyleft, please join
271 &lt;a href=&quot;https://identi.ca/cwebber/image/JQGPA4qbTyyp3-MY8QpvuA&quot;&gt;Christopher
272 Allan Webber&lt;/a&gt;,
273 &lt;a href=&quot;https://sfconservancy.org/blog/2015/nov/24/faif-carols-fundraiser/&quot;&gt;Carol
274 Smith&lt;/a&gt;,
275 &lt;a href=&quot;http://www.jonobacon.org/2015/11/25/supporting-software-freedom-conservancy/&quot;&gt;Jono
276 Bacon&lt;/a&gt;, myself and
277 &lt;a href=&quot;https://sfconservancy.org/sponsors/#supporters&quot;&gt;others&lt;/a&gt; in
278 becoming a
279 &lt;a href=&quot;https://sfconservancy.org/supporter/&quot;&gt;supporter&lt;/a&gt;. For the
280 next week your donation will be
281 &lt;a href=&quot;https://sfconservancy.org/news/2015/nov/27/black-friday/&quot;&gt;matched&lt;/a&gt;
282 by an anonymous donor. Please also consider asking your employer to
283 match your donation or become a sponsor of SFC. Don&#39;t forget to
284 spread the word about your support for SFC via email, your blog and or
285 social media accounts.&lt;/p&gt;
286
287 &lt;/blockquote&gt;
288
289 &lt;p&gt;I agree with Paul on this topic and just signed up as a Supporter
290 of Software Freedom Conservancy myself. Perhaps you should be a
291 supporter too?&lt;/p&gt;
292 </description>
293 </item>
294
295 <item>
296 <title>First Jessie based Debian Edu beta release</title>
297 <link>http://people.skolelinux.org/pere/blog/First_Jessie_based_Debian_Edu_beta_release.html</link>
298 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Jessie_based_Debian_Edu_beta_release.html</guid>
299 <pubDate>Sun, 26 Apr 2015 14:10:00 +0200</pubDate>
300 <description>&lt;p&gt;I am happy to report that the Debian Edu team sent out
301 &lt;a href=&quot;https://lists.debian.org/debian-edu-announce/2015/04/msg00000.html&quot;&gt;this
302 announcement today&lt;/a&gt;:&lt;/p&gt;
303
304 &lt;pre&gt;
305 the Debian Edu / Skolelinux project is pleased to announce the first
306 *beta* release of Debian Edu &quot;Jessie&quot; 8.0+edu0~b1, which for the first
307 time is composed entirely of packages from the current Debian stable
308 release, Debian 8 &quot;Jessie&quot;.
309
310 (As most reading this will know, Debian &quot;Jessie&quot; hasn&#39;t actually been
311 released by now. The release is still in progress but should finish
312 later today ;)
313
314 We expect to make a final release of Debian Edu &quot;Jessie&quot; in the coming
315 weeks, timed with the first point release of Debian Jessie. Upgrades
316 from this beta release of Debian Edu Jessie to the final release will
317 be possible and encouraged!
318
319 Please report feedback to debian-edu@lists.debian.org and/or submit
320 bugs: http://wiki.debian.org/DebianEdu/HowTo/ReportBugs
321
322 Debian Edu - sometimes also known as &quot;Skolelinux&quot; - is a complete
323 operating system for schools, universities and other
324 organisations. Through its pre- prepared installation profiles
325 administrators can install servers, workstations and laptops which
326 will work in harmony on the school network. With Debian Edu, the
327 teachers themselves or their technical support staff can roll out a
328 complete multi-user, multi-machine study environment within hours or
329 days.
330
331 Debian Edu is already in use at several hundred schools all over the
332 world, particularly in Germany, Spain and Norway. Installations come
333 with hundreds of applications pre-installed, plus the whole Debian
334 archive of thousands of compatible packages within easy reach.
335
336 For those who want to give Debian Edu Jessie a try, download and
337 installation instructions are available, including detailed
338 instructions in the manual explaining the first steps, such as setting
339 up a network or adding users. Please note that the password for the
340 user your prompted for during installation must have a length of at
341 least 5 characters!
342
343 == Where to download ==
344
345 A multi-architecture CD / usbstick image (649 MiB) for network booting
346 can be downloaded at the following locations:
347
348 http://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~b1-CD.iso
349 rsync -avzP ftp.skolelinux.org::skolelinux-cd/debian-edu-8.0+edu0~b1-CD.iso .
350
351 The SHA1SUM of this image is: 54a524d16246cddd8d2cfd6ea52f2dd78c47ee0a
352
353 Alternatively an extended DVD / usbstick image (4.9 GiB) is also
354 available, with more software included (saving additional download
355 time):
356
357 http://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~b1-USB.iso
358 rsync -avzP ftp.skolelinux.org::skolelinux-cd/debian-edu-8.0+edu0~b1-USB.iso
359
360 The SHA1SUM of this image is: fb1f1504a490c077a48653898f9d6a461cb3c636
361
362 Sources are available from the Debian archive, see
363 http://ftp.debian.org/debian-cd/8.0.0/source/ for some download
364 options.
365
366 == Debian Edu Jessie manual in seven languages ==
367
368 Please see https://wiki.debian.org/DebianEdu/Documentation/Jessie/ for
369 the English version of the Debian Edu jessie manual.
370
371 This manual has been fully translated to German, French, Italian,
372 Danish, Dutch and Norwegian Bokmål. A partly translated version exists
373 for Spanish. See http://maintainer.skolelinux.org/debian-edu-doc/ for
374 online version of the translated manual.
375
376 More information about Debian 8 &quot;Jessie&quot; itself is provided in the
377 release notes and the installation manual:
378 - http://www.debian.org/releases/jessie/releasenotes
379 - http://www.debian.org/releases/jessie/installmanual
380
381
382 == Errata / known problems ==
383
384 It takes up to 15 minutes for a changed hostname to be updated via
385 DHCP (#780461).
386
387 The hostname script fails to update LTSP server hostname (#783087).
388
389 Workaround: run update-hostname-from-ip on the client to update the
390 hostname immediately.
391
392 Check https://wiki.debian.org/DebianEdu/Status/Jessie for a possibly
393 more current and complete list.
394
395 == Some more details about Debian Edu 8.0+edu0~b1 Codename Jessie released 2015-04-25 ==
396
397 === Software updates ===
398
399 Everything which is new in Debian 8 Jessie, e.g.:
400
401 * Linux kernel 3.16.7-ctk9; for the i386 architecture, support for
402 i486 processors has been dropped; oldest supported ones: i586 (like
403 Intel Pentium and AMD K5).
404
405 * Desktop environments KDE Plasma Workspaces 4.11.13, GNOME 3.14,
406 Xfce 4.12, LXDE 0.5.6
407 * new optional desktop environment: MATE 1.8
408 * KDE Plasma Workspaces is installed by default; to choose one of
409 the others see the manual.
410 * the browsers Iceweasel 31 ESR and Chromium 41
411 * LibreOffice 4.3.3
412 * GOsa 2.7.4
413 * LTSP 5.5.4
414 * CUPS print system 1.7.5
415 * new boot framework: systemd
416 * Educational toolbox GCompris 14.12
417 * Music creator Rosegarden 14.02
418 * Image editor Gimp 2.8.14
419 * Virtual stargazer Stellarium 0.13.1
420 * golearn 0.9
421 * tuxpaint 0.9.22
422 * New version of debian-installer from Debian Jessie.
423 * Debian Jessie includes about 43000 packages available for installation.
424 * More information about Debian 8 Jessie is provided in its release
425 notes and the installation manual, see the link above.
426
427 === Installation changes ===
428
429 Installations done via PXE now also install firmware automatically
430 for the hardware present.
431
432 === Fixed bugs ===
433
434 A number of bugs have been fixed in this release; the most noticeable
435 from a user perspective:
436
437 * Inserting incorrect DNS information in Gosa will no longer break
438 DNS completely, but instead stop DNS updates until the incorrect
439 information is corrected (710362)
440
441 * shutdown-at-night now shuts the system down if gdm3 is used (775608).
442
443 === Sugar desktop removed ===
444
445 As the Sugar desktop was removed from Debian Jessie, it is also not
446 available in Debian Edu jessie.
447
448
449 == About Debian Edu / Skolelinux ==
450
451 Debian Edu, also known as Skolelinux, is a Linux distribution based on
452 Debian providing an out-of-the box environment of a completely
453 configured school network. Directly after installation a school server
454 running all services needed for a school network is set up just
455 waiting for users and machines being added via GOsa², a comfortable
456 Web-UI. A netbooting environment is prepared using PXE, so after
457 initial installation of the main server from CD or USB stick all other
458 machines can be installed via the network. The provided school server
459 provides LDAP database and Kerberos authentication service,
460 centralized home directories, DHCP server, web proxy and many other
461 services. The desktop contains more than 60 educational software
462 packages and more are available from the Debian archive, and schools
463 can choose between KDE, GNOME, LXDE, Xfce and MATE desktop
464 environment.
465
466 == About Debian ==
467
468 The Debian Project was founded in 1993 by Ian Murdock to be a truly
469 free community project. Since then the project has grown to be one of
470 the largest and most influential open source projects. Thousands of
471 volunteers from all over the world work together to create and
472 maintain Debian software. Available in 70 languages, and supporting a
473 huge range of computer types, Debian calls itself the universal
474 operating system.
475
476 == Thanks ==
477
478 Thanks to everyone making Debian and Debian Edu / Skolelinux happen!
479 You rock.
480 &lt;/pre&gt;
481 </description>
482 </item>
483
484 <item>
485 <title>Debian Edu interview: Shirish Agarwal</title>
486 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Shirish_Agarwal.html</link>
487 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Shirish_Agarwal.html</guid>
488 <pubDate>Wed, 15 Apr 2015 09:20:00 +0200</pubDate>
489 <description>&lt;p&gt;It was a surprise to me to learn that project to create a complete
490 computer system for schools I&#39;ve involved in,
491 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, was
492 being used in India. But apparently it is, and I managed to get an
493 interview with one of the friends of the project there, Shirish
494 Agarwal.&lt;/p&gt;
495
496 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
497
498 &lt;p&gt;My name is Shirish Agarwal. Based out of the educational and
499 historical city of Pune, from the western state of Maharashtra, India.
500 My bread comes from giving training, giving policy tips,
501 installations on free software to mom and pop shops in different
502 fields from Desktop publishing to retail shops as well as work with
503 few software start-ups as well.&lt;/p&gt;
504
505 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
506 project?&lt;/strong&gt;&lt;/p&gt;
507
508 &lt;p&gt;It started innocently enough. I have been using Debian for a few
509 years and in one local minidebconf / debutsav I was asked if there was
510 anything for schools or education. I had worked / played with free
511 educational softwares such as Gcompris and Stellarium for my many
512 nieces and nephews so researched and found Debian Edu or Skolelinux as
513 it was known then. Since then I have started using the various
514 education meta-packages provided by the project.&lt;/p&gt;
515
516 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
517 Edu?&lt;/strong&gt;&lt;/p&gt;
518
519 &lt;p&gt;It&#39;s closest I have seen where a package full of educational
520 software are packed, which are free and open (both literally and
521 figuratively). Even if I take the simplest software which is
522 gcompris, the number of activities therein are amazing. Another one of
523 the softwares that I have liked for a long time is stellarium. Even
524 pysycache is cool except for couple of issues I encountered
525 &lt;a href=&quot;https://bugs.debian.org/781841&quot;&gt;#781841&lt;/a&gt; and
526 &lt;a href=&quot;https://bugs.debian.org/781842&quot;&gt;#781842&lt;/a&gt;.&lt;/p&gt;
527
528 &lt;p&gt;I prefer software installed on the system over web based solutions,
529 as a web site can disappear any time but the software on disk has the
530 possibility of a larger life span. Of course with both it&#39;s more a
531 question if it has enough users who make it fun or sustainable or both
532 for the developer per-se.&lt;/p&gt;
533
534 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
535 Edu?&lt;/strong&gt;&lt;/p&gt;
536
537 &lt;p&gt;I do see that the Debian Edu team seems to be short-handed and I
538 think more efforts should be made to make it popular and ask and take
539 help from people and the larger community wherever possible.&lt;/p&gt;
540
541 &lt;p&gt;I don&#39;t see any disadvantage to use Skolelinux apart from the fact
542 that most apps. are generic which is good or bad how you see it.
543 However, saying that I do acknowledge the fact that the canvas is
544 pretty big and there are lot of interesting ideas that could be done
545 but for reasons not known not done or if done I don&#39;t know about them.
546 Let me share some of the ideas (these are more upstream based but
547 still) I have had for a long time :&lt;/p&gt;
548
549 &lt;p&gt;1. Classical maths question of two trains in opposing directions
550 each running @x kmph/mph at y distance, when they will meet and how
551 far would each travel and similar questions like these.
552
553 &lt;p&gt;The computer is a fantastic system where questions like these can
554 be drawn, animated and the methodology and answers teased out in
555 interactive manner. While sites such as the
556 &lt;a href=&quot;http://mathforum.org/dr.math/faq/faq.two.trains.html&quot;&gt;Ask
557 Dr. Math FAQ on The Two Trains problem&lt;/a&gt; (as an example or point of
558 inspiration) can be used there is lot more that can be done. I dunno
559 if there is a free software which does something like this. The idea
560 being a blend of objects + animation + interaction which does
561 this. The whole interaction could be gamified with points or sounds or
562 colourful celebration whenever the user gets even part of the question
563 or/and methodology right. That would help reinforce good behaviour.
564 This understanding could be used to share/showcase everything from how
565 the first wheel came to be, to evolution to how astronomy started,
566 psychics and everything in-between.&lt;/p&gt;
567
568 &lt;p&gt;One specific idea in the train part was having the Linux mascot on
569 one train and the BSD or GNU mascot on the other train and they
570 meeting somewhere in-between. Characters from blender movies could
571 also be used.&lt;/p&gt;
572
573 &lt;p&gt;2. Loads of crossword-puzzles with reference to subjects: We have
574 enormous data sets in Wikipedia and Wikitionary. I don&#39;t think it
575 should be a big job to design crossword puzzles. Using categories and
576 sub-categories it should be doable to have Q&amp;A single word answers
577 from the existing data-sets. What would make it easy or hard could be
578 the length of the word + existence of many or few vowels depending on
579 the user&#39;s input.&lt;/p&gt;
580
581 &lt;p&gt;3. Jigsaw puzzles - We already have a great software called
582 palapeli with number of slicers making it pretty interesting. What
583 needs to be done is to download large number of public domain and
584 copyleft images, tease and use IPTC tags to categorise them into
585 nature, history etc. and let it loose. This could turn to be really
586 huge collection of images. One source could be taken from
587 commons.wikimedia.org, others could be huge collection of royalty-free
588 stock photos. Potential is immense.&lt;/p&gt;
589
590 &lt;p&gt;Apart from this, free software suffers in two directions, we lag
591 both in development (of using new features per-se) and maintenance a
592 lot. This is more so in educational software as these applications
593 need to be timely and the opportunity cost of missing deadlines is
594 immense. If we are able to solve issues of funding for development and
595 maintenance of such software I don&#39;t see any big difficulties. I know
596 of few start-ups in and around India who would love to develop and
597 maintain such software if funding issues could be solved.&lt;/p&gt;
598
599 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
600
601 &lt;p&gt;That would be huge list. Some of the softwares are obviously apt,
602 aptitude, debdelta, leafpad, the shell of course (zsh nowadays),
603 quassel for IRC. In games I use shisen-sho while card-games are evenly
604 between kpat and Aiselriot. In desktops it&#39;s a tie between
605 gnome-flashback and mate.&lt;/p&gt;
606
607 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
608 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
609
610 &lt;p&gt;I think it should first start with using specific FOSS apps. in
611 whatever environment they are. If it&#39;s MS-Windows or Mac so be it.
612 Once they are habitual with the apps. and there is buy-in from the
613 school management then it could be installed anywhere. Most of the
614 people now understand the concept of a repository because of the
615 various online stores so it isn&#39;t hard to convince on that front.&lt;/p&gt;
616
617 &lt;p&gt;What is harder is having enough people with technical skills and
618 passion to service them. If you get buy-in from one or two teachers
619 then ideas like above could also be asked to be done as a project as
620 well.&lt;/p&gt;
621
622 &lt;p&gt;I think where we fall short more than anything is in marketing. For
623 instance, Debian has this whole range of fonts in its archive but
624 there isn&#39;t even a page where all those different fonts in the La
625 Ipsum format could be tried out for newcomers.&lt;/p&gt;
626
627 &lt;p&gt;One of the issues faced constantly in installations is with updates
628 and upgrades. People have this myth that each update and upgrade
629 means the user interface will / has to change. I have seen this
630 innumerable times. That perhaps is one of the reasons which browsers
631 like Iceweasel / Firefox change user interfaces so much, not because
632 it might be needed or be functional but because people believe that
633 changed user interfaces are better. This, can easily be pointed with
634 the user interfaces changed with almost every MS-Windows and Mac OS
635 releases.&lt;/p&gt;
636
637 &lt;p&gt;The problems with Debian Edu for deployment are many. The biggest
638 is the huge gap between what is taught in schools and what Debian Edu
639 is aimed at.
640
641 &lt;p&gt;Me and my friends did teach on week-ends in a government school for
642 around 2 years, and
643 &lt;a href=&quot;https://flossexperiences.wordpress.com/2012/10/08/sharings/&quot;&gt;gathered
644 some experience&lt;/a&gt; there. Some of the things we learnt/discovered
645 there was :&lt;/p&gt;
646
647 &lt;ol&gt;
648
649 &lt;li&gt;Most of the teachers are very territorial about their subjects
650 and they do not want you to teach anything out of the
651 portion/syllabus given.&lt;/li&gt;
652
653 &lt;li&gt;They want any activity on the system in accordance to whatever
654 is in the syllabus.&lt;/li&gt;
655
656 &lt;li&gt;There are huge barriers both with the English language and at
657 times with objects or whatever. An example, let&#39;s say in gcompris
658 you have objects falling down and you have to name them and let&#39;s
659 say the falling object is a hat or a fedora hat, this would not be
660 as recognizable as say a
661 &lt;a href=&quot;https://en.wikipedia.org/wiki/Puneri_Pagadi&quot;&gt;Puneri
662 Pagdi&lt;/a&gt; so there is need to inject local objects, words wherever
663 possible. Especially for word-games there are so many hindi words
664 which have become part of english vocabulary (for instance in
665 parley), those could be made into a hinglish collection or
666 something but that is something for upstream to do.&lt;/li&gt;
667
668 &lt;/ol&gt;
669 </description>
670 </item>
671
672 <item>
673 <title>First Jessie based Debian Edu released (alpha0)</title>
674 <link>http://people.skolelinux.org/pere/blog/First_Jessie_based_Debian_Edu_released__alpha0_.html</link>
675 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Jessie_based_Debian_Edu_released__alpha0_.html</guid>
676 <pubDate>Mon, 27 Oct 2014 20:40:00 +0100</pubDate>
677 <description>&lt;p&gt;I am happy to report that I on behalf of the Debian Edu team just
678 sent out
679 &lt;a href=&quot;https://lists.debian.org/debian-edu-announce/2014/10/msg00000.html&quot;&gt;this
680 announcement&lt;/a&gt;:&lt;/p&gt;
681
682 &lt;pre&gt;
683 The Debian Edu Team is pleased to announce the release of Debian Edu
684 Jessie 8.0+edu0~alpha0
685
686 Debian Edu is a complete operating system for schools. Through its
687 various installation profiles you can install servers, workstations
688 and laptops which will work together on the school network. With
689 Debian Edu, the teachers themselves or their technical support can
690 roll out a complete multi-user multi-machine study environment within
691 hours or a few days. Debian Edu comes with hundreds of applications
692 pre-installed, but you can always add more packages from Debian.
693
694 For those who want to give Debian Edu Jessie a try, download and
695 installation instructions are available, including detailed
696 instructions in the manual[1] explaining the first steps, such as
697 setting up a network or adding users. Please note that the password
698 for the user your prompted for during installation must have a length
699 of at least 5 characters!
700
701 [1] &amp;lt;URL: &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Jessie&quot;&gt;https://wiki.debian.org/DebianEdu/Documentation/Jessie&lt;/a&gt; &amp;gt;
702
703 Would you like to give your school&#39;s computer a longer life? Are you
704 tired of sneaker administration, running from computer to computer
705 reinstalling the operating system? Would you like to administrate all
706 the computers in your school using only a couple of hours every week?
707 Check out Debian Edu Jessie!
708
709 Skolelinux is used by at least two hundred schools all over the world,
710 mostly in Germany and Norway.
711
712 About Debian Edu and Skolelinux
713 ===============================
714
715 Debian Edu, also known as Skolelinux[2], is a Linux distribution based
716 on Debian providing an out-of-the box environment of a completely
717 configured school network. Immediately after installation a school
718 server running all services needed for a school network is set up just
719 waiting for users and machines being added via GOsa², a comfortable
720 Web-UI. A netbooting environment is prepared using PXE, so after
721 initial installation of the main server from CD or USB stick all other
722 machines can be installed via the network. The provided school server
723 provides LDAP database and Kerberos authentication service,
724 centralized home directories, DHCP server, web proxy and many other
725 services. The desktop contains more than 60 educational software
726 packages[3] and more are available from the Debian archive, and
727 schools can choose between KDE, Gnome, LXDE, Xfce and MATE desktop
728 environment.
729
730 [2] &amp;lt;URL: &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;http://www.skolelinux.org/&lt;/a&gt; &amp;gt;
731 [3] &amp;lt;URL: &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&lt;/a&gt; &amp;gt;
732
733 Full release notes and manual
734 =============================
735
736 Below the download URLs there is a list of some of the new features
737 and bugfixes of Debian Edu 8.0+edu0~alpha0 Codename Jessie. The full
738 list is part of the manual. (See the feature list in the manual[4] for
739 the English version.) For some languages manual translations are
740 available, see the manual translation overview[5].
741
742 [4] &amp;lt;URL: &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Jessie/Features&quot;&gt;https://wiki.debian.org/DebianEdu/Documentation/Jessie/Features&lt;/a&gt; &amp;gt;
743 [5] &amp;lt;URL: &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/&quot;&gt;http://maintainer.skolelinux.org/debian-edu-doc/&lt;/a&gt; &amp;gt;
744
745 Where to get it
746 ---------------
747
748 To download the multiarch netinstall CD release (624 MiB) you can use
749
750 * &lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso&lt;/a&gt;
751 * &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso&lt;/a&gt;
752 * rsync -avzP ftp.skolelinux.org::skolelinux-cd/debian-edu-8.0+edu0~alpha0-CD.iso .
753
754 The SHA1SUM of this image is: 361188818e036ce67280a572f757de82ebfeb095
755
756 New features for Debian Edu 8.0+edu0~alpha0 Codename Jessie released 2014-10-27
757 ===============================================================================
758
759
760 Installation changes
761 --------------------
762
763 * PXE installation now installs firmware automatically for the hardware present.
764
765 Software updates
766 ----------------
767
768 Everything which is new in Debian Jessie 8.0, eg:
769
770 * Linux kernel 3.16.x
771 * Desktop environments KDE &quot;Plasma&quot; 4.11.12, GNOME 3.14, Xfce 4.10,
772 LXDE 0.5.6 and MATE 1.8 (KDE &quot;Plasma&quot; is installed by default; to
773 choose one of the others see manual.)
774 * the browsers Iceweasel 31 ESR and Chromium 38
775 * !LibreOffice 4.3.3
776 * GOsa 2.7.4
777 * LTSP 5.5.4
778 * CUPS print system 1.7.5
779 * new boot framework: systemd
780 * Educational toolbox GCompris 14.07
781 * Music creator Rosegarden 14.02
782 * Image editor Gimp 2.8.14
783 * Virtual stargazer Stellarium 0.13.0
784 * golearn 0.9
785 * tuxpaint 0.9.22
786 * New version of debian-installer from Debian Jessie.
787 * Debian Jessie includes about 42000 packages available for
788 installation.
789 * More information about Debian Jessie 8.0 is provided in the release
790 notes[6] and the installation manual[7].
791
792 [6] &amp;lt;URL: &lt;a href=&quot;http://www.debian.org/releases/jessie/releasenotes&quot;&gt;http://www.debian.org/releases/jessie/releasenotes&lt;/a&gt; &amp;gt;
793 [7] &amp;lt;URL: &lt;a href=&quot;http://www.debian.org/releases/jessie/installmanual&quot;&gt;http://www.debian.org/releases/jessie/installmanual&lt;/a&gt; &amp;gt;
794
795 Fixed bugs
796 ----------
797
798 * Inserting incorrect DNS information in Gosa will no longer break
799 DNS completely, but instead stop DNS updates until the incorrect
800 information is corrected (Debian bug #710362)
801 * and many others.
802
803 Documentation and translation updates
804 -------------------------------------
805
806 * The Debian Edu Jessie Manual is fully translated to German, French,
807 Italian, Danish and Dutch. Partly translated versions exist for
808 Norwegian Bokmal and Spanish.
809
810 Other changes
811 -------------
812
813 * Due to new Squid settings, powering off or rebooting the main
814 server takes more time.
815 * To manage printers localhost:631 has to be used, currently www:631
816 doesn&#39;t work.
817
818 Regressions / known problems
819 ----------------------------
820
821 * Installing LTSP chroot fails with a bug related to eatmydata about
822 exim4-config failing to run its postinst (see Debian bug #765694
823 and Debian bug #762103).
824 * Munin collection is not properly configured on clients (Debian bug
825 #764594). The fix is available in a newer version of munin-node.
826 * PXE setup for Main Server and Thin Client Server setup does not
827 work when installing on a machine without direct Internet access.
828 Will be fixed when Debian bug #766960 is fixed in Jessie.
829
830 See the status page[8] for the complete list.
831
832 [8] &amp;lt;URL: &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Status/Jessie&quot;&gt;https://wiki.debian.org/DebianEdu/Status/Jessie&lt;/a&gt; &amp;gt;
833
834 How to report bugs
835 ------------------
836
837 &amp;lt;URL: &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt; &amp;gt;
838
839 About Debian
840 ============
841
842 The Debian Project was founded in 1993 by Ian Murdock to be a truly
843 free community project. Since then the project has grown to be one of
844 the largest and most influential open source projects. Thousands of
845 volunteers from all over the world work together to create and
846 maintain Debian software. Available in 70 languages, and supporting a
847 huge range of computer types, Debian calls itself the universal
848 operating system.
849
850 Contact Information
851 For further information, please visit the Debian web pages[9] or send
852 mail to press@debian.org.
853
854 [9] &amp;lt;URL: &lt;a href=&quot;http://www.debian.org/&quot;&gt;http://www.debian.org/&lt;/a&gt; &amp;gt;
855 &lt;/pre&gt;
856 </description>
857 </item>
858
859 <item>
860 <title>How to test Debian Edu Jessie despite some fatal problems with the installer</title>
861 <link>http://people.skolelinux.org/pere/blog/How_to_test_Debian_Edu_Jessie_despite_some_fatal_problems_with_the_installer.html</link>
862 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_test_Debian_Edu_Jessie_despite_some_fatal_problems_with_the_installer.html</guid>
863 <pubDate>Fri, 26 Sep 2014 12:20:00 +0200</pubDate>
864 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
865 project&lt;/a&gt; provide a Linux solution for schools, including a
866 powerful desktop with education software, a central server providing
867 web pages, user database, user home directories, central login and PXE
868 boot of both clients without disk and the installation to install Debian
869 Edu on machines with disk (and a few other services perhaps to small
870 to mention here). We in the Debian Edu team are currently working on
871 the Jessie based version, trying to get everything in shape before the
872 freeze, to avoid having to maintain our own package repository in the
873 future. The
874 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Status/Jessie&quot;&gt;current
875 status&lt;/a&gt; can be seen on the Debian wiki, and there is still heaps of
876 work left. Some fatal problems block testing, breaking the installer,
877 but it is possible to work around these to get anyway. Here is a
878 recipe on how to get the installation limping along.&lt;/p&gt;
879
880 &lt;p&gt;First, download the test ISO via
881 &lt;a href=&quot;ftp://ftp.skolelinux.no/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso&quot;&gt;ftp&lt;/a&gt;,
882 &lt;a href=&quot;http://ftp.skolelinux.no/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso&quot;&gt;http&lt;/a&gt;
883 or rsync (use
884 ftp.skolelinux.org::cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso).
885 The ISO build was broken on Tuesday, so we do not get a new ISO every
886 12 hours or so, but thankfully the ISO we already got we are able to
887 install with some tweaking.&lt;/p&gt;
888
889 &lt;p&gt;When you get to the Debian Edu profile question, go to tty2
890 (use Alt-Ctrl-F2), run&lt;/p&gt;
891
892 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
893 nano /usr/bin/edu-eatmydata-install
894 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
895
896 &lt;p&gt;and add &#39;exit 0&#39; as the second line, disabling the eatmydata
897 optimization. Return to the installation, select the profile you want
898 and continue. Without this change, exim4-config will fail to install
899 due to a known bug in eatmydata.&lt;/p&gt;
900
901 &lt;p&gt;When you get the grub question at the end, answer /dev/sda (or if
902 this do not work, figure out what your correct value would be. All my
903 test machines need /dev/sda, so I have no advice if it do not fit
904 your need.&lt;/p&gt;
905
906 &lt;p&gt;If you installed a profile including a graphical desktop, log in as
907 root after the initial boot from hard drive, and install the
908 education-desktop-XXX metapackage. XXX can be kde, gnome, lxde, xfce
909 or mate. If you want several desktop options, install more than one
910 metapackage. Once this is done, reboot and you should have a working
911 graphical login screen. This workaround should no longer be needed
912 once the education-tasks package version 1.801 enter testing in two
913 days.&lt;/p&gt;
914
915 &lt;p&gt;I believe the ISO build will start working on two days when the new
916 tasksel package enter testing and Steve McIntyre get a chance to
917 update the debian-cd git repository. The eatmydata, grub and desktop
918 issues are already fixed in unstable and testing, and should show up
919 on the ISO as soon as the ISO build start working again. Well the
920 eatmydata optimization is really just disabled. The proper fix
921 require an upload by the eatmydata maintainer applying the patch
922 provided in bug &lt;a href=&quot;https://bugs.debian.org/702711&quot;&gt;#702711&lt;/a&gt;.
923 The rest have proper fixes in unstable.&lt;/p&gt;
924
925 &lt;p&gt;I hope this get you going with the installation testing, as we are
926 quickly running out of time trying to get our Jessie based
927 installation ready before the distribution freeze in a month.&lt;/p&gt;
928 </description>
929 </item>
930
931 <item>
932 <title>Speeding up the Debian installer using eatmydata and dpkg-divert</title>
933 <link>http://people.skolelinux.org/pere/blog/Speeding_up_the_Debian_installer_using_eatmydata_and_dpkg_divert.html</link>
934 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Speeding_up_the_Debian_installer_using_eatmydata_and_dpkg_divert.html</guid>
935 <pubDate>Tue, 16 Sep 2014 14:00:00 +0200</pubDate>
936 <description>&lt;p&gt;The &lt;a href=&quot;https://www.debian.org/&quot;&gt;Debian&lt;/a&gt; installer could be
937 a lot quicker. When we install more than 2000 packages in
938 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt; using
939 tasksel in the installer, unpacking the binary packages take forever.
940 A part of the slow I/O issue was discussed in
941 &lt;a href=&quot;https://bugs.debian.org/613428&quot;&gt;bug #613428&lt;/a&gt; about too
942 much file system sync-ing done by dpkg, which is the package
943 responsible for unpacking the binary packages. Other parts (like code
944 executed by postinst scripts) might also sync to disk during
945 installation. All this sync-ing to disk do not really make sense to
946 me. If the machine crash half-way through, I start over, I do not try
947 to salvage the half installed system. So the failure sync-ing is
948 supposed to protect against, hardware or system crash, is not really
949 relevant while the installer is running.&lt;/p&gt;
950
951 &lt;p&gt;A few days ago, I thought of a way to get rid of all the file
952 system sync()-ing in a fairly non-intrusive way, without the need to
953 change the code in several packages. The idea is not new, but I have
954 not heard anyone propose the approach using dpkg-divert before. It
955 depend on the small and clever package
956 &lt;a href=&quot;https://packages.qa.debian.org/eatmydata&quot;&gt;eatmydata&lt;/a&gt;, which
957 uses LD_PRELOAD to replace the system functions for syncing data to
958 disk with functions doing nothing, thus allowing programs to live
959 dangerous while speeding up disk I/O significantly. Instead of
960 modifying the implementation of dpkg, apt and tasksel (which are the
961 packages responsible for selecting, fetching and installing packages),
962 it occurred to me that we could just divert the programs away, replace
963 them with a simple shell wrapper calling
964 &quot;eatmydata&amp;nbsp;$program&amp;nbsp;$@&quot;, to get the same effect.
965 Two days ago I decided to test the idea, and wrapped up a simple
966 implementation for the Debian Edu udeb.&lt;/p&gt;
967
968 &lt;p&gt;The effect was stunning. In my first test it reduced the running
969 time of the pkgsel step (installing tasks) from 64 to less than 44
970 minutes (20 minutes shaved off the installation) on an old Dell
971 Latitude D505 machine. I am not quite sure what the optimised time
972 would have been, as I messed up the testing a bit, causing the debconf
973 priority to get low enough for two questions to pop up during
974 installation. As soon as I saw the questions I moved the installation
975 along, but do not know how long the question were holding up the
976 installation. I did some more measurements using Debian Edu Jessie,
977 and got these results. The time measured is the time stamp in
978 /var/log/syslog between the &quot;pkgsel: starting tasksel&quot; and the
979 &quot;pkgsel: finishing up&quot; lines, if you want to do the same measurement
980 yourself. In Debian Edu, the tasksel dialog do not show up, and the
981 timing thus do not depend on how quickly the user handle the tasksel
982 dialog.&lt;/p&gt;
983
984 &lt;p&gt;&lt;table&gt;
985
986 &lt;tr&gt;
987 &lt;th&gt;Machine/setup&lt;/th&gt;
988 &lt;th&gt;Original tasksel&lt;/th&gt;
989 &lt;th&gt;Optimised tasksel&lt;/th&gt;
990 &lt;th&gt;Reduction&lt;/th&gt;
991 &lt;/tr&gt;
992
993 &lt;tr&gt;
994 &lt;td&gt;Latitude D505 Main+LTSP LXDE&lt;/td&gt;
995 &lt;td&gt;64 min (07:46-08:50)&lt;/td&gt;
996 &lt;td&gt;&lt;44 min (11:27-12:11)&lt;/td&gt;
997 &lt;td&gt;&gt;20 min 18%&lt;/td&gt;
998 &lt;/tr&gt;
999
1000 &lt;tr&gt;
1001 &lt;td&gt;Latitude D505 Roaming LXDE&lt;/td&gt;
1002 &lt;td&gt;57 min (08:48-09:45)&lt;/td&gt;
1003 &lt;td&gt;34 min (07:43-08:17)&lt;/td&gt;
1004 &lt;td&gt;23 min 40%&lt;/td&gt;
1005 &lt;/tr&gt;
1006
1007 &lt;tr&gt;
1008 &lt;td&gt;Latitude D505 Minimal&lt;/td&gt;
1009 &lt;td&gt;22 min (10:37-10:59)&lt;/td&gt;
1010 &lt;td&gt;11 min (11:16-11:27)&lt;/td&gt;
1011 &lt;td&gt;11 min 50%&lt;/td&gt;
1012 &lt;/tr&gt;
1013
1014 &lt;tr&gt;
1015 &lt;td&gt;Thinkpad X200 Minimal&lt;/td&gt;
1016 &lt;td&gt;6 min (08:19-08:25)&lt;/td&gt;
1017 &lt;td&gt;4 min (08:04-08:08)&lt;/td&gt;
1018 &lt;td&gt;2 min 33%&lt;/td&gt;
1019 &lt;/tr&gt;
1020
1021 &lt;tr&gt;
1022 &lt;td&gt;Thinkpad X200 Roaming KDE&lt;/td&gt;
1023 &lt;td&gt;19 min (09:21-09:40)&lt;/td&gt;
1024 &lt;td&gt;15 min (10:25-10:40)&lt;/td&gt;
1025 &lt;td&gt;4 min 21%&lt;/td&gt;
1026 &lt;/tr&gt;
1027
1028 &lt;/table&gt;&lt;/p&gt;
1029
1030 &lt;p&gt;The test is done using a netinst ISO on a USB stick, so some of the
1031 time is spent downloading packages. The connection to the Internet
1032 was 100Mbit/s during testing, so downloading should not be a
1033 significant factor in the measurement. Download typically took a few
1034 seconds to a few minutes, depending on the amount of packages being
1035 installed.&lt;/p&gt;
1036
1037 &lt;p&gt;The speedup is implemented by using two hooks in
1038 &lt;a href=&quot;https://www.debian.org/devel/debian-installer/&quot;&gt;Debian
1039 Installer&lt;/a&gt;, the pre-pkgsel.d hook to set up the diverts, and the
1040 finish-install.d hook to remove the divert at the end of the
1041 installation. I picked the pre-pkgsel.d hook instead of the
1042 post-base-installer.d hook because I test using an ISO without the
1043 eatmydata package included, and the post-base-installer.d hook in
1044 Debian Edu can only operate on packages included in the ISO. The
1045 negative effect of this is that I am unable to activate this
1046 optimization for the kernel installation step in d-i. If the code is
1047 moved to the post-base-installer.d hook, the speedup would be larger
1048 for the entire installation.&lt;/p&gt;
1049
1050 &lt;p&gt;I&#39;ve implemented this in the
1051 &lt;a href=&quot;https://packages.qa.debian.org/debian-edu-install&quot;&gt;debian-edu-install&lt;/a&gt;
1052 git repository, and plan to provide the optimization as part of the
1053 Debian Edu installation. If you want to test this yourself, you can
1054 create two files in the installer (or in an udeb). One shell script
1055 need do go into /usr/lib/pre-pkgsel.d/, with content like this:&lt;/p&gt;
1056
1057 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
1058 #!/bin/sh
1059 set -e
1060 . /usr/share/debconf/confmodule
1061 info() {
1062 logger -t my-pkgsel &quot;info: $*&quot;
1063 }
1064 error() {
1065 logger -t my-pkgsel &quot;error: $*&quot;
1066 }
1067 override_install() {
1068 apt-install eatmydata || true
1069 if [ -x /target/usr/bin/eatmydata ] ; then
1070 for bin in dpkg apt-get aptitude tasksel ; do
1071 file=/usr/bin/$bin
1072 # Test that the file exist and have not been diverted already.
1073 if [ -f /target$file ] ; then
1074 info &quot;diverting $file using eatmydata&quot;
1075 printf &quot;#!/bin/sh\neatmydata $bin.distrib \&quot;\$@\&quot;\n&quot; \
1076 &gt; /target$file.edu
1077 chmod 755 /target$file.edu
1078 in-target dpkg-divert --package debian-edu-config \
1079 --rename --quiet --add $file
1080 ln -sf ./$bin.edu /target$file
1081 else
1082 error &quot;unable to divert $file, as it is missing.&quot;
1083 fi
1084 done
1085 else
1086 error &quot;unable to find /usr/bin/eatmydata after installing the eatmydata pacage&quot;
1087 fi
1088 }
1089
1090 override_install
1091 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
1092
1093 &lt;p&gt;To clean up, another shell script should go into
1094 /usr/lib/finish-install.d/ with code like this:
1095
1096 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
1097 #! /bin/sh -e
1098 . /usr/share/debconf/confmodule
1099 error() {
1100 logger -t my-finish-install &quot;error: $@&quot;
1101 }
1102 remove_install_override() {
1103 for bin in dpkg apt-get aptitude tasksel ; do
1104 file=/usr/bin/$bin
1105 if [ -x /target$file.edu ] ; then
1106 rm /target$file
1107 in-target dpkg-divert --package debian-edu-config \
1108 --rename --quiet --remove $file
1109 rm /target$file.edu
1110 else
1111 error &quot;Missing divert for $file.&quot;
1112 fi
1113 done
1114 sync # Flush file buffers before continuing
1115 }
1116
1117 remove_install_override
1118 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
1119
1120 &lt;p&gt;In Debian Edu, I placed both code fragments in a separate script
1121 edu-eatmydata-install and call it from the pre-pkgsel.d and
1122 finish-install.d scripts.&lt;/p&gt;
1123
1124 &lt;p&gt;By now you might ask if this change should get into the normal
1125 Debian installer too? I suspect it should, but am not sure the
1126 current debian-installer coordinators find it useful enough. It also
1127 depend on the side effects of the change. I&#39;m not aware of any, but I
1128 guess we will see if the change is safe after some more testing.
1129 Perhaps there is some package in Debian depending on sync() and
1130 fsync() having effect? Perhaps it should go into its own udeb, to
1131 allow those of us wanting to enable it to do so without affecting
1132 everyone.&lt;/p&gt;
1133
1134 &lt;p&gt;Update 2014-09-24: Since a few days ago, enabling this optimization
1135 will break installation of all programs using gnutls because of
1136 &lt;a href=&quot;https://bugs.debian.org/702711&quot;&gt;bug #702711&lt;/a&gt;. An updated
1137 eatmydata package in Debian will solve it.&lt;/p&gt;
1138
1139 &lt;p&gt;Update 2014-10-17: The bug mentioned above is fixed in testing and
1140 the optimization work again. And I have discovered that the
1141 dpkg-divert trick is not really needed and implemented a slightly
1142 simpler approach as part of the debian-edu-install package. See
1143 tools/edu-eatmydata-install in the source package.&lt;/p&gt;
1144
1145 &lt;p&gt;Update 2014-11-11: Unfortunately, a new
1146 &lt;a href=&quot;http://bugs.debian.org/765738&quot;&gt;bug #765738&lt;/a&gt; in eatmydata only
1147 triggering on i386 made it into testing, and broke this installation
1148 optimization again. If &lt;a href=&quot;http://bugs.debian.org/768893&quot;&gt;unblock
1149 request 768893&lt;/a&gt; is accepted, it should be working again.&lt;/p&gt;
1150 </description>
1151 </item>
1152
1153 <item>
1154 <title>Debian Edu interview: Bernd Zeitzen</title>
1155 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Bernd_Zeitzen.html</link>
1156 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Bernd_Zeitzen.html</guid>
1157 <pubDate>Thu, 31 Jul 2014 08:30:00 +0200</pubDate>
1158 <description>&lt;p&gt;The complete and free “out of the box” software solution for
1159 schools, &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
1160 Skolelinux&lt;/a&gt;, is used quite a lot in Germany, and one of the people
1161 involved is Bernd Zeitzen, who show up on the project mailing lists
1162 from time to time with interesting questions and tips on how to adjust
1163 the setup. I managed to interview him this summer.&lt;/p&gt;
1164
1165 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1166
1167 &lt;p&gt;My name is Bernd Zeitzen and I&#39;m married with Hedda, a self
1168 employed physiotherapist. My former profession is tool maker, but I
1169 haven&#39;t worked for 30 years in this job. 30 years ago I started to
1170 support my wife and become her officeworker and a few years later the
1171 administrator for a small computer network, today based on Ubuntu
1172 Server (Samba, OpenVPN). For her daily work she has to use Windows
1173 Desktops because the software she needs to organize her business only
1174 works with Windows . :-(&lt;/p&gt;
1175
1176 &lt;p&gt;In 1988 we started with one PC and DOS, then I learned to use
1177 Windows 98, 2000, XP, …, 8, Ubuntu, MacOSX. Today we are running a
1178 Linux server with 6 Windows clients and 10 persons (teacher of
1179 children with special needs, speech therapist, occupational therapist,
1180 psychologist and officeworkers) using our Samba shares via OpenVPN to
1181 work with the documentations of our patients.&lt;/p&gt;
1182
1183 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1184 project?&lt;/strong&gt;&lt;/p&gt;
1185
1186 &lt;p&gt;Two years ago a friend of mine asked me, if I want to get a job in
1187 his school (&lt;a href=&quot;http://www.gymnasium-harsewinkel.de/&quot;&gt;Gymnasium
1188 Harsewinkel&lt;/a&gt;). They started with Skolelinux / Debian Edu and they
1189 were looking for people to give support to the teachers using the
1190 software and the network and teaching the pupils increasing their
1191 computer skills in optional lessons. I&#39;m spending 4-6 hours a week
1192 with this job.&lt;/p&gt;
1193
1194 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
1195 Edu?&lt;/strong&gt;&lt;/p&gt;
1196
1197 &lt;p&gt;The independence.&lt;/p&gt;
1198
1199 &lt;p&gt;First: Every person is allowed to use, share and develop the
1200 software. Even if you are poor, you are allowed to use the software
1201 included in Skolelinux/Debian Edu and all the other Free Software.&lt;/p&gt;
1202
1203 &lt;p&gt;Second: The software runs on old machines and this gives us the
1204 possibility to recycle computers, weeded out from offices. The
1205 servers and desktops are running for more than two years and they are
1206 working reliable. &lt;/p&gt;
1207
1208 &lt;p&gt;We have two servers (one tjener and one terminal server), 45
1209 workstations in three classrooms and seven laptops as a mobile
1210 solution for all classrooms. These machines are all booting from the
1211 terminal server. In the moment we are installing 30 laptops as mobile
1212 workstations. Then the pupils have the possibility to work with these
1213 machines in their classrooms. Internet access is realized by a WLAN
1214 router, connected to the schools network. This is all done without a
1215 dedicated system administrator or a computer science teacher.&lt;/p&gt;
1216
1217 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1218 Edu?&lt;/strong&gt;&lt;/p&gt;
1219
1220 &lt;p&gt;Teachers and pupils are Windows users. &amp;lt;Irony on&amp;gt; And Linux
1221 isn&#39;t cool. It&#39;s software for freaks using the command line. &amp;lt;Irony
1222 off&amp;gt; They don&#39;t realize the stability of the system. &lt;/p&gt;
1223
1224 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1225
1226 &lt;p&gt;Firefox, Thunderbird, LibreOffice, Ubuntu Server 12.04 (Samba,
1227 Apache, MySQL, Joomla!, … and Skolelinux / Debian Edu)&lt;/p&gt;
1228
1229 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1230 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1231
1232 &lt;p&gt;In Germany we have the situation: every school is free to decide
1233 which software they want to use. This decision is influenced by
1234 teachers who learned to use Windows and MS Office. They buy a PC with
1235 Windows preinstalled and an additional testing version of MS
1236 Office. They don&#39;t know about the possibility to use Free Software
1237 instead. Another problem are the publisher of school books. They
1238 develop their software, added to the school books, for Windows.&lt;/p&gt;
1239 </description>
1240 </item>
1241
1242 <item>
1243 <title>From English wiki to translated PDF and epub via Docbook</title>
1244 <link>http://people.skolelinux.org/pere/blog/From_English_wiki_to_translated_PDF_and_epub_via_Docbook.html</link>
1245 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/From_English_wiki_to_translated_PDF_and_epub_via_Docbook.html</guid>
1246 <pubDate>Tue, 17 Jun 2014 11:30:00 +0200</pubDate>
1247 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
1248 project&lt;/a&gt; provide an instruction manual for teachers, system
1249 administrators and other users that contain useful tips for setting up
1250 and maintaining a Debian Edu installation. This text is about how the
1251 text processing of this manual is handled in the project.&lt;/p&gt;
1252
1253 &lt;p&gt;One goal of the project is to provide information in the native
1254 language of its users, and for this we need to handle translations.
1255 But we also want to make sure each language contain the same
1256 information, so for this we need a good way to keep the translations
1257 in sync. And we want it to be easy for our users to improve the
1258 documentation, avoiding the need to learn special formats or tools to
1259 contribute, and the obvious way to do this is to make it possible to
1260 edit the documentation using a web browser. We also want it to be
1261 easy for translators to keep the translation up to date, and give them
1262 help in figuring out what need to be translated. Here is the list of
1263 tools and the process we have found trying to reach all these
1264 goals.&lt;/p&gt;
1265
1266 &lt;p&gt;We maintain the authoritative source of our manual in the
1267 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/&quot;&gt;Debian
1268 wiki&lt;/a&gt;, as several wiki pages written in English. It consist of one
1269 front page with references to the different chapters, several pages
1270 for each chapter, and finally one &quot;collection page&quot; gluing all the
1271 chapters together into one large web page (aka
1272 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/AllInOne&quot;&gt;the
1273 AllInOne page&lt;/a&gt;). The AllInOne page is the one used for further
1274 processing and translations. Thanks to the fact that the
1275 &lt;a href=&quot;http://moinmo.in/&quot;&gt;MoinMoin&lt;/a&gt; installation on
1276 wiki.debian.org support exporting pages in
1277 &lt;a href=&quot;http://www.docbook.org/&quot;&gt;the Docbook format&lt;/a&gt;, we can fetch
1278 the list of pages to export using the raw version of the AllInOne
1279 page, loop over each of them to generate a Docbook XML version of the
1280 manual. This process also download images and transform image
1281 references to use the locally downloaded images. The generated
1282 Docbook XML files are slightly broken, so some post-processing is done
1283 using the &lt;tt&gt;documentation/scripts/get_manual&lt;/tt&gt; program, and the
1284 result is a nice Docbook XML file (debian-edu-wheezy-manual.xml) and
1285 a handfull of images. The XML file can now be used to generate PDF, HTML
1286 and epub versions of the English manual. This is the basic step of
1287 our process, making PDF (using dblatex), HTML (using xsltproc) and
1288 epub (using dbtoepub) version from Docbook XML, and the resulting files
1289 are placed in the debian-edu-doc-en binary package.&lt;/p&gt;
1290
1291 &lt;p&gt;But English documentation is not enough for us. We want translated
1292 documentation too, and we want to make it easy for translators to
1293 track the English original. For this we use the
1294 &lt;a href=&quot;http://packages.qa.debian.org/p/poxml.html&quot;&gt;poxml&lt;/a&gt; package,
1295 which allow us to transform the English Docbook XML file into a
1296 translation file (a .pot file), usable with the normal gettext based
1297 translation tools used by those translating free software. The pot
1298 file is used to create and maintain translation files (several .po
1299 files), which the translations update with the native language
1300 translations of all titles, paragraphs and blocks of text in the
1301 original. The next step is combining the original English Docbook XML
1302 and the translation file (say debian-edu-wheezy-manual.nb.po), to
1303 create a translated Docbook XML file (in this case
1304 debian-edu-wheezy-manual.nb.xml). This translated (or partly
1305 translated, if the translation is not complete) Docbook XML file can
1306 then be used like the original to create a PDF, HTML and epub version
1307 of the documentation.&lt;/p&gt;
1308
1309 &lt;p&gt;The translators use different tools to edit the .po files. We
1310 recommend using
1311 &lt;a href=&quot;http://www.kde.org/applications/development/lokalize/&quot;&gt;lokalize&lt;/a&gt;,
1312 while some use emacs and vi, others can use web based editors like
1313 &lt;a href=&quot;http://pootle.translatehouse.org/&quot;&gt;Poodle&lt;/a&gt; or
1314 &lt;a href=&quot;https://www.transifex.com/&quot;&gt;Transifex&lt;/a&gt;. All we care about
1315 is where the .po file end up, in our git repository. Updated
1316 translations can either be committed directly to git, or submitted as
1317 &lt;a href=&quot;https://bugs.debian.org/src:debian-edu-doc&quot;&gt;bug reports
1318 against the debian-edu-doc package&lt;/a&gt;.&lt;/p&gt;
1319
1320 &lt;p&gt;One challenge is images, which both might need to be translated (if
1321 they show translated user applications), and are needed in different
1322 formats when creating PDF and HTML versions (epub is a HTML version in
1323 this regard). For this we transform the original PNG images to the
1324 needed density and format during build, and have a way to provide
1325 translated images by storing translated versions in
1326 images/$LANGUAGECODE/. I am a bit unsure about the details here. The
1327 package maintainers know more.&lt;/p&gt;
1328
1329 &lt;p&gt;If you wonder what the result look like, we provide
1330 &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/&quot;&gt;the content
1331 of the documentation packages on the web&lt;/a&gt;. See for example the
1332 &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/it/debian-edu-wheezy-manual.pdf&quot;&gt;Italian
1333 PDF version&lt;/a&gt; or the
1334 &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/de/debian-edu-wheezy-manual.html&quot;&gt;German
1335 HTML version&lt;/a&gt;. We do not yet build the epub version by default,
1336 but perhaps it will be done in the future.&lt;/p&gt;
1337
1338 &lt;p&gt;To learn more, check out
1339 &lt;a href=&quot;http://packages.qa.debian.org/d/debian-edu-doc.html&quot;&gt;the
1340 debian-edu-doc package&lt;/a&gt;,
1341 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/&quot;&gt;the
1342 manual on the wiki&lt;/a&gt; and
1343 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/Translations&quot;&gt;the
1344 translation instructions&lt;/a&gt; in the manual.&lt;/p&gt;
1345 </description>
1346 </item>
1347
1348 <item>
1349 <title>Debian Edu interview: Roger Marsal</title>
1350 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Roger_Marsal.html</link>
1351 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Roger_Marsal.html</guid>
1352 <pubDate>Sun, 30 Mar 2014 11:40:00 +0200</pubDate>
1353 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
1354 keep gaining new users. Some weeks ago, a person showed up on IRC,
1355 &lt;a href=&quot;irc://irc.debian.org/#debian-edu&quot;&gt;#debian-edu&lt;/a&gt;, with a
1356 wish to contribute, and I managed to get a interview with this great
1357 contributor Roger Marsal to learn more about his background.&lt;/p&gt;
1358
1359 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1360
1361 &lt;p&gt;My name is Roger Marsal, I&#39;m 27 years old (1986 generation) and I
1362 live in Barcelona, Spain. I&#39;ve got a strong business background and I
1363 work as a patrimony manager and as a real estate agent. Additionally,
1364 I&#39;ve co-founded a British based tech company that is nowadays on the
1365 last development phase of a new social networking concept.&lt;/p&gt;
1366
1367 &lt;p&gt;I&#39;m a Linux enthusiast that started its journey with Ubuntu four years
1368 ago and have recently switched to Debian seeking rock solid stability
1369 and as a necessary step to gain expertise.&lt;/p&gt;
1370
1371 &lt;p&gt;In a nutshell, I spend my days working and learning as much as I
1372 can to face both my job, entrepreneur project and feed my Linux
1373 hunger.&lt;/p&gt;
1374
1375 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1376 project?&lt;/strong&gt;&lt;/p&gt;
1377
1378 &lt;p&gt;I discovered the &lt;a href=&quot;http://www.ltsp.org/&quot;&gt;LTSP&lt;/a&gt; advantages
1379 with &quot;Ubuntu 12.04 alternate install&quot; and after a year of use I
1380 started looking for an alternative. Even though I highly value and
1381 respect the Ubuntu project, I thought it was necessary for me to
1382 change to a more robust and stable alternative. As far as I was using
1383 Debian on my personal laptop I thought it would be fine to install
1384 Debian and configure an LTSP server myself. Surprised, I discovered
1385 that the Debian project also supported a kind of Edubuntu equivalent,
1386 and after having some pain I obtained a Debian Edu network up and
1387 running. I just loved it.&lt;/p&gt;
1388
1389 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
1390 Edu?&lt;/strong&gt;&lt;/p&gt;
1391
1392 &lt;p&gt;I found a main advantage in that, once you know &quot;the tips and
1393 tricks&quot;, a new installation just works out of the box. It&#39;s the most
1394 complete alternative I&#39;ve found to create an LTSP network. All the
1395 other distributions seems to be made of plastic, Debian Edu seems to
1396 be made of steel.&lt;/p&gt;
1397
1398 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1399 Edu?&lt;/strong&gt;&lt;/p&gt;
1400
1401 &lt;p&gt;I found two main disadvantages.&lt;/p&gt;
1402
1403 &lt;p&gt;I&#39;m not an expert but I&#39;ve got notions and I had to spent a considerable
1404 amount of time trying to bring up a standard network topology. I&#39;m quite
1405 stubborn and I just worked until I did but I&#39;m sure many people with few
1406 resources (not big schools, but academies for example) would have switched
1407 or dropped.&lt;/p&gt;
1408
1409 &lt;p&gt;It&#39;s amazing how such a complex system like Debian Edu has achieved
1410 this out-of-the-box state. Even though tweaking without breaking gets
1411 more difficult, as more factors have to be considered. This can
1412 discourage many people too.&lt;/p&gt;
1413
1414 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1415
1416 &lt;p&gt;I use Debian, Firefox, Okular, Inkscape, LibreOffice and
1417 Virtualbox.&lt;/p&gt;
1418
1419
1420 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1421 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1422
1423 &lt;p&gt;I don&#39;t think there is a need for a particular strategy. The free
1424 attribute in both &quot;freedom&quot; and &quot;no price&quot; meanings is what will
1425 really bring free software to schools. In my experience I can think of
1426 the &lt;a href=&quot;http://www.r-project.org/&quot;&gt;&quot;R&quot; statistical language&lt;/a&gt;; a
1427 few years a ago was an extremely nerd tool for university people.
1428 Today it&#39;s being increasingly used to teach statistics at many
1429 different level of studies. I believe free and open software will
1430 increasingly gain popularity, but I&#39;m sure schools will be one of the
1431 first scenarios where this will happen.&lt;/p&gt;
1432 </description>
1433 </item>
1434
1435 <item>
1436 <title>How to add extra storage servers in Debian Edu / Skolelinux</title>
1437 <link>http://people.skolelinux.org/pere/blog/How_to_add_extra_storage_servers_in_Debian_Edu___Skolelinux.html</link>
1438 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_add_extra_storage_servers_in_Debian_Edu___Skolelinux.html</guid>
1439 <pubDate>Wed, 12 Mar 2014 12:50:00 +0100</pubDate>
1440 <description>&lt;p&gt;On larger sites, it is useful to use a dedicated storage server for
1441 storing user home directories and data. The design for handling this
1442 in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, is
1443 to update the automount rules in LDAP and let the automount daemon on
1444 the clients take care of the rest. I was reminded about the need to
1445 document this better when one of the customers of
1446 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt;, where I am
1447 on the board of directors, asked about how to do this. The steps to
1448 get this working are the following:&lt;/p&gt;
1449
1450 &lt;p&gt;&lt;ol&gt;
1451
1452 &lt;li&gt;Add new storage server in DNS. I use nas-server.intern as the
1453 example host here.&lt;/li&gt;
1454
1455 &lt;li&gt;Add automoun LDAP information about this server in LDAP, to allow
1456 all clients to automatically mount it on reqeust.&lt;/li&gt;
1457
1458 &lt;li&gt;Add the relevant entries in tjener.intern:/etc/fstab, because
1459 tjener.intern do not use automount to avoid mounting loops.&lt;/li&gt;
1460
1461 &lt;/ol&gt;&lt;/p&gt;
1462
1463 &lt;p&gt;DNS entries are added in GOsa², and not described here. Follow the
1464 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/GettingStarted&quot;&gt;instructions
1465 in the manual&lt;/a&gt; (Machine Management with GOsa² in section Getting
1466 started).&lt;/p&gt;
1467
1468 &lt;p&gt;Ensure that the NFS export points on the server are exported to the
1469 relevant subnets or machines:&lt;/p&gt;
1470
1471 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
1472 root@tjener:~# showmount -e nas-server
1473 Export list for nas-server:
1474 /storage 10.0.0.0/8
1475 root@tjener:~#
1476 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
1477
1478 &lt;p&gt;Here everything on the backbone network is granted access to the
1479 /storage export. With NFSv3 it is slightly better to limit it to
1480 netgroup membership or single IP addresses to have some limits on the
1481 NFS access.&lt;/p&gt;
1482
1483 &lt;p&gt;The next step is to update LDAP. This can not be done using GOsa²,
1484 because it lack a module for automount. Instead, use ldapvi and add
1485 the required LDAP objects using an editor.&lt;/p&gt;
1486
1487 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
1488 ldapvi --ldap-conf -ZD &#39;(cn=admin)&#39; -b ou=automount,dc=skole,dc=skolelinux,dc=no
1489 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
1490
1491 &lt;p&gt;When the editor show up, add the following LDAP objects at the
1492 bottom of the document. The &quot;/&amp;&quot; part in the last LDAP object is a
1493 wild card matching everything the nas-server exports, removing the
1494 need to list individual mount points in LDAP.&lt;/p&gt;
1495
1496 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
1497 add cn=nas-server,ou=auto.skole,ou=automount,dc=skole,dc=skolelinux,dc=no
1498 objectClass: automount
1499 cn: nas-server
1500 automountInformation: -fstype=autofs --timeout=60 ldap:ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
1501
1502 add ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
1503 objectClass: top
1504 objectClass: automountMap
1505 ou: auto.nas-server
1506
1507 add cn=/,ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
1508 objectClass: automount
1509 cn: /
1510 automountInformation: -fstype=nfs,tcp,rsize=32768,wsize=32768,rw,intr,hard,nodev,nosuid,noatime nas-server.intern:/&amp;
1511 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
1512
1513 &lt;p&gt;The last step to remember is to mount the relevant mount points in
1514 tjener.intern by adding them to /etc/fstab, creating the mount
1515 directories using mkdir and running &quot;mount -a&quot; to mount them.&lt;/p&gt;
1516
1517 &lt;p&gt;When this is done, your users should be able to access the files on
1518 the storage server directly by just visiting the
1519 /tjener/nas-server/storage/ directory using any application on any
1520 workstation, LTSP client or LTSP server.&lt;/p&gt;
1521 </description>
1522 </item>
1523
1524 <item>
1525 <title>Debian Edu interview: Dominik George</title>
1526 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Dominik_George.html</link>
1527 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Dominik_George.html</guid>
1528 <pubDate>Wed, 25 Dec 2013 13:40:00 +0100</pubDate>
1529 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
1530 project&lt;/a&gt; consist of both newcomers and old timers, and this time I
1531 was able to get an interview with a newcomer in the project who showed
1532 up on the IRC channel a few weeks ago to let us know about his
1533 successful installation of Debian Edu Wheezy in his School. Say hello
1534 to &lt;a href=&quot;https://www.ohloh.net/accounts/Natureshadow&quot;&gt;Dominik
1535 George&lt;/a&gt;.&lt;/p&gt;
1536
1537 &lt;!-- http://www.dominik-george.de/images/foto.jpg --&gt;
1538
1539 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1540
1541 &lt;p&gt;I am a 23 year-old student from Germany who has spent half of his
1542 life with open source. In &quot;real life&quot;, I am, as already mentioned, a
1543 student in the fields of Computer Science, Electrical Engineering,
1544 Information Technologies and Anglistics. Due to my (only partially
1545 voluntary) huge engagement in the open source world, these things are
1546 a bit vacant right now however.&lt;/p&gt;
1547
1548 &lt;p&gt;I also have been working as a project teacher at a Gymasnium
1549 (public school) for various years now. I took up that work some time
1550 around 2005 when still attending that school myself and have continued
1551 it until today. I also had been running the (kind of very advanced)
1552 network of that school together with a team of very interested and
1553 talented students in the age of 11 to 15 years, who took the chance to
1554 learn a lot about open source and networking before I left the school
1555 to help building another school&#39;s informational education concept from
1556 scratch.&lt;/p&gt;
1557
1558 &lt;p&gt;That said, one might see me as a kind of &quot;glue&quot; between school kids
1559 and the elderly of teachers as well as between the open source
1560 ecosystem and the (even more complex) educational ecosystem.&lt;/p&gt;
1561
1562 &lt;p&gt;When I am not busy with open source or education, I like Geocaching
1563 and cycling.&lt;/p&gt;
1564
1565 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1566 project?&lt;/strong&gt;&lt;/p&gt;
1567
1568 &lt;p&gt;I think that happened some time around 2009 when I first attended
1569 &lt;a href=&quot;http://www.froscon.org&quot;&gt;FrOSCon&lt;/a&gt; and visited the project
1570 booth. I think I wasn&#39;t too interested back then because I used to
1571 have an attitude of disliking software that does too much stuff on its
1572 own. Maybe I was too inexperienced to realise the upsides of an
1573 &quot;out-of-the-box&quot; solution ;).&lt;/p&gt;
1574
1575 &lt;p&gt;The first time I actively talked to Skolelinux people was at
1576 &lt;a href=&quot;http://www.openrheinruhr.de&quot;&gt;OpenRheinRuhr&lt;/a&gt; 2011 when the
1577 BiscuIT project, a home-grewn software used by my school for various
1578 really cool things from timetables and class contact lists to lunch
1579 ordering, student ID card printing and project elections first got to
1580 a stage where it could have been published. I asked the Skolelinux
1581 guys running the booth if the project were interested in it and gave a
1582 small demonstration, but there wasn&#39;t any real feedback and the guys
1583 seemed rather uninterested.&lt;/p&gt;
1584
1585 &lt;p&gt;After I left the school where I developed the software, it got
1586 mostly lost, but I am now reimplementing it for my new school. I have
1587 reusability and compatibility in mind, and I hop there will be a new
1588 basis for contributing it to the Skolelinux project ;)!&lt;/p&gt;
1589
1590 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
1591 Edu?&lt;/strong&gt;&lt;/p&gt;
1592
1593 &lt;p&gt;The most important advantage seems to be that it &quot;just
1594 works&quot;. After overcoming some minor (but still very annoying) glitches
1595 in the installer, I got a fully functional, working school network,
1596 without the month-long hassle I experienced when setting all that up
1597 from scratch in earlier years. And above that, it rocked - I didn&#39;t
1598 have any real hardware at hand, because the school was just founded
1599 and has no money whatsoever, so I installed a combined server (main
1600 server, terminal services and workstation) in a VM on my personal
1601 notebook, bridging the LTSP network interface to the ethernet port,
1602 and then PXE-booted the Windows notebooks that were lying around from
1603 it. I could use 8 clients without any performance issues, by using a
1604 tiny little VM on a tiny little notebook. I think that&#39;s enough to say
1605 that it rocks!&lt;/p&gt;
1606
1607 &lt;p&gt;Secondly, there are marketing reasons. Life&#39;s bad, and so no
1608 politician will ever permit a setup described as &quot;Debian, an universal
1609 operating system, with some really cool educational tools&quot; while they
1610 will be jsut fine with &quot;Skolelinux, a single-purpose solution for your
1611 school network&quot;, even if both turn out to be the very same thing (yes,
1612 this is unfair towards the Skolelinux project, and must not be taken
1613 too seriously - you get the idea, anyway).&lt;/p&gt;
1614
1615 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1616 Edu?&lt;/strong&gt;&lt;/p&gt;
1617
1618 &lt;p&gt;I have not been involved with Skolelinux long enough to really
1619 answer this question in a fair way. Thus, please allow me to put it in
1620 other words: &quot;What do you expect from Skolelinux to keep liking it?&quot; I
1621 can list a few points about that:&lt;/p&gt;
1622
1623 &lt;ul&gt;
1624
1625 &lt;li&gt;always strive to get all things integrated into Debian upstream
1626 &lt;li&gt;be open to discussion about changes and the like, even with newcomers
1627 &lt;li&gt;be helpful at being helpful ;)
1628
1629 &lt;/ul&gt;
1630
1631 &lt;p&gt;I&#39;m really sorry I cannot say much more about that :(!&lt;/p&gt;
1632
1633 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1634
1635 &lt;p&gt;First of all, all software I use is free and open. I have abandoned
1636 all non-free software (except for firmware on my darned phone) this
1637 year.&lt;/p&gt;
1638
1639 &lt;p&gt;I run Debian GNU/Linux on all PC systems I use. On that, I mostly
1640 run text tools. I use
1641 &lt;a href=&quot;https://www.mirbsd.org/mksh.htm&quot;&gt;mksh&lt;/a&gt; as shell,
1642 &lt;a href=&quot;https://www.mirbsd.org/jupp.htm&quot;&gt;jupp&lt;/a&gt; as very advanced
1643 text editor (I even got the developer to help me write a script/macro
1644 based full-featured student management software with the two),
1645 &lt;a href=&quot;http://mcabber.com/&quot;&gt;mcabber&lt;/a&gt; for XMPP and
1646 &lt;a href=&quot;http://www.irssi.org/&quot;&gt;irssi&lt;/a&gt; for IRC. For that overly
1647 coloured world called the WWW, I use
1648 &lt;a href=&quot;https://www.mozilla.org/en-US/firefox/new/&quot;&gt;Iceweasel
1649 (Firefox)&lt;/a&gt;. Oh, and &lt;a href=&quot;http://www.mutt.org/&quot;&gt;mutt&lt;/a&gt; for
1650 e-mail.&lt;/p&gt;
1651
1652 &lt;p&gt;However, while I am personally aware of the fact that text tools
1653 are more efficient and powerful than anything else, I also use (or at
1654 least operate) some tools that are suitable to bring open source to
1655 kids. One of these things is &lt;a href=&quot;http://jappix.org/&quot;&gt;Jappix&lt;/a&gt;,
1656 which I already introduced to some kids even before they got aware of
1657 Facebook, making them see for themselves that they do not need
1658 Facebook now ;).&lt;/p&gt;
1659
1660 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1661 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1662
1663 &lt;p&gt;Well, that&#39;s a two-sided thing. One side is what I believe, and one
1664 side is what I have experienced.&lt;/p&gt;
1665
1666 &lt;p&gt;I believe that the right strategy is showing them the benefits. But
1667 that won&#39;t work out as long as the acceptance of free alternatives
1668 grows globally. What I mean is that if all the kids are almost forced
1669 to use Windows, Facebook, Skype, you name it at home, they will not
1670 see why they would want to use alternatives at school. I have seen
1671 students take seat in front of a fully-functional, modern Debian
1672 desktop that could do anything their Windows at home could do, and
1673 they jsut refused to use it because &quot;Linux sucks&quot;. It is something
1674 that makes the council of our city spend around 600000 € to buy
1675 software - not including hardware, mind you - for operating school
1676 networks, and for installing a system that, as has been proved, does
1677 not work. For those of you readers who are good at maths, have you
1678 already found out how many lives could have been saved with that money
1679 if we had instead used it to bring education to parts of the world
1680 that need it? I have, and found it to be nothing less dramatic than
1681 plain criminal.&lt;/p&gt;
1682
1683 &lt;p&gt;That said, the only feasible way appears to be the bottom up
1684 method. We have to bring free software to kids and parents. I have
1685 founded an association named
1686 &lt;a href=&quot;https://www.teckids.org&quot;&gt;Teckids&lt;/a&gt; here in Germany that does
1687 just that. We organise several events for kids and adolescents in the
1688 area of free and open source software, for example the
1689 &lt;a href=&quot;http://kids.froscon.org&quot;&gt;FrogLabs&lt;/a&gt;, which share staff with
1690 Teckids and are the youth programme of
1691 &lt;a href=&quot;http://www.froscon.org&quot;&gt;the Free and Open Source Software
1692 Conference (FrOSCon)&lt;/a&gt;. We do a lot more than most other conferences
1693 - this year, we first offered the FrogLabs as a holiday camp for kids
1694 aged 10 to 16. It was a huge success, with approx. 30 kids taking part
1695 and learning with and about free software through a whole weekend. All
1696 of us had a lot of fun, and the results were really exciting.&lt;/p&gt;
1697
1698 &lt;p&gt;Apart from that, we are preparing a campaign that is supposed to bring
1699 the message of free alternatives to stuff kids use every day to them and
1700 their parents, e.g. the use of Jabber / Jappix instead of Facebook and
1701 Skype. To make that possible, we are planning to get together a team of
1702 clever kids who understand very well what their peers need and can bring
1703 it across to them. So we will have a peer-driven network of adolescents
1704 who teach each other and collect feedback from the community of minors.
1705 We then take that feedback and our own experience to work closely with
1706 open source projects, such as Skolelinux or Jappix, at improving their
1707 software in a way that makes it more and more attractive for the target
1708 group. At least I hope that we will have good cooperation with
1709 Skolelinux in the future ;)!&lt;/p&gt;
1710
1711 &lt;p&gt;So in conclusion, what I believe is that, if it weren&#39;t for the world
1712 being so bad, it should be very clear to the political decision makers
1713 that the only way to go nowadays is free software for various reasons,
1714 but I have learnt that the only way that seems to work is bottom up.&lt;/p&gt;
1715
1716 &lt;!--
1717
1718 &gt; * Who should be interviewed with this questions in the future?
1719
1720 That&#39;s probably the hardest question of them all, as I do not know the
1721 community. However, I would be willing to do the following:
1722
1723 &lt;li&gt;Run an interview with a German headteacher who is very open to
1724 free software, and also prefers it, but cannot really use it because
1725 of the decision makers above;
1726 &lt;li&gt;Run interviews with some kids, both with and without previous
1727 knowledge about free software
1728
1729 If that is wanted, just let me know ;).
1730
1731 --&gt;
1732 </description>
1733 </item>
1734
1735 <item>
1736 <title>Debian Edu interview: Klaus Knopper</title>
1737 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Klaus_Knopper.html</link>
1738 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Klaus_Knopper.html</guid>
1739 <pubDate>Fri, 6 Dec 2013 09:50:00 +0100</pubDate>
1740 <description>&lt;p&gt;It has been a while since I managed to publish the last interview,
1741 but the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
1742 Skolelinux&lt;/a&gt; community is still going strong, and yesterday we even
1743 had a new school administrator show up on
1744 &lt;a href=&quot;irc://irc.debian.org/#debian-edu&quot;&gt;#debian-edu&lt;/a&gt; to share
1745 his success story with installing Debian Edu at their school. This
1746 time I have been able to get some helpful comments from the creator of
1747 Knoppix, Klaus Knopper, who was involved in a Skolelinux project in
1748 Germany a few years ago.&lt;/p&gt;
1749
1750 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1751
1752 &lt;p&gt;I am Klaus Knopper. I have a master degree in electrical
1753 engineering, and is currently professor in information management at
1754 the university of applied sciences Kaiserslautern / Germany and
1755 freelance Open Source software developer and consultant.&lt;/p&gt;
1756
1757 &lt;p&gt;All of this is pretty much of the work I spend my days with. Apart
1758 from teaching, I&#39;m also conducting some more or less experimental
1759 projects like the &lt;a href=&quot;http://www.knoppix.org&quot;&gt;Knoppix GNU/Linux live
1760 system&lt;/a&gt; (Debian-based like Skolelinux),
1761 &lt;a href=&quot;http://www.knopper.net/knoppix-adriane/index-en.html&quot;&gt;ADRIANE&lt;/a&gt;
1762 (a blind-friendly talking desktop system) and
1763 &lt;a href=&quot;http://www.knopper.net/linbo/index-en.html&quot;&gt;LINBO&lt;/a&gt;
1764 (Linux-based network boot console, a fast remote install and repair
1765 system supporting various operating systems).&lt;/p&gt;
1766
1767 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1768 project?&lt;/strong&gt;&lt;/p&gt;
1769
1770 &lt;p&gt;The credit for this have to go to Kurt Gramlich, who is the German
1771 coordinator for Skolelinux. We were looking for an all-in-one open
1772 source community-supported distribution for schools, and Kurt
1773 introduced us to Skolelinux for this purpose.&lt;/p&gt;
1774
1775 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
1776 Edu?&lt;/strong&gt;&lt;/p&gt;
1777
1778 &lt;ul&gt;
1779 &lt;li&gt;Quick installation,&lt;/li&gt;
1780 &lt;li&gt;works (almost) out of the box,&lt;/li&gt;
1781 &lt;li&gt;contains many useful software packages for teaching and learning,&lt;/li&gt;
1782 &lt;li&gt;is a purely community-based distro and not controlled by a
1783 single company,&lt;/li&gt;
1784 &lt;li&gt;has a large number of supporters and teachers who share their
1785 experience and problem solutions.&lt;/li&gt;
1786 &lt;/ul&gt;
1787
1788 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1789 Edu?&lt;/strong&gt;&lt;/p&gt;
1790
1791 &lt;ul&gt;
1792 &lt;li&gt;Skolelinux is - as we had to learn - not easily upgradable to
1793 the next version. Opposed to its genuine Debian base, upgrading to
1794 a new version means a full new installation from scratch to get it
1795 working again reliably.
1796
1797 &lt;li&gt;Skolelinux is based on Debian/stable, and therefore always a
1798 little outdated in terms of program versions compared to Edubuntu or
1799 similar educational Linux distros, which rather use Debian/testing
1800 as their base.
1801
1802 &lt;li&gt;Skolelinux has some very self-opinionated and stubborn default
1803 configuration which in my opinion adds unnecessary complexity and is
1804 not always suitable for a schools needs, the preset network
1805 configuration is actually a core definition feature of Skolelinux
1806 and not easy to change, so schools sometimes have to change their
1807 network configuration to make it &quot;Skolelinux-compatible&quot;.
1808
1809 &lt;li&gt;Some proposed extensions, which were made available as
1810 contribution, like secure examination mode and lecture material
1811 distribution and collection, were not accepted into the mainline
1812 Skolelinux development and are now not easy to maintain in the
1813 future because of Skolelinux somewhat undeterministic update
1814 schemes.&lt;/li&gt;
1815
1816 &lt;li&gt;Skolelinux has only a very tiny number of base developers
1817 compared to Debian.&lt;/li&gt;
1818
1819 &lt;/ul&gt;
1820
1821 &lt;p&gt;For these reasons and experience from our project, I would now
1822 rather consider using plain Debian for schools next time, until
1823 Skolelinux is more closely integrated into Debian and becomes
1824 upgradeable without reinstallation.&lt;/p&gt;
1825
1826 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1827
1828 &lt;p&gt;GNU/Linux with LXDE desktop, bash for interactive dialog and
1829 programming, texlive for documentation and correspondence,
1830 occasionally LibreOffice for document format conversion. Various
1831 programming languages for teaching.&lt;/p&gt;
1832
1833 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1834 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1835
1836 &lt;p&gt;Strong arguments are&lt;/p&gt;
1837
1838 &lt;ul&gt;
1839
1840 &lt;li&gt;Knowledge is free, and so should be methods and tools for
1841 teaching and learning.&lt;/li&gt;
1842
1843 &lt;li&gt;Students can learn with and use the same software at school, at
1844 home, and at their working place without running into license or
1845 conversion problems.&lt;/li&gt;
1846
1847 &lt;li&gt;Closed source or proprietary software hides knowledge rather
1848 than exposing it, and proprietary software vendors try to bind
1849 customers to certain products. But teachers need to teach
1850 science, not products.&lt;/li&gt;
1851
1852 &lt;li&gt;If you have everything you for daily work as open source, what
1853 would you need proprietary software for?&lt;/li&gt;
1854
1855 &lt;/ul&gt;
1856 </description>
1857 </item>
1858
1859 <item>
1860 <title>Skolelinux / Debian Edu 7.1 install and overview video from Marcelo Salvador</title>
1861 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html</link>
1862 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html</guid>
1863 <pubDate>Tue, 8 Oct 2013 17:10:00 +0200</pubDate>
1864 <description>&lt;p&gt;The other day I was pleased and surprised to discover that Marcelo
1865 Salvador had published a
1866 &lt;a href=&quot;https://www.youtube.com/watch?v=w-GgpdqgLFc&quot;&gt;video on
1867 Youtube&lt;/a&gt; showing how to install the standalone Debian Edu /
1868 Skolelinux profile. This is the profile intended for use at home or
1869 on laptops that should not be integrated into the provided network
1870 services (no central home directory, no Kerberos / LDAP directory etc,
1871 in other word a single user machine). The result is 11 minutes long,
1872 and show some user applications (seem to be rather randomly picked).
1873 Missed a few of my favorites like celestia, planets and chromium
1874 showing the &lt;a href=&quot;http://www.zygotebody.com/&quot;&gt;Zygote Body 3D model
1875 of the human body&lt;/a&gt;, but I guess he did not know about those or find
1876 other programs more interesting. :) And the video do not show the
1877 advantages I believe is one of the most valuable featuers in Debian
1878 Edu, its central school server making it possible to run hundreds of
1879 computers without hard drives by installing one central
1880 &lt;a href=&quot;http://www.ltsp.org/&quot;&gt;LTSP server&lt;/a&gt;.&lt;/p&gt;
1881
1882 &lt;p&gt;Anyway, check out the video, embedded below and linked to above:&lt;/p&gt;
1883
1884 &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;
1885
1886 &lt;p&gt;Are there other nice videos demonstrating Skolelinux? Please let
1887 me know. :)&lt;/p&gt;
1888 </description>
1889 </item>
1890
1891 <item>
1892 <title>Finally, Debian Edu Wheezy is released today!</title>
1893 <link>http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html</link>
1894 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html</guid>
1895 <pubDate>Sun, 29 Sep 2013 10:20:00 +0200</pubDate>
1896 <description>&lt;p&gt;A few hours ago, the announcement for the first stable release of
1897 Debian Edu Wheezy went out from the Debian publicity team. The
1898 complete announcement text can be found at
1899 &lt;a href=&quot;http://www.debian.org/News/2013/20130928&quot;&gt;the Debian News
1900 section&lt;/a&gt;, translated to several languages. Please check it out.&lt;/p&gt;
1901
1902 &lt;p&gt;There is one minor known problem that we will fix very soon. One
1903 can not install a amd64 Thin Client Server using PXE, as the /var/
1904 partition is too small. A workaround is to extend the partition (use
1905 lvresize + resize2fs in tty 2 while installing).&lt;/p&gt;
1906 </description>
1907 </item>
1908
1909 <item>
1910 <title>Third and probably last beta release of Debian Edu Wheezy</title>
1911 <link>http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html</link>
1912 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html</guid>
1913 <pubDate>Mon, 16 Sep 2013 21:30:00 +0200</pubDate>
1914 <description>&lt;p&gt;The third wheezy based beta release of Debian Edu was wrapped up
1915 today. This is the release announcement from Holger Levsen:&lt;/p&gt;
1916
1917 &lt;blockquote&gt;
1918 &lt;p&gt;Hi,&lt;/p&gt;
1919
1920 &lt;p&gt;it is my pleasure to announce the third beta release (beta 2 for
1921 short) of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
1922 Skolelinux&lt;/a&gt; based on Debian Wheezy!&lt;/p&gt;
1923
1924 &lt;p&gt;Please test these images extensivly, if no new problems are found
1925 we plan to do this final Debian Edu Wheezy release this coming
1926 weekend. We are not aware of any major problems or blockers in beta2,
1927 if you find something, please notify us immediately!&lt;/p&gt;
1928
1929 &lt;p&gt;(More about the remaining steps for the Edu Wheezy release in
1930 another mail to the edu list tonight or tomorrow...)&lt;/p&gt;
1931
1932 &lt;p&gt;Noteworthy changes and software updates for Debian Edu 7.1+edu0~b2
1933 compared to beta1:&lt;/p&gt;
1934
1935 &lt;ul&gt;
1936
1937 &lt;li&gt;The KDE proxy setup has been adjusted to use the provided wpad.dat. This
1938 also gets Chromium to use this proxy.&lt;/li&gt;
1939 &lt;li&gt;Install kdepim-groupware with KDE desktops to make sure korganizer
1940 understand ical/dav sources.&lt;/li&gt;
1941 &lt;li&gt;Increased default maximum size of /var/spool/squid and /skole/backup on the
1942 main server.&lt;/li&gt;
1943 &lt;li&gt;A source DVD image containing all source packages is now available as well.&lt;/li&gt;
1944 &lt;li&gt;Updates for chromium (29.0.1547.57-1~deb7u1), imagemagick
1945 (6.7.7.10-5+deb7u2), php5 (5.4.4-14+deb7u4), libmodplug
1946 (0.8.8.4-3+deb7u1+git20130828), tiff (4.0.2-6+deb7u2), linux-image
1947 (3.2.0-4-486_3.2.46-1+deb7u1).&lt;/li&gt;
1948
1949 &lt;/ul&gt;
1950
1951 &lt;p&gt;Where to get it:&lt;/p&gt;
1952
1953 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1954
1955 &lt;ul&gt;
1956 &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;
1957 &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;
1958 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso .&lt;/li&gt;
1959 &lt;/ul&gt;
1960
1961 &lt;p&gt;The SHA1SUM of this image is: 3a1c89f4666df80eebcd46c5bf5fedb866f9472f&lt;/p&gt;
1962
1963 &lt;p&gt;To download the multiarch USB stick ISO release you can use
1964 &lt;ul&gt;
1965 &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;
1966 &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;
1967 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso .&lt;/li&gt;
1968 &lt;/ul&gt;
1969
1970 &lt;p&gt;The SHA1SUM of this image is: 702d1718548f401c74bfa6df9f032cc3ee16597e&lt;/p&gt;
1971
1972 &lt;p&gt;The Source DVD image has the filename
1973 debian-edu-7.1+edu0~b2-source-DVD.iso and the SHA1SUM
1974 089eed8b3f962db47aae1f6a9685e9bb2fa30ca5 and is available the same way
1975 as the other isos.&lt;/p&gt;
1976
1977 &lt;p&gt;How to report bugs&lt;/p&gt;
1978
1979 &lt;p&gt;For information how to report bugs please see
1980 &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;
1981
1982
1983 &lt;p&gt;About Debian Edu and Skolelinux&lt;/p&gt;
1984
1985 &lt;p&gt;Debian Edu, also known as Skolelinux, is a Linux distribution based
1986 on Debian providing an out-of-the box environment of a completely
1987 configured school network. Immediately after installation a school
1988 server running all services needed for a school network is set up just
1989 waiting for users and machines being added via GOsa², a comfortable
1990 Web-UI. A netbooting environment is prepared using PXE, so after
1991 initial installation of the main server from CD or USB stick all other
1992 machines can be installed via the network. The provided school server
1993 provides LDAP database and Kerberos authentication service,
1994 centralized home directories, DHCP server, web proxy and many other
1995 services. The desktop contains more than 60 educational software
1996 packages and more are available from the Debian archive, and schools
1997 can choose between KDE, Gnome, LXDE and Xfce desktop environment.&lt;/p&gt;
1998
1999 &lt;p&gt;This is the seventh test release based on Debian Wheezy. Basically
2000 this is an updated and slightly improved version compared to the
2001 Squeeze release.&lt;/p&gt;
2002
2003 &lt;p&gt;Notes for upgrades from Alpha Prereleases&lt;/p&gt;
2004
2005 &lt;p&gt;Alpha based installations should reinstall or downgrade the
2006 versions of gosa and libpam-mklocaluser to the ones used in this beta
2007 release. Both alpha and beta0 based installations should reinstall or
2008 deal with gosa.conf manually; there are two options: (1) Keep
2009 gosa.conf and edit this file as outlined on the mailing list. (2)
2010 Accept the new version of gosa.conf and replace both contained admin
2011 password placeholders with the password hashes found in the old one
2012 (backup copy!). In both cases all users need to change their password
2013 to make sure a password is set for CIFS access to their home
2014 directory.&lt;/p&gt;
2015
2016
2017 &lt;p&gt;cheers,
2018 &lt;br&gt; Holger&lt;/p&gt;
2019 &lt;/blockquote&gt;
2020 </description>
2021 </item>
2022
2023 <item>
2024 <title>Second beta release (beta 1) of Debian Edu/Skolelinux based on Debian Wheezy</title>
2025 <link>http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
2026 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
2027 <pubDate>Thu, 22 Aug 2013 09:30:00 +0200</pubDate>
2028 <description>&lt;p&gt;The second wheezy based beta release of Debian Edu was wrapped up
2029 today, slightly delayed because of some bugs in the initial Windows
2030 integration fixes . This is the release announcement:&lt;/p&gt;
2031
2032 &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;
2033
2034 &lt;p&gt;These are the release notes for Debian Edu / Skolelinux
2035 7.1+edu0~b1, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
2036
2037 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
2038
2039 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
2040 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
2041 out-of-the box environment of a completely configured school
2042 network. Immediately after installation a school server running all
2043 services needed for a school network is set up just waiting for users
2044 and machines being added via GOsa², a comfortable Web-UI. A netbooting
2045 environment is prepared using PXE, so after initial installation of
2046 the main server from CD or USB stick all other machines can be
2047 installed via the network. The provided school server provides LDAP
2048 database and Kerberos authentication service, centralized home
2049 directories, DHCP server, web proxy and many other services. The
2050 desktop contains
2051 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
2052 than 60 educational software packages&lt;/a&gt; and more are available from
2053 the Debian archive, and schools can choose between KDE, Gnome, LXDE
2054 and Xfce desktop environment.&lt;/p&gt;
2055
2056 &lt;p&gt;This is the sixth test release based on Debian Wheezy. Basically this
2057 is an updated and slightly improved version compared to the Squeeze
2058 release.&lt;/p&gt;
2059
2060 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
2061 versions of gosa and libpam-mklocaluser to the ones used in this beta
2062 release. Both alpha and beta0 based installations should reinstall or
2063 deal with gosa.conf manually; there are two options: (1) Keep
2064 gosa.conf and edit this file as outlined
2065 &lt;a href=&quot;http://lists.debian.org/debian-edu/2013/08/msg00127.html&quot;&gt;on
2066 the mailing list&lt;/a&gt;. (2) Accept the new version of gosa.conf and
2067 replace both contained admin password placeholders with the password
2068 hashes found in the old one (backup copy!). In both cases every user
2069 need to change their their password to make sure a password is set for
2070 CIFS access to their home directory.&lt;/p&gt;
2071
2072 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
2073
2074 &lt;ul&gt;
2075
2076 &lt;li&gt;Added ssh askpass packages to default installation, to ensure ssh
2077 work also without a attached tty.&lt;/li&gt;
2078 &lt;li&gt;Add the command-not-found package to the default installation to
2079 make it easier to figure out where to find missing command line
2080 tools. Please note, that the command &#39;update-command-not-found&#39;
2081 has to be run as root to actually make it useful (internet access
2082 required).&lt;/li&gt;
2083
2084 &lt;/ul&gt;
2085
2086 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
2087
2088 &lt;ul&gt;
2089
2090 &lt;li&gt;Adjusted the USB stick ISO image build to include every tool
2091 needed for desktop=xfce installations.&lt;/li&gt;
2092 &lt;li&gt;Adjust thin-client-server task to work when installing from USB
2093 stick ISO image.&lt;/li&gt;
2094 &lt;li&gt;Made new grub artwork (changed png from indexed to RGB format).&lt;/li&gt;
2095 &lt;li&gt;Minor cleanup in the CUPS setup.&lt;/li&gt;
2096 &lt;li&gt;Make sure that bootstrapping of the Samba domain really happens
2097 during installation of the main server and adjust SID handling to
2098 cope with this.&lt;/li&gt;
2099 &lt;li&gt;Make Samba passwords changeable (again) via GOsa².&lt;/li&gt;
2100 &lt;li&gt;Fix generation of LM and NT password hashes via GOsa² to avoid
2101 empty password hashes.&lt;/li&gt;
2102 &lt;li&gt;Adapted Samba machine domain joining to latest change in the
2103 smbldap-tools Perl package, fixing bugs blocking Windows machines
2104 from joining the Samba domain.&lt;/li&gt;
2105
2106 &lt;/ul&gt;
2107
2108 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
2109
2110 &lt;ul&gt;
2111
2112 &lt;li&gt;KDE fails to understand the wpad.dat file provided, causing it to
2113 not use the http proxy as it should.&lt;/li&gt;
2114 &lt;li&gt;Chromium also fails to use the proxy when using the KDE desktop
2115 (using the KDE configuration).&lt;/li&gt;
2116
2117 &lt;/ul&gt;
2118
2119 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2120
2121 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
2122
2123 &lt;ul&gt;
2124
2125 &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;
2126
2127 &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;
2128
2129 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso .&lt;/li&gt;
2130
2131 &lt;/ul&gt;
2132
2133 &lt;p&gt;The MD5SUM of this image is: 1e357f80b55e703523f2254adde6d78b
2134 &lt;br&gt;The SHA1SUM of this image is: 7157f9be5fd27c7694d713c6ecfed61c3edda3b2&lt;/p&gt;
2135
2136 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
2137
2138 &lt;ul&gt;
2139
2140 &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;
2141 &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;
2142 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso .&lt;/li&gt;
2143
2144 &lt;/ul&gt;
2145
2146 &lt;p&gt;The MD5SUM of this image is: 7a8408ead59cf7e3cef25afb6e91590b
2147 &lt;br&gt;The SHA1SUM of this image is: f1817c031f02790d5edb3bfa0dcf8451088ad119&lt;/p&gt;
2148
2149
2150 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2151
2152 &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;
2153 </description>
2154 </item>
2155
2156 <item>
2157 <title>First beta release of Debian Edu/Skolelinux based on Debian Wheezy</title>
2158 <link>http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
2159 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
2160 <pubDate>Sat, 27 Jul 2013 20:30:00 +0200</pubDate>
2161 <description>&lt;p&gt;The first wheezy based beta release of Debian Edu was wrapped up
2162 today. This is the release announcement:&lt;/p&gt;
2163
2164 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~b0 released
2165 2013-07-27&lt;/strong&gt;&lt;/p&gt;
2166
2167 &lt;p&gt;These are the release notes for for Debian Edu / Skolelinux
2168 7.1+edu0~b0, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
2169
2170 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
2171
2172 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
2173 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
2174 out-of-the box environment of a completely configured school
2175 network. Immediately after installation a school server running all
2176 services needed for a school network is set up just waiting for users
2177 and machines being added via GOsa², a comfortable Web-UI. A netbooting
2178 environment is prepared using PXE, so after initial installation of
2179 the main server from CD, DVD or USB stick all other machines can be
2180 installed via the network. The provided school server provides LDAP
2181 database and Kerberos authentication service, centralized home
2182 directories, DHCP server, web proxy and many other services. The
2183 desktop contains
2184 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
2185 than 60 educational software packages&lt;/a&gt; and more are available from
2186 the Debian archive, and schools can choose between KDE, Gnome, LXDE
2187 and Xfce desktop environment.&lt;/p&gt;
2188
2189 &lt;p&gt;This is the fifth test release based on Debian Wheezy. Basically
2190 this is an updated and slightly improved version compared to the
2191 Squeeze release.&lt;/p&gt;
2192
2193 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
2194 versions of gosa and libpam-mklocaluser to the ones used in this beta
2195 release.&lt;/p&gt;
2196
2197 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
2198
2199 &lt;ul&gt;
2200
2201 &lt;li&gt;Switched roaming workstation profiles from wicd to network-manager
2202 for network configuration, as wicd didn&#39;t work any more.&lt;/li&gt;
2203 &lt;li&gt;Changed version numbers of patched gosa and libpam-mklocaluser
2204 packages to make sure our locally patched versions will be replaced
2205 by the official packages when they are released from Debian. Those
2206 installing alpha version need to reinstall or manually downgrade gosa
2207 and libpam-mklocaluser.&lt;/li&gt;
2208 &lt;li&gt;Added bluetooth tools to the default desktop (bluedevil, blueman).&lt;/li&gt;
2209 &lt;li&gt;Added tools for sharing the desktop on KDE (krdc, krfb).&lt;/li&gt;
2210 &lt;li&gt;Added valgrind to the default installation for easier debugging of
2211 crash bugs.&lt;/li&gt;
2212
2213 &lt;/ul&gt;
2214
2215 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
2216
2217 &lt;ul&gt;
2218
2219 &lt;li&gt;Fixed artwork package to work with gnome, no longer break
2220 desktop=gnome installations.&lt;/li&gt;
2221 &lt;li&gt;Adjusted installer to now work when forced to use a proxy with the
2222 netinst CD.&lt;/li&gt;
2223 &lt;li&gt;Fixed code detecting and setting/loading hardware specific
2224 setup/firmware to work more robust out of the box.&lt;/li&gt;
2225 &lt;li&gt;Adjusted Kerberos setup to detect realm and server settings at
2226 install time instead of dynamically at run time. This avoid a crash
2227 with krb5-auth-dialog on diskless workstations without a DNS name.&lt;/li&gt;
2228 &lt;li&gt;Worked around misfeature in network-manager not calling the dhclient
2229 exit hooks, causing automatic proxy configuration and automatic host
2230 name setting at run time to work again.&lt;/li&gt;
2231 &lt;li&gt;Fixed feature setting the default Iceweasel start page from URL
2232 fetched from LDAP, to allow schools to set the global default by
2233 updating the dc=skole,dc=skolelinux,dc=no LDAP object.&lt;/li&gt;
2234 &lt;li&gt;Changed default host name on all networked machines to be unique
2235 (generated from MAC or reverse DNS) after boot.&lt;/li&gt;
2236 &lt;li&gt;Adjusted partition sizes to make sure they are big enough.&lt;/li&gt;
2237
2238 &lt;/ul&gt;
2239
2240 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
2241
2242 &lt;ul&gt;
2243
2244 &lt;li&gt;Grub is missing the new artwork.&lt;/li&gt;
2245 &lt;li&gt;KDE fail to understand the wpad.dat file provided, causing it to
2246 not use the http proxy as it should.&lt;/li&gt;
2247 &lt;li&gt;Chromium also fail to use the proxy.&lt;/li&gt;
2248
2249 &lt;/ul&gt;
2250
2251 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2252
2253 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
2254
2255 &lt;ul&gt;
2256
2257 &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;
2258
2259 &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;
2260
2261 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso .&lt;/li&gt;
2262
2263 &lt;/ul&gt;
2264
2265 &lt;p&gt;The MD5SUM of this image is: 55d5de9765b6dccd5d9ec33cf1a07109
2266 &lt;br&gt;The SHA1SUM of this image is: 996a1d9517740e4d627d100de2d12b23dd545a3f&lt;/p&gt;
2267
2268 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
2269
2270 &lt;ul&gt;
2271
2272 &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;
2273 &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;
2274 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso .&lt;/li&gt;
2275
2276 &lt;/ul&gt;
2277
2278 &lt;p&gt;The MD5SUM of this image is: d8f0818c51a78d357de794066f289f69
2279 &lt;br&gt;The SHA1SUM of this image is: 49185ca354e8d0543240423746924f76a6cee733&lt;/p&gt;
2280
2281
2282 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2283
2284 &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;
2285 </description>
2286 </item>
2287
2288 <item>
2289 <title>July 13th: Debian/Ubuntu BSP and Skolelinux/Debian Edu developer gathering in Oslo</title>
2290 <link>http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</link>
2291 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</guid>
2292 <pubDate>Tue, 9 Jul 2013 10:40:00 +0200</pubDate>
2293 <description>&lt;p&gt;The upcoming Saturday, 2013-07-13, we are organising a combined
2294 Debian Edu developer gathering and Debian and Ubuntu bug squashing
2295 party in Oslo. It is organised by &lt;a href=&quot;http://www.nuug.no/&quot;&gt;the
2296 member assosiation NUUG&lt;/a&gt; and
2297 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;the Debian Edu / Skolelinux
2298 project&lt;/a&gt; together with &lt;a href=&quot;http://bitraf.no/&quot;&gt;the hack space
2299 Bitraf&lt;/a&gt;.&lt;/p&gt;
2300
2301 &lt;p&gt;It starts 10:00 and continue until late evening. Everyone is
2302 welcome, and there is no fee to participate. There is on the other
2303 hand limited space, and only room for 30 people. Please put your name
2304 on &lt;a href=&quot;http://wiki.debian.org/BSP/2013/07/13/no/Oslo&quot;&gt;the event
2305 wiki page&lt;/a&gt; if you plan to join us.&lt;/p&gt;
2306 </description>
2307 </item>
2308
2309 <item>
2310 <title>Fourth alpha release of Debian Edu/Skolelinux based on Debian Wheezy</title>
2311 <link>http://people.skolelinux.org/pere/blog/Fourth_alpha_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
2312 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fourth_alpha_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
2313 <pubDate>Wed, 3 Jul 2013 14:00:00 +0200</pubDate>
2314 <description>&lt;p&gt;The fourth wheezy based alpha release of Debian Edu was wrapped up
2315 today. This is the release announcement:&lt;/p&gt;
2316
2317 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~alpha3 released
2318 2013-07-03&lt;/strong&gt;&lt;/p&gt;
2319
2320 &lt;p&gt;These are the release notes for for Debian Edu / Skolelinux
2321 7.1+edu0~alpha3, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
2322
2323 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
2324
2325 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
2326 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
2327 out-of-the box environment of a completely configured school
2328 network. Immediately after installation a school server running all
2329 services needed for a school network is set up just waiting for users
2330 and machines being added via GOsa², a comfortable Web-UI. A netbooting
2331 environment is prepared using PXE, so after initial installation of
2332 the main server from CD, DVD or USB stick all other machines can be
2333 installed via the network. The provided school server provides LDAP
2334 database and Kerberos authentication service, centralized home
2335 directories, DHCP server, web proxy and many other services. The
2336 desktop contains
2337 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
2338 than 60 educational software packages&lt;/a&gt; and more are available from
2339 the Debian archive, and schools can choose between KDE, Gnome, LXDE
2340 and Xfce desktop environment.&lt;/p&gt;
2341
2342 &lt;p&gt;This is the fourth test release based on Debian Wheezy. Basically
2343 this is an updated and slightly improved version compared to the
2344 Squeeze release.&lt;/p&gt;
2345
2346 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
2347 &lt;ul&gt;
2348 &lt;li&gt;Dropped ispell dictionaries from our default installation.&lt;/li&gt;
2349 &lt;li&gt;Dropped menu-xdg from the KDE desktop option, to drop the Debian
2350 submenu. It was not included with Gnome, LXDE or Xfce, so this
2351 brings KDE in line with the others.&lt;/li&gt;
2352 &lt;li&gt;Dropped xdrawchem, xjig and xsok from our default installation as
2353 they don&#39;t have a desktop menu entry and thus won&#39;t show up in the
2354 menu now that menu-xdg was removed.&lt;/li&gt;
2355 &lt;li&gt;Removed the killer system to kill left behind processes on
2356 multi-user machines, as it was no longer able to understand when a
2357 X display was in use and killed the processes of the active users
2358 too.&lt;/li&gt;
2359 &lt;li&gt;Dropped the golearn (from goplay) package as the debtags in wheezy
2360 are too few to make the package useful.&lt;/li&gt;
2361 &lt;/ul&gt;
2362 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
2363 &lt;ul&gt;
2364 &lt;li&gt;Updated artwork matching http://wiki.debian.org/DebianArt/Themes/Joy
2365 &lt;li&gt;Multi-arch i386/amd64 USB stick ISO available.&lt;/li&gt;
2366 &lt;li&gt;Got rid of ispell/wordlist related debconf questions that showed
2367 up for some language options.&lt;/li&gt;
2368 &lt;li&gt;Switched to using http.debian.net as APT source by default.&lt;/li&gt;
2369 &lt;li&gt;Fixed proxy configuration on Main Server installations.&lt;/li&gt;
2370 &lt;li&gt;Changed LTSP setup to ask dpkg to use force-unsafe-io the same way
2371 d-i is doing it.&lt;/li&gt;
2372 &lt;li&gt;Made sure root and user passwords were not left behind in the
2373 debconf database after installation on Main Server installations.&lt;/li&gt;
2374 &lt;li&gt;Made Roaming Workstation dynamic setup more robust and added draft
2375 script setup-ad-client to hook a Roaming Workstation up to a
2376 Active Directory server instead of a Debian Edu Main Server.&lt;/li&gt;
2377 &lt;li&gt;Update system to install needed firmware packages during
2378 installation, to work properly in Wheezy.&lt;/li&gt;
2379 &lt;li&gt;Update system to handle hardware quirks (debian-edu-hwsetup).&lt;/li&gt;
2380 &lt;li&gt;Corrected PXE installation setup to properly pass selected desktop
2381 and keymap settings to PXE installation clients.&lt;/li&gt;
2382 &lt;li&gt;LTSP diskless workstations use sshfs by default, allowing them to
2383 work without adding them to DNS and NIS netgroups for NFS access.&lt;/li&gt;
2384 &lt;/ul&gt;
2385 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
2386 &lt;ul&gt;
2387 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
2388 available yet (698840).&lt;/li&gt;
2389 &lt;li&gt;Artwork not enabled for all desktops.&lt;/li&gt;
2390 &lt;/ul&gt;
2391 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2392
2393 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
2394 &lt;ul&gt;
2395 &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;
2396 &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;
2397 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso .&lt;/li&gt;
2398 &lt;/ul&gt;
2399
2400 &lt;p&gt;The MD5SUM of this image is: 2b161a99d2a848c376d8d04e3854e30c
2401 &lt;br&gt;The SHA1SUM of this image is: 498922e9c508c0a7ee9dbe1dfe5bf830d779c3c8&lt;/p&gt;
2402
2403 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
2404 &lt;ul&gt;
2405 &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;
2406 &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;
2407 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso .&lt;/li&gt;
2408 &lt;/ul&gt;
2409
2410 &lt;p&gt;The MD5SUM of this image is: 25e808e403a4c15dbef1d13c37d572ac
2411 &lt;br&gt;The SHA1SUM of this image is: 15ecfc93eb6b4f453b7eb0bc04b6a279262d9721&lt;/p&gt;
2412
2413 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2414
2415 &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;
2416 </description>
2417 </item>
2418
2419 <item>
2420 <title>The value of a good distro wide test suite...</title>
2421 <link>http://people.skolelinux.org/pere/blog/The_value_of_a_good_distro_wide_test_suite___.html</link>
2422 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_value_of_a_good_distro_wide_test_suite___.html</guid>
2423 <pubDate>Sat, 22 Jun 2013 07:00:00 +0200</pubDate>
2424 <description>&lt;p&gt;In the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
2425 Skolelinux&lt;/a&gt; project, we include a post-installation test suite,
2426 which check that services are running, working, and return the
2427 expected results. It runs automatically just after the first boot on
2428 test installations (using test ISOs), but not on production
2429 installations (using non-test ISOs). It test that the LDAP service is
2430 operating, Kerberos is responding, DNS is replying, file systems are
2431 online resizable, etc, etc. And it check that the PXE service is
2432 configured, which is the topic of this post.&lt;/p&gt;
2433
2434 &lt;p&gt;The last week I&#39;ve fixed the DVD and USB stick ISOs for our Debian
2435 Edu Wheezy release. These ISOs are supposed to be able to install a
2436 complete system without any Internet connection, but for that to
2437 happen all the needed packages need to be on them. Thanks to our test
2438 suite, I discovered that we had forgotten to adjust our PXE setup to
2439 cope with the new names and paths used by the netboot d-i packages.
2440 When Internet connectivity was available, the installer fall back to
2441 using wget to fetch d-i boot images, but when offline it require
2442 working packages to get it working. And the packages changed name
2443 from debian-installer-6.0-netboot-$arch to
2444 debian-installer-7.0-netboot-$arch, we no longer pulled in the
2445 packages during installation. Without our test suite, I suspect we
2446 would never have discovered this before release. Now it is fixed
2447 right after we got the ISOs operational.&lt;/p&gt;
2448
2449 &lt;p&gt;Another by-product of the test suite is that we can ask system
2450 administrators with problems getting Debian Edu to work, to run the
2451 test suite using &lt;tt&gt;/usr/sbin/debian-edu-test-install&lt;/tt&gt; and see if
2452 any errors are detected. This usually pinpoint the subsystem causing
2453 the problem.&lt;/p&gt;
2454
2455 &lt;p&gt;If you want to help us help kids learn how to share and create,
2456 please join us on
2457 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu on
2458 irc.debian.org&lt;/a&gt; and the
2459 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@&lt;/a&gt; mailing
2460 list.&lt;/p&gt;
2461 </description>
2462 </item>
2463
2464 <item>
2465 <title>Debian Edu interview: Victor Nițu</title>
2466 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Victor_Ni_u.html</link>
2467 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Victor_Ni_u.html</guid>
2468 <pubDate>Mon, 17 Jun 2013 10:50:00 +0200</pubDate>
2469 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
2470 Skolelinux&lt;/a&gt; distribution have users and contributors all around the
2471 globe. And a while back, an enterprising young man showed up on
2472 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;our IRC channel
2473 #debian-edu&lt;/a&gt; and started asking questions about how Debian Edu
2474 worked. We answered as good as we could, and even convinced him to
2475 help us with translations. And today I managed to get an interview
2476 with him, to learn more about him.&lt;/p&gt;
2477
2478 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2479
2480 &lt;p&gt;I&#39;m a 25 year old free software enthusiast, living in Romania,
2481 which is also my country of origin. Back in 2009, at a New Year&#39;s Eve
2482 party, I had a very nice &lt;strike&gt;beer&lt;/strike&gt; discussion with a
2483 friend, when we realized we have no organised Debian community in our
2484 country. A few days later, we put together the infrastructure for such
2485 community and even gathered a nice Debian-ish crowd. Since then, I
2486 began my quest as a free software hacker and activist and I am
2487 constantly trying to cover as much ground as possible on that
2488 field.&lt;/p&gt;
2489
2490 &lt;p&gt;A few years ago I founded a small web development company, which
2491 provided me the flexible schedule I needed so much for my
2492 activities. For the last 13 months, I have been the Technical Director
2493 of &lt;a href=&quot;http://ceata.org/&quot;&gt;Fundația Ceata&lt;/a&gt;, which is a free
2494 software activist organisation endorsed by the FSF and the FSFE, and
2495 the only one we have in our country.&lt;/p&gt;
2496
2497 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
2498 project?&lt;/strong&gt;&lt;/p&gt;
2499
2500 &lt;p&gt;The idea of participating in the Debian Edu project was a surprise
2501 even to me, since I never used it before I began getting involved in
2502 it. This year I had a great opportunity to deliver a talk on
2503 educational software, and I knew immediately where to look. It was a
2504 love at first sight, since I was previously involved with some of the
2505 technologies the project incorporates, and I rapidly found a lot of
2506 ways to contribute.&lt;/p&gt;
2507
2508 &lt;p&gt;My first contributions consisted in translating the installer and
2509 configuration dialogs, then I found some bugs to squash (I still
2510 haven&#39;t fixed them yet though), and I even got my eyes on some other
2511 areas where I can prove myself helpful. Since the appetite for free
2512 software in my country is pretty low, I&#39;ll be happy to be the first
2513 one around here advocating for the project&#39;s adoption in educational
2514 environments, and maybe even get my hands dirty in creating a flavour
2515 for our own needs. I am not used to make very advanced plannings, so
2516 from now on, time will tell what I&#39;ll be doing next, but I think I
2517 have a pretty consistent starting point.&lt;/p&gt;
2518
2519 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
2520 Edu?&lt;/strong&gt;&lt;/p&gt;
2521
2522 &lt;p&gt;Not a long time ago, I was in the position of configuring and
2523 maintaining a LDAP server on some Debian derivative, and I must say it
2524 took me a while. A long time ago, I was maintaining a bigger
2525 Samba-powered infrastructure, and I must say I spent quite a lot of
2526 time on it. I have similar stories about many of the services included
2527 with Skolelinux, and the main advantage I see about it is the
2528 out-of-the box availability of them, making it quite competitive when
2529 it comes to managing a school&#39;s network, for example.&lt;/p&gt;
2530
2531 &lt;p&gt;Of course, there is more to say about Skolelinux than the
2532 availability of the software included, its flexibility in various
2533 scenarios is something I can&#39;t wait to experiment &quot;into the wild&quot; (I
2534 only played with virtual machines so far). And I am sure there is a
2535 lot more I haven&#39;t discovered yet about it, being so new within the
2536 project.&lt;/p&gt;
2537
2538 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
2539 Edu?&lt;/strong&gt;&lt;/p&gt;
2540
2541 &lt;p&gt;As usual, when it comes to Debian Blends, I see as the biggest
2542 disadvantage the lack of a numerous team dedicated to the
2543 project. Every day I see the same names in the changelogs, and I have
2544 a constantly fear of the bus factor in this story. I&#39;d like to see
2545 Debian Edu advertised more as an entry point into the Debian
2546 ecosystem, especially amongst newcomers and students. IMHO there are a
2547 lot low-hanging fruits in terms of bug squashing, and enough
2548 opportunities to get the feeling of the Debian Project&#39;s dynamics. Not
2549 to mention it&#39;s a very fun blend to work on!&lt;/p&gt;
2550
2551 &lt;p&gt;Derived from the previous statement, is the delay in catching up
2552 with the main Debian release and documentation. This is common though
2553 to all blends and derivatives, but it&#39;s an issue we can all work
2554 on.&lt;/p&gt;
2555
2556 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2557
2558 &lt;p&gt;I can hardly imagine myself spending a day without Vim, since my
2559 daily routine covers writing code and hacking configuration files. I
2560 am a fan of the Awesome window manager (but I also like the
2561 Enlightenment project a lot!),
2562 &lt;a href=&quot;http://www.claws-mail.org/‎&quot;&gt;Claws Mail&lt;/a&gt; due to its ease of
2563 use and very configurable behaviour. Recently I fell in love with
2564 &lt;a href=&quot;https://launchpad.net/redshift&quot;&gt;Redshift&lt;/a&gt;, which helps me
2565 get through the night without headaches. Of course, there is much more
2566 stuff in this bag, but I&#39;ll need a blog on my own for doing this!&lt;/p&gt;
2567
2568 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2569 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2570
2571 &lt;p&gt;Well, on this field, I cannot do much more than experiment right
2572 now. So, being far from having a recipe for success, I can only assume
2573 that:&lt;/p&gt;
2574
2575 &lt;ul&gt;
2576
2577 &lt;li&gt;schools would like to get rid of proprietary software&lt;/li&gt;
2578
2579 &lt;li&gt;students will love the openness of the system, and will want to
2580 experiment with it - maybe we need to harvest the native curiosity
2581 of teenagers more?&lt;/li&gt;
2582
2583 &lt;li&gt;there is no &quot;right one&quot; when it comes to strategies, but it would
2584 be useful to have some success stories published somewhere, so
2585 other can get some inspiration from them (I know I&#39;d promote
2586 them!)&lt;/li&gt;
2587
2588 &lt;li&gt;more active promotion - talks, conferences, even small school
2589 lectures can do magical things if they encounter at least one
2590 person interested. Who knows who that person might be? ;-)&lt;/li&gt;
2591
2592 &lt;/ul&gt;
2593
2594 &lt;p&gt;I also see some problems in getting Skolelinux into schools; for
2595 example, in our country we have a great deal of corruption issues, so
2596 it might be hard(er) to fight against proprietary solutions. Also,
2597 people who relied on commercial software for all their lives, would be
2598 very hard to convert against their will.&lt;/p&gt;
2599 </description>
2600 </item>
2601
2602 <item>
2603 <title>Debian Edu interview: Jonathan Carter</title>
2604 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jonathan_Carter.html</link>
2605 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jonathan_Carter.html</guid>
2606 <pubDate>Wed, 12 Jun 2013 09:50:00 +0200</pubDate>
2607 <description>&lt;p&gt;There is a certain cross-over between the
2608 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
2609 project&lt;/a&gt; and &lt;a href=&quot;http://www.edubuntu.org/&quot;&gt;the Edubuntu
2610 project&lt;/a&gt;, and for example the LTSP packages in Debian are a joint
2611 effort between the projects. One person with a foot in both camps is
2612 Jonathan Carter, which I am now happy to present to you.&lt;/p&gt;
2613
2614 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2615
2616 &lt;p&gt;I&#39;m a South-African free software geek who lives in Cape Town. My
2617 days vary quite a bit since I&#39;m involved in too many things. As I&#39;m
2618 getting older I&#39;m learning how to focus a bit more :)&lt;/p&gt;
2619
2620 &lt;p&gt;I&#39;m also an Edubuntu contributor and I love when there are
2621 opportunities for the Edubuntu and Debian Edu projects to benefit from
2622 each other.&lt;/p&gt;
2623
2624 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
2625 project?&lt;/strong&gt;&lt;/p&gt;
2626
2627 &lt;p&gt;I&#39;ve been somewhat familiar with the project before, but I think my
2628 first direct exposure to the project was when I met Petter
2629 [Reinholdtsen] and Knut [Yrvin] at the Edubuntu summit in 2005 in
2630 London. They provided great feedback that helped the bootstrapping of
2631 Edubuntu. Back then Edubuntu (and even Ubuntu) was still very new and
2632 it was great getting input from people who have been around longer. I
2633 was also still very excitable and said yes to everything and to this
2634 day I have a big todo list backlog that I&#39;m catching up with. I think
2635 over the years the relationship between Edubuntu and Debian-Edu has
2636 been gradually improving, although I think there&#39;s a lot that we could
2637 still improve on in terms of working together on packages. I&#39;m sure
2638 we&#39;ll get there one day.&lt;/p&gt;
2639
2640 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
2641 Edu?&lt;/strong&gt;&lt;/p&gt;
2642
2643 &lt;p&gt;Debian itself already has so many advantages. I could go on about
2644 it for pages, but in essence I love that it&#39;s a very honest project
2645 that puts its users first with no hidden agendas and also produces
2646 very high quality work.&lt;/p&gt;
2647
2648 &lt;p&gt;I think the advantage of Debian Edu is that it makes many common
2649 set-up tasks simpler so that administrators can get up and running
2650 with a lot less effort and frustration. At the same time I think it
2651 helps to standardise installations in schools so that it&#39;s easier for
2652 community members and commercial suppliers to support.&lt;/p&gt;
2653
2654 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
2655 Edu?&lt;/strong&gt;&lt;/p&gt;
2656
2657 &lt;p&gt;I had to re-type this one a few times because I&#39;m trying to
2658 separate &quot;disadvantages&quot; from &quot;areas that need improvement&quot; (which is
2659 what I originally rambled on about)&lt;/p&gt;
2660
2661 &lt;p&gt;The biggest disadvantage I can think of is lack of manpower. The
2662 project could do so much more if there were more good contributors. I
2663 think some of the problems are external too. Free software and free
2664 content in education is a no-brainer but it takes some time to catch
2665 on. When you&#39;ve been working with the same proprietary eco-system for
2666 years and have gotten used to it, it can be hard to adjust to some
2667 concepts in the free software world. It would be nice if there were
2668 more Debian Edu consultants across the world. I&#39;d love to be one
2669 myself but I&#39;m already so over-committed that it&#39;s just not possible
2670 currently.&lt;/p&gt;
2671
2672 &lt;p&gt;I think the best short-term solution to that large-scale problem is
2673 for schools to be pro-active and share their experiences and grow
2674 their skills in-house. I&#39;m often saddened to see how much money
2675 educational institutions spend on 3rd party solutions that they don&#39;t
2676 have access to after the service has ended and they could&#39;ve gotten so
2677 much more value otherwise by being more self-sustainable and
2678 autonomous.&lt;/p&gt;
2679
2680 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2681
2682 &lt;p&gt;My main laptop dual-boots between Debian and Windows 7. I was
2683 Windows free for years but started dual-booting again last year for
2684 some games which help me focus and relax (Starcraft II in
2685 particular). Gaming support on Linux is improving in leaps and bounds
2686 so I suppose I&#39;ll soon be able to regain that disk space :)&lt;/p&gt;
2687
2688 &lt;p&gt;Besides that I rely on Icedove, Chromium, Terminator, Byobu, irssi,
2689 git, Tomboy, KVM, VLC and LibreOffice. Recently I&#39;ve been torn on
2690 which desktop environment I like and I&#39;m taking some refuge in Xfce
2691 while I figure that out. I like tools that keep things simple. I enjoy
2692 Python and shell scripting. I went to an Arduino workshop recently and
2693 it was awesome seeing how easy and simple the IDE software was to get
2694 up and running in Debian compared to the users running Windows and OS
2695 X.&lt;/p&gt;
2696
2697 &lt;p&gt;I also use mc which some people frown upon slightly. I got used to
2698 using Norton Commander in the early 90&#39;s and it stuck (I think the
2699 people who sneer at it is just jealous that they don&#39;t know how to use
2700 it :p)
2701
2702 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2703 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2704
2705 &lt;p&gt;I think trying to force it is unproductive. I also think that in
2706 many cases it&#39;s appropriate for schools to use non-free systems and I
2707 don&#39;t think that there&#39;s any particular moral or ethical problem with
2708 that.&lt;/p&gt;
2709
2710 &lt;p&gt;I do think though that free software can already solve so so many
2711 problems in educational institutions and it&#39;s just a shame not taking
2712 advantage of that.&lt;/p&gt;
2713
2714 &lt;p&gt;I also think that some curricula need serious review. For example,
2715 some areas of the world rely heavily on very specific versions of MS
2716 Office, teaching students to parrot menu items instead of learning the
2717 general concepts. I think that&#39;s very unproductive because firstly, MS
2718 Office&#39;s interface changes drastically every few years and on top of
2719 that it also locks in a generation to a product that might not be the
2720 best solution for them.&lt;/p&gt;
2721
2722 &lt;p&gt;To answer your question, I believe that the right strategy is to
2723 educate and inform, giving someone the information they require to
2724 make a decision that would work for them.&lt;/p&gt;
2725 </description>
2726 </item>
2727
2728 <item>
2729 <title>Third alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
2730 <link>http://people.skolelinux.org/pere/blog/Third_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
2731 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
2732 <pubDate>Mon, 10 Jun 2013 22:50:00 +0200</pubDate>
2733 <description>&lt;p&gt;The third wheezy based alpha release of Debian Edu was wrapped up
2734 today. This is the release announcement:&lt;/p&gt;
2735
2736 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.0.0 alpha2 released
2737 2013-06-10&lt;/strong&gt;&lt;/p&gt;
2738
2739 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
2740 alpha2, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
2741
2742 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
2743
2744 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
2745 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
2746 out-of-the box environment of a completely configured school
2747 network. Immediately after installation a school server running all
2748 services needed for a school network is set up just waiting for users
2749 and machines being added via GOsa², a comfortable Web-UI. A netbooting
2750 environment is prepared using PXE, so after initial installation of
2751 the main server from CD, DVD or USB stick all other machines can be
2752 installed via the network. The provided school server provides LDAP
2753 database and Kerberos authentication service, centralized home
2754 directories, DHCP server, web proxy and many other services. The
2755 desktop contains
2756 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
2757 than 60 educational software packages&lt;/a&gt; and more are available from
2758 the Debian archive, and schools can choose between KDE, Gnome, LXDE
2759 and Xfce desktop environment.&lt;/p&gt;
2760
2761 &lt;p&gt;This is the third test release based on Debian Wheezy. Basically
2762 this is an updated and slightly improved version compared to the
2763 Squeeze release.&lt;/p&gt;
2764
2765 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
2766
2767 &lt;ul&gt;
2768
2769 &lt;li&gt;Iceweasel was updated from 10 to 17. (DSA 2699-1)
2770 &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).
2771 &lt;li&gt;Switched xrdp on thin client servers to use tightvncserver instead of xvnc4.
2772 &lt;li&gt;Now install software oscilloscope xoscope by default.
2773 &lt;li&gt;Now install music tools gtick, lingot and pianobooster by default.
2774
2775 &lt;/ul&gt;
2776
2777 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
2778
2779 &lt;ul&gt;
2780
2781 &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.
2782 &lt;li&gt;Updated translation of the installation.
2783 &lt;li&gt;New Romanian translation.
2784 &lt;li&gt;Fix security problem causing root and first user password to no longer show up in /var/cache/debconf/templates.dat.
2785 &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).
2786 &lt;li&gt;Made roaming workstation setup more robust in non-Debian Edu environments.
2787 &lt;li&gt;New script debian-edu-bless to transform a Debian installation to a Debian Edu profile.
2788 &lt;li&gt;Adjust Iceweasel setup to improve performance when $HOME is on NFS.
2789 &lt;li&gt;More testsuite tests.
2790 &lt;li&gt;Make automatic proxy configuration more robust.
2791 &lt;li&gt;Adjust GOsa² GUI configuration.
2792
2793 &lt;li&gt;Update thin client and diskless workstation setup to work with
2794 LTSP in Wheezy.&lt;/li&gt;
2795
2796 &lt;li&gt;Diskless workstations now run out of the box -- no need to set
2797 them up with GOsa².&lt;/li&gt;
2798
2799 &lt;li&gt;Update IMAP server setup. &lt;/li&gt;
2800
2801 &lt;li&gt;Fix login into Skolelinux Backup Tool (Closed in
2802 slbackup-php/0.4.4-1: #700257: slbackup-php: Fails to submit correctly
2803 entered password). &lt;/li&gt;
2804
2805 &lt;/ul&gt;
2806
2807 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
2808
2809 &lt;ul&gt;
2810
2811 &lt;li&gt;DVD binary and source images are not yet ready.&lt;/li&gt;
2812
2813 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
2814 available yet (Open in gosa/2.7.4-4: #698840: gosa-plugin-ldapmanager:
2815 missing import feature).&lt;/li&gt;
2816
2817 &lt;li&gt;Missing artwork for the KDE desktop (and probably a few others). &lt;/li&gt;
2818
2819 &lt;li&gt;KDE Debian submenu lacks icons (Closed: #502192: menu-xdg: invents
2820 own icon names instead of using existing). This will remain
2821 unfixed.&lt;/li&gt;
2822
2823 &lt;/ul&gt;
2824
2825 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2826
2827 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
2828
2829 &lt;ul&gt;
2830
2831 &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;
2832
2833 &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;
2834
2835 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso .&lt;/li&gt;
2836
2837 &lt;/ul&gt;
2838
2839 &lt;p&gt;The MD5SUM of this image is: 27bbcace407743382f3c42c08dbe8178
2840 &lt;br&gt;The SHA1SUM of this image is: e35f7d7908566cd3075375b3721fa10ee420d419&lt;/p&gt;
2841
2842 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2843
2844 &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;
2845 </description>
2846 </item>
2847
2848 <item>
2849 <title>Is there a PHP expert in the building? Debian Edu need help!</title>
2850 <link>http://people.skolelinux.org/pere/blog/Is_there_a_PHP_expert_in_the_building___Debian_Edu_need_help_.html</link>
2851 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Is_there_a_PHP_expert_in_the_building___Debian_Edu_need_help_.html</guid>
2852 <pubDate>Wed, 5 Jun 2013 17:50:00 +0200</pubDate>
2853 <description>&lt;p&gt;Here is a call for help from the Debian Edu / Skolelinux project.
2854 We have two problems blocking the release of the Wheezy version we
2855 hope to get released soon. The two problems require some with PHP
2856 skills, and we seem to lack anyone with both time and PHP skills in
2857 the project:
2858
2859 &lt;ol&gt;
2860
2861 &lt;li&gt;It is impossible to log into the slbackup web interface
2862 (slbackup-php) using the root user and password. This is
2863 &lt;a href=&quot;http://bugs.debian.org/700257&quot;&gt;BTS report #700257&lt;/a&gt;.
2864 This used to work, but stopped working some time since Squeeze.
2865 Perhaps some obsolete PHP feature was used?&lt;/li&gt;
2866
2867 &lt;li&gt;It is not possible to &quot;mass import&quot; user lists in Gosa, neither
2868 using ldif nor using CSV files. The feature was disabled after a
2869 major rewrite of Gosa, and need to be ported to the new system.
2870 This is &lt;a href=&quot;http://bugs.debian.org/698840&quot;&gt;BTS report
2871 #698840&lt;/a&gt;.&lt;/li&gt;
2872
2873 &lt;/ol&gt;
2874
2875 &lt;p&gt;If you can help us, please join us on IRC
2876 (&lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu on
2877 irc.debian.org&lt;/a&gt;) and provide patches via the BTS.&lt;/p&gt;
2878 </description>
2879 </item>
2880
2881 <item>
2882 <title>Debian Edu interview: Cédric Boutillier</title>
2883 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__C_dric_Boutillier.html</link>
2884 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__C_dric_Boutillier.html</guid>
2885 <pubDate>Tue, 4 Jun 2013 10:30:00 +0200</pubDate>
2886 <description>&lt;p&gt;It has been a while since my last English
2887 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
2888 interview last November. But the developers and translators are still
2889 pulling along to get the Wheezy based release out the door, and this
2890 time I managed to get an interview from one of the French translators
2891 in the project, Cédric Boutillier.&lt;/p&gt;
2892
2893 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2894
2895 &lt;p&gt;I am 34 year old. I live near Paris, France. I am an assistant
2896 professor in probability theory. I spend my daytime teaching
2897 mathematics at the university and doing fundamental research in
2898 probability in connexion with combinatorics and statistical physics.&lt;/p&gt;
2899
2900 &lt;p&gt;I have been involved in the Debian project for a couple of years
2901 and became Debian Developer a few months ago. I am working on Ruby
2902 packaging, publicity and translation.&lt;/p&gt;
2903
2904 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
2905 project?&lt;/strong&gt;&lt;/p&gt;
2906
2907 &lt;p&gt;I came to the Debian Edu project after a call for translation of
2908 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Manuals&quot;&gt;the
2909 Debian Edu manual&lt;/a&gt; for the release of Debian Edu Squeeze. Since
2910 then, I have been working on updating the French translation of the
2911 manual.
2912
2913 &lt;p&gt;I had the opportunity to make an installation of Debian Edu in a
2914 virtual machine when I was preparing localised version of some screen
2915 shots for the manual. I was amazed to see it worked out of the box and
2916 how comprehensive the list of software installed by default was.&lt;/p&gt;
2917
2918 &lt;p&gt;What amazed me was the complete network infrastructure directly
2919 ready to use, which can and the nice administration interface provided
2920 by &lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot;&gt;GOsa²&lt;/a&gt;. What pleased
2921 me also was the fact that among the software installed by default,
2922 there were many &quot;traditional&quot; educative software to learn languages,
2923 to count, to program... but also software to develop creativity and
2924 artistic skills with music (&lt;a href=&quot;http://ardour.org/&quot;&gt;Ardour&lt;/a&gt;,
2925 &lt;a href=&quot;http://audacity.sourceforge.net/&quot;&gt;Audacity&lt;/a&gt;) and
2926 movies/animation (I was especially thinking of
2927 &lt;a href=&quot;http://linuxstopmotion.sourceforge.net/&quot;&gt;Stopmotion&lt;/a&gt;).&lt;/p&gt;
2928
2929 &lt;p&gt;I am following the development of Debian Edu and am hanging out on
2930 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu&lt;/a&gt;.
2931 Unfortunately, I don&#39;t much time to get more involved in this
2932 beautiful project.&lt;/p&gt;
2933
2934 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
2935 Edu?&lt;/strong&gt;&lt;/p&gt;
2936
2937 &lt;p&gt;For me, the main advantages of Skolelinux/Debian Edu are its
2938 community of experts and its precise documentation, as well as the
2939 fact that it provides a solution ready to use.&lt;/p&gt;
2940
2941 &lt;p&gt;I would add also the fact that it is based on the rock solid Debian
2942 distribution, which ensures stability and provides a huge collection
2943 of educational free software.&lt;/p&gt;
2944
2945 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
2946 Edu?&lt;/strong&gt;&lt;/p&gt;
2947
2948 &lt;p&gt;Maybe the lack of manpower to do lobbying on the
2949 project. Sometimes, people who need to take decisions concerning IT do
2950 not have all the elements to evaluate properly free software
2951 solutions. The fact that support by a company may be difficult to find
2952 is probably a problem if the school does not have IT personnel.&lt;/p&gt;
2953
2954 &lt;p&gt;One can find support from a company by looking at
2955 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Help/ProfessionalHelp&quot;&gt;the
2956 wiki dokumentation&lt;/a&gt;, where some countries already have a number of
2957 companies providing support for Debian Edu, like Germany or
2958 Norway. This list is easy to find readily from the manual. However,
2959 for other countries, like France, the list is empty. I guess that
2960 consultants proposing support for Debian would be able to provide some
2961 support for Debian Edu as well.&lt;/p&gt;
2962
2963 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2964
2965 &lt;p&gt;I am using the KDE Plasma Desktop. But the pieces of software I use
2966 most runs in a terminal: Mutt and OfflineIMAP for emails, latex for
2967 scientific documents, mpd for music. VIM is my editor of choice. I am
2968 also using the mathematical software
2969 &lt;a href=&quot;http://www.scilab.org/en/scilab/about‎&quot;&gt;Scilab&lt;/a&gt; and
2970 &lt;a href=&quot;http://www.sagemath.org/index.html‎&quot;&gt;Sage&lt;/a&gt; (built from
2971 source as not completely packaged for Debian, yet).
2972
2973 &lt;p&gt;&lt;strong&gt;Do you have any suggestions for teachers interested in
2974 using the free software in Debian to teach mathematics and
2975 statistics?&lt;/strong&gt;&lt;/p&gt;
2976
2977 &lt;p&gt;I do not have any &quot;nice&quot; recommendations for statistics. At our
2978 university, we use both &lt;a href=&quot;http://www.r-project.org/‎&quot;&gt;R&lt;/a&gt; and
2979 Scilab to teach statistics and probabilistic simulations. For
2980 geometry, there are nice programs:&lt;/p&gt;
2981
2982 &lt;ul&gt;
2983
2984 &lt;li&gt;&lt;a href=&quot;http://www.drgeo.eu/&quot;&gt;drgeo&lt;/a&gt; and
2985 &lt;a href=&quot;http://edu.kde.org/applications/all/kig‎&quot;&gt;kig&lt;/a&gt; to do
2986 constructions in planar geometry
2987
2988 &lt;li&gt;&lt;a href=&quot;http://www.geom.uiuc.edu/software/download/kali.html&quot;&gt;kali&lt;/a&gt;
2989 to discover symmetry groups (the so-called wallpapers and frieze
2990 groups), although the interface looks a bit old.&lt;/li&gt;
2991
2992 &lt;/ul&gt;
2993
2994 &lt;p&gt;I like also
2995 &lt;a href=&quot;http://edu.kde.org/applications/all/cantor&quot;&gt;cantor&lt;/a&gt;, which
2996 provides a uniform interface to SciLab, Sage,
2997 &lt;a href=&quot;http://directory.fsf.org/wiki/Octave‎&quot;&gt;Octave&lt;/a&gt;, etc...&lt;/p&gt;
2998
2999 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3000 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3001
3002 &lt;p&gt;My suggestions would be to&lt;/p&gt;
3003
3004 &lt;ul&gt;
3005
3006 &lt;li&gt;advertise the reduction of costs when free software is used.&lt;/li&gt;
3007
3008 &lt;li&gt;communicate about the quality of free software projects, using
3009 well known examples like Firefox, ThunderBird and
3010 OpenOffice.org/LibreOffice.&lt;/li&gt;
3011
3012 &lt;li&gt;advertise the living and strong community around the project.&lt;/li&gt;
3013
3014 &lt;li&gt;show that it is not more difficult to use than any other
3015 system.&lt;/li&gt;
3016
3017 &lt;/ul&gt;
3018 </description>
3019 </item>
3020
3021 <item>
3022 <title>Educational applications included in Debian Edu / Skolelinux (the screenshot collection :-)</title>
3023 <link>http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html</link>
3024 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html</guid>
3025 <pubDate>Sat, 1 Jun 2013 23:50:00 +0200</pubDate>
3026 <description>&lt;p&gt;Included in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
3027 Skolelinux&lt;/a&gt;, there are quite a lot of educational software.
3028 Created to help teachers teach, and pupils learn. We have tried to
3029 tag them all using debtags use::learning and role::program, and using
3030 the debtags I was happy to be able to create a collage of the
3031 educational software packages installed by default, sorted by the
3032 debtag field. Here it is. Click on a image to learn more about the
3033 program.&lt;/p&gt;
3034
3035 &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;
3036
3037 &lt;p&gt;&lt;strong&gt;field::arts&lt;/strong&gt;&lt;/p&gt;
3038 &lt;p&gt;
3039 &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;
3040 &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;
3041 &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;
3042 &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;
3043 &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;
3044 &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;
3045 &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;
3046 &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;
3047 &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;
3048 &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;
3049 &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;
3050 &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;
3051 &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;
3052 &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;
3053 &lt;/p&gt;
3054
3055 &lt;p&gt;&lt;strong&gt;field::astronomy&lt;/strong&gt;&lt;/p&gt;
3056 &lt;p&gt;
3057 &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;
3058 &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;
3059 &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;
3060 &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;
3061 &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;
3062 &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;
3063 &lt;/p&gt;
3064
3065 &lt;p&gt;&lt;strong&gt;field::biology:structural&lt;/strong&gt;&lt;/p&gt;
3066 &lt;p&gt;
3067 &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;
3068 &lt;/p&gt;
3069
3070 &lt;p&gt;&lt;strong&gt;field::chemistry&lt;/strong&gt;&lt;/p&gt;
3071 &lt;p&gt;
3072 &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;
3073 &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;
3074 &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;
3075 &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;
3076 &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;
3077 &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;
3078 &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;
3079 &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;
3080 &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;
3081 &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;
3082 &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;
3083 &lt;/p&gt;
3084
3085 &lt;p&gt;&lt;strong&gt;field::electronics&lt;/strong&gt;&lt;/p&gt;
3086 &lt;p&gt;
3087 &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;
3088 &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;
3089 &lt;/p&gt;
3090
3091 &lt;p&gt;&lt;strong&gt;field::geography&lt;/strong&gt;&lt;/p&gt;
3092 &lt;p&gt;
3093 &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;
3094 &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;
3095 &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;
3096 &lt;/p&gt;
3097
3098 &lt;p&gt;&lt;strong&gt;field::linguistics&lt;/strong&gt;&lt;/p&gt;
3099 &lt;p&gt;
3100 &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;
3101 &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;
3102 &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;
3103 &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;
3104 &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;
3105 &lt;/p&gt;
3106
3107 &lt;p&gt;&lt;strong&gt;field::mathematics&lt;/strong&gt;&lt;/p&gt;
3108 &lt;p&gt;
3109 &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;
3110 &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;
3111 &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;
3112 &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;
3113 &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;
3114 &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;
3115 &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;
3116 &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;
3117 &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;
3118 &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;
3119 &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;
3120 &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;
3121 &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;
3122 &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;
3123 &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;
3124 &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;
3125 &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;
3126 &lt;/p&gt;
3127
3128 &lt;p&gt;&lt;strong&gt;field::physics&lt;/strong&gt;&lt;/p&gt;
3129 &lt;p&gt;
3130 &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;
3131 &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;
3132 &lt;/p&gt;
3133
3134 &lt;p&gt;&lt;strong&gt;field::TODO&lt;/strong&gt;&lt;/p&gt;
3135 &lt;p&gt;
3136 &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;
3137 &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;
3138 &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;
3139 &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;
3140 &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;
3141 &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;
3142 &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;
3143 &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;
3144 &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;
3145 &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;
3146 &lt;/p&gt;
3147
3148 &lt;p&gt;In total, 61 applications. 3 of them lacked screen shots on
3149 &lt;a href=&quot;http://screenshot.debian.net&quot;&gt;screenshot.debian.net&lt;/a&gt;. If
3150 you know of some packages we should install by default, please let us
3151 know on &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;IRC, #debian-edu
3152 on irc.debian.org&lt;/a&gt;, or our
3153 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;mailing list
3154 debian-edu@&lt;/a&gt;.&lt;/p&gt;
3155 </description>
3156 </item>
3157
3158 <item>
3159 <title>Skolelinux-intervju: Nirosan Thiyagalingam</title>
3160 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Nirosan_Thiyagalingam.html</link>
3161 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Nirosan_Thiyagalingam.html</guid>
3162 <pubDate>Fri, 24 May 2013 21:40:00 +0200</pubDate>
3163 <description>&lt;p&gt;En ting
3164 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektet&lt;/a&gt; har
3165 hatt mye glede av er studentprosjekter. F.eks. er
3166 &lt;a href=&quot;http://linuxstopmotion.org/&quot;&gt;stillbildeanimasjonssystemet
3167 Stopmotion&lt;/a&gt; resultat av et studentprosjekt i Skolelinux. De siste
3168 månedene har en ivrig student veiledet av Marius Kotsbak i
3169 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRiSK&lt;/a&gt; testet hva en
3170 kan få til med en datamaskin til NOK 400,- (antagelig 1700,- med
3171 skjerm, tastatur og mus) når det brukes i Skolelinux. Jeg spurte han
3172 om et intervju.&lt;/p&gt;
3173
3174 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3175
3176 &lt;p&gt;Jeg heter Nirosan Thiyagalingam. Jeg er 24 år og studerer
3177 dataingeniør studiet ved Høgskolen i Sør Trøndelag. Interessen for
3178 data har siden ung alder vært tilstede og jeg har i tillegg alltid
3179 vært glad i å lære nye ting. Med teknologi som endres svært hurtig er
3180 det alltid noe nytt å lære. Noe som igjen har gjort det svært
3181 interessant å følge med på utviklingen. Jeg valgte dataingeniør
3182 studiet grunnet ønske om å lære enda mer om programmering og utvikling
3183 av store systemer.&lt;/p&gt;
3184
3185 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3186
3187 &lt;p&gt;Skolelinux prosjektet hørte jeg først om i media. Men det var først
3188 når jeg skulle velge bacheloroppgave at jeg fattet mer interesse for
3189 prosjektet. Et enkelt søk på nettet førte meg til skolelinux sine
3190 hjemmesider. Informasjonen jeg fant der gjorde meg enda nysgjerrig og
3191 jeg valgte derfor en oppgave som gikk ut på å få en
3192 &lt;a href=&quot;http://www.raspberrypi.org&quot;&gt;Raspberry PI&lt;/a&gt;. Altså en
3193 ultra-billig datamaskin til å kjøre Debian Edu på lik linje med
3194 vanlige datamaskiner. I løpet av prosjektet ble det gjort mye
3195 forskning på nettet. Det var mye jeg måtte forstå rundt hvordan
3196 operativsystemet Linux fungerte før jeg kunne angripe
3197 problemet. Prøvde først å finne ut hvordan man kunne transformere en
3198 vanlig installasjon av Skolelinux til Raspberry PI, men dette var
3199 altfor vanskelig å jeg endte opp med mer spørsmål enn svar. Det ble
3200 videre opprettet kontakt med Skolelinux utviklere på IRC der jeg fikk
3201 diskutert hvilken retning jeg burde gå for å få til en fullverdig
3202 løsning. Det ble bestemt at jeg skulle gå for å først installere
3203 &lt;a href=&quot;http://www.raspbian.org/&quot;&gt;Raspian&lt;/a&gt;. Dette er et
3204 operativsystem basert på Debian spesiallaget for Raspberry Pi sin
3205 maskinvare. Nå som Debian var installert på datamaskinen gjenstod det
3206 å installere de nødvendige Skolelinux pakkene for å få til et
3207 fullverdig system. Disse pakkene ble installert manuelt i første
3208 omgang, men ble senere installert automatisk via et script som Petter
3209 Reinholdtsen laget. Dette scriptet er så enkel å bruke at man er i
3210 gang med installasjonen i løpet av bare 5 minutter. Ikke nok med det,
3211 alt skjer helt automatisk. Alt i alt er jeg veldig fornøyd med
3212 resultatet av installasjonsprosessen. Raspberry Pi er en veldig svak
3213 maskin og det merkes godt når man har installert Skolelinux på
3214 den. Video og 3D-rendering fungerer utrolig dårlig, men nettsurfing og
3215 kontorprogrammer fungerer godt. Det kan derfor konkluderes med at
3216 datamaskinen er egnet for enkle oppgaver.
3217
3218 &lt;p&gt;Jeg syns det er viktig påpeke at dette kun er startfasen av en slik
3219 løsning. På markedet finnes det nå maskiner som har bedre hardware enn
3220 Raspberry Pi. Det er store muligheter for at man kan klare å
3221 installere Skolelinux på disse også, og da forsvinner nok mest
3222 sannsynlig ytelsesproblemene med Video og 3D rendering også.&lt;/p&gt;
3223
3224 &lt;p&gt;Det ble også prøvd med en løsning som gjorde at Raspberry Pi
3225 fungerte som en tynnklient. Denne løsningen hadde langt bedre ytelse
3226 med tanke på hastighet og brukeropplevelse. Men også her var video og
3227 3D rendering dårlig. Det ble brukt en liten Linux distribusjon kalt
3228 &lt;a href=&quot;http://www.berryterminal.com/&quot;&gt;BerryTerminal&lt;/a&gt; for å få til
3229 dette.&lt;/p&gt;
3230
3231 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3232
3233 &lt;p&gt;Fordelen med Skolelinux er mange. At det er gratis er en stor
3234 fordel, men at det er så mange som er med på å utvikle det og
3235 vedlikeholde det er en enda større fordel. Allerede før jeg startet
3236 med prosjektet så jeg mange fordeler, og når jeg nærmet meg sluttfasen
3237 så jeg langt flere. At prosjektet skulle inneha en så høy kvalitet
3238 hadde jeg aldri trodd. En vanlig Skolelinux installasjon har de
3239 nødvendige programmene og funksjonen som både små og store skoler i
3240 tillegg til organisasjoner kan klare seg med. At prosjektet tilbyr en
3241 så komplett løsning er en kjempefordel. Installasjonen er knirkefri
3242 og det er svært enkelt å installere og komme i gang.&lt;/p&gt;
3243
3244 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3245
3246 &lt;p&gt;Ulempene jeg ser med prosjektet er ryddigheten av websidene. Selv
3247 om websidene er enkle og konsise er det allikevel ikke appellerende i
3248 like stor grad som for eksempel
3249 &lt;a href=&quot;http://www.ubuntu.com&quot;&gt;Ubuntu&lt;/a&gt; sine sider. Deres side
3250 tilbyr, i tillegg til godt design og presentasjon, en nettbasert
3251 emulator av deres operativsystem. Dette er en stor fordel slik jeg ser
3252 det. Bortsett fra dette ser jeg absolutt ingen ulemper med
3253 Skolelinux-prosjektet.&lt;/p&gt;
3254
3255 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3256
3257 &lt;p&gt;Til daglig er jeg en flittig bruker av det åpne media
3258 sentersystemet &lt;a href=&quot;http://xbmc.org/&quot;&gt;XBMC&lt;/a&gt;. Det enorme
3259 samfunnet rundt dette prosjektet har gjort dette til et program som
3260 dekker alles behov. Man kan tilpasse det akkurat slik man vil både med
3261 tanke på utseende og funksjoner ved installere plug-ins eller
3262 scripts.&lt;/p&gt;
3263
3264 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3265 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3266
3267 &lt;p&gt;Strategien som burde brukes sett fra mine øyne er
3268 markedsføring. Jeg er sikker på at om flere skoler fikk et lite innsyn
3269 i hvor bra Skolelinux er så ville de ikke nølt med å gå over fra noe
3270 annet som koster de store summer. At skolelinux til de grader tilbyr
3271 en så komplett løsning bure komme frem. Enten via reklamekampanjer
3272 eller ved å sende ut folk til skoler for så å la skolenettverk
3273 ansvarlige få teste ut hvordan Skolelinux fungerer i praksis. Om det
3274 i tillegg ble utviklet gode websider og en emulator for å la brukere
3275 prøve operativsystemet ville nok dette ha styrket inntrykket
3276 betraktelig.&lt;/p&gt;
3277 </description>
3278 </item>
3279
3280 <item>
3281 <title>How to transform a Debian based system to a Debian Edu installation</title>
3282 <link>http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html</link>
3283 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html</guid>
3284 <pubDate>Fri, 17 May 2013 11:50:00 +0200</pubDate>
3285 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; is
3286 an operating system based on Debian intended for use in schools. It
3287 contain a turn-key solution for the computer network provided to
3288 pupils in the primary schools. It provide both the central server,
3289 network boot servers and desktop environments with heaps of
3290 educational software. The project was founded almost 12 years ago,
3291 2001-07-02. If you want to support the project, which is in need for
3292 cash to fund developer gatherings and other project related activity,
3293 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;please
3294 donate some money&lt;/a&gt;.
3295
3296 &lt;p&gt;A topic that come up again and again on the Debian Edu mailing
3297 lists and elsewhere, is the question on how to transform a Debian or
3298 Ubuntu installation into a Debian Edu installation. It isn&#39;t very
3299 hard, and last week I wrote a script to replicate the steps done by
3300 the Debian Edu installer.&lt;/p&gt;
3301
3302 &lt;p&gt;The script,
3303 &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;
3304 in the debian-edu-config package, will go through these six steps and
3305 transform an existing Debian Wheezy or Ubuntu (untested) installation
3306 into a Debian Edu Workstation:&lt;/p&gt;
3307
3308 &lt;ol&gt;
3309
3310 &lt;li&gt;Add skolelinux related APT sources.&lt;/li&gt;
3311 &lt;li&gt;Create /etc/debian-edu/config with the wanted configuration.&lt;/li&gt;
3312 &lt;li&gt;Install debian-edu-install to load preseeding values and pull in
3313 our configuration.&lt;/li&gt;
3314 &lt;li&gt;Preseed debconf database with profile setup in
3315 /etc/debian-edu/config, and run tasksel to install packages
3316 according to the profile specified in the config above,
3317 overriding some of the Debian automation machinery.&lt;/li&gt;
3318 &lt;li&gt;Run debian-edu-cfengine-D installation to configure everything
3319 that could not be done using preseeding.&lt;/li&gt;
3320 &lt;li&gt;Ask for a reboot to enable all the configuration changes.&lt;/li&gt;
3321
3322 &lt;/ol&gt;
3323
3324 &lt;p&gt;There are some steps in the Debian Edu installation that can not be
3325 replicated like this. Disk partitioning and LVM setup, for example.
3326 So this script just assume there is enough disk space to install all
3327 the needed packages.&lt;/p&gt;
3328
3329 &lt;p&gt;The script was created to help a Debian Edu student working on
3330 setting up &lt;a href=&quot;http://www.raspberrypi.org&quot;&gt;Raspberry Pi&lt;/a&gt; as a
3331 Debian Edu client, and using it he can take the existing
3332 &lt;a href=&quot;http://www.raspbian.org/FrontPage‎&quot;&gt;Raspbian&lt;/a&gt; installation and
3333 transform it into a fully functioning Debian Edu Workstation (or
3334 Roaming Workstation, or whatever :).&lt;/p&gt;
3335
3336 &lt;p&gt;The default setting in the script is to create a KDE Workstation.
3337 If a LXDE based Roaming workstation is wanted instead, modify the
3338 PROFILE and DESKTOP values at the top to look like this instead:&lt;/p&gt;
3339
3340 &lt;p&gt;&lt;pre&gt;
3341 PROFILE=&quot;Roaming-Workstation&quot;
3342 DESKTOP=&quot;lxde&quot;
3343 &lt;/pre&gt;&lt;/p&gt;
3344
3345 &lt;p&gt;The script could even become useful to set up Debian Edu servers in
3346 the cloud, by starting with a virtual Debian installation at some
3347 virtual hosting service and setting up all the services on first
3348 boot.&lt;/p&gt;
3349 </description>
3350 </item>
3351
3352 <item>
3353 <title>Second alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
3354 <link>http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
3355 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
3356 <pubDate>Tue, 14 May 2013 23:30:00 +0200</pubDate>
3357 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
3358 project&lt;/a&gt; is making great progress and made its second Wheezy based
3359 release today. This is the release announcement:&lt;/p&gt;
3360
3361 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.0.0 alpha1 released
3362 2013-05-14&lt;/strong&gt;&lt;/p&gt;
3363
3364 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
3365 alpha1, based on &lt;a href=&quot;http://www.debian.org&quot;&gt;Debian&lt;/a&gt; with
3366 codename &quot;Wheezy&quot;.&lt;/p&gt;
3367
3368 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
3369
3370 &lt;p&gt;Debian Edu, also known as Skolelinux, is a Linux distribution based
3371 on Debian providing an out-of-the box environment of a completely
3372 configured school network. Immediatly after installation a school
3373 server running all services needed for a school network is set up just
3374 waiting for users and machines being added via GOsa², a comfortable
3375 Web-UI. A netbooting environment is prepared using PXE, so after
3376 initial installation of the main server from CD, DVD or USB stick all
3377 other machines can be installed via the network.&lt;/p&gt;
3378
3379 &lt;p&gt;This is the first test release based on Wheezy (which currently is
3380 not released yet). Basically this is an updated and slightly improved
3381 version compared to the Squeeze release.&lt;/p&gt;
3382
3383 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
3384 &lt;ul&gt;
3385 &lt;li&gt;Install freemind (0.9.0) by default, and stop installing vym by
3386 default.&lt;/li&gt;
3387 &lt;li&gt;Install chromium (26.0.1410.43) by default.&lt;/li&gt;
3388 &lt;li&gt;Install goplay (0.5-1.1) to make golearn available by default.&lt;/li&gt;
3389 &lt;li&gt;Updated support for Japanese input methods, now based on
3390 ibus-anthy.&lt;/li&gt;
3391 &lt;/ul&gt;
3392
3393 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
3394 &lt;ul&gt;
3395
3396 &lt;li&gt;Switched default file system from ext3 to ext4 for speed and
3397 reliability improvements.&lt;/li&gt;
3398 &lt;li&gt;Got rid of unwanted winbind daemon and PAM setup activated because
3399 of &lt;a href=&quot;http://bugs.debian.org/706434&quot;&gt;706434&lt;/a&gt;.&lt;/li&gt;
3400 &lt;li&gt;Extended and improved the testsuite tests to detect more possible
3401 problems.&lt;/li&gt;
3402 &lt;li&gt;Corrected proxy handling to not set http_proxy to a bogus
3403 direct:// URL.&lt;/li&gt;
3404 &lt;li&gt;Corrected proxy setup for diskless workstations.&lt;/li&gt;
3405 &lt;li&gt;Corrected PXE setup to use our updated udebs during installation.&lt;/li&gt;
3406 &lt;li&gt;Made installation handling of low entropy level more robust.&lt;/li&gt;
3407 &lt;li&gt;Create larger partitions for Roaming workstations and Thin client
3408 servers, to make room for all the software installed.&lt;/li&gt;
3409 &lt;li&gt;Fix bug in Roaming workstation PAM setup, making it impossible to
3410 log in (&lt;a href=&quot;http://bugs.debian.org/706753&quot;&gt;706753&lt;/a&gt;).&lt;/li&gt;
3411 &lt;/ul&gt;
3412
3413 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
3414 &lt;ul&gt;
3415
3416 &lt;li&gt;IP resolution for the local hostname give useless IPv6 address
3417 (&lt;a href=&quot;http://bugs.debian.org/705900&quot;&gt;705900&lt;/a&gt;). Only install
3418 libnss-myhostname on roaming workstations until it is fixed.&lt;/li&gt;
3419 &lt;li&gt;DVD images are not yet ready.&lt;/li&gt;
3420 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
3421 available yet (&lt;a href=&quot;http://bugs.debian.org/698840&quot;&gt;698840&lt;/a&gt;).&lt;/li&gt;
3422 &lt;li&gt;Missing artwork for the KDE desktop (and probably a few others).&lt;/li&gt;
3423 &lt;li&gt;KDE Debian submenu lacks icons.&lt;/li&gt;
3424 &lt;li&gt;LXDE menu lacks entry for changing GOsa password
3425 (website). Installing gosa-desktop will be an option.&lt;/li&gt;
3426 &lt;li&gt;Backup configuration via web interface is impossible due to
3427 password submission problem
3428 (&lt;a href=&quot;http://bugs.debian.org/700257&quot;&gt;700257&lt;/a&gt;).&lt;/li&gt;
3429
3430 &lt;/ul&gt;
3431
3432 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
3433
3434 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
3435 &lt;ul&gt;
3436
3437 &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;
3438 &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;
3439 &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;
3440
3441 &lt;/ul&gt;
3442
3443 &lt;p&gt;The MD5SUM of this image is: 685ed76c1aa8e44b12d3fde21faf450b&lt;/p&gt;
3444
3445 &lt;p&gt;The SHA1SUM of this image is: 6c874de157024da13e115bab29c068080a11ec4c&lt;/p&gt;
3446
3447 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
3448
3449 &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;
3450 </description>
3451 </item>
3452
3453 <item>
3454 <title>Narvik sparer minst 9 millioner på å bruke Skolelinux</title>
3455 <link>http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html</link>
3456 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html</guid>
3457 <pubDate>Fri, 10 May 2013 18:30:00 +0200</pubDate>
3458 <description>&lt;p&gt;I fjor sommer ble jeg
3459 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html&quot;&gt;gledelig
3460 overrasket&lt;/a&gt; over et oppslag i avisen Fremover om Narvik kommunes
3461 bruk av &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;. Oppslaget
3462 var basert på et notat som besvarte spørsmål fra ordfører Tor Nysæter
3463 og rådgiver for skolesektoren, Petter Falkbu, om bruken av Skolelinux
3464 i Narvikskolene og konstnaden ved å gå over til Windows. For litt
3465 over en uke siden siden fikk jeg endelig bedt kommunen om å få innsyn
3466 i dette notatet, og det ble oversendt på epost tirsdag. Jeg fikk
3467 &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
3468 ut notatet&lt;/a&gt; samme dag, og fikk i dag sjekket postlista til Narvik,
3469 der jeg fant notatet som
3470 &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
3471 2013/1023&lt;/a&gt;.&lt;/p&gt;
3472
3473 &lt;p&gt;Notatet forteller at Narvik ville måtte betalt minst 9 millioner
3474 for å gå over til Windows på skolene. I tillegg dokumenterer notatet
3475 at læreplanens krav oppfylles uten problemer ved bruk av Skolelinux.
3476 Jeg anbefaler alle å lese de 10 sidene med gode argumenter for å kutte
3477 unødige utgifter på IT i skoleverket. :)&lt;/p&gt;
3478 </description>
3479 </item>
3480
3481 <item>
3482 <title>Debian Wheezy is out - and Debian Edu / Skolelinux should soon follow! #newinwheezy</title>
3483 <link>http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html</link>
3484 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html</guid>
3485 <pubDate>Sun, 5 May 2013 07:40:00 +0200</pubDate>
3486 <description>&lt;p&gt;When I woke up this morning, I was very happy to see that the
3487 &lt;a href=&quot;http://www.debian.org/News/2013/20130504&quot;&gt;release announcement
3488 for Debian Wheezy&lt;/a&gt; was waiting in my mail box. This is a great
3489 Debian release, and I expect to move my machines at home over to it fairly
3490 soon.&lt;/p&gt;
3491
3492 &lt;p&gt;The new debian release contain heaps of new stuff, and one program
3493 in particular make me very happy to see included. The
3494 &lt;a href=&quot;http://scratch.mit.edu/&quot;&gt;Scratch&lt;/a&gt; program, made famous by
3495 the &lt;a href=&quot;http://www.code.org/&quot;&gt;Teach kids code&lt;/a&gt; movement, is
3496 included for the first time. Alongside similar programs like
3497 &lt;a href=&quot;http://edu.kde.org/kturtle/&quot;&gt;kturtle&lt;/a&gt; and
3498 &lt;a href=&quot;http://wiki.sugarlabs.org/go/Activities/Turtle_Art&quot;&gt;turtleart&lt;/a&gt;,
3499 it allow for visual programming where syntax errors can not happen,
3500 and a friendly programming environment for learning to control the
3501 computer. Scratch will also be included in the next release of Debian
3502 Edu.&lt;/a&gt;
3503
3504 &lt;p&gt;And now that Wheezy is wrapped up, we can wrap up the next Debian
3505 Edu/Skolelinux release too. The
3506 &lt;a href=&quot;http://lists.debian.org/debian-edu/2013/04/msg00132.html&quot;&gt;first
3507 alpha release&lt;/a&gt; went out last week, and the next should soon
3508 follow.&lt;p&gt;
3509 </description>
3510 </item>
3511
3512 <item>
3513 <title>First alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
3514 <link>http://people.skolelinux.org/pere/blog/First_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
3515 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
3516 <pubDate>Fri, 26 Apr 2013 08:30:00 +0200</pubDate>
3517 <description>&lt;p&gt;The Debian Edu / Skolelinux project is still going strong and made
3518 its first Wheezy based release today. This is the release
3519 announcement:&lt;/p&gt;
3520
3521 &lt;p&gt;&lt;strong&gt;New features for Debian Edu ~7.0.0 alpha0 released
3522 2013-04-26&lt;/strong&gt;&lt;/p&gt;
3523
3524 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux ~7.0.0
3525 edu alpha0, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
3526
3527 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
3528
3529 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
3530 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
3531 out-of-the box environment of a completely configured school
3532 network. Immediatly after installation a school server running all
3533 services needed for a school network is set up just waiting for users
3534 and machines being added via GOsa², a comfortable Web-UI. A netbooting
3535 environment is prepared using PXE, so after initial installation of
3536 the main server from CD, DVD or USB stick all other machines can be
3537 installed via the network.&lt;/p&gt;
3538
3539 &lt;p&gt;This is the first test release based on Wheezy (which currently is
3540 not released yet). Basically this is an updated and slightly improved
3541 version compared to the Squeeze release.&lt;/p&gt;
3542
3543 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
3544
3545 &lt;ul&gt;
3546 &lt;li&gt;Everything which is new in Debian Wheezy, eg:
3547 &lt;ul&gt;
3548 &lt;li&gt;Linux kernel 3.2.x&lt;/li&gt;
3549 &lt;li&gt;Desktop environments KDE &quot;Plasma&quot; 4.8.4, GNOME 3.4, and LXDE 4
3550 (KDE is installed by default; to choose GNOME or LXDE: see
3551 manual.)&lt;/li&gt;
3552 &lt;li&gt;Web browser Iceweasel 10 ESR&lt;/li&gt;
3553 &lt;li&gt;LibreOffice 3.5.4&lt;/li&gt;
3554 &lt;li&gt;LTSP 5.4.2&lt;/li&gt;
3555 &lt;li&gt;GOsa 2.7.4&lt;/li&gt;
3556 &lt;li&gt;CUPS print system 1.5.3&lt;/li&gt;
3557 &lt;li&gt;Educational toolbox GCompris 12.01&lt;/li&gt;
3558 &lt;li&gt;Music creator Rosegarden 12.04&lt;/li&gt;
3559 &lt;li&gt;Image editor Gimp 2.8.2&lt;/li&gt;
3560 &lt;li&gt;Virtual universe Celestia 1.6.1&lt;/li&gt;
3561 &lt;li&gt;Virtual stargazer Stellarium 0.11.3&lt;/li&gt;
3562 &lt;li&gt;Scratch visual programming environment 1.4.0.6&lt;/li&gt;
3563 &lt;li&gt;New version of debian-installer from Debian Wheezy, see
3564 &lt;a href=&quot;http://www.debian.org/releases/wheezy/installmanual&quot;&gt;installation
3565 manual&lt;/a&gt; for more details.&lt;/li&gt;
3566 &lt;li&gt;Debian Wheezy includes about 37000 packages available for
3567 installation.&lt;/li&gt;
3568 &lt;li&gt;More information about Debian Wheezy 7.0 is provided in the
3569 &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;
3570 &lt;/ul&gt;&lt;/li&gt;
3571 &lt;/ul&gt;
3572
3573 &lt;p&gt;&lt;strong&gt;Documentation&lt;/strong&gt;&lt;/p&gt;
3574 &lt;ul&gt;
3575 &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
3576 German, French, Italian and Danish. Partly translated versions exist
3577 for Norwegian Bokmal and Spanish.&lt;/li&gt;
3578 &lt;/ul&gt;
3579
3580 &lt;p&gt;&lt;Strong&gt;LDAP related changes&lt;/strong&gt;&lt;/p&gt;
3581 &lt;ul&gt;
3582 &lt;li&gt;Slight changes to some objects and acls to have more types to
3583 choose from when adding systems in GOsa. Now systems can be of type
3584 server, workstation, printer, terminal or netdevice.&lt;/li&gt;
3585 &lt;/ul&gt;
3586
3587 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
3588 &lt;ul&gt;
3589 &lt;li&gt;LTSP clients start as diskless workstation / thin client can be
3590 configured via command line argument -- or individually adding an
3591 entry in lts.conf or LDAP.&lt;li&gt;
3592 &lt;li&gt;GOsa gui: Now some options that seemed to be available, but are non
3593 functional, are greyed out (or are not clickable). Some tabs are
3594 completely hidden to the end user, others even to the GOsa admin.&lt;/li&gt;
3595 &lt;/ul&gt;
3596
3597 &lt;p&gt;&lt;strong&gt;Regressions&lt;/strong&gt;&lt;/p&gt;
3598 &lt;ul&gt;
3599 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv) available
3600 yet.&lt;/li&gt;
3601 &lt;/ul&gt;
3602
3603 &lt;p&gt;&lt;strong&gt;No updated artwork&lt;/strong&gt;&lt;/p&gt;
3604
3605 &lt;ul&gt;
3606 &lt;li&gt;Updated artwork which is visible during installation, in the login
3607 screen and as desktop wallpaper is still missing or the same as we
3608 had for our Squeeze based release.&lt;/li&gt;
3609 &lt;/ul&gt;
3610
3611 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
3612
3613 To download the multiarch netinstall CD release you can use
3614 &lt;ul&gt;
3615 &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;
3616 &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;
3617 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/&lt;/li&gt;
3618 &lt;/ul&gt;
3619
3620 &lt;p&gt;The MD5SUM of this image is: c5e773ddafdaa4f48c409c682f598b6c&lt;/p&gt;
3621
3622 &lt;p&gt;The SHA1SUM of this image is: 25934fabb9b7d20235499a0a51f08ce6c54215f2&lt;/p&gt;
3623
3624 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
3625
3626 &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;
3627 </description>
3628 </item>
3629
3630 <item>
3631 <title>First Debian Edu / Skolelinux developer gathering in 2013 take place in Trondheim</title>
3632 <link>http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html</link>
3633 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html</guid>
3634 <pubDate>Tue, 16 Apr 2013 15:00:00 +0200</pubDate>
3635 <description>&lt;p&gt;This years first &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux /
3636 Debian Edu&lt;/a&gt; developer gathering take place the coming weekend in Trondheim.
3637 Details about the gathering can be found
3638 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2013-04-19-21-Trondheim&quot;&gt;on
3639 the FRiSK wiki&lt;/a&gt;. The dates are 19-21th of April 2013, and online
3640 participation for those unable to make it in person is very welcome,
3641 and I plan to participate online myself as I could not leave Oslo this
3642 weekend.&lt;/p&gt;
3643
3644 &lt;p&gt;The focus of the gathering is to work on the web pages and project
3645 infrastructure, and to continue the work on the Wheezy based Debian
3646 Edu release.&lt;/p&gt;
3647
3648 &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;
3649 </description>
3650 </item>
3651
3652 <item>
3653 <title>Skolelinux 6 got a video review from Pcwizz</title>
3654 <link>http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html</link>
3655 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html</guid>
3656 <pubDate>Sun, 17 Mar 2013 10:30:00 +0100</pubDate>
3657 <description>&lt;p&gt;Via
3658 &lt;a href=&quot;https://twitter.com/pcwizz/status/313044373262716930&quot;&gt;twitter&lt;/a&gt;
3659 I just discovered that &lt;a href=&quot;http://pcwizz.net/&quot;&gt;Pcwizz&lt;/a&gt; have
3660 done a &lt;a href=&quot;http://www.youtube.com/watch?v=wPzTZ61Pcuc&quot;&gt;video
3661 review&lt;/a&gt; on Youtube of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux
3662 / Debian Edu&lt;/a&gt; version 6. He installed the standalone profile and
3663 the video show a walk-through of of the menu content, demonstration of
3664 a few programs and his view of our distribution.&lt;/p&gt;
3665
3666 &lt;p&gt;There is also some really nice quotes (transcribed by me, might
3667 have heard wrong). While looking thought the Graphics menu:&lt;/p&gt;
3668
3669 &lt;blockquote&gt;
3670 &quot;Basically everything you ever need in a school environment.&quot;
3671 &lt;/blockquote&gt;
3672
3673 &lt;p&gt;And as a general evaluation of the entire distribution:&lt;/p&gt;
3674
3675 &lt;blockquote&gt;
3676 &quot;So, yeah, a bit bloated. It kept all the Debian stuff in there, just
3677 to keep it nice and GNU. So, I do not want to go on about it, but
3678 lets give it 7 out of 10. I am not going to use it. That is because
3679 I am not deploying a school network. There may be some mythical
3680 feature to help you deploy Skolelinux on a school network.&quot;
3681 &lt;/blockquote&gt;
3682
3683 &lt;p&gt;To bad he did not test the server profile, and discovered the PXE
3684 installation option. It make it possible to install only the main
3685 server from CD, and the rest of the machines via the net, and might be
3686 considered the mythical feature he talk about. :)&lt;/p&gt;
3687
3688 &lt;p&gt;While looking through the menus, there is also this funny comment
3689 about the part of the K menu generated from the Debian menu subsystem:
3690
3691 &lt;blockquote&gt;
3692 &quot;[The K menu] have a special Debian section for software that no-one
3693 is going to look at, because it contain lots of junky stuff that you
3694 actually don&#39;t need in the education distribution, but have just been
3695 included because it isn&#39;t stripped out for some reason.&quot;
3696 &lt;/blockquote&gt;
3697
3698 &lt;p&gt;I guess it is yet another argument for merging the Debian menu and
3699 Gnome/KDE desktop menu entries into
3700 &lt;a href=&quot;http://wiki.debian.org/Proposals/DebianMenuUsingDesktopEntries&quot;&gt;one
3701 consistent menu system&lt;/a&gt; instead of two incomplete and partly
3702 inconsistent menu systems.&lt;/p&gt;
3703
3704 &lt;p&gt;The entire video is available below for those accepting iframe
3705 embedding:&lt;/p&gt;
3706
3707 &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;
3708 </description>
3709 </item>
3710
3711 <item>
3712 <title>First Skolelinux / Debian Edu Squeeze update released</title>
3713 <link>http://people.skolelinux.org/pere/blog/First_Skolelinux___Debian_Edu_Squeeze_update_released.html</link>
3714 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Skolelinux___Debian_Edu_Squeeze_update_released.html</guid>
3715 <pubDate>Fri, 8 Mar 2013 09:30:00 +0100</pubDate>
3716 <description>&lt;p&gt;Last Sunday, 2013-03-03,, Holger Levsen announced the first update
3717 of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt;
3718 based on Debian Squeeze. This is the first update since
3719 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;the
3720 initial release 2012-03-11&lt;/a&gt;. This is the
3721 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2013/03/msg00000.html&quot;&gt;release
3722 announcement email from Holger&lt;/a&gt;:&lt;/p&gt;
3723
3724 &lt;blockquote&gt;&lt;p&gt;Hi,&lt;/p&gt;
3725
3726 &lt;p&gt;it&#39;s my pleasure to announce the immediate availability of Debian
3727 Edu 6.0.7+r1 (&quot;Debian Edu Squeeze&quot;).&lt;/p&gt;
3728
3729 &lt;p&gt;Debian Edu 6.0.7+r1 is an incremental update to Debian Edu
3730 6.0.4+r0, containing all the changes between Debian 6.0.4 and 6.0.7 as
3731 well Debian Edu specific bugfixes and enhancements. See below (in this
3732 mail) for the full list of (edu) changes. Please see
3733 &lt;a href=&quot;http://www.debian.org/News/2012/20120311&quot;&gt;http://www.debian.org/News/2012/20120311&lt;/a&gt;
3734 for more information on &quot;Debian Edu Squeeze&quot;.&lt;/p&gt;
3735
3736 &lt;p&gt;Images are available for download at
3737 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/&lt;/a&gt;&lt;/p&gt;
3738
3739 &lt;p&gt;md5sums:
3740 &lt;br&gt;1fe79eb4f0f9ae1c58fc318e26cc1e2e debian-edu-6.0.7+r1-CD.iso
3741 &lt;br&gt;a6ddd924a8bd9a1b5ca122e8fe1c34ec debian-edu-6.0.7+r1-DVD.iso
3742 &lt;br&gt;ac6c72cd7925ccec51bfbf58e2a7c69c debian-edu-6.0.7+r1-source-DVD.iso&lt;/p&gt;
3743
3744 &lt;p&gt;sha1sums:
3745 &lt;br&gt;a4b58233b672a99c7df8dc24fb6de3327654a5c3 debian-edu-6.0.7+r1-CD.iso
3746 &lt;br&gt;9b524915e0ff2aa793f13d93123e5bd2bab2dbaa debian-edu-6.0.7+r1-DVD.iso
3747 &lt;br&gt;43997614893fc5e9e59ad6ce066b05d07fd836fa debian-edu-6.0.7+r1-source-DVD.iso&lt;/p&gt;
3748
3749 &lt;p&gt;These images are suitable for amd64+i386.&lt;/p&gt;
3750
3751 &lt;p&gt;Changes for Debian Edu 6.0.7+r1 Codename &quot;Squeeze&quot;, released
3752 2013-03-03:&lt;/p&gt;
3753
3754 &lt;ul&gt;
3755 &lt;li&gt;sitesummary was updated from 0.1.3 to 0.1.8
3756 &lt;ul&gt;
3757 &lt;li&gt;Make Nagios configuration more robust and efficient&lt;/li&gt;
3758 &lt;li&gt;Comply with 3.X kernel&lt;/li&gt;
3759 &lt;/ul&gt;&lt;/li&gt;
3760 &lt;li&gt;debian-edu-doc from 1.4~20120310~6.0.4+r0 to 1.4~20130228~6.0.7+r1
3761 &lt;ul&gt;
3762 &lt;li&gt;Minor updates from the wiki&lt;/li&gt;
3763 &lt;li&gt;Danish translation now complete&lt;/li&gt;
3764 &lt;/ul&gt;&lt;/li&gt;
3765 &lt;li&gt;debian-edu-config from 1.453 to 1.455
3766 &lt;ul&gt;
3767 &lt;li&gt;Fix /etc/hosts for LTSP diskless workstations. Closes: #699880&lt;/li&gt;
3768 &lt;li&gt;Make ltsp_local_mount script work for multiple devices.&lt;/li&gt;
3769 &lt;li&gt;Correct Kerberos user policy: don&#39;t expire password after 2 days.
3770 Closes: #664596&lt;/li&gt;
3771 &lt;li&gt;Handle &#39;#&#39; characters in the root or first users password.
3772 Closes: #664976&lt;/li&gt;
3773 &lt;li&gt;Fixes for gosa-sync:
3774 &lt;ul&gt;
3775 &lt;li&gt;Don&#39;t fail if password contains &quot;&lt;/li&gt;
3776 &lt;li&gt;Don&#39;t disclose new password string in syslog&lt;/li&gt;
3777 &lt;/ul&gt;&lt;/li&gt;
3778 &lt;li&gt;Fixes for gosa-create:
3779 &lt;ul&gt;
3780 &lt;li&gt;Invalidate libnss cache before applying changes&lt;/li&gt;
3781 &lt;li&gt;Multiple failures during mass user import into GOsa²&lt;/li&gt;
3782 &lt;li&gt;gosa-netgroups plugin: don&#39;t erase entries of attribute type
3783 &quot;memberNisNetgroup&quot;. Closes: #687256&lt;/li&gt;
3784 &lt;li&gt;First user now uses the same Kerberos policy as all other users&lt;/li&gt;
3785 &lt;/ul&gt;&lt;/li&gt;
3786 &lt;li&gt;Add Danish web page&lt;/li&gt;
3787 &lt;/ul&gt;
3788 &lt;li&gt;debian-edu-install from 1.528 to 1.530
3789 &lt;ul&gt;
3790 &lt;li&gt;Improve preseeding support and documentation&lt;/li&gt;
3791 &lt;/ul&gt;&lt;/li&gt;
3792 &lt;/ul&gt;
3793
3794 &lt;p&gt;End-user documentation in English is available at
3795 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/&quot;&gt;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/&lt;/a&gt;
3796 - translations to French, Italian, Danish and German are available in
3797 the debian-edu-doc package. (Other languages could use your help!)&lt;/p&gt;
3798
3799 &lt;p&gt;If you want to contribute to Debian Edu, please join our
3800 mailinglist
3801 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@lists.debian.org&lt;/a&gt;!
3802 &lt;/p&gt;&lt;/blockquote&gt;
3803
3804 &lt;p&gt;I am very happy to see the fruits of a year of hard work. :)&lt;/p&gt;
3805 </description>
3806 </item>
3807
3808 <item>
3809 <title>Skolelinux-intervju: Helge Tore Høyland</title>
3810 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</link>
3811 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</guid>
3812 <pubDate>Fri, 22 Feb 2013 08:10:00 +0100</pubDate>
3813 <description>&lt;p&gt;Etter en lang pause og travle uker har jeg endelig klart å få
3814 samlet et nytt intervju med en av folkene i
3815 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet.
3816 Denne gang er det Helge Tore Høyland, en mangeårig bidragsyter på
3817 epostlistene og ellers i prosjektet.&lt;/p&gt;
3818
3819 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3820
3821 &lt;p&gt;Eg er IT-konsulent/teknikker hjå eit firma i Steinkjer med navn
3822 &lt;a href=&quot;http://unoit.no/&quot;&gt;Uno IT&lt;/a&gt;. Uno IT er eit lite firma som
3823 drifter nettverk og maskiner for små og mellomstore firma
3824 Steinkjer-området. Per dags dato er me 2 ansatte. Min faglege bakgrunn
3825 er Fagbrev som it-teknikker, samt nokre fag innen nettverk- og
3826 server-drift frå HiST og NTNU. Dagleg arbeid består i oppsett av nye
3827 maskiner og hjelp til sluttbrukere, samt oppsett og vedlikehold av eit
3828 vidt spekter av fagsystemer ute hjå kunder. Erfaring med Skolelinux
3829 har eg hatt i forbindelse med drifting av
3830 &lt;a href=&quot;http://www.bjorkly.no/&quot;&gt;Bjørkly skule&lt;/a&gt;, ein privat
3831 grunnskule i Namsos-området. I dag har skulen 65 elever, 15 lærere, 1
3832 hovedserver og ca 60 klienter som kjører halvtjukt. Eg har bygd og
3833 driftet systemet sidan summaren 2006.&lt;/p&gt;
3834
3835 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3836
3837 &lt;p&gt;Eg kom i kontakt med Skolelinux-prosjektet via ein artikkel i eit
3838 fagblad, som eg ikkje lenger hugsar namnet på. I og med at eg allereie
3839 hadde pusla med nettverk for ein annan skule, fatta eg straks
3840 interesse for prosjektet.&lt;/p&gt;
3841
3842 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3843
3844 &lt;p&gt;Fordelane med Skolelinux er sentralisert administrasjon og svært
3845 mange gode verktøy «ut av boksen». Veldig kjekt å kunne drifte 60
3846 klientar med berre å «bry» seg med ein server. Levetid for systemets
3847 hardware er og ein veldig fin effekt. I tillegg kjem fordelar som økt
3848 sikkerhet og mindre lisenskostnader. Etter min erfaring er det og
3849 mykje mindre driftskostnader med eit slikt system enn konkurrerande
3850 system, pga enkelhet med sentralisert administrasjon. På grunn av at
3851 Skolelinux er basert på Debian er det òg svært stabilt.&lt;/p&gt;
3852
3853 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3854
3855 &lt;p&gt;Ulemper er mangel på vilje til å følge standarer ute i markedet,
3856 som fører til mangel på støtte til nokre mykje brukte ting. Flash og
3857 Java er typiske eksempel. Sidan Debian satsar på stabilitet framfor å
3858 ha nyeste pakke av eit program, kan ein i nokre tilfeller kome borti
3859 at program vert «for gamle». Det er spesielt nettlesaren som er
3860 utsett. Mangel på vilje til å utvikle pedagogisk programvare, i Noreg,
3861 for «alle» platformer fører òg til noko hovudbry.&lt;/p&gt;
3862
3863 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3864
3865 &lt;p&gt;Til dagleg bruker eg svært mange forskjellige «fri programvare»
3866 program. Firefox, Thunderbird, Freecommander, ImgBurn, Clonezilla,
3867 OCS inventory, Icinga, Skolelinux, SystemRescueCD og mykje meir.&lt;/p&gt;
3868
3869 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3870 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3871
3872 &lt;p&gt;Strategisk må ein fokusere på at sluttbruker eigentleg ikkje er så
3873 fokusert på at det er fri programvare men at det skal «berre fungere».
3874 Gjer det enkelt å bruker og ikkje minst å administrere. For Skolelinux
3875 sin del må ein få eit betre fokus på overganger. Utbytting av servere
3876 må gå meir automatisk, import og eksport av brukerbase og maskinbase
3877 med meir må kunne gå enkelt og oppgradering til neste versjon må bli
3878 mykje meir automatisk og gjennomtesta. Ein må unngå at ein må sette
3879 opp frå start når ein byter ut ein server eller oppgraderer til neste
3880 versjon. For å få Skolelinux til å bli eit betre alternativ for skular
3881 må ein ha fokus på nettlesaren. Denne må bli «up to date» og støtte
3882 dei protokollar og tillegg som vert brukt av forlag med meir. Etter
3883 kvart som meir og meir blir flytta ut i «skya» vert dette viktigare og
3884 viktigare. Ein kunne ynskje og jobbe for at forlag med fleire tar i
3885 bruk opne standarer, men inntil det skjer, må systemet kunne brukast
3886 mot desse fagsystema.&lt;/p&gt;
3887
3888 &lt;p&gt;For meg har prosjektet med Skolelinux vore ein svært artig og
3889 lærerik prosess. Miljøet rundt er ikkje enormt stort, dog stort nok,
3890 men det er svært hjelpevillig og engasjert.&lt;/p&gt;
3891 </description>
3892 </item>
3893
3894 <item>
3895 <title>A Christmas present for Skolelinux / Debian Edu</title>
3896 <link>http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</link>
3897 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</guid>
3898 <pubDate>Fri, 28 Dec 2012 09:20:00 +0100</pubDate>
3899 <description>&lt;p&gt;I was happy to discover a few days ago that the
3900 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt;
3901 project also this year received a Christmas present from Another
3902 Agency in Trondheim. NOK 1000,- showed up on our donation account
3903 December 24th. I want to express our thanks for this very welcome
3904 present. As the Debian Edu / Skolelinux project is very short on
3905 funding these days, and thus lack the money to do regular developer
3906 gatherings, this donation was most welcome. One developer gathering
3907 cost around NOK 15&amp;nbsp;000,-, so we need quite a lot more to keep the
3908 development pace we want. Thus, I hope their example this year is
3909 followed by many others. :)&lt;/p&gt;
3910
3911 &lt;p&gt;The public list of donors can be found on
3912 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;the
3913 donation page&lt;/a&gt; for the project, which also contain instructions if
3914 you want to donate to the project.&lt;/p&gt;
3915 </description>
3916 </item>
3917
3918 <item>
3919 <title>Ledger - double-entry accounting using text based storage format</title>
3920 <link>http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</link>
3921 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</guid>
3922 <pubDate>Tue, 18 Dec 2012 23:30:00 +0100</pubDate>
3923 <description>&lt;p&gt;A few days ago I came across
3924 &lt;a href=&quot;http://joeyh.name/blog/entry/hledger/&quot;&gt;a blog post from Joey
3925 Hess&lt;/a&gt; describing &lt;a href=&quot;http://ledger-cli.org/&quot;&gt;ledger&lt;/a&gt; and
3926 hledger, a text based system for double-entry accounting. I found it
3927 interesting, as I am involved with several organizations where
3928 accounting is an issue, and I have not really become too friendly with
3929 the different web based systems we use. I find it hard to find what I
3930 look for in the menus and even harder try to get sensible data out of
3931 the systems. Ledger seem different. The accounting data is kept in
3932 text files that can be stored in a version control system, and there
3933
3934 are at least &lt;a href=&quot;https://github.com/ledger/ledger/wiki/Ports&quot;&gt;five
3935 different implementations&lt;/a&gt; able to read the format. An example
3936 entry look like this, and is simple enough that it will be trivial to
3937 generate entries based on CVS files fetched from the bank:&lt;/p&gt;
3938
3939 &lt;blockquote&gt;&lt;pre&gt;
3940 2004-05-27 Book Store
3941 Expenses:Books $20.00
3942 Liabilities:Visa
3943 &lt;/pre&gt;&lt;/blockquote&gt;
3944
3945 &lt;p&gt;The concept seemed interesting enough for me to check it out and
3946 look for others using it. I found blog posts from
3947 &lt;a href=&quot;http://blog.spang.cc/posts/hledger_rocks_my_world/&quot;&gt;Christine
3948 Spang&lt;/a&gt;,
3949 &lt;a href=&quot;http://bugsplat.info/2010-05-23-keeping-finances-with-ledger.html&quot;&gt;Pete
3950 Keen&lt;/a&gt;,
3951 &lt;a href=&quot;http://blog.andrewcantino.com/blog/2010/11/06/command-line-accounting-with-ledger-and-reckon/&quot;&gt;Andrew
3952 Cantino&lt;/a&gt; and
3953 &lt;a href=&quot;http://blog.iphoting.com/blog/2012/11/29/command-line-double-entry-accounting/&quot;&gt;Ronald
3954 Ip&lt;/a&gt; describing how they use it, as well as a post from
3955 &lt;a href=&quot;https://groups.google.com/forum/?fromgroups=#!topic/ledger-cli/r0oWjwbQ9Bo&quot;&gt;Bradley
3956 M. Kuhn&lt;/a&gt; at the Software Freedom Conservancy. All seemed like good
3957 recommendations fitting my need.&lt;/p&gt;
3958
3959 &lt;p&gt;The &lt;a href=&quot;http://packages.qa.debian.org/l/ledger.html&quot;&gt;ledger&lt;/a&gt;
3960 package is available in Debian Squeeze, while the
3961 &lt;a href=&quot;http://packages.qa.debian.org/h/haskell-hledger.html&quot;&gt;hledger&lt;/a&gt;
3962 package only is available in Debian Sid. As I use Squeeze, ledger
3963 seemed the best choice to get started.&lt;/p&gt;
3964
3965 &lt;p&gt;To get some real data to test on, I wrote a
3966 &lt;a href=&quot;http://www.nuug.no/tools/lodo2ledger&quot;&gt;web scraper&lt;/a&gt; for
3967 &lt;a href=&quot;http://www.lodo.no/&quot;&gt;LODO&lt;/a&gt;, the accounting system used by
3968 the &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; association, and started to
3969 play with the data set. I&#39;m not really deeply into accounting, but I
3970 am able to get a simple balance and accounting status for example
3971 using the &quot;&lt;tt&gt;ledger balance&lt;/tt&gt;&quot; command. But I will have to
3972 gather more experience before I know if the ledger way is a good fit
3973 for the organisations I am involved in.&lt;/p&gt;
3974 </description>
3975 </item>
3976
3977 <item>
3978 <title>Debian Edu interview: Angela Fuß</title>
3979 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</link>
3980 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</guid>
3981 <pubDate>Wed, 14 Nov 2012 21:30:00 +0100</pubDate>
3982 <description>&lt;p&gt;Here is another interview with one of the people in the &lt;a
3983 href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
3984 community. I am running short on people willing to be interviewed, so
3985 if you know about someone I should interview, Please send me an email.
3986 After asking for many months, I finally managed to lure another one of
3987 the people behind the German
3988 &quot;&lt;a href=&quot;http://wiki.it-zukunft-schule.de/&quot;&gt;IT-Zukunft Schule&lt;/a&gt;&quot;
3989 project out from maternity leave to conduct an interview. Give a warm
3990 welcome to Angela Fuß. :)&lt;/p&gt;
3991
3992 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3993
3994 &lt;p&gt;I am a 39-year-old woman living in the very north of Germany near
3995 Denmark. I live in a patchwork family with &quot;my man&quot; Mike Gabriel, my
3996 two daughters, Mikes daughter and Mikes and my rather newborn son.
3997
3998 &lt;p&gt;At the moment - because of our little baby - I am spending most of
3999 the day by being a caring and organising mom for all the kids.
4000 Besides that I am really involved into and occupied with several inner
4001 growth processes: New born souls always bring the whole familiar
4002 system into movement and that needs time and focus ;-). We are also
4003 in the middle of buying a house and moving to it.&lt;/p&gt;
4004
4005 &lt;p&gt;In 2013 I will work again in my job in a German foundation for
4006 nature conservation. I am doing public relation work there. Besides
4007 that - and that is the connection to Skolelinux / Debian Edu - I am
4008 working in our own school project &quot;IT-Zukunft Schule&quot; in North
4009 Germany. I am responsible for the quality assurance, the customer
4010 relationship management and the communication processes in the
4011 project.&lt;/p&gt;
4012
4013 &lt;p&gt;Since 2001 I constantly have been training myself in communication
4014 and leadership. Besides that I am a forester, a landscaping gardener
4015 and a yoga teacher.&lt;/p&gt;
4016
4017 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
4018 project?&lt;/strong&gt;&lt;/p&gt;
4019
4020 &lt;p&gt;I fell in love with Mike ;-).&lt;/p&gt;
4021
4022 &lt;p&gt;Very soon after getting to know him I was completely enrolled into
4023 Free Software. At this time Mike did IT-services for one newly
4024 founded school in Kiel. Other schools in Kiel needed concepts for
4025 their IT environment. Often when Mike came home from working at the
4026 newly founded school I found myself listening to his complaints about
4027 several points where the communication with the schools head or the
4028 teachers did not work. So we were clear that he would not work for
4029 one more school if we did not set up a structure for communication
4030 between him, the schools head, the teachers, the students and the
4031 parents.&lt;/p&gt;
4032
4033 &lt;p&gt;Together with our friend and hardware supplier Andreas Buchholz we
4034 started to get an overview of free software solutions suitable for
4035 schools. One day before Christmas 2010 Mike and I had a date with Kurt
4036 Gramlich in Gütersloh. As Kurt and I are really interested in building
4037 networks of people and in being in communication we dived into
4038 Skolelinux and brought it to the first grammar schools in Northern
4039 Germany.&lt;/p&gt;
4040
4041 &lt;p&gt;For information about our school project you can read
4042 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html&quot;&gt;the
4043 interview with Mike Gabriel&lt;/a&gt;.&lt;/p&gt;
4044
4045 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
4046 Edu?&lt;/strong&gt;&lt;/p&gt;
4047
4048 &lt;p&gt;First I have to say: I cannot answer this question technically. My
4049 answer comes rather from a social point of view.&lt;/p&gt;
4050
4051 &lt;p&gt;The biggest advantage of Skolelinux / Debian Edu I see is the large
4052 and strong international community of Debian Developers in the
4053 background which is very alive and connected over mailinglists, blogs
4054 and meetings. My constant feeling for the Debian Community is: If
4055 something does not work they will somehow fix it. All is well
4056 ;-). This is of course a user experience. What I also get as a big
4057 advantage of Skolelinux / Debian Edu is that everybody who uses it and
4058 works with it can also contribute to it - that includes students,
4059 teachers, parents...&lt;/p&gt;
4060
4061 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
4062 Edu?&lt;/strong&gt;&lt;/p&gt;
4063
4064 &lt;p&gt;I will answer this question relating to the internal structure of
4065 Skolelinux / Debian Edu.&lt;/p&gt;
4066
4067 &lt;p&gt;What I see as a major disadvantage is that there is a gap between
4068 the group of developers for Debian Edu and the people who make the
4069 marketing, that means the people that bring Skolelinux to the
4070 schools. There is a lack of communication between these two groups and
4071 I think that does not really work for Skolelinux / Debian Edu.&lt;/p&gt;
4072
4073 &lt;p&gt;Further I appreciate that Skolelinux / Debian Edu is known as a
4074 do-ocracy. Nevertheless I keep asking myself if at some points a
4075 democracy or some kind of hierarchical project structure would be good
4076 and helpful. I am also missing some kind of contact between the
4077 Skolelinux / Debian Edu communities in Europe or on an international
4078 level. I think it would be good if there was more sharing between the
4079 different countries using Skolelinux / Debian Edu.&lt;/p&gt;
4080
4081 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4082
4083 &lt;p&gt;On my laptop I am still using an Ubuntu 10.04 with a Gnome Desktop
4084 on. As applications I use Openoffice.org, Gedit, Firefox, Pidgin,
4085 LaTeX and GnuCash. For mails I am using Horde. And I am really fond of
4086 my N900 running with Maemo.&lt;/p&gt;
4087
4088 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4089 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4090
4091 &lt;p&gt;I am really convinced that in our school project &quot;IT-Zukunft
4092 Schule&quot; we have developed (and keep developing) a great way to get
4093 schools to use Free Software. We have written a detailed concept for
4094 that so I cannot explain the whole thing here. But in a nutshell the
4095 strategy has three crucial pillars:&lt;/p&gt;
4096
4097 &lt;ul&gt;
4098
4099 &lt;li&gt;We really take time to get what sort of stories, questions and
4100 concerns the schools head and the teachers have about using different
4101 kinds of IT and we take time to enrol them into Free Software.&lt;/li&gt;
4102
4103 &lt;li&gt;Our solution for schools is never just technical. In the centre
4104 are always the people who are going to use the software. From the very
4105 beginning of the planning for a school, we tell the schools head that
4106 they are paying us not only for a technical solution for their school,
4107 they also pay us for leading all the communication processes
4108 needed. If they do not want that, we are not working with them because
4109 we cannot give a guarantee for the quality of our work then.&lt;/li&gt;
4110
4111 &lt;li&gt;Another focus lies in the training of teachers and students in
4112 co-administrating the IT-System at their school. They start getting in
4113 contact with the Skolelinux / Debian Edu community and they get the
4114 offer to become more and more independent from us.&lt;/li&gt;
4115
4116 &lt;/ul&gt;
4117 </description>
4118 </item>
4119
4120 <item>
4121 <title>Skolelinux noe for Ballangen? (Leserinnlegg til avisen Fremover)</title>
4122 <link>http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</link>
4123 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</guid>
4124 <pubDate>Sun, 14 Oct 2012 20:00:00 +0200</pubDate>
4125 <description>&lt;p&gt;Tirsdag 2012-10-09 sendte jeg følgende leserinnlegg til avisen
4126 &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;, etter å ha vært nordpå
4127 noen dager og lest noen gamle aviser. Publiserer den her i sin helhet
4128 for fremtidig referanse. Fremover publiserer dessverre ikke
4129 leserinnlegg på nett.&lt;/p&gt;
4130
4131 &lt;blockquote&gt;
4132 &lt;p&gt;To: redaksjon (at) fremover.no
4133 &lt;br&gt;Subject: Leserinnlegg til Fremover: Skolelinux noe for Ballangen?&lt;/p&gt;
4134
4135 &lt;p&gt;Ærede redaktør&lt;/p&gt;
4136
4137 &lt;p&gt;I sommer (2012-07-23) hadde Fremover et oppslag om at Narvik
4138 kommune hadde spart mellom 10 og 20 millioner kroner de siste årene på
4139 å bruke Skolelinux på sine skoler. Harstad har også tatt i bruk
4140 Skolelinux på alle sine skoler. Som tidligere Ballangsværing gledet
4141 det meg stort å se at skoleløsningen vi har utviklet siden 2001 tas i
4142 bruk i området der jeg vokste opp, og dermed bidrar til en bedre og
4143 billigere skolehverdag.&lt;/p&gt;
4144
4145 &lt;p&gt;Skolelinux er en komplett IT-løsning for elevnettverket på en
4146 skole, med både nettverkstjenester og løsning for elevmaskiner med
4147 pedagogisk programvare, som tillater en å øke levetiden på en
4148 datamaskin i skolen med mange år. En undersøkelse publisert i mars
4149 2012 viste at de 56 norske skolene som har offentliggjort at de bruker
4150 Skolelinux eller annen Linuxutgave hadde 36% større PC-tetthet enn
4151 landsgjennomsnittet, når en ser på tall rapportert til Grunnskolens
4152 Informasjonssystem. I følge Paul Reidar Løsnesløkken, IKT-konsulent i
4153 Nord-Odal, fungerer datamaskiner godt til de er 8 til 10 år gamle.&lt;/p&gt;
4154
4155 &lt;p&gt;I høst (2012-09-29) fortalte Fremover hvordan Ballangen kommune har
4156 opparbeidet seg 20 millioner i underskudd og nok havner på Robek-lista
4157 fra nyttår. Kanskje Ballangen også burde ta i bruk Skolelinux for å
4158 spare penger? Hvis kommunen mangler kompetanse lokalt på Linux finnes
4159 det kommersielle selskaper som tilbyr driftstjenester rundt
4160 Skolelinux, og jeg bør vel avsløre at jeg selv er involvert i et av
4161 dem, Skolelinux Drift AS. Kommunen kan dermed få hjelp hvis de ikke
4162 ønsker å bygge opp egen kompetanse.&lt;/p&gt;
4163
4164 &lt;p&gt;Vennlig hilsen
4165 &lt;br&gt;Petter Reinholdtsen
4166 &lt;br&gt;Fri programvareutvikler&lt;/p&gt;
4167
4168 &lt;p&gt;Referanser:&lt;/p&gt;
4169
4170 &lt;ul&gt;
4171
4172 &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;
4173 &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;
4174
4175 &lt;/ul&gt;
4176
4177 &lt;/blockquote&gt;
4178
4179 &lt;p&gt;Innlegget ble så vidt jeg vet trykket i papirutgaven et par dager
4180 senere, men jeg har ikke sett det selv.&lt;/p&gt;
4181 </description>
4182 </item>
4183
4184 <item>
4185 <title>Trengs flere frivillige til korrektur av den frie norske stavekontrollen</title>
4186 <link>http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</link>
4187 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</guid>
4188 <pubDate>Sat, 13 Oct 2012 12:10:00 +0200</pubDate>
4189 <description>&lt;p&gt;&lt;a href=&quot;http://no.speling.org/&quot;&gt;Den frie norske stavekontrollen&lt;/a&gt;
4190 består av ca. 1,3 millioner bokmåls- og nynorskord. Det er mange
4191 kilder til ordene, f.eks. den norske ordbanken, norske nett-aviser,
4192 stavekontrollbrukere og korrekturlesere, og endel feil har sneket seg
4193 inn i databasen over ord. For å finne og fikse feilene trengs det
4194 korrekturlesing. Her kommer frivillige inn.&lt;/p&gt;
4195
4196 &lt;p&gt;Hvis du vil bidra med korrektur av orddatabasen, kan du melde deg
4197 frivillig som bokmåls- eller nynorskkorrekturleser og få tilsendt en
4198 liten bunke ord på epost hver dag, lese over og sende inn på epost
4199 tilbake til korrekturlesing-systemet. Jo flere som sjekker, jo
4200 raskere kommer vi igjennom hele databasen. Så langt har vi oppdaget
4201 341 bokmålsord og 50 nynorskord som ikke skal vært med i databasen.
4202 Det er nok noen flere. I tillegg har korrekturleserne oppdaget flere
4203 ord som manglet, og fått lagt dem inn i stavekontrollen.&lt;/p&gt;
4204
4205 &lt;p&gt;Hvis du vil bidra, følg instruksene på
4206 &lt;a href=&quot;http://no.speling.org/dokumentasjon.html&quot;&gt;prosjektsidene&lt;/a&gt;
4207
4208 for nye bidragsytere, og ta kontakt med Håvard eller epostlisten
4209 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-no&quot;&gt;i18n-no&lt;/a&gt;.
4210 Gode norskkunnskaper er en fordel, og vilje til å sjekke
4211 &lt;a href=&quot;http://www.nob-ordbok.uio.no/perl/ordbok.cgi&quot;&gt;ordboka&lt;/a&gt; et
4212 krav!&lt;/p&gt;
4213 </description>
4214 </item>
4215
4216 <item>
4217 <title>Ny utgave (v2.1) av den frie norske stavekontrollen gitt ut</title>
4218 <link>http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</link>
4219 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</guid>
4220 <pubDate>Tue, 2 Oct 2012 09:20:00 +0200</pubDate>
4221 <description>&lt;p&gt;I helga fikk jeg endelig pakket sammen en ny versjon av den norske
4222 stavekontrollen, og gikk ut versjon 2.1 etter at det var gått fire og
4223 et halvt år siden sist. I dag fikk vi sendt ut annonseringen. Her er
4224 det vi sendte ut:&lt;/p&gt;
4225
4226 &lt;p&gt;Oslo, 2012-10-02&lt;/p&gt;
4227
4228 &lt;p&gt;&lt;strong&gt;Pressemelding: Ny utgave av norsk stavekontroll med
4229 synonymordliste&lt;/strong&gt;&lt;/p&gt;
4230
4231 &lt;p&gt;Mer enn fire år etter at forrige utgave av den frie norske
4232 stavekontrollen ble utgitt, er en ny og forbedret versjon klar. Dette er
4233 noe utviklerne er veldig glade for.&lt;/p&gt;
4234
4235 &lt;p&gt;Den største endringen er at byggesystemet for stavekontrollen er
4236 skrevet om til å akseptere ord med bindestrek (f.eks. «e-post»). Litt
4237 over 10.000 slike ordformer er lagt til i orddatabasen. I tillegg er
4238 det kommet en del nye ord og rettelser rapportert inn av de frivillige
4239 som gjennomfører korrektur av orddatabasen i prosjektet. For å få
4240 fortgang i dette korrekturarbeidet er det fint med flere frivillige
4241 som kan bidra i prosjektet.&lt;/p&gt;
4242
4243 &lt;p&gt;&lt;blockquote&gt;
4244 - En god og fritt tilgjengelig stavekontroll er en viktig byggestein
4245 for å fremme bruken av korrekt norsk språk, sier prosjektdeltager
4246 Petter Reinholdtsen.
4247 &lt;/blockquote&gt;&lt;/p&gt;
4248
4249 &lt;p&gt;Takket være samarbeidet med synonymordlisteprosjektet er
4250 synonymordlista for bokmål tilgjengelig sammen med ordlista for bokmål
4251 og nynorsk. En synonymordliste for nynorsk er også med, men den er på
4252 prøvestadiet og meget liten.&lt;/p&gt;
4253
4254 &lt;p&gt;Stavekontrollpakken og synonymordlistene brukes i
4255 LibreOffice/OpenOffice.org, Koffice, Mozilla Thunderbird, Firefox og
4256 en rekke andre programmer, og på både Windows, Mac OS X, Linux og
4257 BSD.&lt;/p&gt;
4258
4259 &lt;p&gt;Det hele utgis under den frie lisensen GPL og kan fritt lastes ned
4260 fra prosjektsidene på
4261 &lt;a href=&quot;http://no.speling.org&quot;&gt;no.speling.org&lt;/a&gt;. Ferdige pakker for
4262 LibreOffice/OpenOffice.org er også tilgjengelige fra samme sted.&lt;/p&gt;
4263
4264 &lt;p&gt;Det norske stavekontrollprosjektet er i kontakt med lignende
4265 prosjekter for blant annet å forbedre stavekontrollteknologien, å
4266 utveksle verktøy for vedlikehold av orddatabasen og å få tilgang til
4267 relevante datasett. Et av disse prosjektene er et separat prosjekt ved
4268 Sametinget som er i gang med å utvikle samisk stavekontroll for blant
4269 annet Microsoft Word og OpenOffice.org.&lt;/p&gt;
4270
4271 &lt;p&gt;Et søsterprosjekt for å lage grammatikk-kontroll for
4272 LibreOffice/OpenOffice.org er igangsatt, men har ennå ikke kommet
4273 langt nok til å brukes. Frivillige til å bidra i dette prosjektet er
4274 også svært velkomne.&lt;/p&gt;
4275
4276 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
4277
4278 &lt;p&gt;&lt;blockquote&gt;
4279 Axel Bojer, prosjektdeltager
4280 &lt;br&gt;E-post: fri_programvare (at) bojer.no
4281 &lt;br&gt;Tlf: +47 954 32 417
4282 &lt;/blockquote&gt;&lt;/p&gt;
4283
4284 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
4285
4286 &lt;ul&gt;
4287
4288 &lt;li&gt;Det frie norske stavekontrollprosjektet for bokmål og nynorsk:
4289 &lt;a href=&quot;http://no.speling.org&quot;&gt;http://no.speling.org&lt;/a&gt;&lt;/li&gt;
4290 &lt;li&gt;Samiske korrekturverktøy:
4291 &lt;a href=&quot;http://divvun.no/&quot;&gt;http://divvun.no/&lt;/a&gt;&lt;/li&gt;
4292 &lt;li&gt;Ordlistene fra Norsk ordbank:
4293 &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;
4294 &lt;li&gt;Last ned ordlistene:
4295 &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;
4296 (PS: no_NO-pack2 for OOo 2.x))&lt;/li&gt;
4297 &lt;/ul&gt;
4298
4299 &lt;p&gt;&lt;strong&gt;Fra NEWS-fila i kildekodepakken&lt;/strong&gt;&lt;/p&gt;
4300
4301 &lt;p&gt;Release 2.1 (2012-09-30)&lt;/p&gt;
4302
4303 &lt;ul&gt;
4304
4305 &lt;li&gt;Switch to new version scheme. Make new version 2.1, not 2.0.11. We do not
4306 release often enough to justify three digits.&lt;/li&gt;
4307 &lt;li&gt;Switch build rules to build OOo v2 thesaurus files, as the v1 build rules
4308 no longer work. This require the libmythes-dev package on Debian.&lt;/li&gt;
4309 &lt;li&gt;Introduce new Makefile variables hyphendir and thesdir to make it easier to
4310 control where to install these.&lt;/li&gt;
4311 &lt;li&gt;Change script used to import from no.speling.org, to load new word
4312 boundaries if at least two people believed the boundaries was correct.&lt;/li&gt;
4313 &lt;li&gt;Added word boundaries for several words (around 500 words) using the
4314 updated script.&lt;/li&gt;
4315 &lt;li&gt;Imported thesarus for bokmål from synonymer.merg.net.&lt;/li&gt;
4316 &lt;li&gt;Rewrote build rules to use = instead of - as combined word marker, thus
4317 allowing words like e-post.&lt;/li&gt;
4318 &lt;li&gt;Imported a lot (around 10k words) of new words with dash (-) in them from
4319 no.speling.org now that it is handled by the build system.&lt;/li&gt;
4320 &lt;/ul&gt;
4321 </description>
4322 </item>
4323
4324 <item>
4325 <title>Debian Edu interview: Giorgio Pioda</title>
4326 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</link>
4327 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</guid>
4328 <pubDate>Mon, 17 Sep 2012 14:10:00 +0200</pubDate>
4329 <description>&lt;p&gt;After a long break in my row of interviews with people in the
4330 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
4331 community, I finally found time to wrap up another. This time it is
4332 Giorgio Pioda, which showed up on the mailing list at the start of
4333 this year, asking questions and inspiring us to improve the first time
4334 administrators experience with Skolelinux. :) The interview was
4335 conduced in May, but I only found time to publish it now.&lt;/p&gt;
4336
4337 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4338
4339 &lt;p&gt;I have a PhD in chemistry but since several years I work as teacher
4340 in secondary (15-18 year old students) and tertiary (a kind of &quot;light&quot;
4341 university) schools. Five years ago I started to manage a Learning
4342 Management Service server and slowly I got more and more involved with
4343 IT. 3 years ago the graduating schools moved completely to Linux and I
4344 got the head of the IT for this. The experience collected in chemistry
4345 labs computers (for example NMR analysis of protein folding) and in
4346 the IT-courses during university where sufficient to start. Self
4347 training is anyway very important&lt;/p&gt;
4348
4349 &lt;p&gt;I live in the Italian speaking part of Switzerland, and the
4350 &lt;a href=&quot;http://www.spse.ch/&quot;&gt;SPSE school&lt;/a&gt; (secondary) is a very
4351 special sport school for young people who try to became sport pro (for
4352 all sports, we have dozens of disciplines represented) and we are
4353 recognised by the Olympic Swiss Organisation.
4354
4355 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4356 project?&lt;/strong&gt;&lt;/p&gt;
4357
4358 &lt;p&gt;Looking for Linux / Primary Domain Controller (PDC) I found it
4359 already several years ago. But since the system was still not
4360 Kerberized and since our schools relies strongly on laptops I didn&#39;t
4361 use it. I plan to introduce it in the next future, probably for the
4362 next school year, since the squeeze release solved this security
4363 hole.&lt;/p&gt;
4364
4365 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4366 Edu?&lt;/strong&gt;&lt;/p&gt;
4367
4368 &lt;p&gt;Many. First of all there is a strong and living community that is
4369 very generous for help and hints. Chat help is crucial, together with
4370 the mailing list. Second. With Skolelinux you get an already well
4371 engineered platform and you don&#39;t have to start to build up your PDC
4372 and your clients from GNU/scratch; I&#39;ve already done this once and I
4373 can tell it, it is hard. Third, since Skolelinux is a standard
4374 platform, it is way easier to educate other IT people and even if the
4375 head IT is sick another one could pick up the task without too much
4376 hassle.&lt;/p&gt;
4377
4378 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4379 Edu?&lt;/strong&gt;&lt;/p&gt;
4380
4381 &lt;p&gt;The only real problem I see is that it is a little too less
4382 flexible at client level. Debian stable is rocky and desirable, but
4383 there are many reasons that force for another choice. For example the
4384 need of new drivers for new PC, or the need for a specific OS for some
4385 devices that have specific software packages for another specific
4386 distribution (I have such a case for whiteboards that have only
4387 Ubuntu packages). Thus, I prepared compatibility packages educlient
4388 and eduroaming, hoping not to use them ;-)&lt;/p&gt;
4389
4390 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4391
4392 &lt;p&gt;I have a Debian Stable PDC at school (Kerberos, NIS, NFS) with
4393 mixed Debian and Ubuntu clients. If you think that this triad
4394 combination is exotic... well I discovered right yesterday that
4395 &lt;a href=&quot;http://moo.nac.uci.edu/~hjm/Perceus-Report.html&quot;&gt;Perceus&lt;/a&gt;
4396 has the same...&lt;/p&gt;
4397
4398 &lt;p&gt;For myself I run Debian wheezy/sid, but this combination is good
4399 only I you have enough competence to fix stuff for yourself, if
4400 something breaks. Daily I use texmacs, gnumeric, a little bit of R
4401 statistics, kmplot, and less frequently OpenOffice.org.&lt;/p&gt;
4402
4403 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4404 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4405
4406 &lt;P&gt;I think that the only real argument that school managers &quot;hear&quot; is
4407 cost reduction. They don&#39;t give too much weight on quality, stability,
4408 just because they are normally not open to change.&lt;/p&gt;
4409
4410 &lt;p&gt;Students adapts very quickly to GNU/Linux (and for them being able
4411 to switch between different OS is a plus value); teachers and managers
4412 don&#39;t.&lt;/p&gt;
4413
4414 &lt;p&gt;We decided to move to Linux because students at our school have own
4415 laptop and we have the responsibility to keep the laptop ready to use;
4416 we were really unsatisfied with Microsoft since every Monday we had 20
4417 machine to fix for viral infections... With Linux this has been
4418 reduced to zero, since people installs almost only from official
4419 repositories. I think that our special needs brought us to Linux.
4420 Those who don&#39;t have such needs will hardly move to Linux.&lt;/p&gt;
4421 </description>
4422 </item>
4423
4424 <item>
4425 <title>Gladoppslag om Skolelinux i avisen Fremover</title>
4426 <link>http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</link>
4427 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</guid>
4428 <pubDate>Wed, 15 Aug 2012 10:20:00 +0200</pubDate>
4429 <description>&lt;p&gt;I sommer hadde avisen &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;
4430 et flott oppslag om bruken av
4431 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på alle skolene
4432 der. Artikkelen var på trykk på side 4 og 5 i papirutgaven
4433 2012-07-23, men mangler dessverre i nettutgaven av avisen. Mine
4434 henvendelser til avisen for å få artikkelen på nett har så langt ikke
4435 vært vellykket.&lt;/p&gt;
4436
4437 &lt;p&gt;Artikkelen med tittelen &quot;Narvik kommune bruker gratisprogram i
4438 skolen - Har spart millioner&quot;, forteller om hvordan bruken av
4439 Skolelinux er en stor suksess i Narvik siden det ble tatt i bruk i
4440 2004. Her er noen fine sitater:&lt;/p&gt;
4441
4442 &lt;blockquote&gt;
4443 &quot;- Skolelinux har spart kommunen for store pengesummer, millionbeløp,
4444 som de heller kan bruke på andre ting, sier IKT-konsulent Viggo
4445 Fedreheim.&quot;
4446 &lt;/blockquote&gt;
4447
4448 &lt;p&gt;Avisen forteller at de har fått tilgang til beregninger som viser
4449 at Narvik kommune har spart noe mellom 10 og 20 millioner kroner de
4450 siste 8 årene på å bruke Skolelinux, og fortsetter:&lt;/p&gt;
4451
4452 &lt;blockquote&gt;
4453
4454 &quot;Regnestykket tar høyde for sparte kostnader til lisenser som medfølger
4455 de alternative operativsystemene, lavere driftskostnader og lengre
4456 levetid på datautstyret. Totalt har Narvikskolen en maskinpark på
4457 1600 maskiner fordelt på de 11 skolene fra Skjomen i sør til Bjerkvik
4458 i nord.&quot;
4459
4460 &lt;/blockquote&gt;
4461
4462 &lt;p&gt;Viggo Fedreheim sier dette om hvor noe av gevinsten kommer fra:&lt;/p&gt;
4463
4464 &lt;blockquote&gt;
4465 &quot;- Vi kan gjenbruke gamle maskiner i skolen som er for dårlig andre
4466 steder i kommunen der de ikke bruker Skolelinux. Levetiden på en
4467 datamaskin blir 3-5 år lenger med Skolelinux. Vi kaller det for
4468 grønn IT, miljøvennlig IT.&quot;
4469 &lt;/blockquote&gt;
4470
4471 &lt;p&gt;Her er det mulighet for flere kommuner å få et godt IT-system på
4472 skolene, hvis de er villige til å forsøke. De som ikke har kompetanse
4473 innomhus kan kjøpe det fra en av de kommersielle leverandørene av
4474 Skolelinux-tjenester, som &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
4475 Drift AS&lt;/a&gt; (der jeg er styremedlem). Komplett liste er tilgjengelig
4476 via
4477 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Help/ProfessionalHelp&quot;&gt;wikien&lt;/a&gt;.&lt;/p&gt;
4478
4479 &lt;p&gt;Update 2012-08-16: Today I was allowed by Fremover to put the PDF I
4480 received from them with a copy of the article on the Internet. It is
4481 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/2012-07-23-fremover-narvik.pdf&quot;&gt;now
4482 available&lt;/a&gt; in the Skolelinux press archive.&lt;/p&gt;
4483 </description>
4484 </item>
4485
4486 <item>
4487 <title>Tips for å bli med i Skolelinux-prosjektet (som faktisk er aktivt)</title>
4488 <link>http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</link>
4489 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</guid>
4490 <pubDate>Thu, 19 Jul 2012 20:30:00 +0200</pubDate>
4491 <description>&lt;p&gt;Jeg fikk nettopp spørsmål på epost om Skolelinux-prosjektet lever
4492 fra en som var interessert i å bidra, og måtte jo konstatere at i og
4493 med at spørsmålet ble stilt har prosjektet ikke lyktes med å formidle
4494 sin aktivitet. Her er det jeg svarte:&lt;/p&gt;
4495
4496 &lt;p&gt;&lt;blockquote&gt;
4497 &lt;p&gt;Jada, &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektet&lt;/a&gt;
4498 lever, men det meste av utvikling foregår nå under paraplyen
4499 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; som er det
4500 internasjonale navnet på prosjektet. Dugnaden i Norge organiseres av
4501 medlemsforeningen
4502 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
4503 Skolen&lt;/a&gt;, og det finnes minst ett selskap som selger kommersiell
4504 support på løsningen (&lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
4505 Drift AS&lt;/a&gt;, der jeg er styremedlem). Anbefaler at du melder deg på
4506 epostlisten
4507 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@lists.debian.org&lt;/a&gt;
4508 (og debian-edu-announce) og
4509 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;melder deg inn i
4510 foreningen&lt;/a&gt; for å få beskjed om aktivitet som planlegges. Det
4511 planlegges
4512 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering&quot;&gt;utviklersamlinger
4513 i august&lt;/a&gt; og utover høsten.&lt;/p&gt;
4514
4515 &lt;p&gt;Bidra gjerne med å spre ordet om Skolelinux. Det er alt for få som
4516 bidrar til pressedekning, bloggposter, twittermeldinger, etc. :)&lt;/p&gt;
4517
4518 &lt;p&gt;Jeg antar du har funnet
4519 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/tags/intervju/&quot;&gt;bloggserien
4520 min med intervjuer&lt;/a&gt;. Det er antagelig også interessant for deg å
4521 følge med på &lt;a href=&quot;http://planet.skolelinux.org/&quot;&gt;Planet
4522 Skolelinux&lt;/a&gt;.&lt;/p&gt;
4523
4524 &lt;p&gt;Hm, jeg burde vel blogge alle disse lenkene slik at de blir enklere
4525 å finne...&lt;/p&gt;
4526 &lt;/blockquote&gt;&lt;/p&gt;
4527 &lt;p&gt;Herved gjort. :)&lt;/p&gt;
4528 </description>
4529 </item>
4530
4531 <item>
4532 <title>Debian Edu interview: George Bredberg</title>
4533 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</link>
4534 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</guid>
4535 <pubDate>Mon, 9 Jul 2012 00:30:00 +0200</pubDate>
4536 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
4537 Skolelinux&lt;/a&gt; project have users all over the globe, but until
4538 recently we have not known about any users in Norway&#39;s neighbour
4539 country Sweden. This changed when George Bredberg showed up in March
4540 this year on the mailing list, asking interesting questions about how
4541 to adjust and scale the just released
4542 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
4543 Wheezy&lt;/a&gt; setup to his liking. He granted me an interview, and I am
4544 happy to share his answers with you here.&lt;/p&gt;
4545
4546 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4547
4548 &lt;p&gt;I&#39;m a 44 year old country guy that have been working 12 years at
4549 the same school as 50% IT-manager and 50% Teacher. My educational
4550 background is fil.kand in history and religious beliefs, an exam as a
4551 &quot;folkhighschool&quot; teacher, that is, for teaching grownups. In
4552 Norwegian I believe it&#39;s called &quot;Vuxenupplaring&quot;. I also have a master
4553 in &quot;Technology and social change&quot;. So I&#39;m not really a tech guy, I
4554 just like to study how humans and technology interact and that is my
4555 perspective when working with IT.&lt;/p&gt;
4556
4557 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4558 project?&lt;/strong&gt;&lt;/p&gt;
4559
4560 I have followed the Skolelinux project for quite some time by
4561 now. Earlier I tested out the K12-LTSP project, which we used for some
4562 time, but I really like the idea of having a distribution aimed to be
4563 a complete solution for schools with necessary tools integrated. When
4564 K12-LTSP abandoned that idea some years ago, I started to look more
4565 seriously into Skolelinux instead.
4566
4567 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4568 Edu?&lt;/strong&gt;&lt;/p&gt;
4569
4570 The big point of Skolelinux to me is that it is a complete
4571 distribution, ready to install. It has LDAP-support, MS Windows
4572 integration tools and so forth already configured, saving an
4573 administrator a lot of time and headache. We were using another Linux
4574 based thin-client system called Thinlinc, that has served us very
4575 well. But that Skolelinux is based on VNC and LTSP, to me, is better
4576 when it comes to the kind of multimedia used in schools. That is
4577 showing videos from Youtube or educational TV. It is also easier to
4578 mix thin clients with workstations, since the user settings will be the
4579 same. In our VNC-based solution you had to &quot;beat around the bush&quot; by
4580 setting up a second, hidden, home-directory for user settings for the
4581 workstations, because they will be different from the ones used on the
4582 thin clients. Skolelinux support for diskless workstations are very
4583 convenient since a school today often need to use a class room
4584 projector showing videos in full screen. That is easily done with a
4585 small integrated media computer running as a diskless workstation. You
4586 have only two installs to update and configure. One for the thin
4587 clients and one for the workstations. Also saving a lot of time. Our
4588 old system was also based on Redhat and CentOS. They are both very
4589 nice distributions, but they are sometimes painfully slow when it
4590 comes to updating multimedia support and multimedia programs (even
4591 such as Gimp), leaving us with a bit &quot;oldish&quot; applications. Debian is
4592 quicker to update.
4593
4594 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4595 Edu?&lt;/strong&gt;&lt;/p&gt;
4596
4597 &lt;p&gt;Debian is a bit too quick when it comes to updating. As an example
4598 we use old HP terminals as thinclients, and two times already this
4599 year (2012) the updates you get from the repositories has stopped
4600 sound from working with them. It&#39;s a kernel/ALSA issue. So you have
4601 to be more careful properly testing the updates before you run them in
4602 a production environment. This has never happened with CentOS.&lt;/p&gt;
4603
4604 &lt;p&gt;I also would like to be able to set my own domain-settings at
4605 install time. In Skolelinux they are kind of hard coded into the
4606 distribution, when it comes to LDAP and at least samba integration.
4607 That is more a cosmetic/translation issue, and not a real problem.
4608 Running MS Windows applications within the Skolelinux environment needs
4609 to be better supported. That is, running them seamlessly via RDP, and
4610 support for single-sign on. That will make the transition to free
4611 software easier, because you can keep the applications you really
4612 need. No support will make it impossible if you work in a school where
4613 some applications can&#39;t be open source. As for us we really need to
4614 run Adobe InDesign in our journalist classes. We run a journalist
4615 education, and is one of the very few non university ones that is ok:d
4616 by Svenska journalistförbundet (Swedish journalist association). Our
4617 education gives the pupils the right of membership there, once they
4618 are done. This is important if you want to get a job.&lt;/p&gt;
4619
4620 &lt;p&gt;Adobe InDesign is the program most commonly used in newspapers and
4621 magazines. We used Quark Express before, but they seem to loose there
4622 market to Adobe. The only &quot;equivalent&quot; to InDesign in the opensource
4623 world is Scribus, and its not advanced enough. At least not according
4624 to the teacher. I think it would be possible to use it, because they
4625 are not supposed to learn a program, they are supposed to learn how to
4626 edit and compile a newspaper. But politically at our school we are not
4627 there yet. And Scribus lacks a lot of things you find i InDesign.&lt;/p&gt;
4628
4629 &lt;p&gt;We used even a windows program for sound editing when it comes to
4630 the radio-journalist part. The year to come we are going to try
4631 Audacity. That software has the same kind of limitations compared to
4632 Adobe Audition, but that teacher is a bit more open minded. We have
4633 tried Ardour also, but that instead is more like a music studio
4634 program, not intended for the kind of editing taking place in a radio
4635 studio. Its way to complex and the GUI is to scattered when you only
4636 want to cut, make pass-overs, add extra channels and normalise. Those
4637 things you can do in Audacity, but its not as easy as in Audition. You
4638 have to do more things manually with envelopes, and that is a bit old
4639 fashion and timewasting. Its also harder to cut and move sound from
4640 one channel to another, which is a thing that you do frequently
4641 because you often find yourself needing to rearrange parts of the
4642 sound file.&lt;/p&gt;
4643
4644 &lt;p&gt;So, I am not sure we will succeed in replacing even Audition, but we
4645 will try. The problem is the students have certain expectations when
4646 they start an education towards a profession. So the programs has to
4647 look and feel professional. Good thing with radio, there are many
4648 programs out there, that radio studios use, so its not as standardised
4649 as Newspaper editing. That means, it does not really matter what
4650 program they learn, because once they start working they still have to
4651 learn the program the studio uses, so instead focus has to be to learn
4652 the editing part without to much focus on a specific software.&lt;/p&gt;
4653
4654 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4655
4656 &lt;p&gt;Myself I&#39;m running Linux Mint, or Ubuntu these days. I use almost
4657 only open source software, and preferably Linux based. When it comes
4658 to most used applications its OpenOffice, and Firefox (of course ;)
4659 )&lt;/p&gt;
4660
4661 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4662 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4663
4664 &lt;p&gt;To get schools to use free software there has to be good open
4665 source software that are windows based, to ease the transition. But
4666 it&#39;s also very important that the multimedia support is working
4667 flawlessly. The problems with Youtube, Twitter, Facebook and whatever
4668 will create problems when it comes to both teachers and
4669 students. Economy are also important for schools, so using thin
4670 clients, as long as they have good multimedia support, is a very good
4671 idea. It&#39;s also important that the open source software works even for
4672 the administration. It&#39;s hard to convince the teachers to stick with
4673 open source, if the principal has to run Windows. It also creates a
4674 problem if some classes has to use Windows for there tasks, since that
4675 will create a difference in &quot;status&quot; between classes, so a good
4676 support for running windows applications via the thin client (Linux)
4677 desktop is essential. At least at our school, where we have mixed
4678 level of educations, from high-school to journalist-school.&lt;/p&gt;
4679
4680 &lt;p&gt;Update 2012-07-09 08:30: Paul Wise tipped me on IRC about three
4681 useful sources related to Free Software for radio stations: the LWN
4682 article &lt;a href=&quot;https://lwn.net/Articles/481607/&quot;&gt;Radio station
4683 management with Airtime&lt;/a&gt;,
4684 &lt;a href=&quot;http://www.sourcefabric.org/en/airtime/&quot;&gt;Airtime&lt;/a&gt; which
4685 claim to be a Free open source radio automation software and
4686 &lt;a href=&quot;http://www.rivendellaudio.org/&quot;&gt;Rivendell&lt;/a&gt; which claim to
4687 be complete radio broadcast automation solution. All of them seem
4688 useful to the aspiring radio producer.&lt;/p&gt;
4689 </description>
4690 </item>
4691
4692 <item>
4693 <title>Why do schools waste money on IT?</title>
4694 <link>http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</link>
4695 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</guid>
4696 <pubDate>Sun, 8 Jul 2012 09:40:00 +0200</pubDate>
4697 <description>&lt;p&gt;In the Debian Edu / Skolelinux project, we have realised that one
4698 of the major blockers for the project success is the purchasing skills
4699 in schools and municipalities. We provide what the happy users of
4700 Debian Edu / Skolelinux say they need and to a lower cost than the
4701 alternatives, and yet so few schools decide to use our solution. I
4702 was pleased to discover the same observation done by mySociety and Tom
4703 Steinberg in his blog post
4704 &quot;&lt;a href=&quot;http://www.mysociety.org/2012/06/19/can-you-recognize-the-million-pound-chair/&quot;&gt;Can
4705 you recognize the million pound chair?&lt;/a&gt;&quot;. Read it and weep for the
4706 spending of your tax money.&lt;/p&gt;
4707
4708 &lt;p&gt;Of course there are other factors involved as well, like our
4709 projects bad marketing skills and the Linux community fragmentation
4710 causing worry with the people on the outside, so we as a project need
4711 to keep working hard to gain users, but it is a up-hill battle when
4712 public decision makers are unable to understand computer system
4713 purchases.&lt;/p&gt;
4714 </description>
4715 </item>
4716
4717 <item>
4718 <title>Free Timetabling Software - nice free software</title>
4719 <link>http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</link>
4720 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</guid>
4721 <pubDate>Sat, 7 Jul 2012 09:50:00 +0200</pubDate>
4722 <description>&lt;p&gt;Included in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
4723 Skolelinux&lt;/a&gt; is a large collection of end user and school specific
4724 software. It is one of the packages not installed by default but
4725 provided in the Debian archive for schools to install if they want to,
4726 is a system to automatically plan the school time table using
4727 information about available teachers, classes and rooms, combined with
4728 the list of required courses and how many hours each topic should
4729 receive. The software is
4730
4731 &lt;a href=&quot;http://lalescu.ro/liviu/fet/&quot;&gt;named FET&lt;/a&gt;, and it provide a
4732 graphical user interface to input the required information, save the
4733 result in a fairly simple XML format, and generate time tables for
4734 both teachers and students. It is available both for
4735 &lt;a href=&quot;http://lalescu.ro/liviu/fet/download.html&quot;&gt;Linux, MacOSX and
4736 Windows&lt;/a&gt;.&lt;/p&gt;
4737
4738 &lt;p&gt;This is &lt;a href=&quot;http://lalescu.ro/liviu/fet/features.html&quot;&gt;the
4739 feature list&lt;/a&gt;, liftet from the project web site:&lt;/p&gt;
4740
4741 &lt;p&gt;&lt;ul&gt;
4742
4743 &lt;li&gt;FET is free software, licensed under the GNU GPL v2 or later.
4744 You can freely use, copy, modify and redistribute it &lt;/li&gt;
4745
4746 &lt;li&gt;Localized to en_US (US English, default), ar (Arabic), ca
4747 (Catalan), da (Danish), de (German), el (Greek), es (Spanish), fa
4748 (Persian), fr (French), gl (Galician), he (Hebrew), hu
4749 (Hungarian), id (Indonesian), it (Italian), lt (Lithuanian), mk
4750 (Macedonian), ms (Malay), nl (Dutch), pl (Polish), pt_BR
4751 (Brazilian Portuguese), ro (Romanian), ru (Russian), si (Sinhala),
4752 sk (Slovak), sr (Serbian), tr (Turkish), uk (Ukrainian), uz
4753 (Uzbek) and vi (Vietnamese) (incompletely for some languages)
4754 &lt;/li&gt;
4755
4756 &lt;li&gt;Fully automatic generation algorithm, allowing also
4757 semi-automatic or manual allocation&lt;/li&gt;
4758
4759 &lt;li&gt;Platform independent implementation, allowing running on
4760 GNU/Linux, Windows, Mac and any system that Qt supports &lt;/li&gt;
4761
4762 &lt;li&gt;Flexible modular XML format for the input file, allowing editing
4763 with an XML editor or by hand (besides FET interface)&lt;/li&gt;
4764
4765 &lt;li&gt;Import/export from CSV format&lt;/li&gt;
4766
4767 &lt;li&gt;The resulted timetables are exported into HTML, XML and CSV
4768 formats &lt;/li&gt;
4769
4770 &lt;li&gt;Flexible students structure, organized into sets: years, groups
4771 and subgroups. FET allows overlapping years and groups and
4772 non-overlapping subgroups. You can even define individual students
4773 (as separate sets)&lt;/li&gt;
4774
4775 &lt;li&gt;Each constraint has a weight percentage, from 0.0% to 100.0%
4776 (but some special constraints are allowed to have only 100% weight
4777 percentage)&lt;/li&gt;
4778
4779 &lt;li&gt;Limits for the algorithm (all these limits can be increased on
4780 demand, as a custom version, because this would require a bit more
4781 memory):
4782 &lt;ul&gt;
4783 &lt;li&gt;Maximum total number of hours (periods) per day: 60&lt;/li&gt;
4784 &lt;li&gt;Maximum number of working days per week: 35&lt;/li&gt;
4785 &lt;li&gt;Maximum total number of teachers: 6000&lt;/li&gt;
4786 &lt;li&gt;Maximum total number of sets of students: 30000&lt;/li&gt;
4787 &lt;li&gt;Maximum total number of subjects: 6000&lt;/li&gt;
4788 &lt;li&gt;Virtually unlimited number of activity tags&lt;/li&gt;
4789 &lt;li&gt;Maximum number of activities: 30000&lt;/li&gt;
4790 &lt;li&gt;Maximum number of rooms: 6000&lt;/li&gt;
4791 &lt;li&gt;Maximum number of buildings: 6000&lt;/li&gt;
4792 &lt;li&gt;Possibility of adding multiple teachers and
4793 students sets for each activity. (it is possible
4794 also to have no teachers or no students sets for an
4795 activity)&lt;/li&gt;
4796 &lt;li&gt;Virtually unlimited number of time constraints&lt;/li&gt;
4797 &lt;li&gt;Virtually unlimited number of space constraints&lt;/li&gt;
4798 &lt;/ul&gt;&lt;/li&gt;
4799
4800 &lt;li&gt;A large and flexible palette of time constraints:
4801 &lt;ul&gt;
4802 &lt;li&gt;Break periods&lt;/li&gt;
4803 &lt;li&gt;For teacher(s):
4804 &lt;ul&gt;
4805 &lt;li&gt;Not available periods&lt;/li&gt;
4806 &lt;li&gt;Max/min days per week&lt;/li&gt;
4807 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
4808 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
4809 &lt;li&gt;Min hours daily&lt;/li&gt;
4810 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
4811
4812 &lt;li&gt;Respect working in an hourly interval a max number of
4813 days per week&lt;/li&gt;
4814 &lt;/ul&gt;&lt;/li&gt;
4815 &lt;li&gt;For students (sets):
4816 &lt;ul&gt;
4817 &lt;li&gt;Not available periods&lt;/li&gt;
4818 &lt;li&gt;Begins early (specify max allowed beginnings at second hour)&lt;/li&gt;
4819 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
4820 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
4821 &lt;li&gt;Min hours daily&lt;/li&gt;
4822 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
4823
4824 &lt;li&gt;Respect working in an hourly interval a max number of
4825 days per week&lt;/li&gt;
4826 &lt;/ul&gt;&lt;/li&gt;
4827 &lt;li&gt;For an activity or a set of activities/subactivities:
4828 &lt;ul&gt;
4829 &lt;li&gt;A single preferred starting time&lt;/li&gt;
4830 &lt;li&gt;A set of preferred starting times&lt;/li&gt;
4831 &lt;li&gt;A set of preferred time slots&lt;/li&gt;
4832 &lt;li&gt;Min/max days between them&lt;/li&gt;
4833 &lt;li&gt;End(s) students day&lt;/li&gt;
4834 &lt;li&gt;Same starting time/day/hour&lt;/li&gt;
4835 &lt;li&gt;Occupy max time slots from selection (a complex and
4836 flexible constraint, useful in many situations)&lt;/li&gt;
4837 &lt;li&gt;Consecutive, ordered, grouped (for 2 or 3 (sub)activities)&lt;/li&gt;
4838 &lt;li&gt;Not overlapping&lt;/li&gt;
4839 &lt;li&gt;Max simultaneous in selected time slots&lt;/li&gt;
4840 &lt;li&gt;Min gaps between a set of (sub)activities&lt;/li&gt;
4841 &lt;/ul&gt;&lt;/li&gt;
4842 &lt;/ul&gt;&lt;/li&gt;
4843
4844 &lt;li&gt;A large and flexible palette of space constraints:
4845 &lt;ul&gt;
4846 &lt;li&gt;Room not available periods&lt;/li&gt;
4847 &lt;li&gt;For teacher(s):
4848 &lt;ul&gt;
4849 &lt;li&gt;Home room(s)&lt;/li&gt;
4850 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
4851 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
4852 &lt;/ul&gt;
4853 &lt;/li&gt;
4854
4855 &lt;li&gt;For students (sets):
4856 &lt;ul&gt;
4857 &lt;li&gt;Home room(s)&lt;/li&gt;
4858 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
4859 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
4860 &lt;/ul&gt;
4861 &lt;/li&gt;
4862 &lt;li&gt;Preferred room(s):
4863 &lt;ul&gt;
4864 &lt;li&gt;For a subject&lt;/li&gt;
4865 &lt;li&gt;For an activity tag&lt;/li&gt;
4866 &lt;li&gt;For a subject and an activity tag&lt;/li&gt;
4867 &lt;li&gt;Individually for a (sub)activity&lt;/li&gt;
4868 &lt;/ul&gt;
4869 &lt;/li&gt;
4870
4871 &lt;li&gt;For a set of activities:
4872 &lt;ul&gt;
4873 &lt;li&gt;Occupy a maximum number of different rooms&lt;/li&gt;
4874 &lt;/ul&gt;
4875 &lt;/li&gt;
4876 &lt;/ul&gt;
4877 &lt;/li&gt;
4878 &lt;/ul&gt;&lt;/p&gt;
4879
4880 &lt;p&gt;I have not used it myself, as I am not involved in time table
4881 planning at a school, but it seem to work fine when I test it. If you
4882 need to set up your schools time table, and is tired of doing it
4883 manually, check it out.
4884
4885 A quick summary on how to use it can be found in
4886 &lt;a href=&quot;http://marvelsoft.co.in/wp/2012/03/generate-timetable-for-state-cbse-icse-igcse-schools-free/&quot;&gt;a
4887 blog post from MarvelSoft&lt;/a&gt;. If you find FET useful, please provide
4888 a recipe for the Debian Edu project in the
4889 &lt;a href=&quot;http://wiki.debian.org/DebianEdu#Howtos&quot;&gt;Debian Edu HowTo
4890 section&lt;/a&gt;.&lt;/p&gt;
4891 </description>
4892 </item>
4893
4894 <item>
4895 <title>Skolelinux-intervju: Markus Gamenius</title>
4896 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</link>
4897 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</guid>
4898 <pubDate>Sat, 30 Jun 2012 12:50:00 +0200</pubDate>
4899 <description>&lt;p&gt;Tidligere leder av
4900 &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;foreningen som
4901 organiserer Skolelinux-dugnaden&lt;/a&gt;, Markus Gamenius , har i vår vært
4902 i media og
4903 &lt;a href=&quot;http://www.dn.no/privatokonomi/article2345489.ece&quot;&gt;debattert
4904 skattepolitikk&lt;/a&gt;, og det fikk meg til å høre om han kunne lokkes til
4905 å fortelle om hans inntrykk nå, etter at han ble lokket bort fra
4906 Linux- og &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-verden
4907 for å overta familiebedriften. Her har vi hans betraktninger i dag,
4908 noen måneder etter at
4909 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Skolelinux
4910 Squeeze&lt;/a&gt;-utgaven ble gitt ut.&lt;/p&gt;
4911
4912 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4913
4914 &lt;p&gt;Jeg heter Markus Gamenius og er 40 år. Utdannet biolog med ymse
4915 fag på siden. Har jobbet som lærer der jeg var driftsansvarlig på
4916 Ulsrud VGS i Oslo. Senere eide og jobbet jeg flere år i Linuxlabs AS,
4917 som jeg solgte til Redpill Linpro AS (den gangen Linpro AS). I dag
4918 jobber jeg med ulike investeringer, hovedsaklig i eiendom, men også i
4919 en del ulike IT-relaterte bedrifter.&lt;/p&gt;
4920
4921 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4922
4923 &lt;p&gt;Fruen og jeg dro på en lengre seiltur i 2000, der jeg måtte ha &quot;noe
4924 å gjøre&quot; under hjemturen over Atlanteren. Jeg kjøpte et par bøker om
4925 Linux i en bokhandel i New York og ble veldig fascinert. Etter
4926 hjemkomsten begynte jeg å jobbe på Ulsrud VGS, som naturfagslærer, men
4927 som IT-interessert ble jeg fort en del av den nye IT-satsningen som
4928 skulle løfte Ulsrud og gi skolen en bedre rykte. Vi hadde ganske
4929 mange maskiner, som gikk på Win98 og to servere som ble oppgradert til
4930 Win2000. Systemene var ustabil og dårlige. På leting etter noe
4931 bedre, uten å knekke ryggen økonomisk, kom jeg over &quot;Linux i Skolen&quot;
4932 og Skolelinux. Jeg tok kontakt med miljøet og en gjeng møtte opp på
4933 skolen, der vi gjorde en liten testinstallasjon. Etter et par år var
4934 ryggraden på skolen Linux (Skolelinux) og vi hadde flere hundre
4935 maskiner, både tynne klienter (gamle og nye), bærbare (Debian) og noen
4936 stasjonære (Win2000). På et tidspunkt var Ulsrud den råeste IT-skolen
4937 og det irriterte skolesjefen i Oslo, da de satset hardt på
4938 Windows.&lt;/p&gt;
4939
4940 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4941
4942 &lt;p&gt;Det som gjorde at vi fikk inn Skolelinux var ene og alene
4943 økonomiske. Det faktum at vi slapp å kjøpe masse nye lisenser og at
4944 vi kunne bruke gammel hardware. Alt i alt gjorde dette at vi sparte
4945 mye, men i stede for å bruke mindre på IT brukte vi det vi sparte på å
4946 skaffe mer hardware og på den måten gi det beste tilbudet i landet til
4947 våre elever. For oss som driftet var det himmel å ha et system som
4948 gikk å administrere sentralt og effektivt. Det var heller ikke så
4949 dumt at vi kunne &quot;låse&quot; maskinene mer effektivt enn vi kunne med
4950 Microsoft Windows, slik at vi slapp mye feil og problemer som ble
4951 forårsaket av &quot;kreative&quot; elever.&lt;/p&gt;
4952
4953 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4954
4955 &lt;p&gt;Det vi slet med var mangelen av en del programmer lærerne ville ha.
4956 Husker ikke alle, men det var et knippe med pedagogiske programmer de
4957 ikke fikk. I dag tror jeg det problemet er langt mindre da det meste
4958 av disse kjøres gjennom nettleseren.&lt;/p&gt;
4959
4960 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4961
4962 &lt;p&gt;Jeg bruker mye Apple i dag og er ikke så stolt av det, men jeg har
4963 både OpenOffice, Firefox og en del andre programmer på den bærbare.
4964 Firefox brukes mest av disse. På Apple-serveren hjemme bruker jeg
4965 HandBrake mye, og jeg har installert OpenWRT på flere av
4966 basestasjonene både hjemme og på jobben. I tillegg til det har jeg i
4967 flere år finansiert et prosjekt som heter
4968 &lt;a href=&quot;http://www.found.no/&quot;&gt;Found IT&lt;/a&gt;. Dette er et prosjekt der
4969 vi lager et rammeverk for søk, der alt vi bruker fri programvare. Det
4970 er Alex Brasetvik som er daglig leder i Found IT.&lt;/p&gt;
4971
4972 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4973 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4974
4975 &lt;p&gt;Når det gjelder IT og skole er fortsatt økonomi veldig viktig. Så
4976 man må oppfylle minimumskravene (ikke være best, men bra nok) og selge
4977 seg inn på hvor mye man sparer. Det betyr selvsagt at man sparer på
4978 lisenser, men også på driftsinnsats. Men nå når jeg ikke er en aktiv
4979 del av miljøet lenger hører jeg nesten ingen ting om fri programvare.
4980 Jeg stiller meg da spørsmålet om det har blitt stille rundt miljøet,
4981 eller om jeg kun så det tydeligere før når jeg var aktiv? Uansett er
4982 det for stille rundt Skolelinux-prosjektet nå.&lt;/p&gt;
4983 </description>
4984 </item>
4985
4986 <item>
4987 <title>Debian Edu interview: José Luis Redrejo Rodríguez</title>
4988 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</link>
4989 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</guid>
4990 <pubDate>Tue, 26 Jun 2012 08:30:00 +0200</pubDate>
4991 <description>&lt;p&gt;I&#39;ve been too busy at home, but finally I found time to wrap up
4992 another interview with the people behind
4993 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
4994 This time we get to know José Luis Redrejo Rodríguez, one of our great
4995 helpers from Spain. His effort was the reason we added support for
4996 several desktop types (KDE, Gnome and most recently LXDE) in Debian
4997 Edu, and have all of these available in the recently published
4998 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
4999 Squeeze&lt;/a&gt; version.&lt;/p&gt;
5000
5001 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5002
5003 &lt;p&gt;I&#39;m a father, teacher and engineer who is working for the Education
5004 ministry of the Region of Extremadura (Spain) in the implementation of
5005 ICT in schools&lt;/p&gt;
5006
5007 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5008 project?&lt;/strong&gt;&lt;/p&gt;
5009
5010 &lt;p&gt;At 2006, I verified that both, we in Extremadura and Skolelinux
5011 project, had been working in parallel for some years, doing very
5012 similar things, using very similar tools and with similar targets, so
5013 I decided it was time to join forces as much as possible.&lt;/p&gt;
5014
5015 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5016 Edu?&lt;/strong&gt;&lt;/p&gt;
5017
5018 &lt;p&gt;A community of highly skilled experts working together, with a
5019 really open schema of collaboration and work. I really love the
5020 concepts of Do-ocracy and Merit-ocracy and the way these concepts are
5021 been used everyday inside Debian Edu.&lt;/p&gt;
5022
5023 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5024 Edu?&lt;/strong&gt;&lt;/p&gt;
5025
5026 &lt;p&gt;Sometimes the differences in the implementations, laws or
5027 economical and technical resources in the different countries don&#39;t
5028 allow us to agree in the same solution for all of us, and several
5029 approaches are needed, what is a waste of effort. Also, there is a
5030 lack of more man power to be able to follow the fast evolution of the
5031 technologies in school.&lt;/p&gt;
5032
5033 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5034
5035 &lt;p&gt;Debian, of course, and due to my kind of job I am most of my time
5036 between Iceweasel, &lt;a href=&quot;http://www.geany.org/&quot;&gt;Geany&lt;/a&gt; and
5037 &lt;a href=&quot;http://www.ohloh.net/p/gnome-terminator&quot;&gt;Terminator&lt;/a&gt;.&lt;/p&gt;
5038
5039 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5040 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5041
5042 &lt;p&gt;I think there is not a single strategy because there are very
5043 different scenarios: schools with mixed proprietary and free
5044 environments, schools using only workstations, other schools using
5045 laptops, netbooks, tablets, interactive white-boards, etc.&lt;/p&gt;
5046
5047 &lt;p&gt;Also the range of ages of the students is very broad and you can
5048 not use the same solutions for primary schools and secondary or even
5049 universities. So different strategies are needed.&lt;/p&gt;
5050
5051 &lt;p&gt;But, looking at these differences, and looking back to the things
5052 we&#39;ve done and implemented, and the places were we have spent most of
5053 our forces, I think we should focus as much as possible in free
5054 multi-platform environments, using only standards tools, and moving
5055 more and more to Internet or network solutions that could be deployed
5056 using wireless. I think we&#39;ll see more and more personal devices in
5057 the schools, devices the students and teachers will take home with
5058 them, so the solutions must be able to be taken at home and continue
5059 working there.&lt;/p&gt;
5060 </description>
5061 </item>
5062
5063 <item>
5064 <title>Debian Edu - some ideas for the future versions</title>
5065 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</link>
5066 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</guid>
5067 <pubDate>Mon, 11 Jun 2012 14:30:00 +0200</pubDate>
5068 <description>&lt;p&gt;During my work on
5069 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.nb.html&quot;&gt;Debian Edu
5070 based on Squeeze&lt;/a&gt;, I came across some issues that should be
5071 addressed in the Wheezy release. I finally found time to wrap up my
5072 notes and provide quick summary of what I found, with a bit
5073 explanation.&lt;/p&gt;
5074
5075 &lt;p&gt;&lt;ul&gt;
5076
5077 &lt;li&gt;We need to rewrite our package installation framework, as tasksel
5078 changed from using tasksel tasks to using meta packages (aka packages
5079 with dependencies like our education-* packages), and our installation
5080 system depend on tasksel tasks in
5081 /usr/share/tasksel/debian-edu-tasks.desc for package
5082 installation.&lt;/li&gt;
5083
5084 &lt;li&gt;Enable Kerberos login for more services. Now with the Kerberos
5085 foundation in place, we should use it to get single sign on with more
5086 services, and avoiding unneeded password / login questions. We should
5087 at least try to enable it for these services:
5088 &lt;ul&gt;
5089
5090 &lt;li&gt;CUPS for admins to add/configure printers and users when using
5091 quotas.&lt;/li&gt;
5092 &lt;li&gt;Nagios for admins checking the system status.&lt;/li&gt;
5093 &lt;li&gt;GOsa for admins updating LDAP and users changing their passwords.&lt;/li&gt;
5094 &lt;li&gt;LDAP for admins updating LDAP.&lt;/li&gt;
5095 &lt;li&gt;Squid for users when exam mode / filtering is active.&lt;/li&gt;
5096 &lt;li&gt;ssh for admins and users to save a password prompt.&lt;/li&gt;
5097
5098 &lt;/ul&gt;&lt;/li&gt;
5099
5100 &lt;li&gt;When we move GOsa to use Kerberos instead of LDAP bind to
5101 authenticate users, we should try to block or at least limit access to
5102 use LDAP bind for authentication, to ensure Kerberos is used when it
5103 is intended, and nothing fall back to using the less safe LDAP bind&lt;/li&gt;
5104
5105 &lt;li&gt;Merge debian-edu-config and debian-edu-install. The split made
5106 sense when d-e-install did a lot more, but these days it is just an
5107 inconvenience when we update the debconf preseeding values.&lt;/li&gt;
5108
5109 &lt;li&gt;Fix partman-auto to allow us to abort the installation before
5110 touching the disk if the disk is too small. This is
5111 &lt;a href=&quot;http://bugs.debian.org/653305&quot;&gt;BTS report #653305&lt;/a&gt; and the
5112 d-i developers are fine with the patch and someone just need to apply
5113 it and upload. After this is done we need to adjust
5114 debian-edu-install to use this new hook.&lt;/li&gt;
5115
5116 &lt;li&gt;Adjust to new LTSP framework (boot time config instead of install
5117 time config). LTSP changed its design, and our hooks to install
5118 packages and update the configuration is most likely not going to work
5119 in Wheezy.
5120
5121 &lt;li&gt;Consider switching to NBD instead of NFS for LTSP root, to allow
5122 the Kernel to cache files in its normal file cache, possibly speeding
5123 up KDE login on slow networks.&lt;/li&gt;
5124
5125 &lt;li&gt;Make it possible to create expired user passwords that need to
5126 change on first login. This is useful when handing out password on
5127 paper, to make sure only the user know the password. This require
5128 fixes to the PAM handling of kdm and gdm.&lt;/li&gt;
5129
5130 &lt;li&gt;Make GUI for adding new machines automatically from sitesummary.
5131 The current command line script is not very friendly to people most
5132 familiar with GUIs. This should probably be integrated into GOsa to
5133 have it available where the admin will be looking for it..&lt;/li&gt;
5134
5135 &lt;li&gt;We should find way for Nagios to check that the DHCP service
5136 actually is working (as in handling out IP addresses). None of the
5137 Nagios checks I have found so far have been working for me.&lt;/li&gt;
5138
5139 &lt;li&gt;We should switch from libpam-nss-ldapd to sssd for all profiles
5140 using LDAP, and not only on for roaming workstations, to have less
5141 packages to configure and consistent setup across all profiles.&lt;/li&gt;
5142
5143 &lt;li&gt;We should configure Kerberos to update LDAP and Samba password
5144 when changing password using the Kerberos protocol. The hook was
5145 requested in &lt;a href=&quot;http://bugs.debian.org/588968&quot;&gt;BTS report
5146 #588968&lt;/a&gt; and is now available in Wheezy. We might need to write a
5147 MIT Kerberos plugin in C to get this.&lt;/li&gt;
5148
5149 &lt;li&gt;We should clean up the set of applications installed by default.
5150 &lt;ul&gt;
5151
5152 &lt;li&gt;reduce the number of chemistry visualisers&lt;/li&gt;
5153 &lt;li&gt;consider dropping xpaint&lt;/li&gt;
5154 &lt;li&gt;and probably more?&lt;/li&gt;
5155 &lt;/ul&gt;&lt;/li&gt;
5156
5157 &lt;li&gt;Some hardware need external firmware to work properly. This is
5158 mostly the case for WiFi network cards, but there are some other
5159 examples too. For popular laptops to work out of the box, such
5160 firmware need to be installed from non-free, and we should provide
5161 some GUI to do this. Ubuntu already have this implemented, and we
5162 could consider using their packages. At the moment we have some
5163 command line script to do this (one for the running system, another
5164 for the LTSP chroot).&lt;/li&gt;
5165
5166
5167 &lt;li&gt;In Squeeze, we provide KDE, Gnome and LXDE as desktop options. We
5168 should extend the list to Xfce and Sugar, and preferably find a way to
5169 install several and allow the admin or the user to select which one to
5170 use.&lt;/li&gt;
5171
5172 &lt;li&gt;The golearn tool from the goplay package make it easy to check out
5173 interesting educational packages. We should work on the package
5174 tagging in Debian to ensure it represent all the useful educational
5175 packages, and extend the tool to allow it to use packagekit to install
5176 new applications with a simple mouse click.&lt;/li&gt;
5177
5178 &lt;li&gt;The Squeeze version got half a exam solution already in place,
5179 with the introduction of iptable based network blocking, but for it to
5180 be a complete exam solution the Squid proxy need to enable
5181 filtering/blocking as well when the exam mode is enabled. We should
5182 implement a way to easily enable this for the schools that want it,
5183 instead of the &quot;it is documented&quot; method of today.&lt;/li&gt;
5184
5185 &lt;li&gt;A feature used in several schools is the ability for a teacher to
5186 &quot;take over&quot; the desktop of individual or all computers in the room.
5187 There are at least three implementations,
5188 &lt;a href=&quot;italc.sourceforge.net/&quot;&gt;italc&lt;/a&gt;,
5189 &lt;a href=&quot;http://www.itais.net/help/en/&quot;&gt;controlaula&lt;/a&gt; og
5190 &lt;a href=&quot;http://www.epoptes.org/&quot;&gt;epoptes&lt;/a&gt; and we should pick one of
5191 them and make it trivial to set it up in a school. The challenges is
5192 how to distribute crypto keys and how to group computers in one room
5193 and how to set up which machine/user can control the machines in a
5194 given room.&lt;/li&gt;
5195
5196 &lt;li&gt;Tablets and surf boards are getting more and more popular, and we
5197 should look into providing a good solution for integrating these into
5198 the Debian Edu network. Not quite sure how. Perhaps we should
5199 provide a installation profile with better touch screen support for
5200 them, or add some sync services to allow them to exchange
5201 configuration and data with the central server. This should be
5202 investigated.&lt;/li&gt;
5203
5204 &lt;/ul&gt;&lt;/p&gt;
5205
5206 &lt;p&gt;I guess we will discover more as we continue to work on the Wheezy
5207 version.&lt;/p&gt;
5208 </description>
5209 </item>
5210
5211 <item>
5212 <title>Debian Edu interview: Mike Gabriel</title>
5213 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</link>
5214 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</guid>
5215 <pubDate>Sat, 2 Jun 2012 15:00:00 +0200</pubDate>
5216 <description>&lt;p&gt;Back in 2010, Mike Gabriel showed up on the
5217 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
5218 mailing list. He quickly proved to be a valuable developer, and
5219 thanks to his tireless effort we now have Kerberos integrated into the
5220 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
5221 Squeeze&lt;/a&gt; version.&lt;/p&gt;
5222
5223 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5224
5225 &lt;p&gt;My name is Mike Gabriel, I am 38 years old and live near Kiel,
5226 Schleswig-Holstein, Germany. I live together with a wonderful partner
5227 (Angela Fuß) and two own children and two bonus children (contributed
5228 by Angela).&lt;/p&gt;
5229
5230 &lt;p&gt;During the day I am part-time employed as a system administrator
5231 and part-time working as an IT consultant. The consultancy work
5232 touches free software topics wherever and whenever possible. During
5233 the nights I am a free software developer. In the gaps I also train in
5234 becoming an osteopath.&lt;/p&gt;
5235
5236 &lt;p&gt;Starting in 2010 we (Andreas Buchholz, Angela Fuß, Mike Gabriel)
5237 have set up a free software project in the area of Kiel that aims at
5238 introducing free software into schools. The project&#39;s name is
5239 &quot;IT-Zukunft Schule&quot; (IT future for schools). The project links IT
5240 skills with communication skills.&lt;/p&gt;
5241
5242 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5243 project?&lt;/strong&gt;&lt;/p&gt;
5244
5245 &lt;p&gt;While preparing our own customised Linux distribution for
5246 &quot;IT-Zukunft Schule&quot; we were repeatedly asked if we really wanted to
5247 reinvent the wheel. What schools really need is already available,
5248 people said. From this impulse we started evaluating other Linux
5249 distributions that target being used for school networks.&lt;/p&gt;
5250
5251 &lt;p&gt;At the end we short-listed two approaches and compared them: a
5252 commercial Linux distribution developed by a company in Bremen,
5253 Germany, and Skolelinux / Debian Edu. Between 12/2010 and 03/2011 we
5254 went to several events and met people being responsible for marketing
5255 and development of either of the distributions. Skolelinux / Debian
5256 Edu was by far much more convincing compared to the other product that
5257 got short-listed beforehand--across the full spectrum. What was most
5258 attractive for me personally: the perspective of collaboration within
5259 the developmental branch of the Debian Edu project itself.&lt;/p&gt;
5260
5261 &lt;p&gt;In parallel with this, we talked to many local and not-so-local
5262 people. People teaching at schools, headmasters, politicians, data
5263 protection experts, other IT professionals.&lt;/p&gt;
5264
5265 &lt;p&gt;We came to two conclusions:&lt;/p&gt;
5266
5267 &lt;p&gt;First, a technical conclusion: What schools need is available in
5268 bits and pieces here and there, and none of the solutions really fit
5269 by 100%. Any school we have seen has a very individual IT setup
5270 whereas most of each school&#39;s requirements could mapped by a standard
5271 IT solution. The requirement to this IT solution is flexibility and
5272 customisability, so that individual adaptations here and there are
5273 possible. In terms of re-distributing and rolling out such a
5274 standardised IT system for schools (a system that is still to some
5275 degree customisable) there is still a lot of work to do here
5276 locally. Debian Edu / Skolelinux has been our choice as the starting
5277 point.&lt;/p&gt;
5278
5279 &lt;p&gt;Second, a holistic conclusion: What schools need does not exist at
5280 all (or we missed it so far). There are several technical solutions
5281 for handling IT at schools that tend to make a good impression. What
5282 has been missing completely here in Germany, though, is the enrolment
5283 of people into using IT and teaching with IT. &quot;IT-Zukunft Schule&quot;
5284 tries to provide an approach for this.&lt;/p&gt;
5285
5286 &lt;p&gt;Only some schools have some sort of a media concept which explains,
5287 defines and gives guidance on how to use IT in class. Most schools in
5288 Northern Germany do not have an IT service provider, the school&#39;s IT
5289 equipment is managed by one or (if the school is lucky) two (admin)
5290 teachers, most of the workload these admin teachers get done in there
5291 spare time.&lt;/p&gt;
5292
5293 &lt;p&gt;We were surprised that only a very few admin teachers were
5294 networked with colleagues from other schools. Basically, every school
5295 here around has its individual approach of providing IT equipment to
5296 teachers and students and the exchange of ideas has been quasi
5297 non-existent until 2010/2011.&lt;/p&gt;
5298
5299 &lt;p&gt;Quite some (non-admin) teachers try to avoid using IT technology in
5300 class as a learning medium completely. Several reasons for this
5301 avoidance do exist.&lt;/p&gt;
5302
5303 &lt;p&gt;We discovered that no-one has ever taken a closer look at this
5304 social part of IT management in schools, so far. On our quest journey
5305 for a technical IT solution for schools, we discussed this issue with
5306 several teachers, headmasters, politicians, other IT professionals and
5307 they all confirmed: a holistic approach of considering IT management
5308 at schools, an approach that includes the people in place, will be new
5309 and probably a gain for all.&lt;/p&gt;
5310
5311 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5312 Edu?&lt;/strong&gt;&lt;/p&gt;
5313
5314 &lt;p&gt;There is a list of advantages: international context, openness to
5315 any kind of contributions, do-ocracy policy, the closeness to Debian,
5316 the different installation scenarios possible (from stand-alone
5317 workstation to complex multi-server sites), the transparency within
5318 project communication, honest communication within the group of
5319 developers, etc.&lt;/p&gt;
5320
5321 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5322 Edu?&lt;/strong&gt;&lt;/p&gt;
5323
5324 &lt;p&gt;Every coin has two sides:&lt;/p&gt;
5325
5326 &lt;p&gt;Technically: &lt;a href=&quot;http://bugs.debian.org/311188&quot;&gt;BTS issue
5327 #311188&lt;/a&gt;, tricky upgradability of a Debian Edu main server, network
5328 client installations on top of a plain vanilla Debian installation
5329 should become possible sometime in the near future, one could think
5330 about splitting the very complex package debian-edu-config into
5331 several portions (to make it easier for new developers to
5332 contribute).&lt;/p&gt;
5333
5334 &lt;p&gt;Another issue I see is that we (as Debian Edu developers) should
5335 find out more about the network of people who do the marketing for
5336 Debian Edu / Skolelinux. There is a very active group in Germany
5337 promoting Skolelinux on the bigger Linux Days within Germany. Are
5338 there other groups like that in other countries? How can we bring
5339 these marketing people together (marketing group A with group B and
5340 all of them with the group of Debian Edu developers)? During the last
5341 meeting of the German Skolelinux group, I got the impression of people
5342 there being rather disconnected from the development department of
5343 Debian Edu / Skolelinux.&lt;/p&gt;
5344
5345 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5346
5347 &lt;p&gt;For my daily business, I do not use commercial software at all.&lt;/p&gt;
5348
5349 &lt;p&gt;For normal stuff I use Iceweasel/Firefox, Libreoffice.org. For
5350 serious text writing I prefer LaTeX. I use gimp, inkscape, scribus for
5351 more artistic tasks. I run virtual machines in KVM and Virtualbox.&lt;/p&gt;
5352
5353 &lt;p&gt;I am one of the upstream developers of X2Go. In 2010 I started the
5354 development of a Python based X2Go Client, called PyHoca-GUI.
5355 PyHoca-GUI has brought forth a Python X2Go Client API that currently
5356 is being integrated in Ubuntu&#39;s software center.&lt;/p&gt;
5357
5358 &lt;p&gt;For communications I have my own Kolab server running using Horde
5359 as web-based groupware client. For IRC I love to use irssi, for Jabber
5360 I have several clients that I use, mostly pidgin, though. I am also
5361 the Debian maintainer of Coccinella, a Jabber-based interactive
5362 whiteboard.&lt;/p&gt;
5363
5364 &lt;p&gt;My favourite terminal emulator is KDE&#39;s Yakuake.&lt;/p&gt;
5365
5366 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5367 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5368
5369 &lt;p&gt;Communicate, communicate, communicate. Enrol people, enrol people,
5370 enrol people.&lt;/p&gt;
5371 </description>
5372 </item>
5373
5374 <item>
5375 <title>Debian Edu interview: Ralf Gesellensetter</title>
5376 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</link>
5377 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</guid>
5378 <pubDate>Sun, 27 May 2012 17:15:00 +0200</pubDate>
5379 <description>&lt;p&gt;In 2003, a German teacher showed up on the
5380 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
5381 mailing list with interesting problems and reports proving he setting
5382 up Linux for a (for us at the time) lot of pupils. His name was Ralf
5383 Gesellensetter, and he has been an important tester and contributor
5384 since then, helping to make sure the
5385 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
5386 Squeeze&lt;/a&gt; release became as good as it is..&lt;/p&gt;
5387
5388 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5389
5390 &lt;p&gt;I am a teacher from Germany, and my subjects are Geography,
5391 Mathematics, and Computer Science (&quot;Informatik&quot;). During the past 12
5392 years (since 2000), I have been working for a comprehensive (and soon,
5393 also inclusive) school leading to all kind of general levels, such as
5394 O- or A-level (&quot;Abitur&quot;). For quite as long, I&#39;ve been taking care of
5395 our computer network.&lt;/p&gt;
5396
5397 &lt;p&gt;Now, in my early 40s, I enjoy the privilege of spending a lot of my
5398 spare time together with my wife, our son (3 years) and our daughter
5399 (4 months).&lt;/p&gt;
5400
5401 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5402 project?&lt;/strong&gt;&lt;/p&gt;
5403
5404 &lt;p&gt;We had tried different Linux based school servers, when members of
5405 my local Linux User Group (LUG OWL) detected Skolelinux. I remember
5406 very well, being part of a party celebrating the Linux New Media Award
5407 (&quot;Best Newcomer Distribution&quot;, also nominated: Ubuntu) that was given
5408 to Skolelinux at Linux World Exposition in Frankfurt, 2005 (IIRC). Few
5409 months later, I had the chance to join a developer meeting in Ulsrud
5410 (Oslo) and to hand out the award to Knut Yrvin and others. For more
5411 than 7 years, Skolelinux is part of our schools infrastructure, namely
5412 our main server (tjener), one LTSP (today without thin clients), and
5413 approximately 50 work stations. Most of these have the option to boot a
5414 locally installed Skolelinux image. As a consequence, I joined quite
5415 a few events dealing with free software or Linux, and met many Debian
5416 (Edu) developers. All of them seemed quite nice and competent to me,
5417 one more reason to stick to Skolelinux.&lt;/p&gt;
5418
5419 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5420 Edu?&lt;/strong&gt;&lt;/p&gt;
5421
5422 &lt;p&gt;Debian driven, you are given all the advantages of a community
5423 project including well maintained updates. Once, you are familiar with
5424 the network layout, you can easily roll out an entire educational
5425 computer infrastructure, from just one installation media. As only
5426 free software (FOSS) is used, that supports even elderly hardware,
5427 up-sizing your IT equipment is only limited by space (i.e. available
5428 labs). Especially if you run a LTSP thin client server, your
5429 administration costs tend towards zero.&lt;/p&gt;
5430
5431 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5432 Edu?&lt;/strong&gt;&lt;/p&gt;
5433
5434 &lt;p&gt;While Debian&#39;s stability has loads of advantages for servers, this
5435 might be different in some cases for clients: Schools with unlimited
5436 budget might buy new hardware with components that are not yet
5437 supported by Debian stable, or wish to use more recent versions of
5438 office packages or desktop environments. These schools have the
5439 option to run Debian testing or other distributions - if they have the
5440 capacity to do so. Another issue is that Debian release cycles
5441 include a wide range of changes; therefor a high percentage of human
5442 power seems to be absorbed by just keeping the features of Skolelinux
5443 within the new setting of the version to come. During this process,
5444 the cogs of Debian Edu are getting more and more professional,
5445 i.e. harder to understand for novices.&lt;/p&gt;
5446
5447 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5448
5449 &lt;p&gt;LibreOffice, Wikipedia, Openstreetmap, Iceweasel (Mozilla Firefox),
5450 KMail, Gimp, Inkscape - and of course the Linux Kernel (not only on
5451 PC, Laptop, Mobile, but also our SAT receiver)&lt;/p&gt;
5452
5453 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5454 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5455
5456 &lt;p&gt;&lt;ol&gt;
5457
5458 &lt;li&gt;Support computer science as regular subject in schools to make
5459 people really &quot;own&quot; their hardware, to make them understand the
5460 difference between proprietary software products, and free software
5461 developing.&lt;/li&gt;
5462
5463 &lt;li&gt;Make budget baskets corresponding: In Germany&#39;s public schools
5464 there are more or less fixed budgets for IT equipment (including
5465 licenses), so schools won&#39;t benefit from any savings here. This
5466 privilege is left to private schools which have consequently a large
5467 share among German Skolelinux schools.&lt;/li&gt;
5468
5469 &lt;li&gt;Get free software in the seminars where would-be teachers are
5470 trained. In many cases, teachers&#39; software customs are respected by
5471 decision makers rather than the expertise of any IT experts.&lt;/li&gt;
5472
5473 &lt;li&gt;Don&#39;t limit ourself to free software run natively. Everybody uses
5474 free software or free licenses (for instance Wikipedia), and this
5475 general concept should get expanded to free educational content to be
5476 shared world wide (school books e.g.).&lt;/li&gt;
5477
5478 &lt;li&gt;Make clear where ever you can that the market share of free (libre)
5479 office suites is much above 20 p.c. today, and that you pupils don&#39;t
5480 need to know the &quot;ribbon menu&quot; in order to get employed.&lt;/li&gt;
5481
5482 &lt;li&gt;Talk about the difference between freeware and free software.&lt;/li&gt;
5483
5484 &lt;li&gt;Spread free software, or even collections of portable free apps
5485 for USB pen drives. Endorse students to get a legal copy of
5486 Libreoffice rather than accepting them to use illegal serials. And
5487 keep sending documents in ODF formats.&lt;/li&gt;
5488
5489 &lt;/ol&gt;&lt;/p&gt;
5490 </description>
5491 </item>
5492
5493 <item>
5494 <title>Skolelinux-intervju: Alf Tonny Bätz</title>
5495 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</link>
5496 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</guid>
5497 <pubDate>Sun, 20 May 2012 11:50:00 +0200</pubDate>
5498 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektets&lt;/a&gt;
5499 musiker og mannen bak
5500 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Manuals/Rosegarden/&quot;&gt;opplæringsdokumentene
5501 i Rosegarden&lt;/a&gt;
5502 (&lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/nb/rosegarden-manual.html&quot;&gt;norsk
5503 utgave&lt;/a&gt;) for musikklærere, Alf Tonny Bätz, er neste mann ut i min
5504 intervjurunde av folkene bak Skolelinux-løsningen. Jeg har kjent Alf
5505 Tonny siden vi møttes som barn på påskefjellet i Ofoten, og ble
5506 gledelig overrasket da han dukket opp i Skolelinux-prosjektet etter å
5507 ikke ha sett noe til ham på mange år.&lt;/p&gt;
5508
5509 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5510
5511 &lt;p&gt;Jeg er utdannet kokk av yrke, og har utøvet yrket i 12 år. Men
5512 etter at ryggen sa takk før seg, studerte jeg nettverksadministrasjon
5513 ved Næringsakademiet i Bergen årene 2008-2009 slik at jeg kunne
5514 forfølge en av mine største interesser - data. Til daglig jobber jeg
5515 ved &lt;a href=&quot;http://www.narvikskolen.no/parken/&quot;&gt;Parken
5516 ungdomsskole&lt;/a&gt; med å drifte skolens PC-er. Har også litt
5517 musikkundervisning.&lt;/p&gt;
5518
5519 &lt;p&gt;Mitt mål er å bevisstgjøre musikklærene mulighetene med de frie
5520 programmene som finnes i Skolelinux, blant annet Rosegarden.&lt;/p&gt;
5521
5522 &lt;p&gt;Har i mange år drevet med musikk og en av grunnen til at Rosegarden
5523 falt i smak for min del, var fordi denne fungere og ligner mest på
5524 Windows-programmet (cubase) jeg jobbet mye med da jeg i mine yngre
5525 dager var «Windows fanatiker». Ble introdusert til Linux av en kompis
5526 av meg for omtrent 14 år siden, og har bare blitt mer og mer glad i
5527 dette operativsystemet.&lt;/p&gt;
5528
5529 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5530
5531 &lt;p&gt;Da jeg ble sykemeldt fra min gamle jobb, og måtte omskoleres,
5532 havnet jeg i 2007 sammen med Viggo Fedreheim på IKT-avdelingen i
5533 Narvik kommune, der ble jeg for første gang introdusert til
5534 Skolelinuxprosjektet.&lt;/p&gt;
5535
5536 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5537
5538 &lt;p&gt;Skolelinux er enkelt å holde i drift og masse flotte programmer som
5539 geogebra, ktouch og kgeografi følger med pakken. Man kan ta i bruk
5540 gamle PC-er igjen, slik at skoler med dårlig råd får opp en brukbar
5541 PC-park. PC-er som er ca 6-9 år gamle fungere tilfredstillende, bare
5542 de har 512 MB RAM eller mer.&lt;/p&gt;
5543
5544 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5545
5546 &lt;p&gt;Ulempene er at noen av de pedagogiske programmene som lærene ønsker
5547 å bruke fungere dårlig med Linux. Mye pga. av at disse programmene
5548 blir ikke laget til Linuxbaserte operativsystemer.&lt;/p&gt;
5549
5550 &lt;p&gt;Video- og bilde-redigering har dessverre en del mangler, mange av
5551 programmene har en tendens til og krasje. Det gjelder blant annet
5552 &lt;a href=&quot;http://www.kdenlive.org/&quot;&gt;kdenlive&lt;/a&gt; og
5553 &lt;a href=&quot;http://www.openshotvideo.com/&quot;&gt;openshot&lt;/a&gt;, for å nevne
5554 noen. De er ikke stabile nok. Når elevene kommer med filmsnutter de
5555 ønsker og jobbe med, så godtar ikke programmene filene, og når elevene
5556 jobber med redigering bare krasjer programmene uten forvarsel. Det er
5557 for vanskelig å få noe som bare fungerer ut av boksen her. Når en elev
5558 plugger inn et videokamera eller fotoapparat så er det alltid noe som
5559 ikke vil fungere. Programmene godtar ikke format, godtar ikke
5560 kameraet, osv., osv. Det er dessverre med på og dra ned en positiv
5561 opplevelse av bruk av fri programvare.&lt;/p&gt;
5562
5563 &lt;p&gt;Man må ofte bruke flere en et video redigerings program før og få
5564 fullført en ønsket oppgave.&lt;/p&gt;
5565
5566 &lt;p&gt;Eksempel:&lt;/p&gt;
5567
5568 &lt;p&gt;Hvis det ene programmet ikke vil ta i mot videofilen klarer et
5569 annet det, men det programmet som klarer det kan ikke gjøre de samme
5570 oppgavene som det programmet som ikke ville ta i mot filen,
5571 Tilsvarende er det med foto, man må bruke flere programmer for å få
5572 et ferdig resultat. Til dags dato har jeg enda ikke funnet et video-
5573 og fotoprogram som kan tilfredstillende fullføre en oppgave.&lt;/p&gt;
5574
5575 &lt;p&gt;Så man kan klare og fullføre en oppgave, men i verste fall må man
5576 innom 3-4 programmer for å få det til. Så jeg har enda ikke til dags
5577 dato sett at et program fungere 100% til alt.&lt;/p&gt;
5578
5579 &lt;p&gt;Det programmet jeg har best erfaring til er
5580 &lt;a href=&quot;http://cinelerra.org/&quot;&gt;cinelerra&lt;/a&gt;, men dessverre har det
5581 også tendenser og krasje av og til uten grunn.&lt;/p&gt;
5582
5583 Lydsystemet kan også være et mareritt. Konkret snakker jeg om når du
5584 bruker for eksempel et smartboard, så følger det med USB-lydkort på
5585 disse. Problemet ligger her i at systemet ikke vil velge rett
5586 lydkort, så man må inn med padevchooser for å sette opp PulseAudio
5587 til og velge at USB-lydkortet skal brukes. Det blir for tungvindt for
5588 lærene, de ønsker at ting skal fungere med en gang. (min løsning på
5589 det problemet ble at jeg måtte deaktivere lydkortet som fantes på
5590 maskinen) men da må man bestandig slå på smartboard-tavla.
5591
5592 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5593
5594 Programmene jeg bruker mest av er: Rosegarden, jack, qsynth, audacity,
5595 k3b, openttd og libreoffice.
5596
5597 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5598 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5599
5600 Jeg tror det må bevisstgjøring av Skolene til, dvs. reklamere høylytt
5601 og fortelle og vise de andre skolene at frie programvarer faktisk
5602 fungere. Jeg trur faktisk mange ikke vet at det finnes frie
5603 alternativer.
5604 </description>
5605 </item>
5606
5607 <item>
5608 <title>Debian Edu interview: Jürgen Leibner</title>
5609 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</link>
5610 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</guid>
5611 <pubDate>Sun, 13 May 2012 20:30:00 +0200</pubDate>
5612 <description>&lt;p&gt;It has been a few busy weeks for me, but I am finally back to
5613 publish another interview with the people behind
5614 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
5615 This time it is one of our German developers, who have helped out over the
5616 years to make sure both a lot of major but also a lot of the minor
5617 details get right before release.
5618
5619 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5620
5621 &lt;p&gt;My name is Jürgen Leibner, I&#39;m 49 years old and living in
5622 Bielefeld, a town in northern Germany. I worked nearly 20 years as
5623 certified engineer in the department for plant design and layout of an
5624 international company for machinery and equipment. Since 2011 I&#39;m a
5625 certified technical writer (tekom e.V.) and doing technical
5626 documentations for a steam turbine manufacturer. From April this year
5627 I will manage the department of technical documentation at a
5628 manufacturer of automation and assembly line engineering.&lt;/p&gt;
5629
5630 &lt;p&gt;My first contact with linux was around 1993. Since that time I used
5631 it at work and at home repeatedly but not exclusively as I do now at
5632 home since 2006.&lt;/p&gt;
5633
5634 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5635 project?&lt;/strong&gt;&lt;/p&gt;
5636
5637 &lt;p&gt;Once a day in the early year of 2001 when I wanted to fetch my
5638 daughter from primary school, there was a teacher sitting in the
5639 middle of 20 old computers trying to boot them and he failed. I helped
5640 him to get them booting. That was seen by the school director and she
5641 asked me if I would like to manage that the school gets all that old
5642 computers in use. I answered: &quot;Yes&quot;.&lt;/p&gt;
5643
5644 &lt;p&gt;Some weeks later every of the 10 classrooms had one computer
5645 running Windows98. I began to collect old computers and equipment as
5646 gifts and installed the first computer room with a peer-to-peer
5647 network. I did my work at school without being payed in my spare time
5648 and with a lot of fun. About one year later the school was connected
5649 to Internet and a local area network was installed in the school
5650 building. That was the time to have a server and I knew it must be a
5651 Linux server to be able to fulfil all the wishes of the teachers and
5652 being able to do this in a transparent and economic way, without extra
5653 costs for things like licence and software. So I searched for a
5654 school server system running under Linux and I found a couple of
5655 people nearby who founded &#39;skolelinux.de&#39;. It was the Skolelinux
5656 prerelease 32 I first tried out for being used at the school. I
5657 managed the IT of that school until the municipal authority took over
5658 the IT management and centralised the services for all schools in
5659 Bielefeld in December of 2006.&lt;/p&gt;
5660
5661 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5662 Edu?&lt;/strong&gt;&lt;/p&gt;
5663
5664 &lt;p&gt;When I&#39;m looking back to the beginning, there were other advantages
5665 for me as today.&lt;/p&gt;
5666
5667 &lt;p&gt;In the past there were advantages like:&lt;/p&gt;
5668
5669 &lt;p&gt;&lt;ul&gt;
5670
5671 &lt;li&gt;I don&#39;t need to buy it so it generates no costs to the school as
5672 they had little money to spent for computers and software.&lt;/li&gt;
5673
5674 &lt;li&gt;It has a licence which grands all rights to use it without
5675 cost.&lt;/li&gt;
5676
5677 &lt;li&gt;It was more able to fit all requirements of a server system for
5678 schools than a Microsoft server system, even if there are only Windows
5679 clients because of it&#39;s preconfigured overall concept of being a
5680 infrastructure solution and community for schools, not only a
5681 server&lt;/li&gt;
5682
5683 &lt;li&gt;I was able to configure the server to the needs of the
5684 school.&lt;/li&gt;
5685
5686 &lt;/ul&gt;&lt;/p&gt;
5687
5688 &lt;p&gt;Today some of the advantages has been lost, changed or new ones
5689 came up in this way:&lt;/p&gt;
5690
5691 &lt;p&gt;&lt;ul&gt;
5692
5693 &lt;li&gt;Most schools here do have money to buy hardware and software
5694 now.&lt;/li&gt;
5695
5696 &lt;li&gt;They are today mostly managed from central IT departments which
5697 have own concepts which often do not fit to Debian Edu concepts
5698 because they are to close to Microsoft ideology.&lt;/li&gt;
5699
5700 &lt;li&gt;With the Squeeze version of Debian Edu which now uses GOsa² for
5701 management I feel more able to manage the daily tasks than with the
5702 interfaces used in the past.&lt;/li&gt;
5703
5704 &lt;li&gt;It is more modular than in the past and fits even better to the
5705 different needs.&lt;/li&gt;
5706
5707 &lt;li&gt;The documentation is usable and gets better every day.&lt;/li&gt;
5708
5709 &lt;li&gt;More people than ever before are using Debian Edu all over the
5710 world and so the community, which is an very important part I think,
5711 is sharing knowledge and minds.&lt;/li&gt;
5712
5713 &lt;li&gt;Most, maybe all, of the technical requirements for schools are
5714 solved today by Debian Edu. &lt;/li&gt;
5715
5716 &lt;/ul&gt;&lt;/p&gt;
5717
5718 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5719 Edu?&lt;/strong&gt;&lt;/p&gt;
5720
5721 &lt;p&gt;&lt;ul&gt;
5722
5723 &lt;li&gt;There are too few IT companies able to integrate Debian Edu into
5724 their product portfolio for serving schools with concepts or even
5725 whole municipality areas.&lt;/li&gt;
5726
5727 &lt;li&gt;Debian Edu has beside other free and open software projects not
5728 enough lobbyists which promote free and open software to
5729 politicians.&lt;/li&gt;
5730
5731 &lt;li&gt;Technically there are no disadvantages I&#39;m aware of.&lt;/li&gt;
5732
5733 &lt;/ul&gt;&lt;/p&gt;
5734
5735 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5736
5737 &lt;p&gt;I use Debian stable on my home server and on my little desktop
5738 computer. On my laptop I use Debian testing/sid. The applications I
5739 use on my laptop and my desktop are Open/Libre-office, Iceweasel,
5740 KMail, DigiKam, Amarok, Dolphin, okular and all the other programs I
5741 need from the KDE environment. On console I use newsbeuter, mutt,
5742 screen, irssi and all the other famous and useful tools.&lt;/p&gt;
5743
5744 &lt;p&gt;My home server provides mail services with exim, dovecot, roundcube
5745 and mutt over ssh on the console, file services with samba, NFS,
5746 rsync, web services with apache, moinmoin-wiki, multimedia services
5747 with gallery2 and mediatomb and database services with MySQL for me
5748 and the whole family. I probably forgot something.&lt;/p&gt;
5749
5750 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5751 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5752
5753 &lt;p&gt;I believe, we should provide concepts for IT companies to integrate
5754 Debian Edu into their product portfolio with use cases for different
5755 countries and areas all over the world.&lt;/p&gt;
5756 </description>
5757 </item>
5758
5759 <item>
5760 <title>Forskning: &quot;GPL gir lokal frihet og kontroll gjennom omfordeling av makt fra produsent til bruker&quot;</title>
5761 <link>http://people.skolelinux.org/pere/blog/Forskning___GPL_gir_lokal_frihet_og_kontroll_gjennom_omfordeling_av_makt_fra_produsent_til_bruker_.html</link>
5762 <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>
5763 <pubDate>Sun, 15 Apr 2012 13:00:00 +0200</pubDate>
5764 <description>&lt;p&gt;Da jeg googlet etter noe annet kom jeg tilfeldigvis over
5765 &lt;a href=&quot;http://www.duo.uio.no/sok/work.html?WORKID=58309&quot;&gt;en
5766 hovedfagsoppgave&lt;/a&gt; ved Universitetet i Oslo som diskuterer verdien
5767 av GPLs fire friheter for brukerne av IT-systemer. Jeg ble fascinert
5768 over det som presenteres der. Her er sammendraget:&lt;/p&gt;
5769
5770 &lt;p&gt;&lt;blockquote&gt;
5771
5772 &lt;p&gt;Motivasjonen til å skrive denne oppgaven er en personlig undring
5773 over hvorfor det primært, og ofte eksklusivt, fokuseres på det
5774 økonomiske aspektet ved utredninger om fri programvare er et godt valg
5775 for det offentlige. Fri og produsenteid programvare bygger på
5776 fundamentalt forskjellige ideologier som kan ha implikasjoner utover
5777 økonomiske kostnader. Kunnskapskulturen som er med på å definere fri
5778 programvare er basert på åpenhet, og er en verdi i seg selv.&lt;/p&gt;
5779
5780 &lt;p&gt;Oppgavens tema er programvarelisensen GPL og frihet. GPL-lisensiert
5781 programvare gir visse friheter i forhold til produsenteid
5782 programvare. Mitt spørsmål er om, og eventuelt i hvilken utstrekning,
5783 disse frihetene blir benyttet av ulike brukere og hvordan de
5784 manifesterer seg for disse brukerne. Sentrale spørsmål i oppgaven
5785 er:&lt;/p&gt;
5786
5787 &lt;ul&gt;
5788 &lt;li&gt;Hvordan fordeles handlekraft gjennom lisensieringen av programvaren?&lt;/li&gt;
5789 &lt;li&gt;Hvilke konsekvenser har programvarelisensen for de ulike brukere? &lt;/li&gt;
5790 &lt;/ul&gt;
5791
5792 &lt;p&gt;Fri programvare gir blant annet brukeren mulighet til å studere og
5793 modifisere kildekoden. Denne formen for frihet erverves gjennom
5794 kunnskap og krever at brukeren også er en ekspert. Hva skjer med
5795 frihetene til GPL når sluttbrukeren er en annen? Dette diskuteres i
5796 dialog med informantene.&lt;/p&gt;
5797
5798 &lt;p&gt;Jeg har i denne oppgaven samlet inn intervjudata fra IKT-ansvarlige
5799 ved grunnskolene i Nittedal kommune, driftsansvarlig og IKT-veilederen
5800 for skolene i kommunen, samt IKT-koordinator for utdanning i Akershus
5801 fylkeskommune og bokmåloversettere av OpenOffice.org. Den empiriske
5802 delen av oppgaven er delt inn i to seksjoner; den første omhandler
5803 operativsystemet Skolelinux, den andre kontorprogrampakken
5804 OpenOffice.org.&lt;/p&gt;
5805
5806 &lt;p&gt;Som vi vil se gir GPL lokal frihet og kontroll gjennom omfordeling
5807 av makt fra produsent til bruker. Brukerens makt analyseres gjennom
5808 begrepene brukermedvirkning og handlingsfrihet. Det blir også lagt
5809 vekt på strukturelle forhold rundt bruken av teknologi, og spesielt de
5810 økonomiske begrepene nettverkseksternaliteter, innlåsing og
5811 stiavhengighet. Dette er begreper av spesiell nytte når objektet som
5812 omsettes eller distribueres er et kommunikasjonsprodukt, fordi verdien
5813 til et slikt gode for en potensiell bruker avhenger av antall
5814 eksisterende brukere av godet. I tilknytning til denne problematikken
5815 inneholder oppgaven også en diskusjon rundt åpne standarder og
5816 formater.&lt;/p&gt;
5817
5818 &lt;p&gt;Oppgaven konkluderer med at de «fire frihetene» som GPL-lisensen er
5819 laget for å beskytte er av avgjørende betydning for bruken av
5820 OpenOffice.org og Skolelinux, i Akershus fylkeskommune såvel som i
5821 skolene i Nittedal. Distribusjonen av handlekraft er ikke helt
5822 symmetrisk. Det er først og fremst de profesjonelle utviklerne i
5823 Skolelinux som direkte kan nyttiggjøre seg friheten til å endre kode,
5824 mens en sluttbruker som Nittedal kommune nyttiggjør seg den økonomiske
5825 friheten til å kunne distribuere programmene. Det er imidlertid også
5826 slik at ingen aktør klarer seg uten alle disse «frihetene».&lt;/p&gt;
5827 &lt;/blockquote&gt;&lt;/p&gt;
5828
5829 &lt;p&gt;Jeg fant også en masteroppgave fra 2006, men der ligger ikke
5830 komplett oppgave tilgjengelig. På tide å holde et øye med
5831 &lt;a href=&quot;http://www.duo.uio.no/sok/search.html?q=skolelinux&quot;&gt;Skolelinux-søket&lt;/a&gt;
5832 til DUO...&lt;/p&gt;
5833
5834 </description>
5835 </item>
5836
5837 <item>
5838 <title>Debian Edu interview: Andreas Mundt</title>
5839 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</link>
5840 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</guid>
5841 <pubDate>Sun, 15 Apr 2012 12:10:00 +0200</pubDate>
5842 <description>&lt;p&gt;Behind &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
5843 Skolelinux&lt;/a&gt; there are a lot of people doing the hard work of
5844 setting together all the pieces. This time I present to you Andreas
5845 Mundt, who have been part of the technical development team several
5846 years. He was also a key contributor in getting GOsa and Kerberos set
5847 up in the recently released
5848 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
5849 Edu Squeeze&lt;/a&gt; version.&lt;/p&gt;
5850
5851 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5852
5853 &lt;p&gt;My name is Andreas Mundt, I grew up in south Germany. After
5854 studying Physics I spent several years at university doing research in
5855 Quantum Optics. After that I worked some years in an optics company.
5856 Finally I decided to turn over a new leaf in my life and started
5857 teaching 10 to 19 years old kids at school. I teach math, physics,
5858 information technology and science/technology.&lt;/p&gt;
5859
5860 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5861 project?&lt;/strong&gt;&lt;/p&gt;
5862
5863 &lt;p&gt;Already before I switched to teaching, I followed the Debian Edu
5864 project because of my interest in education and Debian. Within the
5865 qualification/training period for the teaching, I started
5866 contributing.&lt;/p&gt;
5867
5868 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5869 Edu?&lt;/strong&gt;&lt;/p&gt;
5870
5871 &lt;p&gt;The advantages of Debian Edu are the well known name, the
5872 out-of-the-box philosophy and of course the great free software of the
5873 Debian Project!&lt;/p&gt;
5874
5875 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5876 Edu?&lt;/strong&gt;&lt;/p&gt;
5877
5878 &lt;p&gt;As every coin has two sides, the out-of-the-box philosophy has its
5879 downside, too. In my opinion, it is hard to modify and tweak the
5880 setup, if you need or want that. Further more, it is not easily
5881 possible to upgrade the system to a new release. It takes much too
5882 long after a Debian release to prepare the -Edu release, perhaps
5883 because the number of developers working on the core of the code is
5884 rather small and often busy elsewhere.&lt;/p&gt;
5885
5886 &lt;p&gt;The &lt;a href=&quot;http://wiki.debian.org/DebianLAN&quot;&gt;Debian LAN&lt;/a&gt;
5887 project might fill the use case of a more flexible system.&lt;/p&gt;
5888
5889 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5890
5891 &lt;p&gt;I am only using non-free software if I am forced to and run Debian
5892 on all my machines. For documents I prefer LaTeX and PGF/TikZ, then
5893 mutt and iceweasel for email respectively web browsing. At school I
5894 have Arduino and Fritzing in use for a micro controller project.&lt;/p&gt;
5895
5896 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5897 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5898
5899 &lt;p&gt;One of the major problems is the vendor lock-in from top to bottom:
5900 Especially in combination with ignorant government employees and
5901 politicians, this works out great for the &quot;market-leader&quot;. The school
5902 administration here in Baden-Wuerttemberg is occupied by that vendor.
5903 Documents have to be prepared in non-free, proprietary formats. Even
5904 free browsers do not work for the school administration. Publishers
5905 of school books provide software only for proprietary platforms.&lt;/p&gt;
5906
5907 &lt;p&gt;To change this, political work is very important. Parts of the
5908 political spectrum have become aware of the problem in the last years.
5909 However it takes quite some time and courageous politicians to &#39;free&#39;
5910 the system. There is currently some discussion about &quot;Open Data&quot; and
5911 &quot;Free/Open Standards&quot;. I am not sure if all the involved parties have
5912 a clue about the potential of these ideas, and probably only a
5913 fraction takes them seriously. However it might slowly make free
5914 software and the philosophy behind it more known and popular.&lt;/p&gt;
5915 </description>
5916 </item>
5917
5918 <item>
5919 <title>Debian Edu interview: Justin B. Rye</title>
5920 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</link>
5921 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</guid>
5922 <pubDate>Sun, 8 Apr 2012 10:50:00 +0200</pubDate>
5923 <description>&lt;p&gt;It take all kind of contributions to create a Linux distribution
5924 like &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;,
5925 and this time I lend the ear to Justin B. Rye, who is listed as a big
5926 contributor to the
5927 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
5928 Edu Squeeze release manual&lt;/a&gt;.
5929
5930 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5931
5932 &lt;p&gt;I&#39;m a 44-year-old linguistics graduate living in Edinburgh who has
5933 occasionally been employed as a sysadmin.&lt;/p&gt;
5934
5935 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5936 project?&lt;/strong&gt;&lt;/p&gt;
5937
5938 &lt;p&gt;I&#39;m neither a developer nor a Skolelinux/Debian Edu user! The only
5939 reason my name&#39;s in the credits for the documentation is that I hang
5940 around on debian-l10n-english waiting for people to mention things
5941 they&#39;d like a native English speaker to proofread... So I did a sweep
5942 through the wiki for typos and Norglish and inconsistent spellings of
5943 &quot;localisation&quot;.&lt;/p&gt;
5944
5945 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5946 Edu?&lt;/strong&gt;&lt;/p&gt;
5947
5948 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5949 Edu?&lt;/strong&gt;&lt;/p&gt;
5950
5951 &lt;p&gt;These questions are too hard for me - I don&#39;t use it! In fact I
5952 had hardly any contact with I.T. until long after I&#39;d got out of the
5953 education system.&lt;/p&gt;
5954
5955 &lt;p&gt;I can tell you the advantages of Debian for me though: it soaks up
5956 as much of my free time as I want and no more, and lets me do
5957 everything I want a computer for without ever forcing me to spend
5958 money on the latest hardware.&lt;/p&gt;
5959
5960 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5961
5962 &lt;p&gt;I&#39;ve been using Debian since Rex; popularity-contest says the
5963 software that I use most is xinit, xterm, and xulrunner (in other
5964 words, I use a distinctly retro sort of desktop).&lt;/p&gt;
5965
5966 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5967 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5968
5969 &lt;p&gt;Well, I don&#39;t know. I suppose I&#39;d be inclined to try reasoning
5970 with the people who make the decisions, but obviously if that worked
5971 you would hardly need a strategy.&lt;/p&gt;
5972 </description>
5973 </item>
5974
5975 <item>
5976 <title>Why the KDE menu is slow when /usr/ is NFS mounted - and a workaround</title>
5977 <link>http://people.skolelinux.org/pere/blog/Why_the_KDE_menu_is_slow_when__usr__is_NFS_mounted___and_a_workaround.html</link>
5978 <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>
5979 <pubDate>Fri, 6 Apr 2012 22:40:00 +0200</pubDate>
5980 <description>&lt;p&gt;Recently I have spent time with
5981 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; on speeding
5982 up a &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
5983 Lenny installation using LTSP diskless workstations, and in the
5984 process I discovered something very surprising. The reason the KDE
5985 menu was responding slow when using it for the first time, was mostly
5986 due to the way KDE find application icons. I discovered that showing
5987 the Multimedia menu would cause more than 20 000 IP packages to be
5988 passed between the LTSP client and the NFS server. Most of these were
5989
5990 NFS LOOKUP calls, resulting in a NFS3ERR_NOENT response. Because the
5991 ping times between the client and the server were in the range 2-20
5992 ms, the menus would be very slow. Looking at the strace of kicker in
5993 Lenny (or plasma-desktop i Squeeze - same problem there), I see that
5994 the source of these NFS calls are access(2) system calls for
5995 non-existing files. KDE can do hundreds of access(2) calls to find
5996 one icon file. In my example, just finding the mplayer icon required
5997 around 230 access(2) calls.&lt;/p&gt;
5998
5999 &lt;p&gt;The KDE code seem to search for icons using a list of icon
6000 directories, and the list of possible directories is large. In
6001 (almost) each directory, it look for files ending in .png, .svgz, .svg
6002 and .xpm. The result is a very slow KDE menu when /usr/ is NFS
6003 mounted. Showing a single sub menu may result in thousands of NFS
6004 requests. I am not the first one to discover this. I found a
6005 &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=211416&quot;&gt;KDE bug report
6006 from 2009&lt;/a&gt; about this problem, and it is still unsolved.&lt;/p&gt;
6007
6008 &lt;p&gt;My solution to speed up the KDE menu was to create a package
6009 kde-icon-cache that upon installation will look at all .desktop files
6010 used to generate the KDE menu, find their icons, search the icon paths
6011 for the file that KDE will end up finding at run time, and copying the
6012 icon file to /var/lib/kde-icon-cache/. Finally, I add symlinks to
6013 these icon files in one of the first directories where KDE will look
6014 for them. This cut down the number of file accesses required to find
6015 one icon from several hundred to less than 5, and make the KDE menu
6016 almost instantaneous. I&#39;m not quite sure where to make the package
6017 publicly available, so for now it is only available on request.&lt;/p&gt;
6018
6019 &lt;p&gt;The bug report mention that this do not only affect the KDE menu
6020 and icon handling, but also the login process. Not quite sure how to
6021 speed up that part without replacing NFS with for example NBD, and
6022 that is not really an option at the moment.&lt;/p&gt;
6023
6024 &lt;p&gt;If you got feedback on this issue, please let us know on debian-edu
6025 (at) lists.debian.org.&lt;/p&gt;
6026
6027 &lt;p&gt;Update 2015-08-04: The
6028 &lt;a href=&quot;http://anonscm.debian.org/cgit/debian-edu/upstream/kde-icon-cache.git/&quot;&gt;source
6029 of the scripts and associated Debian package&lt;/a&gt; is available from the
6030 Debian Edu github repository.&lt;/p&gt;
6031 </description>
6032 </item>
6033
6034 <item>
6035 <title>Debian Edu in the Linux Weekly News</title>
6036 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</link>
6037 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</guid>
6038 <pubDate>Thu, 5 Apr 2012 08:00:00 +0200</pubDate>
6039 <description>&lt;p&gt;About two weeks ago, I was interviewed via email about
6040 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt; by
6041 Bruce Byfield in Linux Weekly News. The result was made public for
6042 non-subscribers today. I am pleased to see liked our Linux solution
6043 for schools. Check out his article
6044 &lt;a href=&quot;https://lwn.net/Articles/488805/&quot;&gt;Debian Edu/Skolelinux: A
6045 distribution for education&lt;/a&gt; if you want to learn more.&lt;/p&gt;
6046 </description>
6047 </item>
6048
6049 <item>
6050 <title>Debian Edu interview: Wolfgang Schweer</title>
6051 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</link>
6052 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</guid>
6053 <pubDate>Sun, 1 Apr 2012 23:00:00 +0200</pubDate>
6054 <description>&lt;p&gt;Germany is a core area for the
6055 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
6056 user community, and this time I managed to get hold of Wolfgang
6057 Schweer, a valuable contributor to the project from Germany.
6058
6059 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
6060
6061 &lt;p&gt;I&#39;ve studied Mathematics at the university &#39;Ruhr-Universität&#39; in
6062 Bochum, Germany. Since 1981 I&#39;m working as a teacher at the school
6063 &quot;&lt;a href=&quot;http://www.westfalenkolleg-dortmund.de/&quot;&gt;Westfalen-Kolleg
6064 Dortmund&lt;/a&gt;&quot;, a second chance school. Here, young adults is given
6065 the opportunity to get further education in order to do the school
6066 examination &#39;Abitur&#39;, which will allow to study at a university. This
6067 second chance is of value for those who want a better job perspective
6068 or failed to get a higher school examination being teens.&lt;/p&gt;
6069
6070 &lt;p&gt;Besides teaching I was involved in developing online courses for a
6071 blended learning project called &#39;abitur-online.nrw&#39; and in some other
6072 information technology related projects. For about ten years I&#39;ve been
6073 teacher and coordinator for the &#39;abitur-online&#39; project at my
6074 school. Being now in my early sixties, I&#39;ve decided to leave school at
6075 the end of April this year.&lt;/p&gt;
6076
6077 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
6078 project?&lt;/strong&gt;&lt;/p&gt;
6079
6080 &lt;p&gt;The first information about Skolelinux must have come to my
6081 attention years ago and somehow related to LTSP (Linux Terminal Server
6082 Project). At school, we had set up a network at the beginning of 1997
6083 using Suse Linux on the desktop, replacing a Novell network. Since
6084 2002, we used old machines from the city council of Dortmund as thin
6085 clients (LTSP, later Ubuntu/Lessdisks) cause new hardware was out of
6086 reach. At home I&#39;m using Debian since years and - subscribed to the
6087 Debian news letter - heard from time to time about Skolelinux. About
6088 two years ago I proposed to replace the (somehow undocumented and only
6089 known to me) system at school by a well known Debian based system:
6090 Skolelinux.&lt;/p&gt;
6091
6092 &lt;p&gt;Students and teachers appreciated the new system because of a
6093 better look and feel and an enhanced access to local media on thin
6094 clients. The possibility to alter and/or reset passwords using a GUI
6095 was welcomed, too. Being able to do administrative tasks using a GUI
6096 and to easily set up workstations using PXE was of very high value for
6097 the admin teachers.&lt;/p&gt;
6098
6099 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
6100 Edu?&lt;/strong&gt;&lt;/p&gt;
6101
6102 &lt;p&gt;It&#39;s open source, easy to set up, stable and flexible due to it&#39;s
6103 Debian base. It integrates LTSP out-of-the-box. And it is documented!
6104 So it was a perfect choice.&lt;/p&gt;
6105
6106 &lt;p&gt;Being open source, there are no license problems and so it&#39;s
6107 possible to point teachers and students to programs like
6108 OpenOffice.org, ViewYourMind (mind mapping) and The Gimp. It&#39;s of
6109 high value to be able to adapt parts of the system to special needs of
6110 a school and to choose where to get support for this.&lt;/p&gt;
6111
6112 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
6113 Edu?&lt;/strong&gt;&lt;/p&gt;
6114
6115 &lt;p&gt;Nothing yet.&lt;/p&gt;
6116
6117 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
6118
6119 &lt;p&gt;At home (Debian Sid with Gnome Desktop): Iceweasel, LibreOffice,
6120 Mutt, Gedit, Document Viewer, Midnight Commander, flpsed (PDF
6121 Annotator). At school (Skolelinux Lenny): Iceweasel, Gedit,
6122 LibreOffice.&lt;/p&gt;
6123
6124 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
6125 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
6126
6127 &lt;p&gt;Some time ago I thought it was enough to tell people about it. But
6128 that doesn&#39;t seem to work quite well. Now I concentrate on those more
6129 interested and hope to get multiplicators that way.&lt;/p&gt;
6130 </description>
6131 </item>
6132
6133 <item>
6134 <title>Linux-skoler har høyere PC-tetthet enn landsgjennomsnittet - pressemelding fra FRiSK</title>
6135 <link>http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</link>
6136 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</guid>
6137 <pubDate>Fri, 30 Mar 2012 19:30:00 +0200</pubDate>
6138 <description>&lt;p&gt;I dag har &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;FRiSK&lt;/a&gt;
6139 sendt ut følgende pressemelding basert på mine beregninger av
6140 PC-tetthet på Linux-skoler:&lt;/p&gt;
6141
6142 &lt;p&gt;&lt;strong&gt;Linux-skoler har høyere PC-tetthet enn
6143 landsgjennomsnittet&lt;/strong&gt;&lt;/p&gt;
6144
6145 &lt;p&gt;Oslo, 30 Mars 2012&lt;/p&gt;
6146
6147 &lt;p&gt;Det er store forskjeller på skolenes digitale tilstand, viser
6148 undersøkelsen Monitor 2011 som er laget på oppdrag fra
6149 Kunnskapsdepartementet. Dette har ført til debatt om PC-tilgangen i
6150 skolen, og om de med Linux i skolen gjør det bedre bedre eller
6151 dårligere enn snittet i landet.&lt;/p&gt;
6152
6153 &lt;p&gt;Nå har vi tallene. Skoler med Linux har 36% større PC-tetthet en
6154 landsgjennomsnittet. På spørsmål hvorfor skoler med Linux har større
6155 PC-tetthet, observerer Paul Reidar Løsnesløkken som er IKT-konsulent i
6156 Nord-Odal:&lt;/p&gt;
6157
6158 &lt;p&gt;&lt;blockquote&gt;&quot;Vi erfarer at klienter med Skolelinux har god funksjon
6159 til de er 8 til 10 år gamle. Dette er omtrent dobbelt så lenge som
6160 andre løsninger, og skolene får mer datautstyr for
6161 pengene.&quot;&lt;/blockquote&gt;&lt;/p&gt;
6162
6163 &lt;p&gt;Undersøkelsen baserer seg på 56 skoler som har gjort det offentlig
6164 at de kjører Skolelinux eller annen Linux-utgave. De kan også ha PC-er
6165 med Windows i skolenettet. Når en sammenligner PC-tetthetene på
6166 skolene i kommunene Flora, Harstad, Kongsvinger, Narvik, Nittedal,
6167 Nord-Odal og Randaberg, er det i snitt 2,28 elev pr. PC på skolene med
6168 Linux. På landsbasis er det 3.11 elev per PC i grunnskolen, i følge
6169 side 95 i Monitor-rapporten for 2011. Målingen viser dermed 36% større
6170 PC-tetthet i skoler med Linux.&lt;/p&gt;
6171
6172 &lt;p&gt;&lt;strong&gt;Om Skolelinux/Debian Edu&lt;/strong&gt;&lt;/p&gt;
6173
6174 &lt;p&gt;Skolelinux har til hensikt å gi alle barn full tilgang til
6175 skoleaktuelle dataprogram på sitt eget morsmål. Derfor følger det med
6176 godt over 100 skoleaktuelle programmene laget for læring. De fleste
6177 programmene er oversatt til over 50 språk. Elevene skal også kunne
6178 studere alle sider av dataprogrammene. Derfor følger også kildekode
6179 med. Elever med interesse kan lære av eksperter som har laget
6180 systemet. Dette med enkelt programmering i læreprogram som KTurtle,
6181 til profesjonelle verktøy som Qt Creator eller Java.&lt;/p&gt;
6182
6183 &lt;p&gt;Skolelinux er laget for sentralisert drift, der alt teknisk
6184 administrasjon av alle skolene kan gjøres sentralt fra kommunehuset
6185 eller sentralt i en region. F.eks. drifter to-tre personer 70.000
6186 skoledatamaskiner på 200 skoler i delstaten Extremadura i
6187 Spania. Etter velykket bruk av Debian Edu i skolen, legger delstaten
6188 over til Debian på 40.000 datamaskiner i administrasjonen. Det er idag
6189 mange selskap som tilbyr profesjonell støtte til innføring og drift i
6190 Norge og verden.&lt;/p&gt;
6191
6192 &lt;p&gt;&lt;strong&gt;Om FRiSK&lt;/strong&gt;&lt;/p&gt;
6193
6194 &lt;p&gt;Medlemsforeningen Fri Programvare i Skolen organiserer
6195 dugnadsprosjektet som står bak Skolelinux.&lt;/p&gt;
6196
6197 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
6198
6199 &lt;p&gt;Knut Yrvin&lt;/p&gt;
6200
6201 &lt;p&gt;Leder av Fri Programvare i Skolen (FRISK)&lt;/p&gt;
6202
6203 &lt;p&gt;Epost: knuty at skolelinux.no
6204 &lt;br&gt;Mobil: +47 93 479 561&lt;/p&gt;
6205
6206 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
6207
6208 &lt;p&gt;&lt;ul&gt;
6209
6210 &lt;li&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;http://www.skolelinux.org/&lt;/a&gt;&lt;/li&gt;
6211 &lt;li&gt;&lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;http://www.friprogramvareiskolen.no/&lt;/a&gt;&lt;/li&gt;
6212 &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;
6213 &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;
6214 &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;
6215 &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;
6216 &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;
6217
6218 &lt;/ul&gt;&lt;/p&gt;
6219 </description>
6220 </item>
6221
6222 <item>
6223 <title>Skolelinux-intervju: Roy-Arne Myhre</title>
6224 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</link>
6225 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</guid>
6226 <pubDate>Wed, 28 Mar 2012 15:15:00 +0200</pubDate>
6227 <description>&lt;p&gt;I serien med intervjuer av folk i
6228 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi
6229 denne gangen høre fra en IKT-ansvarlig som har brukt Skolelinux i
6230 mange år, og vært storfornøyd med erfaringene så langt.&lt;/p&gt;
6231
6232 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6233
6234 &lt;p&gt;Mitt navn er Roy-Arne Myhre og jeg er 42 år. Jeg er ansatt hos
6235 &lt;a href=&quot;http://www.sandskole.no/&quot;&gt;Sand skole&lt;/a&gt; (Balsfjord kommune)
6236 og har stort sett vært det siden 1990. Jeg er IKT ansvarlig ved
6237 skolen i 40% stilling – 10% undervisning – musikk.&lt;/p&gt;
6238
6239 &lt;p&gt;Ved skolen er det ca 100 elever og ca 18 lærere + 4 assistenter i
6240 hele og delte stillinger. Alle lærerne har bærbar PC (dessverre med
6241 Win Vista) – assistenter har tilgang til egne. Vi benytter Fronter i
6242 det daglige arbeidet. Vi har ca 90 elevmaskiner som fungerer til
6243 daglig opp mot Linux server (XFCE) som driftes av
6244 &lt;a href=&quot;http://www.bzz.no/&quot;&gt;BzzWare AS&lt;/a&gt; via nett. Maskinparken
6245 består kun av brukt utstyr for elevene – og noe av dette begynner å
6246 bli vel gammelt selv som halvtykke klienter.&lt;/p&gt;
6247
6248 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med
6249 Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6250
6251 &lt;p&gt;Vi kom første gang i kontakt med Skolelinux rundt 1997. Den gang
6252 var det oppstart-disketter i hver maskin, ikke mulighet for lyd og
6253 video, gamle nettverkskort og mye plundring. Vi hadde en ihuga
6254 forelder med som pådriver, forsker og inspirator for hele opplegget.
6255 Selv ante jeg knapt at Skolelinux fantes, men han var av den
6256 utforskende typen, og fikk både meg og skolelederen i trua på at dette
6257 var ting som kunne fungere. Etter dette har det gått gradvis
6258 framover; flere maskiner er hentet inn gjennom bl.a
6259 &lt;a href=&quot;http://www.greentech.no/&quot;&gt;Greentech&lt;/a&gt; og utrangert utstyr
6260 fra høgskole / Avinor og private givere. Når maskinene ble for trege
6261 for nye Windows-versjoner, sto vi klare til å putte dem i nettverket
6262 vårt. Dette betyr at vi i dag har 1:1 dekning av maskiner på
6263 ungdomstrinnet og bedre enn 1:2 på barnetrinnet. Dette er vi veldig
6264 fornøyd med, og vi kan ikke se for oss hverdagen som ville vært
6265 alternativet ved bruk av Windows med sine lisenser pr. Bruker/maskin.
6266 Da ville vi nok vært tilbake til 1-2 maskiner pr klasserom med de
6267 negative konsekvenser det ville hatt for undervisningsformene våre. Vi
6268 kan ha en hel klasse i prosjektjobbing eller individuell jobbing
6269 samtidig – vi kan avholde tentamen og eksamen uten
6270 logistikkproblemer.&lt;/p&gt;
6271
6272 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6273
6274 Hvor skal jeg begynne... Stabiliteten er et nøkkelord - det bare
6275 virker. Har du først fått en server med Skolelinux opp og gå, så må
6276 det en maskinarefeil eller sabotasje til for å stoppe den. Det at man
6277 kan bruke eldre maskiner som normalt sett ville gått på dynga, er også
6278 glimrende - billig for skoler med dårlig økonomi og bra for miljøet
6279 siden vi gjenbruker utstyr i stedet for å skaffe nytt. Vi ville aldri
6280 hatt mulighet til å operere med det maskinantallet vi har pr i dag
6281 hvis det ikke var for Skolelinux - så tilgjengelighet er et annet
6282 nøkkelord. Et tredje moment er sikkerhet og brukertilgang. Alle
6283 brukerer opererer med egne brukernavn og passord, samt egne
6284 brukerområder som kan tilpasses for både enbrukertilgang og for
6285 samarbeid med andre.
6286
6287 Elever har godt av å se at det finnes andre alternativer enn de som
6288 storindustrien selger på lisensbasis - på den måten trenes de opp til
6289 å se flere muligheter og å foreta valg ut fra flere opsjoner.
6290
6291 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6292
6293 &lt;p&gt;Ulempene med Skolelinux er nok utbredelsen og mangelen på kjennskap
6294 til dette i skolenorge. De som skal ta økonomiske avgjørelser rynker
6295 på nesen og vil gå for det kjente og «sikre» selv om det koster mye
6296 mer. Man får rett og slett litt hetta av å ikke kunne noe – og unngår
6297 dette for enhver pris.&lt;/p&gt;
6298
6299 &lt;p&gt;I tillegg er mye av linux-systemet administrert av tekstkommandoer
6300 og er lite intuitiv/visuell for oss som ikke er «inne i»
6301 kildekodene». Så problemet er nok mye godt at de som
6302 utarbeider/drifter Skolelinux ikke helt klarer å sette seg ned på
6303 skoleadministratorens nivå når det gjelder problemer og
6304 utfordringer. Men dette er nok en utfordring alle administratorer
6305 sliter med uansett OS.&lt;/p&gt;
6306
6307 &lt;p&gt;Derfor har vi valgt å støtte oss til BzzWare AS for assistanse i
6308 drifta slik at jeg har kunnet konsentrere meg mer om kabling, skifting
6309 av komponenter, veiledning av lærere og elever, vedlikehold av
6310 skrivere og annen daglig drift.&lt;/p&gt;
6311
6312 &lt;p&gt;Elevene mestrer Skolelinux helt fint. Så lenge Internett
6313 (Iceweasel) og Libreoffice (Openoffice) fungerer er 90% av
6314 skolehverdagen velfungerende. I tillegg brukes jo en del av den
6315 pedagogiske programpakken bla. i forhold til matematikk og geografi,
6316 men det er såpass mye bra på nett om dagen, så disse programmene er
6317 mer som krydder å regne.&lt;/p&gt;
6318
6319 &lt;p&gt;Jeg skulle ønske neste versjon av Skolelinux kunne komme litt
6320 mindre stappet med programmer, for halvparten blir aldri brukt, eller
6321 fungerer ikke uansett. Hva med et pedagogisk panel av lærere/IKT
6322 ansvarlige som kunne sagt: disse programmene skal være standard, så
6323 får resten være slike man kan legge til ved behov – det kan lett bli
6324 en jungel å bevege seg i.&lt;/p&gt;
6325
6326 &lt;p&gt;Jeg ønsker meg også en mer grafisk versjon av
6327 &lt;a href=&quot;http://bzz.no/lwat/trac/trac.cgi&quot;&gt;Lwat&lt;/a&gt; hvor man kan krysse
6328 ut de som f.eks ikke skal ha internett-tilgang en dag pga
6329 eksamen/tentamen, samt en noe enklere brannmurløsning hvor man kan
6330 stenge for en del (få) sider på en enkel måte. Jeg liker godt
6331 Skolelinux sin ideologi om at filteret skal trenes i hodet på eleven –
6332 men av og til skulle jeg ønske at f.eks Facebook og Youtube kunne vært
6333 koblet vekk en periode for å få bedre utnyttelse av tid og
6334 ressurser. Disse to nettstedene er nok mye av årsaken til at mange
6335 lærere holder igjen databruken noe mer enn man kunne ønske.&lt;/p&gt;
6336
6337 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6338
6339 Jeg benytter nesten bare fri programvare til daglig. LibreOffice,
6340 Iceweasel (Firefox), Thunderbird til e-post og Gimp til
6341 bildebehandling. Vi har PHP-Nuke-oppsatt hjemmeside. Det eneste som
6342 jeg ikke har fått helt til enda er videoredigering - her må man vel
6343 innrømme at Mac er hakket over, men da er vi igjen over på å se hva
6344 som egner seg best, og ta valg ut fra det. Folk flest lever i
6345 villfarelsen om at regneark HETER Excel og tekstbehandling HETER
6346 Word. Dette er en misforståelse som jeg bruker mye energi på å
6347 diskutere og &quot;åpne sinn&quot; på Microsoft-slaver. Dessverre er det mange
6348 IKT-ansvarlige som også har låst seg på at det eneste saliggjørende er
6349 Bill G sine produkter.
6350
6351 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6352 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6353
6354 &lt;p&gt;For å komme lenger i utbredelsen av Skolelinux tror jeg det må mer
6355 fram i nasjonale medier, samt komme bedre fram hva økonomien i dette
6356 valget vil være – samt mulighetene. Fri programvare er en berikelse og
6357 gjør oss i stand til å utføre arbeidet i skolen uten å måtte legge
6358 igjen tusener på tusener i Bill Gates lomme.. Få ETT nettsted med
6359 forståelig veiledning av installasjon/oppgradering og ETT forum med
6360 konkrete feilrettinger og problemer, så tror jeg vi kunne kommet et
6361 par skritt framover. Ellers tror jeg bare at ildsjelene må fortsette å
6362 skinne – kanskje flere enn oss følger etter på veien.&lt;/p&gt;
6363 </description>
6364 </item>
6365
6366 <item>
6367 <title>Debian Edu screencast: Checking email with kmail using Kerberos authentication</title>
6368 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</link>
6369 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</guid>
6370 <pubDate>Sun, 25 Mar 2012 10:00:00 +0200</pubDate>
6371 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
6372
6373 &lt;p&gt;The same Debian Edu developer that did the last screen cast I
6374 published, Wolfgang Schweer, has created a new screen cast showing how
6375 to set up Kmail in Debian Edu Squeze to authenticate using Kerberos,
6376 allowing users to check their local email account without providing
6377 any password. The video is embedded here in quarter size,
6378 and also available from &lt;a href=&quot;https://vimeo.com/38601767&quot;&gt;vimeo&lt;/a&gt;
6379 and download as a
6380 &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
6381 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
6382
6383 &lt;p&gt;&lt;video id=&quot;kmail-kerberos-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
6384 &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;
6385 &lt;p&gt;Download video as
6386 &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;
6387 &lt;/video&gt;&lt;/p&gt;
6388 </description>
6389 </item>
6390
6391 <item>
6392 <title>Større PC-tetthet i skolen med Skolelinux?</title>
6393 <link>http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</link>
6394 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</guid>
6395 <pubDate>Mon, 19 Mar 2012 23:25:00 +0100</pubDate>
6396 <description>&lt;p&gt;Den siste uka har det vært en del skriverier om hvor store
6397 forskjeller det er mellom skolene når det gjelder digital kompetanse.
6398 Et eksempel er
6399 &lt;a href=&quot;http://www.digi.no/891660/bekymret-for-it-i-skolen&quot;&gt;oppslaget
6400 i Digi&lt;/a&gt;. Diskusjonen fikk meg til å bli litt nysgjerrig på om
6401 Linux-skoler har større PC-tettet enn snittet i landet. Grunnlaget
6402 for diskusjonen har vært undersøkelsen
6403 &lt;a href=&quot;https://iktsenteret.no/ressurser/monitor-2011-skolens-digitale-tilstand&quot;&gt;Monitor
6404 2011&lt;/a&gt;, som bruker informasjon fra
6405 &lt;a href=&quot;https://www.wis.no/gsi&quot;&gt;Grunnskolens Informasjonssystem&lt;/a&gt;
6406 (GSI). GSI-data kan lastes ned fra web og jeg lastet ned en Excel-fil
6407 (intet åpen standard-valg tilgjengelig) med navn på alle skoler,
6408 hvilke kommune de befinner seg i og hvor mange elever pr. elev-PC de
6409 har rapportert inn. For å få en ide om svaret trenger jeg deretter å
6410 vite hvilke skoler i landet som bruker Linux, slik at jeg kan slå dem
6411 opp i GSI og finne ut hvor stor PC-tetthet de har.&lt;/p&gt;
6412
6413 &lt;p&gt;Jeg vet om skoler i Balsfjord, Flora, Harstad, Kongsvinger, Narvik,
6414 Nittedal, Nord-Odal, Randaberg og Sunndal som bruker Skolelinux eller
6415 andre Linux-varianter. Jeg tror det er flere enn de 56 skolene jeg
6416 har klart å identifisere de siste dagene, men har ikke klart å få det
6417 bekreftet med offentlige kilder.&lt;/p&gt;
6418
6419 &lt;p&gt;Monitor 2011-rapporteres side 95 forteller at det &quot;ifølge GSI
6420 (20120-2011) er det 3,11 elever per datamaskin når vi tar med alle
6421 grunnskoler (1.-10.trinn)&quot;. For de 56 Linux-skolene jeg har klart å
6422 koble mot informasjon i GSI er det 2,28 elever per elevdatamaskin,
6423 hvilket betyr at det er 36% høyere PC-tetthet på Linux-skoler enn
6424 landsgjennomsnittet. Linux-skolen med høyest tettet blant de jeg har
6425 notert -skole er Flora ungdomsskule i Flora kommune med 0.82 elev
6426 pr. PC (482 elever, 588 elevdatamaskiner).&lt;/p&gt;
6427
6428 &lt;p&gt;Skolelinux gir datamaskiner lengre levetid, og en kan dermed få
6429 flere operative datamaskiner for samme budsjett, i tillegg til en
6430 rekke andre fordeler. Kan det være forklaringen på forskjellen?&lt;/p&gt;
6431
6432 &lt;p&gt;Tallene må tas med en liten klype, da GSI ser ut til å ha endel
6433 feilføringer. Jeg synes i hvert fall en skole med 423 elever og 9
6434 elevmaskiner ser mistenkelig ut. Eller en skole med 346 elever, 0
6435 elevmaskiner, som er et annet ekstremt eksempel jeg fant.&lt;/p&gt;
6436
6437 &lt;p&gt;Takk til Sturle Sunde, Klaus Ade Johnstad, Ole-Anders Andreassen og
6438 Trond Mæhlum for innspill om skoler med Linux.&lt;/p&gt;
6439 </description>
6440 </item>
6441
6442 <item>
6443 <title>Debian Edu interview: John Ingleby</title>
6444 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</link>
6445 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</guid>
6446 <pubDate>Mon, 19 Mar 2012 21:15:00 +0100</pubDate>
6447 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
6448 users are spread all across the globe. The second inteview after
6449 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;the
6450 Squeeze release&lt;/a&gt; was publised is with John Ingleby, a teacher and
6451 long time Linux user in United Kingdom.&lt;/p&gt;
6452
6453 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
6454
6455 &lt;p&gt;I teach ICT part time at the Rudolf Steiner School in Kings
6456 Langley, near London, UK. Previously I worked as a technical
6457 author/trainer while my children attended the school, and I also
6458 contributed to the Schoolforge UK community with the aim of
6459 encouraging UK schools to adopt free/open source software. Five or six
6460 years ago we had about 50 schools interested in some way, but we
6461 weren&#39;t able to convert many of them into sustainable
6462 installations.&lt;/p&gt;
6463
6464 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
6465 project?&lt;/strong&gt;&lt;/p&gt;
6466
6467 &lt;p&gt;Skolelinux had two representatives at an early Edubuntu meeting in
6468 London which I attended. However at that time our school network had
6469 just been installed using CentOS, LTSP 4 and GNOME. When LTSP 5 came
6470 along we switched to Edubuntu thin client servers so now we have a
6471 mixed environment which includes Windows PCs and student laptops, as
6472 well as their MacBooks and iPads. However, the proprietary systems
6473 have always been rather problematic, and we never built a GUI for the
6474 LDAP server, so when I discovered Skolelinux is configured for all
6475 these things we decided to try it.&lt;/p&gt;
6476
6477 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
6478 Edu?&lt;/strong&gt;&lt;/p&gt;
6479
6480 &lt;p&gt;By far the biggest advantage is the Debian Edu community. Apart
6481 from that I have always believed in the same &quot;sustainable computing&quot;
6482 goals that Skolelinux is built on: installing Linux on computers which
6483 would otherwise be thrown away, to provide a reliable, secure and
6484 low-cost IT environment for schools. From my own experience I know
6485 that a part-time person can teach and manage a network of about 25
6486 Linux computers, but it would take much more of my time if we had
6487 proprietary software everywhere.&lt;/p&gt;
6488
6489 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
6490 Edu?&lt;/strong&gt;&lt;/p&gt;
6491
6492 &lt;p&gt;As a newcomer I&#39;m just finding out who&#39;s who in the community and
6493 how you&#39;re organised, and what your procedures are for dealing with
6494 various things such as editing manual pages and so-on. The only
6495 English language mailing list seems to be for developers as well as
6496 users, so my inbox needs heavy pruning each day!&lt;/p&gt;
6497
6498 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
6499
6500 &lt;p&gt;Besides the software already mentioned at school we use Samba,
6501 OpenLDAP, CUPS, Nagios and Dansguardian for the network, and on the
6502 desktops we have LibreOffice, Firefox, GIMP and Inkscape. At home I
6503 use Ubuntu and an Android 4 eePad Transformer (but I&#39;m not sure if
6504 that counts...)&lt;/p&gt;
6505
6506 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
6507 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
6508
6509 &lt;p&gt;That&#39;s a tough question! For very many years UK schools installed
6510 and taught only proprietary software, so that at the highest levels
6511 the notion of &quot;computer&quot; means simply &quot;proprietary office
6512 applications&quot;. However, schools today are experiencing budget
6513 constraints, and many are having to think hard about upgrading Windows
6514 XP. At the same time, we have students showing teachers how to use
6515 iPads, MacBooks and Android, so the choice of operating system is no
6516 longer quite so automatic. What is more, our government at last
6517 realised that we need people with programming skills, so they&#39;re
6518 putting coding back in the curriculum! And it&#39;s encouraging that the
6519 first 10,000 Raspberry Pi units sold out in 2 hours.&lt;/p&gt;
6520
6521 &lt;p&gt;I don&#39;t really know what strategy is going to get UK schools to use
6522 free software, but building an active community of Skolelinux/Debian
6523 Edu users in this country has to be part of it.&lt;/p&gt;
6524 </description>
6525 </item>
6526
6527 <item>
6528 <title>Writing and translating documentation in Debian Edu</title>
6529 <link>http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</link>
6530 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</guid>
6531 <pubDate>Fri, 16 Mar 2012 09:55:00 +0100</pubDate>
6532 <description>&lt;p&gt;Documentation in Debian Edu is provided in several languages, and
6533 it is important to make it both easy to contribute and to keep the
6534 translated versions in sync. To do this we have come up with what we
6535 believe is a very efficient work flow.&lt;/p&gt;
6536
6537 &lt;ol&gt;
6538
6539 &lt;li&gt;The documentation is written in a
6540 &lt;a href=&quot;http://moinmo.in&quot;&gt;moinmoin wiki&lt;/a&gt; (see for example
6541 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;the
6542 Squeeze release manual&lt;/a&gt;) with support for exporting the content as
6543 docbook XML.&lt;/li&gt;
6544
6545 &lt;li&gt;This docbook document is given to po4a to extract a gettext style
6546 .pot file with the content, which in turn is used to create .po files
6547 with the translated text.&lt;/li&gt;
6548
6549 &lt;li&gt;The .po files are given to translators, and they can always tell
6550 which part of the original wiki document is new or changed. They can
6551 use their normal translation tools like lokalize or poedit to write
6552 the translation. There is even a system in place to handle translated
6553 images.&lt;/li&gt;
6554
6555 &lt;li&gt;The translated .po files are combined with the original docbook
6556 XML document using po4a to create a translated docbook document.&lt;/li&gt;
6557
6558 &lt;li&gt;The final step is to use all the generated docbook files and
6559 create PDF and HTML version of the original and translated documents.&lt;/li&gt;
6560
6561 &lt;/ol&gt;
6562
6563 &lt;p&gt;This setup work very well, but have a few issues. The biggest
6564 issue is that &lt;a href=&quot;http://moinmo.in/DocBook&quot;&gt;the docbook support
6565 we use in moinmoin&lt;/a&gt; is not actively maintained. The docbook
6566 support is also buggy, and our build system contain workarounds to
6567 make sure the generated docbook is usable despite these bugs.&lt;/p&gt;
6568
6569 &lt;p&gt;If you want to have a look at our setup, it is all there in the
6570 &lt;a href=&quot;http://packages.qa.debian.org/debian-edu-doc&quot;&gt;debian-edu-doc
6571 package&lt;/a&gt;.&lt;/p&gt;
6572 </description>
6573 </item>
6574
6575 <item>
6576 <title>NUUG-presentasjon: Skolelinux - ferdig oppsatt skolenettløsning</title>
6577 <link>http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</link>
6578 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</guid>
6579 <pubDate>Tue, 13 Mar 2012 23:55:00 +0100</pubDate>
6580 <description>&lt;p&gt;I dag presenterte jeg ny versjon av Skolelinux for NUUGs medlemmer.
6581 &lt;a href=&quot;http://www.hungry.com/~pere/mypapers/20120313-skolelinux-squeeze.html&quot;&gt;Lysark&lt;/a&gt;
6582 er tilgjengelige allerede og
6583 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;video-opptak&lt;/a&gt;
6584 kommer så snart videogruppa til NUUG får publisert den. Jeg kom på
6585 endel punkter om nye ting i Squeeze-utgaven under veis som jeg burde
6586 hatt med, og har sikkert skrevet noe tull på lysarkene som jeg ennå
6587 ikke har oppdaget. Denne presentasjonen ble smurt ihop på veldig kort
6588 tid, og jeg rakk ikke finpusse den. Håper den kan være lærerik
6589 likevel.&lt;/p&gt;
6590 </description>
6591 </item>
6592
6593 <item>
6594 <title>Skolelinux-intervju: Kåre Nordby</title>
6595 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</link>
6596 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</guid>
6597 <pubDate>Mon, 12 Mar 2012 21:10:00 +0100</pubDate>
6598 <description>&lt;p&gt;Første ut i serien med intervjuer av folk i
6599 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet etter at
6600 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;ny
6601 versjon av Skolelinux&lt;/a&gt; ble lansert i helga, er nylig valgte
6602 styremedlem i foreningen
6603 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
6604 Skolen&lt;/a&gt; (FRiSK) som organiserer
6605 Skolelinux-utviklingen og daglig leder i
6606 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt;, selskapet
6607 prosjektet opprettet som et tilbud til skoler som ønsket en
6608 kommersiell samarbeidsparter. Det bør nevnes at jeg er styremedlem i
6609 Skolelinux Drift AS og styreleder i selskapets hovedeier stiftelsen
6610 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/&quot;&gt;SLX Debian Labs&lt;/a&gt;
6611 som beskytter verdiene til Skolelinux-prosjektet, og kjenner Kåre den
6612 veien.&lt;/p&gt;
6613
6614 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6615
6616 &lt;p&gt;Jeg har siden januar 2010 vært daglig leder i Skolelinux Drift AS,
6617 som leverer support, installasjon, tilpasning, drift, og opplæring på
6618 Debian Edu / Skolelinux. Fra 2012 er jeg valgt inn som styremedlem i
6619 FRiSK. Min forrige jobb var som KAM i Redpill Linpro (som er en av
6620 eierne i Skolelinux Drift). Før det var jeg daglig leder i et eget 7
6621 manns konsulent selskap som også startet med fri programvare mot
6622 slutten.&lt;/p&gt;
6623
6624 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6625
6626 &lt;p&gt;Jeg hørte om det først når jeg jobbet i Redpill Linpro. Men jeg
6627 har også en datter som går på en friskole, som også bruker Skolelinux.
6628 Som kjent har ikke friskoler de samme økonomiske rammebetingelsene som
6629 offentlige skoler, så for dem var det det absolutt beste alternativet.
6630 De anser også Skolelinux som et stabilt system, som bare går og går (i
6631 motsetning til det lille Windows-baserte nettverket de har på
6632 admin-siden).&lt;/p&gt;
6633
6634 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6635
6636 &lt;p&gt;Sentralisert drift av tynne og diskløse arbeidsstasjoner. Således
6637 lydløse og raskere arbeidsstasjoner som er bedre i klasserommet.
6638 Lengre levetid på PC&#39;er. Store besparelser på maskinvare og drift. Og
6639 så klart fjerning av alle lisenskostnader. Personlig synes jeg også at
6640 mange av programmene er bedre enn alternativene. Men dette er ofte en
6641 smakssak og avhengig om man må ha det man er vant til fra før.&lt;/p&gt;
6642
6643 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6644
6645 &lt;p&gt;For lite kjentskap til løsningen. Noen ganger for dårlig
6646 kompatibilitet med arbeidsstasjoners/bærbare maskiner sine
6647 nettverksdrivere eller skjermkort. Men dette løser vi i skolene ved
6648 standardisering. Ellers er det få, om nesten ingen, av de kjente
6649 maskinvare / infrastruktur leverandørene til fylkes- / kommuner som
6650 tilbyr denne plattformen. Skal dette endre seg så må kommunene selv
6651 sette slike krav til leverandørene.&lt;/p&gt;
6652
6653 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6654
6655 &lt;p&gt;Har brukt OpenOffice.org siden starten (2001 ?), Kun Linux på
6656 desktop siden 2005. Bruker i dag Kubuntu, Libreoffice og ymse annet
6657 programvare til ulik kontorbruk som er lett å installere / teste via
6658 alle programarkivene som finnes.&lt;/p&gt;
6659
6660 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6661 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6662
6663 &lt;p&gt;Fortsette å presentere flere av de gode eksemplene hvor Debian Edu
6664 / Skolelinux brukes i kommuner og enkeltskoler. Vi må få bedre frem
6665 at det er mulig tilknytte både Windows og Mac klienter på denne
6666 plattformen (selv om det vil øke driftskostnadene). Dette gjøres
6667 mange steder. Spesielt er det mange lærere som ønsker å bruke
6668 Windows/Mac-bærbare, gjerne som sin private PC også. Det er også mulig
6669 for kommunen å integrere med Active Directory i stedet for OpenLDAP
6670 som kommer med ut av boksen (selv om også dette øker kostnadene).
6671 Dette vil muligens bidra til å fjerne noe motstand hos noen
6672 potensielle brukere / driftpersonell for å ta i bruk noe
6673 nytt. Fremveksten av mobile brukere og nettbrett går i vår favør.
6674 Brukerne blir kjent og vant til flere nye operativsystemer /
6675 brukergrensesnitt. Så utviklerfellesskapet bør jobbe videre med å
6676 integrere flere nye klienttyper, som ultra lav-kostklienter og
6677 nettbrett (blant annet fri programvare-alternativet
6678 &lt;a href=&quot;http://makeplaylive.com/&quot;&gt;Spark&lt;/a&gt; med
6679 &lt;a href=&quot;http://www.merproject.org/&quot;&gt;Mer OS&lt;/a&gt; og
6680 &lt;a href=&quot;http://plasma-active.org/&quot;&gt;KDE Active Plasma&lt;/a&gt;).&lt;/p&gt;
6681 </description>
6682 </item>
6683
6684 <item>
6685 <title>Skolelinux / Debian Edu Squeeze is out!</title>
6686 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</link>
6687 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</guid>
6688 <pubDate>Sun, 11 Mar 2012 23:00:00 +0100</pubDate>
6689 <description>&lt;p&gt;This weekend we finally published the first stable release of
6690 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt; based
6691 on Debian/Squeeze. The full announcement is
6692 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;available&lt;/a&gt;
6693 from the project announcement list. Now is a good time to test if it
6694 you have not done so already.&lt;/p&gt;
6695
6696 &lt;p&gt;I plan to present the new version at
6697 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;a NUUG
6698 meeting&lt;/a&gt; on tuesday. I look forward to seeing you there if you are
6699 in Oslo, Norway.&lt;/p&gt;
6700 </description>
6701 </item>
6702
6703 <item>
6704 <title>Debian Edu interview: Nigel Barker</title>
6705 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</link>
6706 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</guid>
6707 <pubDate>Fri, 9 Mar 2012 11:30:00 +0100</pubDate>
6708 <description>&lt;p&gt;Inspired by &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;the
6709 interview series&lt;/a&gt; conducted by Raphael, I started a Norwegian
6710 interview series with people involved in the Debian Edu / Skolelinux
6711 community. This was so popular that I believe it is time to move to a
6712 more international audience.&lt;/p&gt;
6713
6714 &lt;p&gt;While &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
6715 Skolelinux&lt;/a&gt; originated in France and Norway, and have most users in
6716 Europe, there are users all around the globe. One of those far away
6717 from me is Nigel Barker, a long time Debian Edu system administrator
6718 and contributor. It is thanks to him that Debian Edu is adjusted to
6719 work out of the box in Japan. I got him to answer a few questions,
6720 and am happy to share the response with you. :)
6721
6722
6723 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
6724
6725 &lt;p&gt;My name is Nigel Barker, and I am British. I am married to Yumiko,
6726 and we have three lovely children, aged 15, 14 and 4(!) I am the IT
6727 Coordinator at Hiroshima International School, Japan. I am also a
6728 teacher, and in fact I spend most of my day teaching Mathematics,
6729 Science, IT, and Chemistry. I was originally a Chemistry teacher, but
6730 I have always had an interest in computers. Another teacher teaches
6731 primary school IT, but apart from that I am the only computer person,
6732 so that means I am the network manager, technician and webmaster,
6733 also, and I help people with their computer problems. I teach python
6734 to beginners in an after-school club. I am way too busy, so I really
6735 appreciate the simplicity of Skolelinux.&lt;/p&gt;
6736
6737 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
6738 project?&lt;/strong&gt;&lt;/p&gt;
6739
6740 &lt;p&gt;In around 2004 or 5 I discovered the ltsp project, and set up a
6741 server in the IT lab. I wanted some way to connect it to our central
6742 samba server, which I was also quite poor at configuring. I discovered
6743 Edubuntu when it came out, but it didn&#39;t really improve my setup. I
6744 did various desperate searches for things like &quot;school Linux server&quot;
6745 and ended up in a document called &quot;Drift&quot; something or other. Reading
6746 there it became clear that Skolelinux was going to solve all my
6747 problems in one go. I was very excited, but apprehensive, because my
6748 previous attempts to install Debian had ended in failure (I used
6749 Mandrake for everything - ltsp, samba, apache, mail, ns...). I
6750 downloaded a beta version, had some problems, so subscribed to the
6751 Debian Edu list for help. I have remained subscribed ever since, and
6752 my school has run a Skolelinux network since Sarge.&lt;/p&gt;
6753
6754 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
6755 Edu?&lt;/strong&gt;&lt;/p&gt;
6756
6757 &lt;p&gt;For me the integrated setup. This is not just the server, or the
6758 workstation, or the ltsp. Its all of them, and its all configured
6759 ready to go. I read somewhere in the early documentation that it is
6760 designed to be setup and managed by the Maths or Science teacher, who
6761 doesn&#39;t necessarily know much about computers, in a small Norwegian
6762 school. That describes me perfectly if you replace Norway with
6763 Japan.&lt;/p&gt;
6764
6765 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
6766 Edu?&lt;/strong&gt;&lt;/p&gt;
6767
6768 &lt;p&gt;The desktop is fairly plain. If you compare it with Edubuntu, who
6769 have fun themes for children, or with distributions such as Mint, who
6770 make the desktop beautiful. They create a good impression on people
6771 who don&#39;t need to understand how to use any of it, but who might be
6772 important to the school. School administrators or directors, for
6773 instance, or parents. Even kids. Debian itself usually has ugly
6774 default theme settings. It was my dream a few years back that some
6775 kind of integration would allow Edubuntu to do the desktop stuff and
6776 Debian Edu the servers, but now I realise how impossible that is. A
6777 second disadvantage is that if something goes wrong, or you need to
6778 customise something, then suddenly the level of expertise required
6779 multiplies. For example, backup wasn&#39;t working properly in Lenny. It
6780 took me ages to learn how to set up my own server to do rsync backups.
6781 I am afraid of anything to do with ldap, but perhaps Gosa will
6782 help.&lt;/p&gt;
6783
6784 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
6785
6786 &lt;p&gt;Nowadays I only use Debian on my personal computers. I have one for
6787 studio work (I play guitar and write songs), running AV Linux
6788 (customised Debian) a netbook running Squeeze, and a bigger laptop
6789 still running Skolelinux Lenny workstation. I have a Tjener in my
6790 house, that&#39;s very useful for the family photos and music. At school
6791 the students only use Skolelinux. (Some teachers and the office still
6792 have windows). So that means we only use free software all day every
6793 day. Open office, The GIMP, Firefox/Iceweasel, VLC and Audacity are
6794 installed on every computer in school, irrespective of OS. We also
6795 have Koha on Debian for the library, and Apache, Moodle, b2evolution
6796 and Etomite on Debian for the www. The firewall is Untangle.&lt;/p&gt;
6797
6798 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
6799 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
6800
6801 &lt;p&gt;Current trends are in our favour. Open source is big in industry,
6802 and ordinary people have heard of it. The spread of Android and the
6803 popularity of Apple have helped to weaken the impression that you have
6804 to have Microsoft on everything. People complain to me much less about
6805 file formats and Word than they did 5 years ago. The Edu aspect is
6806 also a selling point. This is all customised for schools. Where is the
6807 Windows-edu, or the Mac-edu? But of course the main attraction is
6808 budget.The trick is to convince people that the quality is not
6809 compromised when you stop paying and use free software instead. That
6810 is one reason why I say the desktop experience is a weakness. People
6811 are not impressed when their USB drive doesn&#39;t work, or their browser
6812 doesn&#39;t play flash, for example.&lt;/p&gt;
6813 </description>
6814 </item>
6815
6816 <item>
6817 <title>Debian Edu screencast: Mass creation of user accounts in Squeeze</title>
6818 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</link>
6819 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</guid>
6820 <pubDate>Wed, 7 Mar 2012 13:40:00 +0100</pubDate>
6821 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
6822
6823 &lt;p&gt;One of the Debian Edu developers, Wolfgang Schweer, just created a
6824 screen cast documenting how to create a lot of new users in LDAP on
6825 Debian Edu Squeeze. The video is embedded here in quarter size, and
6826 also available from &lt;a href=&quot;http://vimeo.com/37675399&quot;&gt;vimeo&lt;/a&gt; and
6827 download as a
6828 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv&quot;&gt;Ogg
6829 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
6830
6831 &lt;p&gt;&lt;video id=&quot;gosa-mass-user-create-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
6832 &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;
6833 &lt;p&gt;Download video as
6834 &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;
6835 &lt;/video&gt;&lt;/p&gt;
6836 </description>
6837 </item>
6838
6839 <item>
6840 <title>Third release candidate of Debian Edu / Skolelinux based on Squeeze</title>
6841 <link>http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
6842 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
6843 <pubDate>Sun, 4 Mar 2012 18:20:00 +0100</pubDate>
6844 <description>&lt;p&gt;This weekend we wrapped up and published the third release
6845 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
6846 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement is
6847 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00000.html&quot;&gt;available&lt;/a&gt;
6848 from the project announcement list. Check it out if you
6849 need a software solution for your school.&lt;/p&gt;
6850 </description>
6851 </item>
6852
6853 <item>
6854 <title>Stopmotion for making stop motion animations on Linux - reloaded</title>
6855 <link>http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</link>
6856 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</guid>
6857 <pubDate>Sat, 3 Mar 2012 12:50:00 +0100</pubDate>
6858 <description>&lt;p&gt;Many years ago, the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux
6859 / Debian Edu project&lt;/a&gt; initiated a student project to create a tool
6860 for making stop motion movies. The proposal came from a teacher
6861 needing such tool on Skolelinux. The project, called &quot;stopmotion&quot;,
6862 was manned by two extraordinary students and won a school award and a
6863 national aware with this great project. The project was initiated and
6864 mentored by Herman Robak, and manned by the students Bjørn Erik Nilsen
6865 and Fredrik Berg Kjølstad. They got in touch with people at Aardman
6866 Animation studio and received feedback on how professionals would like
6867 such stopmotion tool to work, and the end result was and is used by
6868 animators around the globe. But as is usual after studying, both got
6869 jobs and went elsewhere, and did not have time to properly tend to the
6870 project, and it has been lingering for a few years now. Until last
6871 year...&lt;/p&gt;
6872
6873 &lt;p&gt;Last year some of the users got together with Herman, and moved the
6874 project to Sourceforge and in effect restarted the project under a new
6875 name,
6876 &lt;a href=&quot;http://sourceforge.net/projects/linuxstopmotion/&quot;&gt;linuxstopmotion&lt;/a&gt;.
6877 The name change was done to make it possible to find the project using
6878 Internet search engines (try to search for &#39;stopmotion&#39; to see what I
6879 mean). I&#39;ve been following
6880 &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/linuxstopmotion-community&quot;&gt;the
6881 mailing list&lt;/a&gt; and the improvement already in place and planned for
6882 the future is encouraging. If you want to make stop motion movies.
6883 Check it out. :)&lt;/p&gt;
6884 </description>
6885 </item>
6886
6887 <item>
6888 <title>Skolelinux-intervju: Frode Danielsen</title>
6889 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</link>
6890 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</guid>
6891 <pubDate>Mon, 27 Feb 2012 14:35:00 +0100</pubDate>
6892 <description>&lt;p&gt;I serien med intervjuer av folk i
6893 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet møter vi
6894 denne gangen Frode Danielsen, som er leder for en IT-virksomhet som
6895 passer på IT-løsningen til flere kommuner i Hedmark-området, der noen
6896 av dem bruker Skolelinux i dag.&lt;/p&gt;
6897
6898 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6899
6900 &lt;p&gt;Daglig leder i &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark
6901 IKT&lt;/a&gt;. En interkommunal IKT-virksomhet for Stange, Nord-Odal,
6902 Kongsvinger, Grue, Løten og Hamar kommuner. Vi er 32 ansatte&lt;/p&gt;
6903
6904 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6905
6906 &lt;p&gt;Vi har vært i kontakt med Skolelinux-prosjektet i flere
6907 sammenhenger, blant annet gjennom et par piloter som ikke har ført til
6908 noe konkret resultat. Nå sist gjennom satsingen på skolelinux i Grue,
6909 Kongsvinger og Nord-Odal.&lt;/p&gt;
6910
6911 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;
6912 &lt;br&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6913
6914 &lt;p&gt;Jeg tror alle løsninger har fordeler og ulemper, litt avhengig av
6915 hvilket ståsted du selv har, så jeg unnlater å svare på dette.&lt;/p&gt;
6916
6917 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6918
6919 &lt;p&gt;Ingen for min egen del, men vi har noe fri programvare i våre
6920 løsninger.&lt;/p&gt;
6921
6922 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6923 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6924
6925 &lt;p&gt;Jeg tror ikke man skal ha en slik strategi. Man bør ha en strategi
6926 basert på å løse fremtidige behov, og velge løsninger som støtter opp
6927 under dette.&lt;/p&gt;
6928 </description>
6929 </item>
6930
6931 <item>
6932 <title>Second release candidate of Debian Edu / Skolelinux based on Squeeze</title>
6933 <link>http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
6934 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
6935 <pubDate>Mon, 27 Feb 2012 14:00:00 +0100</pubDate>
6936 <description>&lt;p&gt;This weekend we wrapped up and published the second release
6937 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
6938 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement did for some
6939 reason not make it the project announcement list, but is
6940 &lt;a href=&quot;http://lists.debian.org/debian-devel-announce/2012/02/msg00015.html&quot;&gt;available&lt;/a&gt;
6941 from the Debian development announcement list. Check it out if you
6942 need a software solution for your school.&lt;/p&gt;
6943 </description>
6944 </item>
6945
6946 <item>
6947 <title>Skolelinux-intervju: Knut Yrvin</title>
6948 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</link>
6949 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</guid>
6950 <pubDate>Tue, 21 Feb 2012 07:40:00 +0100</pubDate>
6951 <description>&lt;p&gt;I serien med intervjuer av folk i
6952 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
6953 høre fra nyvalgt leder i foreningen
6954 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
6955 Skolen&lt;/a&gt; og en av stifterne av Skolelinux-prosjektet.&lt;/p&gt;
6956
6957 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6958
6959 &lt;p&gt;Knut Yrvin her. Jobber i Nokia med å fremme rammeverket Qt og QML
6960 med tilhørende utviklerverktøy. Rollen er som leder av
6961 friprog-samfunn. I fjor var jeg med å legge om utviklingen av Qt til
6962 åpen forvaltning. På den måten kan alle som bidrar til Qt gjøre det
6963 på like vilkår. Nå er det
6964 &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
6965 1000 utviklere&lt;/a&gt; som bidrar til Qt. Med overgangen til åpen
6966 forvaltning er utviklingen av Qt mer åpen enn Linux-kjernen.&lt;/p&gt;
6967
6968 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6969
6970 &lt;p&gt;Jeg var en av initiativtagerne til Skolelinux i 2001. Skolene slet
6971 med både utstyr og Internett-tilgang. De klarte ikke å møte
6972 forventningene til data i skolen. Driften av PC-ene var uholdbar. Som
6973 regel hadde rektor pekt ut en ivrig lærer til å passe på PC-ene,
6974 gjerne naturfaglæreren. Mange lærere jobbet mye ubetalt overtid for å
6975 vedlikeholde 30-40 datamaskiner på hver sin skole. Med 300 elever og
6976 lærere som brukere, blir det fort mye mer arbeid enn de 4-8 timene de
6977 kunne bruke på PC-drift. Skolene hadde kun en femtedel av
6978 IT-budsjettet som ble brukt på PC-ene i rådhuset.&lt;/p&gt;
6979
6980 &lt;p&gt;Vi erfarte at skolene hadde mye datautstyr som stod ubrukt. Skolene
6981 manglet penger til Microsoft-lisenser. Selv med solide skolerabatter,
6982 kostet Microsoft-lisensene gjerne like mye som PC-ene i seg selv over
6983 en periode på 5-6 år.&lt;/p&gt;
6984
6985 &lt;p&gt;Viktigheten av språklig mangfold og pedagogiske programmer var også
6986 viktig for oss. Vi oversatte mange skoleaktuelle programmer til
6987 nynorsk, nordsamisk og bokmål. Dette lenge før andre tok denne
6988 oppgaven seriøst. Allerede etter ett år hadde vi etablert et helt
6989 arsenal av skoleaktuelle programmer på nynorsk, bokmål og
6990 nordsamisk. Vi spredde vår ide om språklig mangfold til de andre frie
6991 prosjekter internasjonalt. Resultatene ser vi i mange land. Det er de
6992 frie programmene som kommer på brukernes morsmål. Det er en av flere
6993 gode grunner til at fri programvare som LibreOffice, VLC, KDE og
6994 Firefox konkurrerer ut godseid programvare mange steder i verden.&lt;/p&gt;
6995
6996 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6997
6998 &lt;p&gt;Fordelene er at Skolelinux tilbyr over 100 skoleaktuelle programmer
6999 på de norske språkene, uten ett øre i lisenskostnader. Systemet gir
7000 enormt lave driftskostnader med diskløse arbeidsstasjoner og bærbare
7001 med roaming. Skolelinux krever også mindre av maskinvaren.&lt;/p&gt;
7002
7003 &lt;p&gt;Man kan fint kjøre systemet med 512 MB RAM på en bærbar PC sammen
7004 med en nettvideo i nettleseren og en presentasjon med
7005 LibreOffice. Konkurrerende system krever fort 2 GB RAM for å få til
7006 noe tilsvarende uten at det går ufattelig tregt. Skal man gjøre noe
7007 nyttig, krever konkurrentene til Linux mye større harddisk. Skoler har
7008 rapportert at de fort har fått 50% flere nye maskiner om de velger
7009 Linux. Dette i tillegg til de årlige besparelsene ved å unngå
7010 lisensbetaling til godseid programvare.&lt;/p&gt;
7011
7012 &lt;p&gt;De lave driftskostnadene gjør at delstater i Europa har titusener
7013 av datamaskiner med Skolelinux i skolen. F.eks. er det under ti
7014 personer som drifter 70.000 PC-systemer i skolene i Extremadura i
7015 Spania. Det er slett ikke uvanlig at norske kommuner har 1500-2000
7016 datamaskiner med Skolelinux. Driften tar ett årsverk. Slår flere
7017 kommuner seg sammen, kan de få samme sentraliserte stordriftsfordeler
7018 som delstater i Tyskland og Spania. Delstater som kjører Skolelinux
7019 på alle skolene. Bare noen få personer sentraldrifter titusenvis av
7020 PC-er.&lt;/p&gt;
7021
7022 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7023
7024 &lt;p&gt;Den største ulempen for Skolelinux er motstand mot Linux fra
7025 IT-sjefer i det offentlige. Dette er ledere som holder innlegg som
7026 snytt ut av evangelist-håndboka til Microsoft. Dette gjøres i ett
7027 arbeidsmarked med stor vekst i etterspørselen etter Linux-fagfolk i
7028 privat sektor. Etterspørselen har økt mer enn noe annet tekniske yrke
7029 siste tiåret. Åtte av ti ledere vil ansette Linux-fagfolk i 2012,
7030 rapporterer jobbnettstedet Dice.com på oppdrag av Linux
7031 Foundation.&lt;/p&gt;
7032
7033 &lt;p&gt;Det mangler 16.000 ingeniører og IKT-fagfolk i Norge rapporterte
7034 arbeids- og velferdsetaten NAV. Linux-fagfolk kan velge svært
7035 interessante jobber med alt fra apps på ledende mobilsystem laget med
7036 Linux, sky- tjenester eller web-applikasjoner. De raskest voksende
7037 teknologiselskapene i verden er ute etter Linux-fagfolk. Det være seg
7038 Amazon, Google, Facebook og IBM for å nevne noen. Linux er kritisk
7039 for å sikre veksten i markedet. Det sier seg selv at lønningene og
7040 jobbmulighetene er bedre enn for andre tekniske yrker.&lt;/p&gt;
7041
7042 &lt;p&gt;Skal man lage apps for mobilen, smart-TV-en eller
7043 underholdningssystemet i bilen eller på flyet, er det Linux som
7044 gjelder. Med en slik konkurranse om Linux-kompetansen, kombinert med
7045 motstanden mot Linux hos mange IT-sjefer i offentlig sektor, så
7046 hindrer kommunene rekruttering av flere Linux- fagfolk. Skolene blir
7047 tvunget til å velge dyrere og mindre komplette IT-system. De har
7048 blitt hengende igjen slik IT var på begynnelsen av 2000- tallet. Dette
7049 fordi IT-ledere ikke har tilpasset seg markedet det siste tiåret.&lt;/p&gt;
7050
7051 &lt;p&gt;Når det er sagt, er Skolelinux svært enkelt å lære seg også for de
7052 som ikke kan. Det viser alle lærerne som drifter systemet for
7053 hundrevis og tusenvis av systemer. Det meste er på plass rett ut av
7054 boksen. I tillegg er det solid med dokumentasjon med god hjelp på
7055 nettet. Det er mange kommuner som har ansatt en lærer som først lærte
7056 Skolelinux på sin skole, for så å drifte alle PC-ene i kommunen med
7057 Skolelinux. Det kan fort være snakk om 1000-3000 datamaskiner på 10-15
7058 skoler som sentraldriftes med en stilling. Står man ordentlig fast,
7059 kan man også kjøpe profesjonell hjelp fra selskap som støtter
7060 Skolelinux. Det er flere slike selskap i Norge og i utlandet.&lt;/p&gt;
7061
7062 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7063
7064 &lt;p&gt;Qt SDK, LibreOffice, Firefox, VLC og KDE-skrivebordet. Dette på et
7065 Debian-basert GNU/Linux-system. Jeg bruker også noen morsomme
7066 3D-spill. Idag kan jeg velge mellom over 30.000 Linux-programmer. Det
7067 finnes ikke tid i livet å undersøke alle valgmulighetene. Derfor er
7068 det bra med Skolelinux i skolen, da utvalget av programmer er
7069 begrenset til hva som er aktuelt i skolefagene.&lt;/p&gt;
7070
7071 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7072 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7073
7074 &lt;p&gt;Vi må selge hele Skolelinux forhåndsinstallert på maskinvare i hele
7075 pakker med 50-100-1000 PC-klienter med servere. Dette kan selges til
7076 enkeltskoler eller hele kommuner. Pakken må inneholde tjenermaskiner,
7077 svært rimelige diskløse arbeidsstasjoner, nettbrett med Plasma Active,
7078 og bærbare med roaming. Alt er godt testet med Debian. I et slikt
7079 anbud er det mulig å legge til sentraliserte drifts- og
7080 støttetjenester.&lt;/p&gt;
7081
7082 &lt;p&gt;Man bør også selge sky-tjenester som læreadministrative systemet
7083 Moodle og driftsovervåking. I tillegg så bør man slenge seg på med
7084 presentasjoner de gangene LibreOffice og andre friprog-produkter
7085 selges til kommuner.&lt;/p&gt;
7086 </description>
7087 </item>
7088
7089 <item>
7090 <title>First release candidate of Debian Edu / Skolelinux based on Squeeze</title>
7091 <link>http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
7092 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
7093 <pubDate>Sun, 19 Feb 2012 23:10:00 +0100</pubDate>
7094 <description>&lt;p&gt;One week delayed due to DVD build problems, we managed today to
7095 wrap up and publish the first release candidate for
7096 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
7097 on Squeeze. The full announcement is
7098 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00001.html&quot;&gt;available&lt;/a&gt;
7099 on the project announcement list. Check it out if you need a software
7100 solution for your school.&lt;/p&gt;
7101 </description>
7102 </item>
7103
7104 <item>
7105 <title>Skolelinux-intervju: Olav Dahlum</title>
7106 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</link>
7107 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</guid>
7108 <pubDate>Sat, 18 Feb 2012 10:40:00 +0100</pubDate>
7109 <description>&lt;p&gt;I serien med intervjuer av folk i
7110 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
7111 høre fra et nyvalgt medlem i foreningen
7112 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
7113 Skolen&lt;/a&gt;.&lt;/p&gt;
7114
7115 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7116
7117 &lt;p&gt;Jeg heter Olav Dahlum, og er frilans oversetter, tester,
7118 prosjektleder og bruker av fri og åpen programvare som
7119 LibreOffice. Jeg er også et av styremedlemmene i FRISK.&lt;/p&gt;
7120
7121 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7122
7123 &lt;p&gt;Jeg kom i kontakt med prosjektet i 2009, da jeg ble ansatt i
7124 stiftelsen Åpne kontorprogram på norsk for å oversette og teste den
7125 norske utgaven av OpenOffice.org. Arbeidet har hele tiden vært
7126 koordinert sammen med Skolelinux, og mange av de samme menneskene er
7127 involvert, så på den måten ble jeg en del av den utvidede
7128 familien.&lt;/p&gt;
7129
7130 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7131
7132 &lt;p&gt;Skolelinux handler i likhet med utdanningssektoren om å dele
7133 kunnskap med andre, og det er dette som er hovedstyrken til
7134 prosjektet. Selv om Skolelinux hovedsaklig er involvert i utvikling
7135 av programvare, er det også et sted der man kan utfolde seg uavhengig
7136 av bakgrunn og ferdigheter.&lt;/p&gt;
7137
7138 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7139
7140 &lt;p&gt;Liten utbredelse og manglende støtte fra leverandører som leverer
7141 pedagogisk programvare til skolebruk. Kunne kanskje hatt flere
7142 verktøy som letter administrasjonen ytterligere, slik at også mindre
7143 erfarne databrukere kan utføre lett vedlikehold og rutinejobber.&lt;/p&gt;
7144
7145 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7146
7147 &lt;p&gt;Jeg er nesten forpliktet til å si at jeg bruker LibreOffice... Jeg
7148 bruker forøvrig frie og åpne operativsystemer basert på
7149 operativsystemkjernen Linux, for tiden openSUSE 12,1 med KDE4. Men
7150 hvis jeg skal dra fram noen flere eksempler så er nok Mozilla Firefox
7151 og Thunderbird to av de jeg bruker mest. I tillegg er jeg en flittig
7152 bruker av OpenSSH, Irssi, Midnight Commander, Git, Subversion,
7153 Translation Toolkit og Super Maryo Chronicles (litt gøy skal man ha,
7154 og med to håndkontroller liggende er det ikke til å unngå).&lt;/p&gt;
7155
7156 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7157 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7158
7159 &lt;p&gt;Vi må få leverandører av pedagogisk programvare med på laget, men
7160 også utvikle vår egen tilpasset det norske markedet. Det er også
7161 mulig å involvere utdanningssektoren direkte i arbeidet, for eksempel
7162 gjennom studentprosjekter der elevene selv er med å utforme
7163 programvare direkte eller indirekte gjennom aktive bidrag. Dette gjør
7164 ikke bare samarbeidet tettere, men fokuset på standarder og friheten
7165 til å velge sin egen løsning vil kanskje stimulere interessen for
7166 framtidig deltakelse i bransjen. Vi som driver med fri og åpen
7167 programvare ønsker oss ikke rene konsumenter, men tenkende og
7168 selvstendige individer som kan være med å skape sin egen fremtid.&lt;/p&gt;
7169 </description>
7170 </item>
7171
7172 <item>
7173 <title>Automatic proxy configuration with Debian Edu / Skolelinux</title>
7174 <link>http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</link>
7175 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</guid>
7176 <pubDate>Mon, 13 Feb 2012 23:40:00 +0100</pubDate>
7177 <description>&lt;p&gt;New in the Squeeze version of
7178 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; is the
7179 ability for clients to automatically configure their proxy settings
7180 based on their environment. We want all systems on the client to use
7181 the WPAD based proxy definition fetched from &lt;tt&gt;http://wpad/wpad.dat&lt;/tt&gt;, to
7182 allow sites to control the proxy setting from a central place and make
7183 sure clients do not have hard coded proxy settings. The schools can
7184 change the global proxy setting by editing
7185 &lt;tt&gt;tjener:/etc/debian-edu/www/wpad.dat&lt;/tt&gt; and the change propagate
7186 to all Debian Edu clients in the network.&lt;/p&gt;
7187
7188 &lt;p&gt;The problem is that some systems do not understand the WPAD system.
7189 In other words, how do one get from a WPAD file like this (this is a
7190 simple one, they can run arbitrary code):&lt;/p&gt;
7191
7192 &lt;blockquote&gt;&lt;pre&gt;
7193 function FindProxyForURL(url, host)
7194 {
7195 if (!isResolvable(host) ||
7196 isPlainHostName(host) ||
7197 dnsDomainIs(host, &quot;.intern&quot;))
7198 return &quot;DIRECT&quot;;
7199 else
7200 return &quot;PROXY webcache:3128; DIRECT&quot;;
7201 }
7202 &lt;/pre&gt;&lt;/blockquote&gt;
7203
7204 &lt;p&gt;to a proxy setting in the process environment looking like this:&lt;/p&gt;
7205
7206 &lt;blockquote&gt;&lt;pre&gt;
7207 http_proxy=http://webcache:3128/
7208 ftp_proxy=http://webcache:3128/
7209 &lt;/pre&gt;&lt;/blockquote&gt;
7210
7211 &lt;p&gt;To do this conversion I developed a perl script that will execute
7212 the javascript fragment in the WPAD file and return the proxy that
7213 would be used for
7214 &lt;tt&gt;&lt;a href=&quot;http://www.debian.org/&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;/tt&gt;,
7215 and insert this extracted proxy URL in &lt;tt&gt;/etc/environment&lt;/tt&gt; and
7216 &lt;tt&gt;/etc/apt/apt.conf&lt;/tt&gt;. The perl script wpad-extract work just
7217 fine in Squeeze, but in Wheezy the library it need to run the
7218 javascript code is &lt;a href=&quot;http://bugs.debian.org/631045&quot;&gt;no longer
7219 able to build&lt;/a&gt; because the C library it depended on is now a C++
7220 library. I hope someone find a solution to that problem before Wheezy
7221 is frozen. An alternative would be for us to rewrite wpad-extract to
7222 use some other javascript library currently working in Wheezy, but no
7223 known alternative is known at the moment.&lt;/p&gt;
7224
7225 &lt;p&gt;This automatic proxy system allow the roaming workstation (aka
7226 laptop) setup in Debian Edu/Squeeze to use the proxy when the laptop
7227 is connected to the backbone network in a Debian Edu setup, and to
7228 automatically use any proxy present and announced using the WPAD
7229 feature when it is connected to other networks. And if no proxy is
7230 announced, direct connections will be used instead.&lt;/p&gt;
7231
7232 &lt;p&gt;Silently using a proxy announced on the network might be a privacy
7233 or security problem. But those controlling DHCP and DNS on a network
7234 could just as easily set up a transparent proxy, and force all HTTP
7235 and FTP connections to use a proxy anyway, so I consider that
7236 distinction to be academic. If you are afraid of using the wrong
7237 proxy, you should avoid connecting to the network in question in the
7238 first place. In Debian Edu, the proxy setup is updated using dhcp and
7239 ifupdown hooks, to make sure the configuration is updated every time
7240 the network setup changes.&lt;/p&gt;
7241
7242 &lt;p&gt;The WPAD system is documented in a
7243 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-wrec-wpad-01&quot;&gt;IETF
7244 draft&lt;/a&gt; and a
7245 &lt;a href=&quot;http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol&quot;&gt;Wikipedia
7246 page&lt;/a&gt; for those that want to learn more.&lt;/p&gt;
7247 </description>
7248 </item>
7249
7250 <item>
7251 <title>Skolelinux-intervju: Axel Bojer</title>
7252 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</link>
7253 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</guid>
7254 <pubDate>Tue, 7 Feb 2012 14:50:00 +0100</pubDate>
7255 <description>&lt;p&gt;I serien med intervjuer av folk i
7256 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet har jeg
7257 fått en av oversetterne som har vært med siden starten i tale.&lt;/p&gt;
7258
7259 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7260
7261 &lt;p&gt;Jeg heter Axel Bojer og er datalærer, tysklærer, oversetter med
7262 mere.&lt;/p&gt;
7263
7264 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7265
7266 &lt;p&gt;Tror jeg så en annonsering på nettet i slutten av 2001 og ville
7267 være med som oversetter. Jeg kom med på en utviklersamling og
7268 prosjektet var da helt i starten. Det var spennende å være med mens
7269 prosjektet vokste til og utviklet seg.&lt;/p&gt;
7270
7271 &lt;p&gt;Jeg har «alltid» vært språkinteressert og hadde nettopp startet med
7272 Linux og tror jeg tenkte det passet å bidra. Var også glad for å få
7273 en Debian-distribusjon, og ville gjerne bruke den selv. Til å begynne
7274 med brukte jeg først Mandrake og så Debian. Og siden jeg oppdaget at
7275 det ikke var noen mulighet for å bruke den som enkeltstående i lang
7276 tid, så gikk jeg etterhvert over til Kubuntu&lt;/p&gt;
7277
7278 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7279
7280 &lt;p&gt;Løsningen er forholdsvis lett å sette opp, gratis, fri programvare
7281 og gjør det mulig å gjenbruke eldre maskiner. Det fine med Debian er
7282 at det er stabilt og har en veldig stor mengde programmer. Jeg liker
7283 også apt. :-) Jeg liker også friheten ved Linux og muligheten til å
7284 delta og forme sin egen datahverdag.&lt;/p&gt;
7285
7286 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7287
7288 &lt;p&gt;Skolelinux er for lite kjent og for sent ute med å gi ut nye
7289 versjoner.&lt;/p&gt;
7290
7291 &lt;p&gt;Da jeg selv i hovedsak bruker Kubuntu, så kan jeg egentlig ikke
7292 svare så detaljert rundt ulempene med Skolelinux. Hovedårsaken til at
7293 jeg bruker Kubuntu er nok at da vi begynte med det mener jeg det ikke
7294 var noen annen løsning. «Vandrende arbeidsstasjon» mener jeg ikke
7295 fantes da. Dessuten ville jeg ha siste versjon, da den KDE-versjonen
7296 som var i Skolelinux den gangen var en god del enklere (tror det var
7297 KDE 2) var dårligere i mine øyne enn versjon 3.&lt;/p&gt;
7298
7299 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7300
7301 &lt;p&gt;Jeg bruker blant annet Kubuntu, LibreOffice, Thunderbird, Firefox,
7302 Kate, &lt;a href=&quot;http://comix.sourceforge.net/&quot;&gt;Comix&lt;/a&gt; og Konsole. Og
7303 en hel haug andre ved behov :-)&lt;/p&gt;
7304
7305 &lt;p&gt;Har oversatt Comix selv, men det er jo ikke skjedd noe med Comix
7306 siden 2009, så den er det nok bare jeg som har. Om andre vil ha den
7307 gir jeg den gjerne videre. Ser at noen har startet på
7308 &lt;a href=&quot;http://mcomix.sourceforge.net/&quot;&gt;MComix&lt;/a&gt; siden jeg så på så
7309 på dette sist, så nå er jeg igang med å teste og oversette den
7310 også.&lt;/p&gt;
7311
7312 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7313 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7314
7315 &lt;p&gt;Det viktigste er å forankre beslutningen i kollegiet og med de som
7316 er ansvarlige for å vedlikeholde og bruke datamaskinene. Flest mulig
7317 bør være med på å holde det (sosialt) vedlike, kjenne og støtte
7318 prinsippene. Som enkeltmannsprosjekt blir det lett veldig sårbart,
7319 særlig når (Skole)linux ennå i stor grad er en motkultur og ikke noe
7320 en stor nok andel av beslutningstakere, brukere osv kjenner til og
7321 bruker.&lt;/p&gt;
7322
7323 &lt;p&gt;Jeg tror det viktigste er å fortsette å holde fri programvare godt,
7324 oppdatert, minimere antall feil, ha en god kontakt med brukerne og
7325 attraktivt og spennende programmer. Beholde alt som er bra og ha det
7326 tilgjengelig samtidig som man tilbyr det nyeste og rareste for de som
7327 vil ha det.&lt;/p&gt;
7328 </description>
7329 </item>
7330
7331 <item>
7332 <title>Saving power with Debian Edu / Skolelinux using shutdown-at-night</title>
7333 <link>http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</link>
7334 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</guid>
7335 <pubDate>Sun, 5 Feb 2012 09:45:00 +0100</pubDate>
7336 <description>&lt;p&gt;Since the Lenny version of
7337 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, a
7338 feature to save power have been included. It is as simple as it is
7339 practical: Shut down unused clients at night, and turn them on again
7340 in the morning. This is done using the
7341 &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;
7342
7343 &lt;p&gt;To enable this feature on a client, the machine need to be added to
7344 the netgroup shutdown-at-night-hosts. For Debian Edu, this is done in
7345 LDAP, and once this is in place, the machine in question will check
7346 every hour from 16:00 until 06:00 to see if the machine is unused, and
7347 shut it down if it is. If the hardware in question is supported by
7348 the
7349 &lt;a href=&quot;http://packages.qa.debian.org/n/nvram-wakeup.html&quot;&gt;nvram-wakeup&lt;/a&gt;
7350 package, the BIOS is told to turn the machine back on around 07:00 +-
7351 10 minutes. If this isn&#39;t working, one can configure wake-on-lan to
7352 try to turn on the client. The wake-on-lan option is only documented
7353 and not enabled by default in Debian Edu.&lt;/p&gt;
7354
7355 &lt;p&gt;It is important to not turn all machines on at once, as this can
7356 blow a fuse if several computers are connected to the same fuse like
7357 the common setup for a classroom. The nvram-wakeup method only work
7358 for machines with a functioning hardware/BIOS clock. I&#39;ve seen old
7359 machines where the BIOS battery were dead and the hardware clock were
7360 starting from 0 (or was it 1990?) every boot. If you have one of
7361 those, you have to turn on the computer manually.&lt;/p&gt;
7362
7363 &lt;p&gt;The shutdown-at-night package is completely self contained, and can
7364 also be used outside the Debian Edu environment. For those without a
7365 central LDAP server with netgroups, one can instead touch the file
7366 &lt;tt&gt;/etc/shutdown-at-night/shutdown-at-night&lt;/tt&gt; to enable it.
7367 Perhaps you too can use it to save some power?&lt;/p&gt;
7368 </description>
7369 </item>
7370
7371 <item>
7372 <title>Third beta version of Debian Edu / Skolelinux based on Squeeze</title>
7373 <link>http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
7374 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
7375 <pubDate>Sat, 4 Feb 2012 13:25:00 +0100</pubDate>
7376 <description>&lt;p&gt;I am happy to announce that finally we managed today to wrap up and
7377 publish the third beta version of
7378 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
7379 on Squeeze. If you want to test a LDAP backed Kerberos server with
7380 out of the box PXE configuration for running diskless machines and
7381 installing new machines, check it out. If you need a software
7382 solution for your school, check it out too. The full announcement is
7383 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00000.html&quot;&gt;available&lt;/a&gt;
7384 on the project announcement list.&lt;/p&gt;
7385
7386 &lt;p&gt;I am very happy to report these changes and improvements since
7387 beta2 (there are more, see announcement for full list):&lt;/p&gt;
7388
7389 &lt;ul&gt;
7390
7391 &lt;li&gt;It is now possible to change the pre-configured IP subnet from
7392 10.0.0.0/8 to something else by using the subnet-change tool after
7393 the installation.&lt;/li&gt;
7394
7395 &lt;li&gt;Too full partitions are now automatically extended on the Main
7396 Server, based on the rules specified in /etc/fsautoresizetab.&lt;/li&gt;
7397
7398 &lt;li&gt;The CUPS queues are now automatically flushed every night, and all
7399 disabled queues are restarted every hour. This should cut down on
7400 the amount of manual administration needed for printers.&lt;/li&gt;
7401
7402 &lt;li&gt;The set of initial users have been changed. Now a personal user
7403 for the local system administrator is created during installation
7404 instead of the previously created localadmin and super-admin users,
7405 and this user is granted administrative privileges using group
7406 membership. This reduces the number of passwords one need to keep
7407 up to date on the system.&lt;/li&gt;
7408
7409 &lt;/ul&gt;
7410
7411 &lt;p&gt;The new main server seem to work so well that I am testing it as my
7412 private DNS/LDAP/Kerberos/PXE/LTSP server at home. I will use it look
7413 for issues we could fix to polish Debian Edu even further before the
7414 final Squeeze release is published.&lt;/p&gt;
7415
7416 &lt;p&gt;Next weekend the project organise a
7417 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00001.html&quot;&gt;developer
7418 gathering&lt;/a&gt; in Oslo. We will continue the work on the Squeeze
7419 version, and start initial planning for the Wheezy version. Perhaps I
7420 will see you there?&lt;/p&gt;
7421 </description>
7422 </item>
7423
7424 <item>
7425 <title>Handling non-free firmware in Debian Edu/Squeeze</title>
7426 <link>http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</link>
7427 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</guid>
7428 <pubDate>Fri, 27 Jan 2012 23:30:00 +0100</pubDate>
7429 <description>&lt;p&gt;With some computer hardware, one need non-free firmware blobs.
7430 This is the sad fact of todays computers. In the next version of
7431 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
7432 on Squeeze, we provide several scripts and modifications to make
7433 firmware blobs easier to handle. The common use case I run into is a
7434 laptop with a wireless network card requiring non-free firmware to
7435 work, but there are other use cases as well.&lt;/p&gt;
7436
7437 &lt;p&gt;First and foremost, Debian Edu provide ISO images for DVD and CD
7438 with all firmware packages in the Debian sections main and non-free
7439 included, to ensure debian-installer find and can install all of them
7440 during installation. This take care firmware for network devices used
7441 by the installer when installing from from local media. But for
7442 example multimedia devices are not activated in the installer and are
7443 not taken care of by this.&lt;/p&gt;
7444
7445 &lt;p&gt;For non-network devices, we provide the script
7446 &lt;tt&gt;/usr/share/debian-edu-config/tools/auto-addfirmware&lt;/tt&gt; which
7447 search through the &lt;tt&gt;dmesg&lt;/tt&gt; output for drivers requesting extra
7448 firmware. The firmware file name is looked up in the Contents-ARCH.gz
7449 file available in the package repository, and the packages providing
7450 the requested firmware file(s) is installed. I have proposed to do
7451 something similar in debian-installer (BTS report
7452 &lt;a href=&quot;http://bugs.debian.org/655507&quot;&gt;#655507&lt;/a&gt;), to allow PXE
7453 installs of Debian to handle firmware installation better. Run the
7454 script as root from the command line to fetch and install the needed
7455 firmware packages.&lt;/p&gt;
7456
7457 &lt;p&gt;Debian Edu provide PXE installation of Debian out of the box, and
7458 because some machines need firmware to get their network cards
7459 working, the installation initrd some times need extra firmware
7460 included to be able to install at all. To fill the PXE installation
7461 initrd with extra firmware, the
7462 &lt;tt&gt;/usr/share/debian-edu-config/tools/pxe-addfirmware&lt;/tt&gt; script is
7463 provided. Again, just run it as root on the command line to fill the
7464 PXE initrd with firmware packages.&lt;/p&gt;
7465
7466 &lt;p&gt;Last, some LTSP clients might also need firmware to get their
7467 network cards working. For this,
7468 &lt;tt&gt;/usr/share/debian-edu-config/tools/ltsp-addfirmware&lt;/tt&gt; is
7469 provided to update the LTSP initrd with firmware blobs. It is used
7470 the same way as the other firmware related tools.&lt;/p&gt;
7471
7472 &lt;p&gt;At the moment, we do not run any of these during installation. We
7473 do not know if this is acceptable for the local administrator to use
7474 non-free software, and it is their choice.&lt;/p&gt;
7475
7476 &lt;p&gt;We plan to release beta3 this weekend. You might want to give it a
7477 try.&lt;/p&gt;
7478 </description>
7479 </item>
7480
7481 <item>
7482 <title>Skjermbilder fra nordsamisk installasjon av Skolelinux/Squeeze</title>
7483 <link>http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</link>
7484 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</guid>
7485 <pubDate>Thu, 26 Jan 2012 20:00:00 +0100</pubDate>
7486 <description>&lt;p&gt;For morro skyld har jeg gjennomført en nordsamisk installasjon for
7487 neste utgave av &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
7488 (Squeeze) og knipset skjermbilder av resultatet.&lt;/p&gt;
7489
7490 &lt;p&gt;Som en kan se der er det noen oversettelser som mangler. Det hadde
7491 vært hyggelig hvis alle tekstene som vises i Skolelinux-installasjonen
7492 ble oversatt til nordsamisk, men for å få det til må noen som forstår
7493 språket melde seg til dyst. Det er mangel på nordsamiske oversettere
7494 av fri programvare. Hvis noen starter raskt, så bør en rekke å
7495 fullføre Wheezy-utgaven før den gis ut. :)&lt;/p&gt;
7496
7497 &lt;p&gt;Se &lt;a href=&quot;http://d-i.debian.org/l10n-stats/&quot;&gt;oversetterstatistikk for
7498 debian installer&lt;/a&gt; for detaljert status. Jeg har tipset
7499 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-sme&quot;&gt;epostlisten for samiskoversettelser&lt;/a&gt;,
7500 men det har vært veldig liten aktivitet der de siste årene.&lt;/p&gt;
7501
7502 &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;
7503 &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;
7504 &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;
7505 &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;
7506 &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;
7507 &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;
7508 &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;
7509 &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;
7510 &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;
7511 &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;
7512 &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;
7513 &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;
7514 &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;
7515 &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;
7516 &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;
7517 &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;
7518 &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;
7519 &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;
7520 &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;
7521 &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;
7522 &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;
7523 &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;
7524 </description>
7525 </item>
7526
7527 <item>
7528 <title>Setting up a new school with Debian Edu/Squeeze</title>
7529 <link>http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</link>
7530 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</guid>
7531 <pubDate>Wed, 25 Jan 2012 21:00:00 +0100</pubDate>
7532 <description>&lt;p&gt;The next version of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu
7533 / Skolelinux&lt;/a&gt; will include a new tool
7534 &lt;tt&gt;sitesummary2ldapdhcp&lt;/tt&gt;, which can be used to quickly set up all
7535 the computers in a school without much manual labour. Here is a short
7536 summary on how to use it to set up a new school.&lt;/p&gt;
7537
7538 &lt;p&gt;First, install a combined Main Server and Thin Client Server as the
7539 central server in the network. Next, PXE boot all the client machines
7540 as thin clients and wait 5 minutes after the last client booted to
7541 allow the clients to report their existence to the central server. When
7542 this is done, log on to the central server and run
7543 &lt;tt&gt;sitesummary2ldapdhcp -a&lt;/tt&gt; in the &lt;tt&gt;konsole&lt;/tt&gt; to use the
7544 collected information to generate system objects in LDAP. The output
7545 will look similar to this:&lt;/p&gt;
7546
7547 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
7548 % sitesummary2ldapdhcp -a
7549 info: Updating machine tjener.intern [10.0.2.2] id ether-00:01:02:03:04:05.
7550 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.
7551
7552 Enter password if you want to activate these changes, and ^c to abort.
7553
7554 Connecting to LDAP as cn=admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no
7555 enter password: *******
7556 %
7557 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
7558
7559 &lt;p&gt;After providing the LDAP administrative password (the same as the
7560 root password set during installation), the LDAP database will be
7561 populated with system objects for each PXE booted machine with
7562 automatically generated names. The final step to set up the school is
7563 then to log into &lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot;&gt;GOsa&lt;/a&gt;,
7564 the web based user, group and system administration system to change
7565 system names, add systems to the correct host groups and finally
7566 enable DHCP and DNS for the systems. All clients that should be used
7567 as diskless workstations should be added to the workstation-hosts
7568 group. After this is done, all computers can be booted again via PXE
7569 and get their assigned names and group based configuration
7570 automatically.&lt;/p&gt;
7571
7572 &lt;p&gt;We plan to release beta3 with the updated version of this feature
7573 enabled this weekend. You might want to give it a try.&lt;/p&gt;
7574
7575 &lt;p&gt;Update 2012-01-28: When calling sitesummary2ldapdhcp to add new
7576 hosts, one need to add the option -a. I forgot to mention this in my
7577 original text, and have added it to the text now.&lt;/p&gt;
7578 </description>
7579 </item>
7580
7581 <item>
7582 <title>Skolelinux-intervju: Paul Reidar Løsnesløkken</title>
7583 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</link>
7584 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</guid>
7585 <pubDate>Wed, 18 Jan 2012 14:30:00 +0100</pubDate>
7586 <description>&lt;p&gt;I serien med intervjuer av folk i
7587 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, har jeg nå
7588 lyktes med å få tak i en skolemann som ikke er aktiv med utviklingen,
7589 men likevel har vært med nesten siden starten av prosjektet. Jeg
7590 ønsker derfor velkommen til Paul Reidar Løsnesløkken, en mann med
7591 mange års erfaring i bruk av Skolelinux.&lt;/p&gt;
7592
7593 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7594
7595 &lt;p&gt;Jeg driftet tidligere IKT løsningen for skolene i
7596 &lt;a href=&quot;http://www.nord-odal.kommune.no/&quot;&gt;Nord-Odal&lt;/a&gt;. I dag er jeg
7597 IKT-konsulent for hele kommunen og samarbeider med
7598 &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark-IKT&lt;/a&gt; for best mulig
7599 tjenester til kommunen. Jeg har bakgrunn som elektronikkreparatør og
7600 grunnskolelærer og har tatt en del fag innen IKT, i hovedsak
7601 driftsfag. IKT i Nord-Odal kommune blir i dag driftet av Hedmark IKT
7602 som er et samarbeid mellom Løten, Stange, Grue, Hamar, Kongsvinger og
7603 Nord-Odal. Jeg er fortsatt &quot;IKT-personen&quot; på skolene i kommunen og
7604 følger opp og gjør enkelte mindre endringer der.&lt;/p&gt;
7605
7606 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7607
7608 &lt;p&gt;Kommunen satset på Skolelinux i 2004. Jeg var ikke med i
7609 beslutningsprosessen den gang, men ble likevel med fra starten når
7610 dette ble levert.&lt;/p&gt;
7611
7612 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7613
7614 &lt;p&gt;Fordelene med Skolelinux er rask oppstart, sentral drift av
7615 klientene, klienter som jobber raskt og effektivt, bedre
7616 funksjonalitet på eldre utstyr og en ganske god programpakke med fri
7617 programvare som følger med. Løsningen med halvtykke klienter gjør at
7618 prosessering skjer lokalt med alltid ferske maskiner.&lt;/p&gt;
7619
7620 &lt;p&gt;Skolelinux kan fungere godt på gammelt utstyr, men det er klart at
7621 utstyr også blir for gammelt selv for Skolelinux. I forbindelese med
7622 at vi nylig fikk nye servere og ny installasjon kastet jeg ut ca 60
7623 klienter som fortsatt var i drift etter at de var kjøpt godt brukt i
7624 2004. Noe var rundt 15 år gammelt, men var fortsatt i bruk. Noen
7625 klaget på at det nå gikk veldig tregt på en del pedagogiske nettsider
7626 med flash o.l. Det er fullt forståelig.&lt;/p&gt;
7627
7628 &lt;p&gt;Jeg fikk nylig et spørsmål fra ungdomsskolens rektor om jeg kunne
7629 legge inn &lt;a href=&quot;http://freemind.sourceforge.net/&quot;&gt;FreeMind&lt;/a&gt;, et
7630 tankekartprogram , på skolens elev-Windowsmaskiner. Lærerne hadde
7631 vært på kurs og ville ta dette i bruk. Skolen har ca halvparten av
7632 elevmaskinene på bærbare Windowsmaskiner. Da kunne jeg fortelle at
7633 dette programmet allerede lå inne på den nye Skolelinuxløsningen
7634 som nettopp var satt i drift, klart til bruk.&lt;/p&gt;
7635
7636 &lt;p&gt;Vi har de bærbare maskinene på ungdomsskolen i domene med
7637 Skolelinux. Dette fungerer også meget bra nå. Elevene får opp en
7638 midlertidig windowsprofil når de logger på. Denne profilen slettes
7639 etter at de logger av, noe som medfører rene profiler hver gang de
7640 starter opp en maskin. De må lagre i sin Skolelinprofil, noe som
7641 medfører at de får tak i sine filer uavhengig av om de starter en
7642 Windowsmaskin eller en Skolelinuxklient. Det er mye mindre trafikk i
7643 det trådløse nettet etter at ikke hele profiler blir lastet opp til de
7644 enkelte Windowsmaskinene og tilbake når man avslutter. Jeg vet ikke om
7645 dette er standardoppsett i Skolelinux, men slik er vårt oppsett
7646 nå.&lt;/p&gt;
7647
7648 &lt;p&gt;Vi har i flere år satt opp vår løsning slik at skriverkøer slettes
7649 og skrivere startes hver natt. Hyggelig å høre at dette nå skal bli
7650 en standard i Skolelinuxløsningen. Dette har vært en god hjelp for
7651 oss.&lt;/p&gt;
7652
7653 &lt;p&gt;Elevene er lite opptatt av om de jobber på en Skolelinux eller en
7654 Windowsmaskin bare de har de programmene de trenger og at det virker
7655 når det skal brukes. Vi kjører mest mulig de samme programmene på
7656 Windows som i Skolelinux, som f.eks Audacity og LibreOffice.&lt;/p&gt;
7657
7658 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7659
7660 &lt;p&gt;Lærere bruker hos oss Windows. Dette fordi de da selv har mer
7661 kontroll over sin maskin, kan bruke den overalt, og kan legge inn
7662 programmer selv når de trenger noe i forhold til kurs o.l de er
7663 på. Jeg tror lærernes selvstendighet her gjør dem tryggere på IKT-bruk
7664 generelt. Det at de av og til får opp advarsler og lignende gjør også
7665 at de må tenke igjennom og spørre om ting rundt datasikkerhet.&lt;/p&gt;
7666
7667 &lt;p&gt;Det er en del programmer vi bruker som ikke finnes for Linux. Mest
7668 brukt er nok Photostory3 som brukes i mange sammenhenger, særlig på
7669 ungdomsskolen, bl.a. til å lage herbarier (plantesamling) . Dette
7670 finnes gratis for Windows, men er ikke fri programvare. Vi er opptatt
7671 av at programmer elevene bruker på skolen også kan brukes gratis
7672 hjemme. Det er også en del programmer som brukes til spesielle elever
7673 som bare går i Windows. Det er viktig med fokus på funksjoner og ikke
7674 på hvilket OS man bruker.&lt;/p&gt;
7675
7676 &lt;p&gt;For oss er det kombinasjonen mellom Skolelinux og Windows som gir
7677 oss en god og hel løsning. Skolelinux er best der de er gode.&lt;/p&gt;
7678
7679 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7680
7681 &lt;p&gt;Selv er det LibreOffice jeg bruker til daglig. Jeg bruker selv en
7682 Windowsmaskin. Jeg har benyttet en del fri programvare i forbindelse
7683 med sjekking av trafikk i nettverk, slik som Wireshark, men dette er
7684 jo ikke aktuelt for skolene. Jeg er generelt glad i programmer som
7685 fungerer på både Linux og Windows og gjerne MAC.&lt;/p&gt;
7686
7687 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7688 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7689
7690 &lt;p&gt;Det er viktig at det benyttes programmer som elevene også kan ta i
7691 bruk hjemme. Det skal da være enkelt, lovlig og gratis for
7692 elevene. Da er jeg ikke lenger veldig opptatt av om det kalles &quot;fri
7693 programvare&quot;. For skolene tror jeg &quot;gratis&quot; og &quot;funksjonelt&quot; er bedre
7694 begreper enn &quot;fri&quot; i forhold til programmer. De fleste skiller nok
7695 ikke mellom &quot;fri&quot; og &quot;gratis&quot;. Det er nå svært mange elever som
7696 benytter OpenOffice eller LibreOffice som sin primære kontorpakke
7697 hjemme.&lt;/p&gt;
7698 </description>
7699 </item>
7700
7701 <item>
7702 <title>Changing the default Iceweasel start page in Debian Edu/Squeeze</title>
7703 <link>http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</link>
7704 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</guid>
7705 <pubDate>Tue, 10 Jan 2012 15:30:00 +0100</pubDate>
7706 <description>&lt;p&gt;In the Squeeze version of
7707 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; soon
7708 to be released, users of the system will get their default browser
7709 start page set from LDAP, allowing the system administrator to point
7710 all users to the school web page by updating one setting in LDAP. In
7711 addition to setting the default start page when a machine boots, users
7712 are shown the same page as a welcome page when they log in for the
7713 first time.&lt;/p&gt;
7714
7715 &lt;p&gt;The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
7716 labeledURI with &quot;http://www/ LDAP for Debian Edu/Skolelinux&quot; as the
7717 default content. By changing this value to another URL, all users get
7718 to see the page behind this new URL.&lt;/p&gt;
7719
7720 &lt;p&gt;An easy way to update it is by using the ldapvi tool. It can be
7721 called as &quot;&lt;tt&gt;ldapvi -ZD &#39;(cn=admin)&#39;&lt;/tt&gt;&#39; to update LDAP with the
7722 new setting.&lt;/p&gt;
7723
7724 &lt;p&gt;We have written the code to adjust the default start page and show
7725 the welcome page, and I wonder if there is an easier way to do this
7726 from within Iceweasel instead.&lt;/p&gt;
7727 </description>
7728 </item>
7729
7730 <item>
7731 <title>Second beta version of Debian Edu / Skolelinux based on Squeeze</title>
7732 <link>http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
7733 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
7734 <pubDate>Sat, 7 Jan 2012 22:50:00 +0100</pubDate>
7735 <description>&lt;p&gt;I am happy to announce that today we managed to wrap up and publish
7736 the second beta version of
7737 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;. If
7738 you want to test a LDAP backed Kerberos server with out of the box PXE
7739 configuration for running diskless machines and installing new
7740 machines, check it out. If you need a software solution for your
7741 school, check it out too. The full announcement is
7742 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00000.html&quot;&gt;available&lt;/a&gt;
7743 on the project announcement list.&lt;/p&gt;
7744 </description>
7745 </item>
7746
7747 <item>
7748 <title>Fixing an hanging debian installer for Debian Edu</title>
7749 <link>http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</link>
7750 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</guid>
7751 <pubDate>Tue, 3 Jan 2012 11:25:00 +0100</pubDate>
7752 <description>&lt;p&gt;During christmas, I have been working getting the next version of
7753 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; ready
7754 for release. The initial problem I looked at was particularly
7755 interesting.&lt;/p&gt;
7756
7757 &lt;P&gt;The installer would hang at the end when it was doing it
7758 post-installation configuration, and whatevery I did to try to find
7759 the cause and fix it always worked while I tested it, but never when I
7760 integrated it into the installer and ran the installation from
7761 scratch. I would try to restart processes, close file descriptors,
7762 remove or create files, and the installer would always unblock and
7763 wrap up its tasks.&lt;/p&gt;
7764
7765 &lt;p&gt;Eventually the cause was found. The kernel was simply running out
7766 of entropy, causing the Kerberos setup to hang waiting for more.
7767 Pressing keys was adding entropy to the kernel, and thus all my tries
7768 to fix the problem worked not because what I was typing to fix it, but
7769 because I was typing.&lt;/P&gt;
7770
7771 &lt;p&gt;The fix I implemented was to add a background process looking at
7772 the level of entropy in the kernel (by checking
7773 /proc/sys/kernel/random/entropy_avail), and if it was too small, the
7774 installer will flush the kernel file buffers and do &#39;find /&#39; to
7775 generate some disk IO. Disk IO generate entropy in the kernel, and is
7776 one of the few things that can be initated from within the system to
7777 generate entropy.&lt;/p&gt;
7778
7779 &lt;p&gt;The fix is in
7780 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/Installation&quot;&gt;beta1
7781 of the Debian Edu/Squeeze&lt;/a&gt; version, and we
7782 &lt;a href=&quot;http://wiki.debian.org/DebianEdu&quot;&gt;welcome more testers and
7783 developers&lt;/a&gt;. We plan to release beta2 this weekend.&lt;/p&gt;
7784 </description>
7785 </item>
7786
7787 <item>
7788 <title>Skolelinux-intervju: Peter Hansteen</title>
7789 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</link>
7790 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</guid>
7791 <pubDate>Sun, 11 Dec 2011 23:10:00 +0100</pubDate>
7792 <description>&lt;p&gt;Etter en lang pause er det klart for neste mann ut i min serie med
7793 intervjuer av
7794 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-relaterte personer.
7795
7796 Denne gangen har jeg besøk av et avtroppende styremedlem i
7797 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, og en mann
7798 som har vært aktiv i Linux-miljøet i Bergen siden 90-tallet.&lt;/p&gt;
7799
7800 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7801
7802 &lt;p&gt;Jeg heter Peter Hansteen, og jobber til daglig som seniorkonsulent
7803 i EDB ErgoGroup i Bergen. I praksis betyr det systemadministrasjon på
7804 Unix (primært Solaris, men en viss komponent av Linux). Men Solaris
7805 er for meg et relativt nytt bekjentskap, hovedplattformen min har
7806 generelt vært OpenBSD og til dels FreeBSD.&lt;/p&gt;
7807
7808 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7809
7810 &lt;p&gt;Jeg husker ikke helt alle detaljene mer ;) - men jeg tror det var
7811 gjennom news-gruppen no.it.os.unix.linux.diverse, efn-listen og
7812 etterhvert også BLUG-miljøet her i Bergen. Vi hadde et par
7813 Skolelinux-sentrerte BLUG-møter for noen år siden, og det har vært et
7814 par Skolelinux-utviklersamlinger her.&lt;/p&gt;
7815
7816 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7817
7818 &lt;p&gt;Jeg bruker dessverre ikke Skolelinux daglig. Men slik jeg kjenner
7819 prosjektet har det vært i stand til å ta opp i seg det beste av fri
7820 programvare i mange kategorier, så fra et sysadmin-perspektiv ser det
7821 ut som en svært behagelig sak. For brukerne er det vel både en fordel
7822 og en ulempe at det ikke er Windows. Men vi håper at fordelene med et
7823 fritt system etterhvert vil bli åpenbare for både elever, lærekrefter
7824 og foreldre.&lt;/p&gt;
7825
7826 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7827
7828 &lt;p&gt;Vel, ulempen er vel først og fremst at andre aktører med mer
7829 kapitalmuskel har klart å etablere seg som det både lærere og foreldre
7830 føler seg trygge på, selv om det etter mitt hode ikke er noen grunn
7831 til å være spesielt trygg på de kommersielle alternativene.&lt;/p&gt;
7832
7833 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7834
7835 &lt;p&gt;Når jeg får bestemme helt selv, bruker jeg kun fri programvare. Da
7836 helst med vekt på ting som kjører greit på OpenBSD. Hjemme er det
7837 OpenBSD, Ubuntu eller FreeBSD vi bruker. På skrivebordet er det en
7838 avveining mellom Gnome, KDE eller hva-det-nå-heter som er
7839 standardvalget i Ubuntu, ellers er det de kjente tingene som
7840 LibreOffice, Emacs, mplayer. På server er det selvfølgelig Apache,
7841 for overvåking både OpenNMS og Nagios (det bare ble sånn, og
7842 forskjellige siter). Jeg skriver til tider om slikt jeg holder på med
7843
7844 &lt;a href=&quot;http://bsdly.blogspot.com&quot;&gt;http://bsdly.blogspot.com&lt;/a&gt;.&lt;/p&gt;
7845
7846 &lt;p&gt;Men vi må nevne at selv vi har en Microsoft-ting som vi slår på når
7847 vi av en eller annen grunn må. Det betyr igjen vanligvis når en
7848 mobiltelefon eller en annen lukket elektronisk dings krever kontakt
7849 via en slik for å få oppdateringene sine.&lt;/p&gt;
7850
7851 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7852 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7853
7854 &lt;p&gt;Hadde vi hatt det rette svaret på det spørsmålet, så hadde vi
7855 gjerne hatt Skolelinux som førstevalg på alle skoler ;)&lt;/p&gt;
7856
7857 &lt;p&gt;Men jeg tror vi må legge vekt på flere forskjellige ting. En helt
7858 sentral sak er å fokusere på fri programvare og åpne standarder som de
7859 demokratiske verdiene de faktisk er. Det har kanskje kommet litt for
7860 mye i bakgrunnen i forhold til strevet etter å lage det mest mulig
7861 &#39;brukervennlige&#39; systemet. Det er en tung vei å gå, så det er
7862 forståelig at freenix-aktivister heller velger å skrive kode og annet
7863 som er mer lystbetont. Mer praktisk tror jeg vi må gjøre i alle fall
7864 to ting: For det første sørge for å fortsette med å levere det best
7865 mulige frie produktet, slik at det er lett å både komme i gang og
7866 holde systemene i daglig drift, og for det andre 2) spore opp mulige
7867 aktivister der de finnes, via lokale brukergrupper, sosiale medier
7868 eller annet og sørge for at de fortsetter å være aktive. Mer og
7869 mindre uformelle treff kan være nyttig i tillegg til de mer
7870 organiserte møtene med foredrag, konferanser og utviklersamlinger.&lt;/p&gt;
7871 </description>
7872 </item>
7873
7874 <item>
7875 <title>Skolelinux-intervju: Frode Jemtland</title>
7876 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</link>
7877 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</guid>
7878 <pubDate>Wed, 27 Jul 2011 08:50:00 +0200</pubDate>
7879 <description>&lt;p&gt;Neste mann ut i min serie med intervjuer av Skolelinux-relaterte
7880 personer er en tidligere styreleder i
7881 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; som var med
7882 fra starten av
7883 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
7884
7885 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7886
7887 &lt;p&gt;Mitt navn er Frode Jemtland, og jeg jobber i Hedmark IKT, som er et
7888 driftsselskap for Grue, Hamar, Kongsvinger, Løten, Nord-Odal og Stange
7889 kommuner. Her er jeg leder for avdelingen Løsninger og Arkitektur. Vi
7890 har i hovedansvar for servere, infrastruktur og løsninger som
7891 helhet.&lt;/p&gt;
7892
7893 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7894
7895 &lt;p&gt;Jobbet i IBM fra 2000, og da spesielt med Linux. Dette var da et av
7896 de mest tydelige linux prosjektene i Norge, og her ønsket jeg å
7897 bidra. Var aktivt med i prosjektet i 4-5 år.&lt;/p&gt;
7898
7899 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7900
7901 &lt;p&gt;Fordelene slik jeg ser det er den sentraliserte driftmodellen, og
7902 alle de vel gjennomtenkte løsningene som er inkludert i denne
7903 løsningen. Samtidig er det basert på en stabil, og godt kjent
7904 plattform. Dette vil si at man har en løsning som skal være mye
7905 tilgjengelig, og hvor det er relativt enkelt å få tak i personer som
7906 kan mye om den grunnleggende plattformen.&lt;/p&gt;
7907
7908 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7909
7910 &lt;p&gt;De største utfordringene med en løsningen er at den er intensiv på f.eks
7911 nettverk. I seg selv ikke et problem for en enkelt skole, men skal løsningen
7912 kjøres i større skala, med sentraliserte servere, så gir dette noen
7913 utfordringer.&lt;/p&gt;
7914
7915 &lt;p&gt;Utifra hva jeg har sett på større installasjoner så er det ikke så
7916 enkelt å skjønne, hva som bør gjøres for at den skal skaleres opp, og
7917 da ta godt vare på alle sider av dette, ikke bare mer server å fordele
7918 last/trykk, men hvordan også beholde robustheten og fleksibiliteten i
7919 løsningen.&lt;/p&gt;
7920
7921 &lt;p&gt;En annen utfordring er at stadig flere produkter som skal brukes i
7922 skoleløsningen ikke er laget til å kunne brukes i en
7923 skolelinuxløsning. Det blir derfor fort mye skreddersøm i de
7924 forskjellige installasjonene, for å få diverse pedagogiske programmer,
7925 webløsninger, smartboards, m.m. til å fungere. Man er også en for
7926 liten kundebase til at leverandørene ønsker å gjøre noe med
7927 utfordringen. Problemet overlates til oss.&lt;/p&gt;
7928
7929 &lt;p&gt;Det er også en kontinuerlig utfordring rundt problemet med å holde
7930 programvare på stabile versjoner, kontra å få ny funksjonalitet. Dette
7931 er jo en konflikt mellom oss som ønsker å drifte en stabil, og
7932 kostnadseffektiv løsning, mot sluttbrukerne som ønsker seg funksjoner
7933 det er vant med fra andre løsninger, eller som de må ha for at et
7934 eller annet nytt produkt skal fungere i løsningen. Dette er en
7935 utfordring også for andre plattformer.&lt;/p&gt;
7936
7937 &lt;p&gt;En siste utfordring som ikke har noe med løsningen å gjøre, men med
7938 det omkringliggende miljøet denne skal kjøre i, er at de enhetene som
7939 skal drifte dataløsninger for kommuner og fylkeskommuner begynner å
7940 profesjonaliseres, og er da avhengig av å ha standard løsninger for å
7941 drifte store brukermasser. MS er selvsagt klar over dette, og har jo
7942 nå flere områder de begynner å bli veldig dominerende på. Den største,
7943 og mest problematiske er katalogtjenesten. Man får snart ikke tak i
7944 større løsninger som ikke krever en AD. Når man da har store enheter
7945 som drifter både kommunalt ansatte og skoler, så vil det være et
7946 stordriftargument å standardisere på en katalog tjeneste, og da har
7947 man ikke noe valg. Her er alle slike driftsenheter for små til å få
7948 gjort om på dette. Her burde konkurransemyndighetene kommet på
7949 banen. Men konkurransetilsynet i USA griper sjeldent (og ikke før det
7950 har gått veldig lang tid) inn i monopolsituasjoner så lenge
7951 monopolisten er et amerikansk firma, så da har vel ikke andre
7952 myndigheter så mye de skulle ha sagt....&lt;/p&gt;
7953
7954 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7955
7956 &lt;p&gt;Privat kjører jeg Debian på alle mine datamaskiner. Det gjør jeg
7957 også på min jobbmaskin. Vi har også 15-20 linux servere av typene
7958 SuSE, Debian, Redhat, CentOS m.m. Jeg bruker derfor mye fri
7959 programvare. Av enkelt programmer kan sikkert masse nevnes. Hvis vi
7960 skal begrense oss til daglig, så må jeg si: OpenOffice, Firefox,
7961 Kontact, Kopete, Amarok,
7962 &lt;a href=&quot;http://gramps-project.org/&quot;&gt;Gramps&lt;/a&gt;, Kate, ssh, bash,
7963 rsync, backuppc m.m.&lt;/p&gt;
7964
7965 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7966 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7967
7968 &lt;p&gt;Det er et godt spørsmål, som jeg har lurt på selv.&lt;/p&gt;
7969
7970 &lt;p&gt;Argumentene som ofte har vært brukt om at ting koster mindre holder
7971 ikke mål når man ser på hva som faktisk koster penger. Det er de
7972 ansatte som er en kostnadsdriver. Det vil si at hvis man har et system
7973 som den ansatte kan, så vil en kostnad på dette systemet kunne
7974 forsvares ganske mye ved at den ansatte gjør dette raskere og
7975 effektivt. Også uten å måtte eventuelt leie inn folk.&lt;/p&gt;
7976
7977 &lt;p&gt;Jeg syns det er viktigere å fokusere på prinsippet med å velge fri
7978 programvare, men det er også et felt hvor man fort møter lite
7979 forståelse blant de ansatte i skolen.&lt;/p&gt;
7980
7981 &lt;p&gt;Her må nok strategien fortsette å være at de sentrale myndighetene
7982 må sende tydelige signaler for hva de ønsker at offentlige enheter
7983 skal gjøre. Det var mye positivt på gang ang. dette for et par år
7984 siden. Både med eNorge og eKommune planene, men dette syns jeg har
7985 stoppet opp. En del av dette kan jo kanskje være usikkerheten som
7986 etter hvert har blitt, når man har sett kompleksiteten i de
7987 prosjektene som har blitt igangsatt. Det har også blitt noe usikkerhet
7988 i markedet ref. Sun, Oracle, Novell, Microsoft m.m. Samtidig har jo
7989 også de proprietære programleverandørene sørget for å endre sine
7990 lisenser slik at man uansett ikke slipper unna kostnaden til deres
7991 produkter, selv om man skulle velge alternativer. Da er det økonomiske
7992 argumentet, som jeg nevnte tidligere, spilt ganske godt ut over
7993 sidelinjen.&lt;/p&gt;
7994 </description>
7995 </item>
7996
7997 <item>
7998 <title>Skolelinux-intervju: Marius Kotsbak</title>
7999 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</link>
8000 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</guid>
8001 <pubDate>Sun, 10 Apr 2011 11:00:00 +0200</pubDate>
8002 <description>&lt;p&gt;Neste mann ut er Marius Kotsbak, styremedlem i
8003 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; og mangeårig
8004 bidragsyter i
8005 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
8006
8007 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
8008
8009 &lt;p&gt;Jeg er en systemutvikler/kybernetiker og jobber med dette til
8010 daglig. På fritiden tester jeg ut/bruker mye fri programvare, og
8011 bidrar med testing og utvikling når jeg ser stort nok behov for det og
8012 jeg har noe å bidra med.&lt;/p&gt;
8013
8014 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
8015
8016 &lt;p&gt;Hmm, det er lenge siden, så det er nesten så jeg ikke husker. Jeg
8017 hadde vel hørt om prosjektet i media før en gjeng i Trondheim startet
8018 opp SPIST, Skolelinux-prosjektet i Sør-Trøndelag, hvor vi hjalp noen
8019 skoler i nærområdet med å installere Skolelinux og finne brukt
8020 IT-utstyr til disse. Det var moro å gjøre noe praktisk for å spre
8021 Skolelinux, og å se hvor fort gjort det var å sette opp utrangerte
8022 klientmaskiner og få disse opp som tynnklienter på helt nye datasaler
8023 på skolene, kun med kostnaden til servere.&lt;/p&gt;
8024
8025 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8026
8027 &lt;p&gt;Det er et system spesielt skreddersydd for drift av et stort antall
8028 klienter mot servere, og da spesielt i henhold til skolers behov. Det
8029 er enkelt og billig å installere og drifte, og det trenger ikke ny
8030 maskinvare for god ytelse.&lt;/p&gt;
8031
8032 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8033
8034 &lt;p&gt;Hardwarestøtten kunne vært bedre og i enda større grad
8035 installerbart rett ut av boksen. Distribusjonen har til tider hatt
8036 litt gammel programvare pga. at den følger Debian sine utgivelser.
8037 Kanskje man skulle vurdert en versjon basert på Ubuntu eller andre
8038 distribusjoner i tillegg?&lt;/p&gt;
8039
8040 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
8041
8042 &lt;p&gt;Oi, det er ikke lite. Her er det jeg kommer på i farta. Jeg bruker
8043 Linux og Ubuntu, og på Ubuntu programene Firefox, Thunderbird,
8044 Chromium, Pidgin, Digikam, OpenOffice, Wireshark, git og irssi.
8045 Telefonen min er en Android, og der bruker jeg programmene K-9 Mail,
8046 OI Shopping list, Shuffle, ZXing, OI Notepad og ADW Desktop. På jobb
8047 bruker jeg JBoss, Eclipse, uCLinux for Blackfin, RCF-CPP, Qt, Maven,
8048 og boost-bibliotekene for C++.&lt;/p&gt;
8049
8050 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
8051 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
8052
8053 &lt;p&gt;En bør fokusere på totalkostnader inkludert driftsbehov,
8054 fleksibilitet, åpenhet og ikke låsing til en leverandør framfor sparte
8055 lisenskostnader, samt programvarens kvalitet og fortrinn, og at den
8056 fritt kan brukes på et ubegrenset antall PC-er, også hjemme hos
8057 elevene. En bør også forbedre den fri programvaren ved testing,
8058 bugrapportering og kodebidrag om man kan, og ikke anbefale programvare
8059 uten at man har forsikret seg at den har tilstrekkelig kvalitet,
8060 ellers kan man lett oppnå det motsatte. Tror en bør selge inn
8061 konseptet til fylkes-/statsnivå, kanskje med bidrag til
8062 utviklingsarbeid fra disse som alle landets skoler kan få glede
8063 av.&lt;/p&gt;
8064 </description>
8065 </item>
8066
8067 <item>
8068 <title>Skolelinux-intervju: Odin Hetland Nøsen</title>
8069 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</link>
8070 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</guid>
8071 <pubDate>Mon, 28 Mar 2011 13:30:00 +0200</pubDate>
8072 <description>&lt;p&gt;Mine bloggposter om Linux i skolene i Norge førte til at inspektør
8073 og ildsjel på Harestad skole tok kontakt og fortalte at de bruker
8074 Linux på sin skole, og lurte på om de kunne bidra til å gjøre
8075 fordelene kjent. Riktig nok bruker de ikke
8076 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på denne skolen,
8077 men jeg synes dette er en god anledning til å gjøre flere fasetter
8078 rundt Linux-økosystemet kjent, og tok et lite intervju.&lt;/p&gt;
8079
8080 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
8081
8082 &lt;p&gt;Mitt navn er Odin Hetland Nøsen og er en 70-modell. Jeg er bosatt i
8083 Stavanger og jobber nå på 9. året som undervisninginspektør på
8084 Harestad skole i Randaberg kommune (nabokommune til Stavanger).&lt;/p&gt;
8085
8086 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
8087
8088 &lt;p&gt;I 2002 begynte daværende IKT-ansvarlige og jeg et arbeid på skolen
8089 med å gå over fra Win98 til... noe annet. Vi testet en rekke
8090 forskjellige løsninger, deriblant Skolelinux, men endte opp med
8091 RedHat. Skolelinux var den gang ikke modent for det vi ville ha. Jeg
8092 har siden fulgt jevnlig med på hva skolelinux holder på med, men har
8093 hele tiden vært bedre fornøyd med vår egen &quot;standardiserte&quot; løsning på
8094 RedHat/CentOS og Fedora. Vi snuser for tiden på Ubuntu som løsning på
8095 klientsiden.&lt;/p&gt;
8096
8097 &lt;p&gt;I dag har vi på skolen vår en større linux-løsning med 400 klienter
8098 som kjører en blanding av LTSP (tynnklient) og DRBL (tykk klient uten
8099 harddisk) med en masse tjenere på serverrommet. Vi drifter hele
8100 sulamitten selv med webtjener, eposttjener, webmail, filtjenere,
8101 virtuelle tjenere osv. Og IT-ansvarlig har en 80% stilling som
8102 IT-ansvarlig - og så er han KoH-lærer i de resterende 20% :-)&lt;/p&gt;
8103
8104 &lt;p&gt;Du kan få en ide om hva vi holder på med om du går inn på
8105 &lt;a href=&quot;http://www.gnuskole.no/&quot;&gt;http://www.gnuskole.no/&lt;/a&gt;.&lt;/p&gt;
8106
8107 &lt;p&gt;For å ta brodden av frykten for at ildsjeler gjør skolen sårbar om
8108 ildsjelene falle fra, har jeg forsikret kommunen og skolesjefen i
8109 Randaberg om at det finnes godt kommersielle tjenester vi kan benytte
8110 oss av - om det skulle bli nødvendig. Vi er tre stykker i kommunen som
8111 nå har &lt;strong&gt;god&lt;/strong&gt; linux-kompetanse ift. å drifte et større
8112 system. IT-avdelingen i kommunen vil ikke ta på oss med ildtang -
8113 selv om vi nok har større IT-kompetanse mot linux enn det de selv har
8114 mot windows (de kjøper en &lt;strong&gt;masse&lt;/strong&gt; konsulenttjenester
8115 fra ErgoGroup).&lt;/p&gt;
8116
8117 &lt;p&gt;I kvantitet er Harestad og Grødem skole tilsammen et større
8118 IT-system enn resten av Randaberg kommune + Kvitsøy og Rennesøy, som
8119 kommunen også har driftsansvar for. Vi har som sagt rundt 800
8120 maskiner, mens kommunen med sitt driftsansvar har ansvar for rundt 500
8121 maskiner. Det er selvfølgelig litt forskjell i hvor kritiske
8122 tjenestene våre er, men det gir allikevel et litt rart bilde når
8123 IT-avdelingen overhode ikke er interessert i å snakke med oss om
8124 hvordan vi gjør ting :-)&lt;/p&gt;
8125
8126 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8127
8128 &lt;p&gt;Fra linux-perspektivet (ikke bare Skolelinux) er det en fordel av
8129 systemet er basert på fri programvare - og dermed fritt i ordets mange
8130 betydninger. Det er alt vi trenger: stabilt, relativt enkelt å drifte
8131 (tross alt - et større windowssystem er ikke enkelt å holde live det
8132 heller), rimelig i innkjøp og drift, og sist, men ikke minst, det er
8133 moderne for sluttbruker! Linux, i sine mange varianter,
8134 &lt;strong&gt;ser&lt;/strong&gt; nytt ut, fordi det hele tiden blir
8135 oppdatert. Derfor lever systemet opp til hvordan elever forventer at
8136 et moderne GUI skal være (i motsetning til WinXP :-).&lt;/p&gt;
8137
8138 &lt;p&gt;Vi var veldig pragmatiske da vi begynte med linux i skolen. Det var
8139 billig, det fungerte og kunne bruke alle de gamle windows-maskinene
8140 som &quot;nye&quot; tynne klienter. I dag er vi mer bevisste fri
8141 programvare-tilhengere. Vi har oppdaget hva det er - og vi liker
8142 det!&lt;/p&gt;
8143
8144 &lt;p&gt;En av de &lt;strong&gt;store&lt;/strong&gt; fordelene med fri programvare er at
8145 vi kan installere tjenester vi ønsker å tilby brukerne våre - uten å
8146 måtte tenke på om vi har råd til lisensene (fordi det er ingen). Alt
8147 vi setter i produksjon er ut i fra brukernes behov og vår kapasitet
8148 til å drifte dem. Vi skreddersyr tjenestene etter behovet og dermed
8149 trenger vi ikke ende opp med å kjøpe en pakke der vi egentlig bare var
8150 interessert i en liten del av den.&lt;/p&gt;
8151
8152 &lt;p&gt;Bruk av linux frigjør ikke økonomiske midler, fordi midlene til IKT
8153 i skole er for få i utgangspunktet - men vi får så
8154 &lt;strong&gt;mye&lt;/strong&gt; mer igjen for dem når vi bruker en linux-løsning
8155 fremfor en windows-løsning. I praksis ser vi at vi måtte ut med det
8156 dobbelte på budsjettet vårt om vi skulle hatt en tilsvarende
8157 windows-løsning, som det vi i dag drifter med linux.&lt;/p&gt;
8158
8159 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8160
8161 &lt;p&gt;Ikke all pedagogisk programvare er tilgjengelig. Det er en del
8162 programvare i skolen som er laget med utviklerverktøy som bare virker
8163 i windows, f.eks. Drillpro, LingDys/LingWrite. Det er også
8164 &quot;programmer&quot; som bare virker om du har tilgang til Microsoft Office,
8165 f.eks. AskiRaski.&lt;/p&gt;
8166
8167 &lt;p&gt;Vi sliter også litt med at video-codecer ikke alltid er like lett å
8168 få opp å gå på klientene. Det er alltid en eller annen videosnutt fra
8169 nrk.no som ikke er så samarbeidsvillig, uansett mediaplayer.&lt;/p&gt;
8170
8171 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
8172
8173 &lt;p&gt;Alt :-) På skolen bruker vi det som finnes og som er nyttig. Det vi
8174 bruker mest er Firefox (jobber med Chrome, fordi det er
8175 &lt;strong&gt;mye&lt;/strong&gt; raskere med Flash enn Firefox), OpenOffice (skal
8176 over til LibreOffice), GIMP osv. Standardpakken av
8177 sluttbrukerprogrammer.&lt;/p&gt;
8178
8179 &lt;p&gt;På tjenernivå bruker vi OpenWebMail (skal over til Zimbra), Exim
8180 osv.&lt;/p&gt;
8181
8182 &lt;p&gt;Personlig bruker jeg de fleste programmer over flere plattformer,
8183 men jeg har lagt meg til en vane å prioritere bruken av fri
8184 programvare også i Windows 7 og OSX.&lt;/p&gt;
8185
8186 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
8187 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
8188
8189 &lt;p&gt;Jeg er langt i fra sikker. For det første handler det mye om at
8190 IKT-avdelingen i kommunen ofte er de som styrer hva som er IKT på
8191 skolene - og de liker å bruke avtalene med Microsoft, som de garantert
8192 har fra før. Dessuten - Select 6-avtalen til skolene gjør Microsoft
8193 skvettbillig.&lt;/p&gt;
8194
8195 &lt;p&gt;Vi la vekt på effektiv drift av systemet - og at vi kunne øke
8196 antall maskiner uten å måtte øke budsjett for utstyr eller personell
8197 særlig mye, enn om vi hadde gått for en Microsoft-løsning. I praksis
8198 ser vi at en ren linux-installasjon driftes til halve prisen av en
8199 Microsoft-løsning.&lt;/p&gt;
8200
8201 &lt;p&gt;Vi har i praksis også sett at det lærerne (og elevene) liker er at
8202 vi tilbyr &lt;strong&gt;veldig&lt;/strong&gt; mange tjenester som ikke er så
8203 vanlige i en Microsoft-løsning. Det er ikke så vanlig at
8204 &lt;strong&gt;elevene&lt;/strong&gt; også har epost, hjemmekontor osv. Det har vi
8205 også brukt som et vellykket argument mot Microsoft.&lt;/p&gt;
8206
8207 &lt;p&gt;Den beste måten er selvfølgelig at noen bare bestemmer
8208 det. Problemet er å få dem som har makt til å bestemme det til faktisk
8209 å gjøre det ;-)&lt;/p&gt;
8210 </description>
8211 </item>
8212
8213 <item>
8214 <title>Skolelinux-intervju: Astri Sletteng</title>
8215 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</link>
8216 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</guid>
8217 <pubDate>Sun, 27 Feb 2011 12:50:00 +0100</pubDate>
8218 <description>&lt;p&gt;En dame som har bidratt lenge til fri programvare i skoleverket og
8219 i foreningen som organiserer skolelinux-utviklersamlinger,
8220 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er neste
8221 intervjuoffer. Det er en glede å her presentere en lærer fra Håkvik.&lt;/p&gt;
8222
8223 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
8224
8225 &lt;p&gt;Jeg heter Astri Sletteng. Jeg er lærer og IKT veileder ved Håkvik
8226 skole i Narvik kommune. Min bakgrunn når det gjelder IKT: Av formell
8227 utdannelse har jeg lærerutdanning, Master i skoleledelse og IKT for
8228 lærere. Har jobba som IKT veileder siden 2002.&lt;/p&gt;
8229
8230 &lt;p&gt;Det viktigste for meg som IKT veileder er å få fundamentert den
8231 5. basisferdigheten, digital kompetanse ved skolen min på en god måte
8232 slik at hele skolesamfunnet tar i bruk IKT i alle fag. Dette arbeidet
8233 gjøres i nært samarbeid med skolens ledelse.&lt;/p&gt;
8234
8235 &lt;p&gt;Min viktigste jobb som IKT veileder er å være motivator og pådriver
8236 i IKT arbeidet ved skolen.&lt;/p&gt;
8237
8238 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
8239
8240 &lt;p&gt;Jobber i en kommune hvor vi satser på Fri programvare. I 2004 ble
8241 det gjort et politisk vedtak om at vi skulle innføre Skolelinux ved
8242 alle skolene i kommunen. Jeg har dermed en god del erfaring med
8243 Skolelinux, samt annen fri programvare som Open Office, Joomla, Moodle
8244 etc.&lt;/p&gt;
8245
8246 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8247
8248 &lt;p&gt;Siden vi jobber med åpen kildekode kan vi få programmene og
8249 produktene tilpasset vår bruk. Det er jo heller ikke en ulempe at
8250 skolen kommer bedre ut økonomisk, men først og fremst er det viktig
8251 for oss at vi har digitale systemer som gjør at vi kan følge
8252 læreplanen i alle fag. Det syns jeg at vi kan gjøre gjennom
8253 Skolelinux.&lt;/p&gt;
8254
8255 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8256
8257 &lt;p&gt;Skolen er avhengige av å ha folk på IT avdelinga i kommunen som kan
8258 drive support, og være tilgjengelige når vi trenger hjelp. Det er en
8259 ulempe at ikke alle på denne avdelingen nødvendigvis er god på
8260 Linux.&lt;/p&gt;
8261
8262 &lt;p&gt;Vi har også noen utfordringer når det kommer til spesielle
8263 programmer som enkelte elever er avhengige av ? og som ikke er
8264 plattform uavhengige. Her har vi i Friprog-verden, men også
8265 departement en jobb å gjøre.&lt;/p&gt;
8266
8267 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
8268
8269 &lt;p&gt;Skolen vår bruker Skolelinux, Open Office, Iceweazel (Mozilla),
8270 VLC, Tux paint, Scribus, FreeMind, GIMP, digiKam, Ksnapshot, GeoGebra,
8271 Moodle (innført på alle klassetrinn + som et administrativt verktøy)
8272 og Joomla som hjemmeside.&lt;p&gt;
8273
8274 &lt;p&gt;Det er de jeg kommer på i farten. I tillegg har vi Smartboard
8275 installert på server, men det regnes vel ikke som fri programvare?&lt;/p&gt;
8276
8277 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
8278 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
8279
8280 &lt;p&gt;Først og fremst trenger skolen oppetider på sine datasystemer. Syns
8281 også at det at vi kan få tilpasset plattform og systemer til vår bruk
8282 er en god strategi å bruke.&lt;/p&gt;
8283 </description>
8284 </item>
8285
8286 <item>
8287 <title>Skolelinux-intervju: Rubén Romero y Cordero</title>
8288 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</link>
8289 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</guid>
8290 <pubDate>Wed, 16 Feb 2011 12:00:00 +0100</pubDate>
8291 <description>&lt;p&gt;Styret i foreningen som organiserer skolelinux-utviklersamlinger,
8292 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er fullt av
8293 flinke folk. Denne gangen har jeg fått et ferskt styremedlem som
8294 kommer fra Ubuntu-miljøet i tale.&lt;/p&gt;
8295
8296 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
8297
8298 &lt;p&gt;Rubén Romero y Cordero, 81-modell, deltidspappa (50%) for en jente
82996 år. Jobber i Oslo som Global Sales Executive hos Varnish Software
8300 og til daglig har jeg kontakt med kunder fra hele verden. Min
8301 forkjærlighet for fri programvare har gjort at jeg har nå flere års
8302 erfaring med salg av slike løsninger (bl.a. fra Redpill Linpro og
8303 Freecode) og mye innsikt og kunnskap om det globale IT-markedet.
8304 Ellers er jeg involvert i flere prosjekter bl.a. er jeg Ubuntu
8305 Community medlem, kontaktpersonen for Ubuntu Norge og driveren av
8306 SpreadUbuntu marketing prosjektet og nå fersk styremedlem i FRISK. Jeg
8307 har brukt GNU/Linux siden 1997.&lt;/p&gt;
8308
8309 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
8310
8311 &lt;p&gt;Som Debian bruker siden slutten av 90-tallet var det uunngåelig å
8312 ikke komme bort i Skolelinux. Dette var vel i slutten av 2001 når jeg
8313 var student ved UiO. Flere år senere fikk jeg lastet og testet Venus
8314 (Skolelinux 1.0) på release dagen.&lt;/p&gt;
8315
8316 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8317
8318 &lt;p&gt;Fri programvare bygges sten for sten i det åpne, slik at koden og
8319 prosessen den lages på kan gjennomskues av andre enn de som har laget
8320 det. Det er et vitenskapelig og gjennomsiktig måte å lage programvare
8321 på.&lt;/p&gt;
8322
8323 &lt;p&gt;Skoler i vårt samfunn skal være steder hvor vitenskapelig kunnskap
8324 deles til alle. I dag har vi ikke et vitenskapelig tilnærming til
8325 hvordan programvaren som brukes på skolen lages. Skolelinux bringer
8326 inn at slik tilnærming i skoleverkets klasserom, siden
8327 operativsystemet er en åpent platform som gir skolene muligheten til å
8328 dra nytte av programvare som er laget av tusenvis av mennesker verden
8329 rundt og som gir elevene så vel som lærerne muligheten til å bruke,
8330 dele, forandre og forbedre OSet sitt uten begrensninger. I den
8331 forbindelsen representerer Skolelinux også konkrete resultater utfra
8332 samhandling på tvers av grenser.&lt;/p&gt;
8333
8334 &lt;p&gt;Når det gjelder de tekniske fordelene av Skolelinux er jeg sikker
8335 på at andre enn meg har allerede beskrevet disse bedre enn det jeg
8336 kan. Men jeg kan likevel tilføye noe: Skolelinux som sådan er en
8337 community-drevet operativsystemplatform. Som i ethvert
8338 community-prosjekt har alle Skolelinux brukere muligheten til å
8339 påvirke retning av prosjektet og resultatet som gjenspeiles i
8340 programvaren. Dette kommer sjeldent frem og jeg mener at det er noe
8341 som burde fokuseres mer på.&lt;/p&gt;
8342
8343 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8344
8345 &lt;p&gt;De største ulempene er:&lt;/p&gt;
8346
8347 &lt;ul&gt;
8348 &lt;li&gt;Mangel på kompetanse&lt;/li&gt;
8349 &lt;li&gt;Mangel av administrative verktøy som kunne hjelpe lokale IT
8350 avdelinger å bruke Skolelinux til mer enn bare en tjener for
8351 terminalklienter. Et eksempel: Zentyal sin web-dashboard.&lt;/li&gt;
8352 &lt;/ul&gt;
8353
8354 &lt;p&gt;Bedre og mer intuitive administrative verktøy kunne løst deler av
8355 problemet, men det er unektelig at ved bruk av Skolelinux må
8356 IT-personalet vite hva de gjør for å få ting gjort riktig, eller i det
8357 hele tatt. Med andre platformer er kompetansen enklere tilgjengelig og
8358 løsningene kan fungere på en tilfredstillende, om ikke riktig
8359 måte.&lt;/p&gt;
8360
8361 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
8362
8363 &lt;p&gt;Har brukt GNU/Linux utelukkende sommitt skrivebord OS siden 2000. I
8364 dag bruker jeg Ubuntu og gjør det meste med friprogramvare verktøyene
8365 som er tilgjengelige der. Med over 20.000 programmer å velge mellom er
8366 dette mer enn nok for de fleste brukerne.&lt;/p&gt;
8367
8368 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
8369 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
8370
8371 &lt;p&gt;Opplysning og pragmatikk. Vi prøver å løse problemer med bruk av
8372 programvare. De fleste utfordringene skolene har på IKT-siden kan
8373 løses ved hjelp av friprogramvareverktøy i dag. Det som trenges er
8374 opplysning, kunnskap og kompetanse.&lt;/p&gt;
8375 </description>
8376 </item>
8377
8378 <item>
8379 <title>Skolelinux-intervju: Morten Amundsen</title>
8380 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</link>
8381 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</guid>
8382 <pubDate>Sun, 23 Jan 2011 12:00:00 +0100</pubDate>
8383 <description>&lt;p&gt;Denne gangen er det Tromsøkontoret til Friprog-senteret, og nyvalgt
8384 styremedlem i &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
8385 FRISK&lt;/a&gt; jeg har fått i tale i min intervjuserie med
8386 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-folk.&lt;/p&gt;
8387
8388 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
8389
8390 &lt;p&gt;Jeg heter Morten Amundsen og jobber i
8391 &lt;a href=&quot;http://www.friprog.no/&quot;&gt;Friprog.no&lt;/a&gt;, men er for tiden leid
8392 ut til &lt;a href=&quot;http://www.bredbandsfylket.no/&quot;&gt;Bredbåndsfylket
8393 Troms&lt;/a&gt; der jeg jobber med ett prosjekt som heter
8394 &quot;&lt;a href=&quot;http://www.bredbandsfylket.no/skolefjoela.157417.no.html&quot;&gt;Skolefjøla&lt;/a&gt;&quot;
8395 Vi ser på en åpen løsning som integrerer eksisterende lukkete
8396 løsninger sammen med fri programvare. Målet er å gi elever og lærere
8397 en plattform som de kan tilpasse utfra behov.&lt;/p&gt;
8398
8399 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
8400
8401 &lt;p&gt;Skolelinux har jeg møtt ved flere anledninger opp gjennom åra, både gjennom
8402 entusiastiske skolelinuxbrukere og skeptiske &quot;forståsegpåere&quot; :-)&lt;/p&gt;
8403
8404 &lt;p&gt;Jeg husker en leverandør av et stort OS for noen år siden mente at
8405 Skolelinux var kun for hackere og nerder og at ingen seriøse skoler
8406 kunne ta dette i bruk. Heldigvis er kunnskapen større nå og
8407 skikkelige &quot;IT-folk&quot; søker alltid å utvide sin kunnskap.
8408
8409 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8410
8411 &lt;p&gt;Ja det er mange fordeler. Uavhengighet, stabilitet, åpenhet, standarder
8412 osv. Tror det er viktig at man ikke begrenser mulighetene på den plattformen
8413 elevene skal jobbe.&lt;/p&gt;
8414
8415 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8416
8417 &lt;p&gt;Det største hinderet er det vi opplever på andre områder rundt
8418 fri programvare, nemlig kunnskap. For mange er det trygt å velge det vi
8419 alltid har valgt. Fordi leverandørene rundt oss sitter på den kunnskapen og
8420 de vi støtter oss på har den samme. Hvis vi klarer å riste løs litt og
8421 glemme gamle kriger mellom operativsystemer og leverandører, men sette ned
8422 hva som er viktig og velge ut fra det, så hadde man kanskje kommet ut med
8423 litt andre resultat. Jeg tror IT-folk er konservative og velger tradisjonelt
8424 og det er synd.&lt;/p&gt;
8425
8426 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
8427
8428 &lt;p&gt;Jeg bruker Ubuntu, Android, Jolicloud, Open Office, Zimbra, Picasa
8429 og Firefox samt en bråte med tjenester som er webbasert. Det eneste
8430 som er betalingslisens for er OSX. Ser at jeg jobber mer og mer i
8431 skyen og setter pris på alt jeg slipper egen klient til. Derfor er
8432 jeg veldig sjarmert av små kjappe operativsystemer som krever minimalt
8433 av maskinvaren.&lt;/p&gt;
8434
8435 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
8436 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
8437
8438 &lt;p&gt;Tror en blanding av krav og informasjon er veien å gå. Krav om
8439 sikkerhet, oppetid og åpne standarder. Informasjon om muligheter og
8440 alternativer. Her har leverandører, IT-avdelinger og pedagoger en vei
8441 å gå sammen. Det er til slutt LÆRING det dreier seg om, og da må man
8442 få mest mulig læring for pengene man har.&lt;/p&gt;
8443 </description>
8444 </item>
8445
8446 <item>
8447 <title>Skolelinux-intervju: Sturle Sunde</title>
8448 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</link>
8449 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</guid>
8450 <pubDate>Wed, 19 Jan 2011 12:00:00 +0100</pubDate>
8451 <description>&lt;p&gt;Denne gang har jeg fått tak i en mangeårig unix-mann som etter
8452 mange år ved Universitetet i Oslo, der jeg først traff ham, har
8453 flyttet tilbake til vestlandet, og der bidratt til å revitalisere
8454 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-oppsettet i
8455 Florø.&lt;/p&gt;
8456
8457 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
8458
8459 &lt;p&gt;Sturle Sunde, ansvarleg for skulenettet i Flora kommune. Eg driv,
8460 vidareutviklar og er andrelinje brukarstøtte for datanettet ved
8461 skulane i Flora kommune. 10 skular og meir enn 700 maskiner med
8462 Linux, medrekna tynnklientar. Tidlegare jobba eg i mange år med
8463 unix-drift ved Universitetets senter for informasjonsteknologi ved
8464 Universitetet i Oslo.&lt;/p&gt;
8465
8466 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
8467
8468 &lt;p&gt;Det er vanskeleg å svare konkret på. Eg har drive med Unix og Linux i
8469 alle år, og Skulelinux er eit godt kjent prosjekt i miljøet. Det var
8470 først i 2008, då eg tok til i min noverande jobb, at eg fekk bruk for
8471 Skulelinux for alvor.&lt;/p&gt;
8472
8473 &lt;p&gt;Jobben min skulle vere drift av eit nytt skulenett i Flora kommune,
8474 levert av eit firma eg ikkje vil reklamere for. Systemet skulle vere
8475 ferdig levert i september året før. Dette viste seg å ta mykje lenger
8476 tid, og i haustferien 2008 hadde dei endå ikkje klart å få opp ei
8477 fungerande løysing. Situasjonen var prekær for den største skulen i
8478 kommunen med meir enn 500 elevar på ungdomssteget. Skulen hadde brukt
8479 Skulelinux før, og var tilfredse med det. No hadde dei vore utan
8480 fungerande datasystem i nesten eit år. Difor fekk eg opp ein ny tenar
8481 utanfor prosjektet og installerte Skulelinux på den. Etter litt
8482 justering av konfigurasjonen med god hjelp av #skolelinux på IRC, var
8483 den nye tenaren oppe og gjekk med både tynne og halv-tjukke klientar.
8484 Autentisering gjekk mot det nye systemet, slik at elevar og lærarar
8485 framleis har same brukarnamn og passord over alt. Dette berre
8486 fungerte, og vi bestemte oss for å erstatte delar av løysinga vi
8487 skulle få levert med Skulelinux.&lt;/p&gt;
8488
8489 &lt;p&gt;Det høyrer med til historia at det nye systemet eg skulle drive frå
8490 januar 2008 endå ikkje er ferdig levert. Dei jobbar med saka, seier
8491 dei, og har von om å fullføre leveransen i løpet av 2011.&lt;/p&gt;
8492
8493 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8494
8495 &lt;p&gt;Det er veldig mange. Eg skal ta nokre få.&lt;/p&gt;
8496
8497 &lt;p&gt;Den viktigaste fordelen er at det igrunn berre er ei maskin å passe
8498 på, og det er tenaren. Med andre løysingar har ein gjerne programvare
8499 og anna som skal vedlikehaldast på kvar enkelt maskin. Med Skulelinux
8500 kan alle feil rettast og alle program oppgraderast på alle maskiner
8501 samstundes ved å gjere endringa som må til på tenaren. Eg kan sitje
8502 på kontoret og passe på alle tenarane i kommunen derifrå.&lt;/p&gt;
8503
8504 &lt;ul&gt;
8505
8506 &lt;li&gt;Tynne klientar gjer det mogleg å bruke eldre utstyr lenge, so lenge
8507 tenaren er sterk nok. Ein liten tenar med eit par halv-moderne CPUar
8508 og 2 GiB RAM held lenge for eit typisk klasserom med 30 tynnklientar,
8509 og det er lett å utvide med fleire.
8510
8511 &lt;li&gt;Halvtjukke klientar gjer det mogleg å utnytte kapasiteten i litt
8512 nyare maskiner betre, og avlaste tenaren. Ingenting vert installert
8513 lokalt på desse heller, og harddisken kan gjerne koblast frå. Gode
8514 halvtjukke klientar kan kjøpast brukt for under 1000-lappen, og det er
8515 heile kostnaden. Ingen lisensar eller anna på toppen, og det er ikkje
8516 krav til kraftigare tenar heller.
8517
8518 &lt;li&gt;Det er Linux. Vi har ikkje noko kluss med drivarar, dei berre er
8519 der. Heller ikkje med virus, dei finst i realiteten ikkje. Eller med
8520 elevar som klussar med installert programvare, for dei klarar ikkje å
8521 øydeleggje for nokon andre enn seg sjølve.
8522
8523 &lt;/ul&gt;
8524
8525 &lt;p&gt;Skulelinux er lagt opp til å vere veldig lett å installere rett ut
8526 av boksen på ein heil skule av ein interessert lærar. Det er ofte ei
8527 god løysing for skulen. Å ha nokon til stades som kjenner systemet og
8528 kan forklare enkle ting eller løyse problem der og då, er uvurderleg
8529 viktig for ein stressa lærar fem minutt før det ringer inn.&lt;/p&gt;
8530
8531 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8532
8533 &lt;p&gt;All den ferdige konfigurasjonen gjer det tungvint å tilpasse
8534 Skulelinux til eit system som skal fungere saman med mange andre
8535 installasjonar i eit felles datanett for skulane i ein kommune. Det
8536 heile er prekonfigurert for ein skule, og utviding til mange skular
8537 med eigne tenarar er ikkje berre enkelt.&lt;/p&gt;
8538
8539 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
8540
8541 &lt;p&gt;Eg brukar mest alle små hjelpeprogram som føl med operativsystemet,
8542 samt scriptspråket perl. Elles er Firefox/Iceweasel, Gnome-terminal
8543 og ssh i kontinuerleg bruk. Av Linux-distribusjonar brukar eg både
8544 Debian, Ubuntu, SuSE og RedHat dagleg. Eg prøvar å finne det verktyet
8545 som passar best til kvar del av jobben.&lt;/p&gt;
8546
8547 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
8548 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
8549
8550 &lt;p&gt;Det er to målgrupper ein må sikte mot. Det eine er alle skulane som
8551 manglar eller har eit lite tilfredsstillande opplegg i dag, og ikkje
8552 har råd til å kjøpe noko nytt og blankpussa opplegg. Der er det om å
8553 gjere å gjere det enkelt for skulane å finne Skulelinux, og gjere det
8554 enkelt for dei å få hjelp til installasjon på skulen. Gjerne med
8555 lokale kontaktpersonar. Her er det dugnadsinnsats som må til, for
8556 desse skulane har ikkje råd til å betale for dette.&lt;/p&gt;
8557
8558 &lt;p&gt;Den andre og kanskje viktigare målgruppa er dei meir eller mindre
8559 profesjonelle kundane. Alle store offentlege innkjøp, inkludert
8560 innkjøp av nytt datasystem for skular, må ut på offentleg anbod.
8561 Offentlege anbod er mykje meir lukka enn dei gjev inntrykk av, og både
8562 regelboka og boka med triks for å sminke tilbodet er tjukk. Det er
8563 vanskeleg å komme inn utan eit solid salsapparat i ryggen. Kanskje
8564 Skulelinux skulle prøve aktivt å få seg eit partnarskap med eit av dei
8565 store som gjerne vil sterkare inn på den offentlege IT-marknaden?
8566 Nokon som kjenner triksa og har krefter til å ta opp kampen mot både
8567 dårlege anbod og Rudolf Blostrupmoen IT AS. Leveranse til skulane i
8568 ein kommune er ein god måte å få ein fot inn døra som leverandør til
8569 ein lukrativ kommunemarknad som kjøper alle tenester. Ta kontakt med
8570 nokon som er passeleg store og ikkje er Microsoft-partnar, og fortell:
8571 «Vi har eit ferdig produkt som du kan selje. Nei vi skal ikkje ha for
8572 det. Du kan gjerne gjere kva du vil med det, berre vi får lov til å
8573 hjelpe deg. Målgruppa er alle kommunar, og det er noko dei vil ha.
8574 Det er eit godt produkt, brukt av mange og godt likt.»&lt;/p&gt;
8575 </description>
8576 </item>
8577
8578 <item>
8579 <title>Skolelinux-intervju: Embrik Kaslegard</title>
8580 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</link>
8581 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</guid>
8582 <pubDate>Sun, 16 Jan 2011 12:00:00 +0100</pubDate>
8583 <description>&lt;p&gt;Neste ut i min intervjuserie med folk i
8584 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt; er
8585 lærer, mangeårig bidragsyter på epostlistene og tidligere
8586 Skolelinux-administrator på en skole i Hemsedal.&lt;/p&gt;
8587
8588 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
8589
8590 &lt;p&gt;Embrik Kaslegard, 1964-modell, fire barn (7-20 år). Begynte som
8591 lærer i 1989 - har hatt IKT-ansvar siden første året i jobb. Har
8592 jobbet som lærer/IKT-ansvarlig uavbrutt siden 1989. Jobbet med
8593 Skolelinux fra 2004 til 2010. Nå har jeg fått ny arbeidsplass og er
8594 40% lærer og 60% IKT med Windows XP, Win2003 server og et regionalt
8595 IKT-regime som legger premissene og begrensingene for hva vi kan gjøre
8596 på skolen.&lt;/p&gt;
8597
8598 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
8599
8600 &lt;p&gt;Jeg leste en artikkel om en dugnadsinstallasjon av Skolelinux på en
8601 skole på Jæren et sted. Tanken om dugnad og frihet appellerte til
8602 meg. Da vi skulle bygge ny skole var det en del vi måtte spare på,
8603 fordi vi beveget oss mot en kostnadssprekk. Kabling og investering i
8604 PC-er var en av tingene vi sparte på. Derfor kjøpe vi 72 pc-er for 390
8605 pr stk. En filtjener og en applikasjonsserver.&lt;/p&gt;
8606
8607 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8608
8609 &lt;p&gt;Fordelen er at så mye er satt opp fra starten. I tillegg er det
8610 tydelig at pakka er laga for skoleverket. Brukerne har egne
8611 skrivebord, tilgang på mange gode verktøyprogrammer. Vi slipper å
8612 tenke på virus. Brukerne har ikke mulighet til å ødelegge
8613 klientoppsett, men har gode muligheter til å endre eget oppsett. Dette
8614 tror jeg er inspirerende og kjekt for mange brukere. Mappestrukturen
8615 er ferdig og det er &quot;enkelt&quot; å designe lokale mappestrukturer via
8616 skeleton. Noen av oss i skoleverket mener skolen skal være en
8617 &quot;mot-kultur&quot;. Da er Skolelinux et av valgene man kan ta. Et annet er å
8618 spise på indisk restaurant i stedet for Mc Donald&#39;s når vi er på bytur
8619 osv.. Ordene deling, frihet, dugnad osv er positive ord i
8620 skoleverket. Det er viktig at elevene blir bevisst dette.&lt;/p&gt;
8621
8622 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8623
8624 &lt;p&gt;Kompabiliteten er selvsagt et problem, selv om det er mindre nå enn
8625 før. For IKT-personer på skolene som skal drifte dette er det
8626 problematisk med kommandoer i terminalen. I tillegg er det alt for
8627 mange programmer i Skolelinux som ikke blir brukt. Jeg tror
8628 Skolelinux er tjent med å tone ned begrepet pedagogisk programvare.
8629 Slik jeg ser det finnes ikke denne kategorien programmer lengre slik
8630 de gjorde før, som frittsående programmer som installeres på en
8631 datamaskin eller på serveren. Det finnes en del spesialpedagogiske
8632 programmer, som Textpilot, LingDys, LingRight, AskiRaski, Ny i Norge
8633 osv. Men dette er programmer for enkelt-elever eller små grupper av
8634 elever. Det som bør være fokus er at alle undervisningsressurser som
8635 lages for nettet skal være nettleseruavhengig.&lt;/p&gt;
8636
8637 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
8638
8639 &lt;p&gt;OpenOffice bruker jeg til vanlig kontorarbeide. VLC bruker jeg som
8640 videoavspiller og av og til streaming av film. Gimp bruker jeg i
8641 undervisningen til bildemanipulering. Firefox og Chrome er mine
8642 favoritt-nettlesere. Firefox har lenge vært førstevalget mitt, nå
8643 bruker jeg mest Chrome. Opplever den som raskere og smidigere enn
8644 Firefox. Ubuntu bruker jeg som dualboot på jobb-maskinen min i
8645 tillegg til at alle PCer hjemme har en eller annen Ubuntu-distribusjon
8646 installert. Jeg bruker Clonezilla på Ubuntu 10.04 til kloning av
8647 datamaskiner på jobb. Det er selvsagt en haug andre frie programmer
8648 jeg bruker men jeg bruker dem ikke daglig. Jeg kan ramse opp:
8649 recordmydesktop, cinelerra, acidrip, soundjuicer, audacity, NX
8650 (no-machine), Kino, Rythmbox...&lt;/p&gt;
8651
8652 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
8653 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
8654
8655 &lt;p&gt;Jeg tror oppsøkende virksomhet er den rette strategien.
8656 Ressurspersoner gjør avtaler med rådmenn, skolesjefer, rektorer. Det
8657 er slik konkurrentene gjør det. Fokuset i slike samtaler bør være
8658 kost-nytte. Dersom personer med økonomisk ansvar ser at de kan få
8659 like godt tilbud til mindre utgifter, tror jeg det er mulighet til å
8660 få innpass. Dersom de også kan få konkrete tilbud på drift i slike
8661 samtaler, vil de kanskje bli litt mer interesserte i hvor mye penger
8662 som faktisk går til IKT i skolene. Det er også viktig at vi ikke
8663 firer for mye på krav til datamaskiner. Det er flott at Skolelinux
8664 går på &quot;utrangert&quot; utstyr, men dette bør bare presenteres som et
8665 alternativ. Skolelinux-installasjoner med utrangert utstyr er ikke å
8666 foretrekke dersom man kan unngå det. Det skaper ikke entusiasme hos
8667 brukerne (elever og lærere) når de bruker gamle datamaskiner som går
8668 tregt. Det er kjempefint med skoler som har kommet seg frem til
8669 Skolelinux og fri programvare av seg selv, men de lever på nåde.
8670 Slike valg må fundamenteres hos skoleeier.&lt;/p&gt;
8671
8672 &lt;p&gt;Oppdatering 2011-01-16 22:40: Oppdatert svarene for de tre siste
8673 spørsmålene litt mer tekst fra Embrik.&lt;/p&gt;
8674 </description>
8675 </item>
8676
8677 <item>
8678 <title>Skolelinux-intervju: Viggo Fedreheim</title>
8679 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</link>
8680 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</guid>
8681 <pubDate>Wed, 12 Jan 2011 12:00:00 +0100</pubDate>
8682 <description>&lt;p&gt;Jeg fortsetter min intervjuserie med folk i
8683 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Denne
8684 gang er det en av folkene som har vært med lenge og som har tatt i
8685 bruk Skolelinux på alle skolene i Narvik kommune som skal i ilden.
8686 Han er styremedlem i
8687 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
8688 FRISK&lt;/a&gt;.&lt;/p&gt;
8689
8690 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
8691
8692 &lt;p&gt;Mitt navn er Viggo Fedreheim, og jeg er pedagogisk og teknisk
8693 IKT-veileder for alle skoler i Narvik kommune. Jeg drifter totalt 17
8694 servere basert på Skolelinux og Debian. Jeg holder i tillegg noen kurs
8695 mellom all driftingen. For tiden arbeider jeg med en sentral
8696 LDAP-tjener for alle skoleservere samt våre Moodle- og
8697 Joomla-installasjoner.&lt;/p&gt;
8698
8699 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
8700
8701 &lt;p&gt;Gjennom en eller annen nettavis i 2001 der var det skrevet om
8702 Skolelinux. Artikkelen ga meg lyst til å prøve ut systemet.&lt;/p&gt;
8703
8704 &lt;p&gt;Det startet i 2002 ved at jeg installerte en av de første utgavene
8705 av Skolelinux på en standard pc på Solneset skole i Tromsø. Denne var
8706 oppe fram til desember 2003 da jeg sluttet på den skolen og begynte i
8707 ny jobb i Narvik kommune.&lt;/p&gt;
8708
8709 &lt;p&gt; I Narvik kommune var det i 2004 kun 2 servere på da totalt 15
8710 skoler. Disse var Windows NT baserte. På disse to skolene var det lite
8711 med maskiner. Jobben med å få Narvik Kommune opp på akseptabelt nivå
8712 virket å være formidabel. Men med hjelp av gode kollegaer og leder
8713 skrev jeg en IKT plan for Narvik kommune som ble vedtatt av politikere
8714 i august 2004. I denne planen ble det bestemt at Narvik kommune skulle
8715 bruke Skolelinux. Her ble det også satt av midler til kabling av god
8716 infrastruktur på alle skoler samt innkjøp av nye datamaskiner. Så i
8717 dag har vi 17 servere hvorav 13 er på Skolelinux, med ca 1500 klienter
8718 basert på tynne, &quot;halvtykke&quot; og et stort antall bærbare pcer basert på
8719 Kubuntu.&lt;/p&gt;
8720
8721 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8722
8723 &lt;p&gt;Lisenskostnader, driftkostnader og hardwarekrav som er mye lavere
8724 enn for andre systemer.&lt;/p&gt;
8725
8726 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8727
8728 &lt;p&gt;Pedagogiske programvare som ikke fungerer mot Linux. En Stoooor
8729 flaskehals og som gjør at Linux kanskje ikke blir valgt andre
8730 plasser.&lt;/p&gt;
8731
8732 &lt;p&gt;Eksempler er Relemo, Lindys (lingit sine programmer), 5plus
8733 (matematikk). Disse er programmer som ikke lar seg kjøre i Linux.&lt;/p&gt;
8734
8735 &lt;p&gt; Men det ser ut for at mange leverandører går over til mer
8736 nettbaserte programmer istedet for å installere lokalt. Dette med
8737 enkelte leverandører som ikke kan levere programmer til Linux er et
8738 lite problem og over tid tror jeg at denne barrieren er borte.&lt;/p&gt;
8739
8740 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
8741
8742 &lt;p&gt;Kjører Kubuntu på laptoper, Debian squeeze på stasjonær
8743 kontorpc. Ut over dette arbeder jeg svært mye via konsoll mot andre
8744 servere.&lt;/p&gt;
8745 </description>
8746 </item>
8747
8748 <item>
8749 <title>Skolelinux-intervju: Arnt Ove Gregersen</title>
8750 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</link>
8751 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</guid>
8752 <pubDate>Sun, 9 Jan 2011 12:00:00 +0100</pubDate>
8753 <description>&lt;p&gt;Inspirert av
8754 &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;intervjurunden&lt;/a&gt;
8755 som Raphael Hertzog har startet med folk i Debianprosjektet, fikk jeg
8756 lyst til å gjøre det samme med folk i
8757 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Håpet
8758 er at de som til daglig bidrar til å fremme fri programvare i
8759 skoleverket og utvikler en linux-distribusjon spesiallaget for
8760 skolebruk kan bli bedre kjent og kanskje inspirere flere til å bidra
8761 til Skolelinux-prosjektet.&lt;/p&gt;
8762
8763 &lt;p&gt;Først ut er nyvalgt leder i
8764 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen FRISK&lt;/a&gt; som
8765 organiserer utviklingen av Skolelinux-distribusjonen. FRISK trenger
8766 alltid flere medlemmer, så
8767 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/index.php?page=signup&quot;&gt;meld
8768 deg gjerne inn&lt;/a&gt; hvis du vil støtte oss.&lt;/p&gt;
8769
8770 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
8771
8772 &lt;p&gt;&lt;!-- Mitt navn er Arnt Ove Gregersen, jeg er en småbarnfar på 32 år som
8773 for tiden bor Trondheim. --&gt;
8774 Mitt navn er Arnt Ove Gregersen, jeg er 32 år og bor for tiden i Trondheim.
8775
8776 Her jobber jeg som systemutvikler i et firma
8777 som heter &lt;a href=&quot;http://www.geomatikk-ikt.no/&quot;&gt;Geomatikk IKT AS&lt;/a&gt;,
8778 hvor jeg er på et Vegmeldings-prosjekt for Statens Vegvesen. På
8779 fritiden er jeg styreleder i FRISK (Fri programvare i skolen) og
8780 bidrar til bl.a. Skolelinux-prosjektet når jeg får tid til det. Det er
8781 primært hjemmesiden til Skolelinux-prosjektet og
8782 &lt;a href=&quot;http://linuxveiviseren.no/&quot;&gt;Linux-veiviseren&lt;/a&gt; jeg har
8783 jobbet med her, men jeg har også gjort en del arbeid i forhold til
8784 FRISK sin hjemmeside.&lt;/p&gt;
8785
8786 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
8787
8788 &lt;p&gt;Jeg var på en presentasjon av prosjektet i regi av Knut Yrvin på
8789 Gløshaugen i Trondheim, hvor jeg fattet stor interesse for prosjektet
8790 og ville hjelpe til så godt jeg kunne. Dette var vel i 2002 eller
8791 2003.&lt;/p&gt;
8792
8793 &lt;p&gt;Jeg hadde fra før hørt om prosjektet fra før og syntes tanken bak var
8794 ganske fin, men hadde ikke noen interesse av bruke min egen fritid på
8795 det selv.&lt;/p&gt;
8796
8797 &lt;p&gt;I etterkant av presentasjonen startet jeg og noen andre fra
8798 Trondheim &quot;Skolelinux-prosjektet i Sør-Trøndelag&quot; . Hvor vi var med å
8799 bidra til at Trondheim kommune satte igang Selsbakk ungdomskole som et
8800 pilotprosjekt med Skolelinux, som egentlig var og er en stor suksess,
8801 men det virker ut som det ikke skjer noe mer på. I tillegg var vi med
8802 på dugnad på Brundalen videregående skole hvor vi installerte
8803 Skolelinux som såvidt jeg vet fortsatt kjører på Skolelinux.&lt;/p&gt;
8804
8805 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8806
8807 &lt;p&gt;Det bygger på fri programvare og har lav kostnad i forhold til
8808 nytteverdien. Dette fordi det har forholdsvis lav inngangsum og bruker
8809 en arkitektur med sentral-drift som gir mange driftfordeler. I
8810 tillegg vil det kunne frigjøre kostnader for skolene slik at de kan
8811 bruke dem til å ansette f,eks flere lærere om det er ønskelig.&lt;/p&gt;
8812
8813 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
8814
8815 &lt;P&gt;Ikke all pedagogisk programvare er tilgjengelig der, som f.eks
8816 Drillpro om jeg ikke husker feil.&lt;/p&gt;
8817
8818 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
8819
8820 &lt;p&gt;Til utvikling av Java-applikasjoner og Android bruker jeg Eclipse og
8821 Quanta til web-utvikling via php. For all bildebehandling bruker jeg
8822 GIMP og Blender til 3d-modellering . Dessverre har Blender en bratt
8823 læringskurve i starten, men det er absolutt verdt det.
8824
8825 &lt;p&gt;Til musikk bruker jeg stort Rhytmbox. Firefox til surfing på nettet og
8826 Thunderbird og Evolution til e-post,
8827
8828 &lt;p&gt;På database-siden bruker jeg PostgreSQL, Postgis og av og til Mysql.
8829
8830 &lt;p&gt;Når jeg får tid til å spille bruker jeg som regel et strategi-spill
8831 som er basert på TA Spring-motoren (springrts.com), her er det et
8832 veldig bra utvalg av gratis spill som er av høy kvalitet. Veldig lett
8833 å bli hektet :)&lt;/p&gt;
8834 </description>
8835 </item>
8836
8837 <item>
8838 <title>Inspirerende fra en ukjent Skolelinux-skole</title>
8839 <link>http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</link>
8840 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</guid>
8841 <pubDate>Tue, 4 Jan 2011 07:50:00 +0100</pubDate>
8842 <description>&lt;p&gt;Følgende inspirerende historie fant jeg i
8843 &lt;a href=&quot;http://www.digi.no/php/ny_debatt.php?id=858869#innlegg_770926&quot;&gt;kommentarfeltet
8844 hos digi.no&lt;/a&gt; i forbindelse med en trist sak om hvordan
8845 &lt;a href=&quot;http://www.digi.no/858869/datakaos-etter-linux-satsing&quot;&gt;skolen
8846 i Hemsedal har fått ødelagt&lt;/a&gt; sin Skolelinux-installasjon. Jeg har
8847 fikset endel åpenbare skrivefeil for lesbarhetens skyld.&lt;/p&gt;
8848
8849 &lt;blockquote&gt;
8850 &lt;p&gt;&lt;strong&gt;Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
8851 &lt;br&gt;av Inspektør Siri (gjest)
8852
8853 &lt;p&gt;Kommunen min har to omtrent jevnstore tettsteder, og en
8854 ungdomsskole i hvert av tettstedene. Den minste av disse har ca 300
8855 elever og til denne sogner det 3 barneskoler. Den største har ca 350
8856 elever og til denne sogner det 4 barneskoler.&lt;/p&gt;
8857
8858 &lt;ul&gt;
8859
8860 &lt;li&gt;Kommunen har i veldig lang tid forsømt IKT i skolen, og det har
8861 bare blitt gitt smuler i ny og ne. Det er kun den største av
8862 ungdomsskolene som har hatt en skikkelig datapark, og dette takket
8863 være en naturfaglærer som ble lei av å vente på kommunen. Det gjorde
8864 at vi bestemte oss for å ta ting i egne hender, og da vha
8865 skolelinux. En testinstallasjon med 10 gamle PCer ble gjort, og vi så
8866 raskt at dette var veldig lovende. Neste etappe var å gi alle lærere
8867 egen PC på arbeidsplassene sine (2004), og så sette opp 16 PCer på to
8868 datarom. Vi har kun basert oss på å kjøpe inn brukte maskiner, og
8869 aldri dyrere enn 1000 kr pr klient. For to år siden så hadde vi
8870 klienter i alle klasserom, og totalt hadde vi da rundt 250 stk. Rundt
8871 40 klienter brukes av lærerne og kjører på en egen server. Elvene har
8872 resten, og kjører også en egen server. Servere har vi også kjøpt
8873 brukt, 2 år gamle servere koster 6-7000 kroner.&lt;/li&gt;
8874
8875 &lt;li&gt;Skolen vår er et relativt gammelt bygg, men en meget dyktig
8876 vaktmester har sammen med IKT-ansvarlig/Naturfaglærer lagt kabler til alle
8877 rom. Gradvis har vi byttet ut billige svitsjer med mer solide saker
8878 som er mulig å fjernstyre.&lt;/li&gt;
8879
8880 &lt;li&gt;Vi har i all hovedsak greid å få dette til over eget budsjett, men
8881 vi har også passet på å få penger når de andre skolene har fått
8882 bærbare PCer til lærere osv.&lt;/li&gt;
8883
8884 &lt;li&gt;Vår IKT-ansvarlig har gjort (og gjør) en fenomenal jobb, og vi har
8885 en maskinpark som de andre av kommunens skoler bare kan drømme
8886 om.&lt;/li&gt;
8887
8888 &lt;/ul&gt;
8889
8890 &lt;p&gt;Så skjer det som ofte skjer. Det kommer en eller annen
8891 selger/blåruss og skal fikse ALT. I vårt tilfelle betyr dette også
8892 sentralisering av drift. Den ny-ansatte på kommunens IT-avdelingen
8893 skal også ha jobb, og ser for seg å ta over skoledriften. Kommunen
8894 kjøper inn eksterne driftstjenester, og nekter i samme slengen å ta
8895 hensyn til skolen vår. Dette til tross for at vi alene har like mange
8896 datamaskiner som de andre til sammen. &lt;/p&gt;
8897
8898 &lt;ul&gt;
8899
8900 &lt;li&gt;Det blir krevd at vi skal innlemmes i de kommunale systemet, og
8901 det er VI som får ansvar for at dette kommer på plass. Og det er her
8902 de horrible tingene begynner å skje. &lt;/li&gt;
8903
8904 &lt;li&gt;Det settes opp en lukket Exchange server som gjør av vi ikke kan
8905 hente epost for våre ansatte. Og det kreves at vi finner løsning på
8906 dette.&lt;/li&gt;
8907
8908 &lt;li&gt;Det velges sak arkivsystem som vi pålegges å bruke, noe som gjør
8909 at vi må bruke en terminalløsning mot kommunal server. Ikke i seg selv
8910 et problem i følge IKT-ansvarlig hos oss. Men kommunens IT-avd nektet
8911 faktisk å åpne de porter OSV som vi måtte bruke.&lt;/li&gt;
8912
8913 &lt;li&gt;Vi blir pålagt å flytte på innsiden av det kommunale
8914 nettverket. Dette gjorde at vi mistet hjemmekontor for lærere og
8915 elever. Å få åpnet porter i kommunal brannmur var ikke
8916 aktuelt. Mulighet for fjerndrift ble også vekk i samme slengen. &lt;/li&gt;
8917
8918 &lt;li&gt;Vår LMS Moodle er ikke mulig å nå for elevene og lærerne.
8919
8920 &lt;/ul&gt;
8921
8922 &lt;p&gt;Den andre ungdomsskolen i kommunen begynner så å kreve at de skal
8923 få bedre datatetthet, og komme opp på et nivå som ligner det vi
8924 har. De ser at vi kan avholde eksamen hvor alle 10. klassingene får
8925 sitte ved hver sin PC. Og de har fått tilbakemelding (klager) fra VGS
8926 om manglende datakompetanse på elevene som kommer fra dem. Dette fører
8927 videre til at kommunen endelig innser at de må ta grep. &lt;/p&gt;
8928
8929 &lt;p&gt;Grepet betyr sentralisering, og farvel til vår plattform får vi
8930 høre. Det blir gjort en rekke bestemmelser og vedtak som vi ikke får
8931 være en del av. Det blir helt klart at vi må redusere antall maskiner,
8932 og det skal satses på bærbare maskiner. Siden vi ikke har fått tatt
8933 del i prosessene som angår oss, så bruker vi fagforening. Vi har ikke
8934 blitt hørt i forbindelse med endringer som er betydelig for vår
8935 hverdag, og greier å stoppe omlegging. I tillegg så har vi et politisk
8936 vedtak i kommunen på at vi skal kjøre Linux på elevnett, og dette
8937 vedtaket kan ikke administrasjonen i kommunene helt uten videre
8938 tilsidesette. &lt;/p&gt;
8939
8940 &lt;p&gt;I sum har dette gjort at vi har fått jobbe videre i fred. Og en del
8941 runder i kommunens kontrollutvalg har gjort det tydelig at vi har blitt
8942 systematisk motarbeidet. &lt;/p&gt;
8943
8944 &lt;p&gt;I dag har de andre skolene fått sine bærbare maskiner til elever og
8945 lærere, men etter 2 år med innkjøring er det fremdeles problemer
8946 her. &lt;/p&gt;
8947
8948 &lt;ul&gt;
8949
8950 &lt;li&gt;Ungdomsskolen med windows kan ikke kjøre eksamen med sine bærbare,
8951 det er for mye arbeid å renske disse for innhold slik at juks ikke er
8952 mulig.&lt;/li&gt;
8953
8954 &lt;li&gt;Utskrift er et mareritt, etter sigende pga at utskrift først
8955 sendes til sentral server, og så sendes ut til rett skriver. I snitt
8956 så tar det 7-8 minutter før utskrift starter på enkelte av
8957 skolene.&lt;/li&gt;
8958
8959 &lt;li&gt;Trådløst skaper store problemer, og det er i perioder helt umulig
8960 å komme seg på nett. Og lagring på felles server er bare å glemme i
8961 perioder.&lt;/li&gt;
8962
8963 &lt;/ul&gt;
8964
8965 &lt;p&gt;Vi har slitt mye, kranglet og sloss. Ikke med tekniske problemer,
8966 men med omgivelsene rundt som vil oss til livs. Men det har vært verdt
8967 hver dråpe med svette, og timer med irritasjon. Men vi har begynt å få
8968 rutine her nå. &lt;/p&gt;
8969
8970 &lt;ul&gt;
8971
8972 &lt;li&gt;Vi har fremdeles et system som vi styrer helt selv. &lt;/li&gt;
8973 &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;
8974 &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;
8975 &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;
8976 &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;
8977 &lt;li&gt;Vår IKT-ansvarlig har 50% stilling som lærer og 50% som IKT-ansvarlig. &lt;/li&gt;
8978 &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;
8979 &lt;li&gt;Vi opplever at de yngste lærerne ved den andre ungdomsskolen ønsker seg over til oss. &lt;/li&gt;
8980
8981 &lt;/ul&gt;
8982
8983 &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;
8984
8985 &lt;p&gt;Beklager hvis dette ble litt usammenhengende, men det ble tastet i
8986 fei, og jeg har ikke lest gjennom&lt;/p&gt;
8987 &lt;/blockquote&gt;
8988
8989 &lt;p&gt;Det kom raskt et lite svar:&lt;/p&gt;
8990
8991 &lt;blockquote&gt;
8992 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
8993 &lt;br&gt;av captain_obvious&lt;/p&gt;
8994
8995 &lt;p&gt;Inspirerende å lese. Har dere gjort noe for å fortelle denne
8996 historien videre?&lt;/p&gt;
8997
8998 &lt;p&gt;Hadde vært svært interessant om dere tok kontakt med dokument 2 eller
8999 lignende for å fortelle hvordan det egentlig står til med
9000 IT-satsningen i kommune-Norge. Om ikke annet kan du begynner med å
9001 raffinere innlegget ditt og få en gjesteartikkel på digi.no&lt;/p&gt;
9002 &lt;/blockquote&gt;
9003
9004 &lt;p&gt;Og deretter en lengre oppfølging.&lt;/p&gt;
9005
9006 &lt;blockquote&gt;
9007 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
9008 &lt;br&gt;av Inspektør Siri (gjest)
9009
9010 &lt;p&gt;Joda, vi har lekt med tanken, og vi har t.o.m skrevet flere lengre
9011 leserinnlegg myntet på aviser. Disse er ikke sendt til aviser, men
9012 brukt internt i forbindelse med møter med kommune. Vår IKT-ansvarlig
9013 har også truet med å si opp jobben sin hvis det ikke ble tatt hensyn i
9014 større grad enn hva som har vært tilfelle. VI kan også dokumentere
9015 flere brudd på anbudsregler, og vi kjenner til at relativt store
9016 IT-leverandører som ikke har fått tatt del i disse anbudene, rett og
9017 slett ikke tør melde fra av redsel for å få et dårlig rykte. &lt;/p&gt;
9018
9019 &lt;p&gt;Alt ser ut til å roe seg ned, og vi har fått opp øynene på
9020 politikerne. I sum gjør dette at vi ikke ønsker for mye publisitet nå,
9021 det vil bare rote til igjen. &lt;/p&gt;
9022
9023 &lt;p&gt;Jeg glemte å nevne at vi nå nesten ikke bruker tid på å drifte
9024 systemet vårt, noe som gjør at det aller meste av tid blir brukt til å
9025 støtte lærerne og elevene. F.eks så bruker vår IKT-ansvarlig den
9026 første timen på jobb, 0730-0830 kun til å gå ute på arbeidsplassene
9027 til læreren. Dette for å kunne svare på små og store problem, gi tips
9028 og råd, eller bare for å plukke opp hva som er behovet ute i
9029 undervisningsarealene. Det er dessverre ikke slik at alle lærerne har
9030 nok digital kompetanse til å kunne formulere alle spørsmålene de har,
9031 men ved å kunne få vise eller lufte tanker med IKT-ansvarlig så er det
9032 utrolig hva som kommer fram. &lt;/p&gt;
9033
9034 &lt;ul&gt;
9035
9036 &lt;li&gt;Jeg ser at mange bruker økonomi som argument i forhold til å bruke
9037 SkoleLinux, og jeg skal ikke legge skjul på at det var dette som i
9038 utgangspunktet var årsaken til vårt valg. Men diskusjonene og kampen
9039 med kommunens IT-avdeling har gjort at vi har fått et noe annet
9040 fokus. Fordelene med drift og stabilitet, gjør at vi ville ha valgt
9041 samme løsning selv om den var dyrere. At vi slipper langt billigere
9042 unna, som følge av 0,- lisenskostnader og lave maskinvarekostnader, er
9043 bare en bonus. &lt;/li&gt;
9044
9045 &lt;li&gt;Etter å ha kranglet oss til å få skikkelig oversikt over hva de
9046 andre skolene i kommunen bruker på IT, så har vi fått gehør for å få
9047 samme midler til innkjøp. Dette har gjort at vi nå kan kjøpe inn
9048 utstyr som de andre skolene bare kan se langt etter. Vi har nettopp
9049 kjøpt inn 3 videokamera i semiproff-klassen for å kunne lage film,
9050 samt sende live fra skoleteater/konserter. Vi har kjøpt inn digitale
9051 kompaktkamera til alle klassene. Vi har et team av lærere som skal i
9052 gang med å teste ut tablets på svake elever. Håpet et at teknologien
9053 kan være med på å gi noen av elevene litt mer motivasjon. Vi har kjøpt
9054 inn et halvt klassesett med pulsklokker, noe som har vist seg å være
9055 overraskende inspirerende for en del av elevene. Vi har også oss på
9056 fag på en høyskole litt lengre sør for oss, slik at 3 av oss nå skal
9057 ta faget &quot;Linux tjenestedrift&quot;. Som inspektør og en del av skolens
9058 administrasjon er det veldig praktisk å kunne trå til hvis det
9059 kniper. Men IKT-ansvarlig har vært UTROLIG flink til å lage rene
9060 smørbrødlister for hvordan de mest vanlige driftsproblem løses, så det
9061 er lett for flere av oss å ta del i den daglige driften. Vi har svært
9062 stor nytte av lærling (som også hjelper to av naboskolene), men det er
9063 nesten blitt slik at det er om å gjøre å komme til først for å få løse
9064 problem. Det å få fingrene på problem og utfordringer er den aller
9065 beste læremester. &lt;/li&gt;
9066
9067 &lt;/ul&gt;
9068
9069 &lt;p&gt;Når vi nå tar til med planlegging av ny skole, så vil det være med
9070 tanke på at det skal være mulig med datautstyr på alle plasser. Vi
9071 kommer i all hovedsak til å legge kabel til alle tenkelige og
9072 utenkelige plasser. WiFi koster tilnærmet NULL å sette opp i
9073 ettertid.&lt;/p&gt;
9074
9075 &lt;p&gt;Vi har ikke vært noe flink til å bidra til SkoleLinux-prosjektet,
9076 vi har rett og slett vært for opptatt med vår egen kamp. Vi har hentet
9077 mye inspirasjon fra diskusjoner som har gått i det miljøet, og vi
9078 håper at vi nå framover kan få tid til å bidra. Vi er i ferd med å
9079 bytte ut en av serverne våre, og da vil denne trolig bli satt opp som
9080 testserver for neste versjon av Skolelinux. På den måten vil vi i alle
9081 fall kunne gi tilbakemeldinger og rapportere feil. I tillegg så vil
9082 det kanskje gi oss noen nye utfordringer, for som lærlingen vår sier:
9083 &quot;Skolelinux er noe herk, det skjer jo ikke noe galt og hvordan skal
9084 jeg da lære?&quot;&lt;/p&gt;
9085
9086 &lt;/blockquote&gt;
9087
9088 &lt;p&gt;Det er veldig hyggelig å høre at
9089 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; fungerer så bra i
9090 skoleverdagen etter å ha jobbet med det i 10 år.&lt;/p&gt;
9091 </description>
9092 </item>
9093
9094 <item>
9095 <title>How to test if a laptop is working with Linux</title>
9096 <link>http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</link>
9097 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</guid>
9098 <pubDate>Wed, 22 Dec 2010 14:55:00 +0100</pubDate>
9099 <description>&lt;p&gt;The last few days I have spent at work here at the &lt;a
9100 href=&quot;http://www.uio.no/&quot;&gt;University of Oslo&lt;/a&gt; testing if the new
9101 batch of computers will work with Linux. Every year for the last few
9102 years the university have organised shared bid of a few thousand
9103 computers, and this year HP won the bid. Two different desktops and
9104 five different laptops are on the list this year. We in the UNIX
9105 group want to know which one of these computers work well with RHEL
9106 and Ubuntu, the two Linux distributions we currently handle at the
9107 university.&lt;/p&gt;
9108
9109 &lt;p&gt;My test method is simple, and I share it here to get feedback and
9110 perhaps inspire others to test hardware as well. To test, I PXE
9111 install the OS version of choice, and log in as my normal user and run
9112 a few applications and plug in selected pieces of hardware. When
9113 something fail, I make a note about this in the test matrix and move
9114 on. If I have some spare time I try to report the bug to the OS
9115 vendor, but as I only have the machines for a short time, I rarely
9116 have the time to do this for all the problems I find.&lt;/p&gt;
9117
9118 &lt;p&gt;Anyway, to get to the point of this post. Here is the simple tests
9119 I perform on a new model.&lt;/p&gt;
9120
9121 &lt;ul&gt;
9122
9123 &lt;li&gt;Is PXE installation working? I&#39;m testing with RHEL6, Ubuntu Lucid
9124 and Ubuntu Maverik at the moment. If I feel like it, I also test with
9125 RHEL5 and Debian Edu/Squeeze.&lt;/li&gt;
9126
9127 &lt;li&gt;Is X.org working? If the graphical login screen show up after
9128 installation, X.org is working.&lt;/li&gt;
9129
9130 &lt;li&gt;Is hardware accelerated OpenGL working? Running glxgears (in
9131 package mesa-utils on Ubuntu) and writing down the frames per second
9132 reported by the program.&lt;/li&gt;
9133
9134 &lt;li&gt;Is sound working? With Gnome and KDE, a sound is played when
9135 logging in, and if I can hear this the test is successful. If there
9136 are several audio exits on the machine, I try them all and check if
9137 the Gnome/KDE audio mixer can control where to send the sound. I
9138 normally test this by playing
9139 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20101012-chef/ &quot;&gt;a HTML5
9140 video&lt;/a&gt; in Firefox/Iceweasel.&lt;/li&gt;
9141
9142 &lt;li&gt;Is the USB subsystem working? I test this by plugging in a USB
9143 memory stick and see if Gnome/KDE notices this.&lt;/li&gt;
9144
9145 &lt;li&gt;Is the CD/DVD player working? I test this by inserting any CD/DVD
9146 I have lying around, and see if Gnome/KDE notices this.&lt;/li&gt;
9147
9148 &lt;li&gt;Is any built in camera working? Test using cheese, and see if a
9149 picture from the v4l device show up.&lt;/li&gt;
9150
9151 &lt;li&gt;Is bluetooth working? Use the Gnome/KDE browsing tool to see if
9152 any bluetooth devices are discovered. In my office, I normally see a
9153 few.&lt;/li&gt;
9154
9155 &lt;li&gt;For laptops, is the SD or Compaq Flash reader working. I have
9156 memory modules lying around, and stick them in and see if Gnome/KDE
9157 notice this.&lt;/li&gt;
9158
9159 &lt;li&gt;For laptops, is suspend/hibernate working? I&#39;m testing if the
9160 special button work, and if the laptop continue to work after
9161 resume.&lt;/li&gt;
9162
9163 &lt;li&gt;For laptops, is the extra buttons working, like audio level,
9164 adjusting background light, switching on/off external video output,
9165 switching on/off wifi, bluetooth, etc? The set of buttons differ from
9166 laptop to laptop, so I just write down which are working and which are
9167 not.&lt;/li&gt;
9168
9169 &lt;li&gt;Some laptops have smart card readers, finger print readers,
9170 acceleration sensors etc. I rarely test these, as I do not know how
9171 to quickly test if they are working or not, so I only document their
9172 existence.&lt;/li&gt;
9173
9174 &lt;/ul&gt;
9175
9176 &lt;p&gt;By now I suspect you are really curious what the test results are
9177 for the HP machines I am testing. I&#39;m not done yet, so I will report
9178 the test results later. For now I can report that HP 8100 Elite work
9179 fine, and hibernation fail with HP EliteBook 8440p on Ubuntu Lucid,
9180 and audio fail on RHEL6. Ubuntu Maverik worked with 8440p. As you
9181 can see, I have most machines left to test. One interesting
9182 observation is that Ubuntu Lucid has almost twice the frame rate than
9183 RHEL6 with glxgears. No idea why.&lt;/p&gt;
9184 </description>
9185 </item>
9186
9187 <item>
9188 <title>Debian Edu development gathering and General Assembly for FRiSK</title>
9189 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</link>
9190 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</guid>
9191 <pubDate>Mon, 29 Nov 2010 18:40:00 +0100</pubDate>
9192 <description>&lt;p&gt;On friday, the first Debian Edu / Skolelinux
9193 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2010-12-03-05-Oslo&quot;&gt;development
9194 gathering&lt;/a&gt; in a long time take place here in Oslo, Norway. I
9195 really look forward to seeing all the good people working on the
9196 Squeeze release. The gathering is open for everyone interested in
9197 learning more about Debian Edu / Skolelinux.&lt;/p&gt;
9198
9199 &lt;p&gt;On Saturday, the Norwegian member organization taking care of
9200 organizing these development gatherings, Fri Programvare i Skolen,
9201 will hold its
9202 &lt;a href=&quot;http://friprogramvareiskolen.no/Genfors/2010&quot;&gt;General Assembly
9203 for 2010&lt;/a&gt;. Membership is open for all, and currently there are 388
9204 people registered as members. Last year 32 members cast their vote in
9205 the memberdb based election system. I hope more people find time to
9206 vote this year.&lt;/p&gt;
9207 </description>
9208 </item>
9209
9210 <item>
9211 <title>Why isn&#39;t Debian Edu using VLC?</title>
9212 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</link>
9213 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</guid>
9214 <pubDate>Sat, 27 Nov 2010 11:30:00 +0100</pubDate>
9215 <description>&lt;p&gt;In the latest issue of Linux Journal, the readers choices were
9216 presented, and the winner among the multimedia player were VLC.
9217 Personally, I like VLC, and it is my player of choice when I first try
9218 to play a video file or stream. Only if VLC fail will I drag out
9219 gmplayer to see if it can do better. The reason is mostly the failure
9220 model and trust. When VLC fail, it normally pop up a error message
9221 reporting the problem. When mplayer fail, it normally segfault or
9222 just hangs. The latter failure mode drain my trust in the program.&lt;p&gt;
9223
9224 &lt;p&gt;But even if VLC is my player of choice, we have choosen to use
9225 mplayer in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
9226 Edu/Skolelinux&lt;/a&gt;. The reason is simple. We need a good browser
9227 plugin to play web videos seamlessly, and the VLC browser plugin is
9228 not very good. For example, it lack in-line control buttons, so there
9229 is no way for the user to pause the video. Also, when I
9230 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;last
9231 tested the browser plugins&lt;/a&gt; available in Debian, the VLC plugin
9232 failed on several video pages where mplayer based plugins worked. If
9233 the browser plugin for VLC was as good as the gecko-mediaplayer
9234 package (which uses mplayer), we would switch.&lt;/P&gt;
9235
9236 &lt;p&gt;While VLC is a good player, its user interface is slightly
9237 annoying. The most annoying feature is its inconsistent use of
9238 keyboard shortcuts. When the player is in full screen mode, its
9239 shortcuts are different from when it is playing the video in a window.
9240 For example, space only work as pause when in full screen mode. I
9241 wish it had consisten shortcuts and that space also would work when in
9242 window mode. Another nice shortcut in gmplayer is [enter] to restart
9243 the current video. It is very nice when playing short videos from the
9244 web and want to restart it when new people arrive to have a look at
9245 what is going on.&lt;/p&gt;
9246 </description>
9247 </item>
9248
9249 <item>
9250 <title>Lenny-&gt;Squeeze upgrades of the Gnome and KDE desktop, now with apt-get autoremove</title>
9251 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades_of_the_Gnome_and_KDE_desktop__now_with_apt_get_autoremove.html</link>
9252 <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>
9253 <pubDate>Mon, 22 Nov 2010 14:15:00 +0100</pubDate>
9254 <description>&lt;p&gt;Michael Biebl suggested to me on IRC, that I changed my automated
9255 upgrade testing of the
9256 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
9257 Gnome and KDE Desktop&lt;/a&gt; to do &lt;tt&gt;apt-get autoremove&lt;/tt&gt; when using apt-get.
9258 This seem like a very good idea, so I adjusted by test scripts and
9259 can now present the updated result from today:&lt;/p&gt;
9260
9261 &lt;p&gt;This is for Gnome:&lt;/p&gt;
9262
9263 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
9264
9265 &lt;blockquote&gt;&lt;p&gt;
9266 apache2.2-bin
9267 aptdaemon
9268 baobab
9269 binfmt-support
9270 browser-plugin-gnash
9271 cheese-common
9272 cli-common
9273 cups-pk-helper
9274 dmz-cursor-theme
9275 empathy
9276 empathy-common
9277 freedesktop-sound-theme
9278 freeglut3
9279 gconf-defaults-service
9280 gdm-themes
9281 gedit-plugins
9282 geoclue
9283 geoclue-hostip
9284 geoclue-localnet
9285 geoclue-manual
9286 geoclue-yahoo
9287 gnash
9288 gnash-common
9289 gnome
9290 gnome-backgrounds
9291 gnome-cards-data
9292 gnome-codec-install
9293 gnome-core
9294 gnome-desktop-environment
9295 gnome-disk-utility
9296 gnome-screenshot
9297 gnome-search-tool
9298 gnome-session-canberra
9299 gnome-system-log
9300 gnome-themes-extras
9301 gnome-themes-more
9302 gnome-user-share
9303 gstreamer0.10-fluendo-mp3
9304 gstreamer0.10-tools
9305 gtk2-engines
9306 gtk2-engines-pixbuf
9307 gtk2-engines-smooth
9308 hamster-applet
9309 libapache2-mod-dnssd
9310 libapr1
9311 libaprutil1
9312 libaprutil1-dbd-sqlite3
9313 libaprutil1-ldap
9314 libart2.0-cil
9315 libboost-date-time1.42.0
9316 libboost-python1.42.0
9317 libboost-thread1.42.0
9318 libchamplain-0.4-0
9319 libchamplain-gtk-0.4-0
9320 libcheese-gtk18
9321 libclutter-gtk-0.10-0
9322 libcryptui0
9323 libdiscid0
9324 libelf1
9325 libepc-1.0-2
9326 libepc-common
9327 libepc-ui-1.0-2
9328 libfreerdp-plugins-standard
9329 libfreerdp0
9330 libgconf2.0-cil
9331 libgdata-common
9332 libgdata7
9333 libgdu-gtk0
9334 libgee2
9335 libgeoclue0
9336 libgexiv2-0
9337 libgif4
9338 libglade2.0-cil
9339 libglib2.0-cil
9340 libgmime2.4-cil
9341 libgnome-vfs2.0-cil
9342 libgnome2.24-cil
9343 libgnomepanel2.24-cil
9344 libgpod-common
9345 libgpod4
9346 libgtk2.0-cil
9347 libgtkglext1
9348 libgtksourceview2.0-common
9349 libmono-addins-gui0.2-cil
9350 libmono-addins0.2-cil
9351 libmono-cairo2.0-cil
9352 libmono-corlib2.0-cil
9353 libmono-i18n-west2.0-cil
9354 libmono-posix2.0-cil
9355 libmono-security2.0-cil
9356 libmono-sharpzip2.84-cil
9357 libmono-system2.0-cil
9358 libmtp8
9359 libmusicbrainz3-6
9360 libndesk-dbus-glib1.0-cil
9361 libndesk-dbus1.0-cil
9362 libopal3.6.8
9363 libpolkit-gtk-1-0
9364 libpt2.6.7
9365 libpython2.6
9366 librpm1
9367 librpmio1
9368 libsdl1.2debian
9369 libsrtp0
9370 libssh-4
9371 libtelepathy-farsight0
9372 libtelepathy-glib0
9373 libtidy-0.99-0
9374 media-player-info
9375 mesa-utils
9376 mono-2.0-gac
9377 mono-gac
9378 mono-runtime
9379 nautilus-sendto
9380 nautilus-sendto-empathy
9381 p7zip-full
9382 pkg-config
9383 python-aptdaemon
9384 python-aptdaemon-gtk
9385 python-axiom
9386 python-beautifulsoup
9387 python-bugbuddy
9388 python-clientform
9389 python-coherence
9390 python-configobj
9391 python-crypto
9392 python-cupshelpers
9393 python-elementtree
9394 python-epsilon
9395 python-evolution
9396 python-feedparser
9397 python-gdata
9398 python-gdbm
9399 python-gst0.10
9400 python-gtkglext1
9401 python-gtksourceview2
9402 python-httplib2
9403 python-louie
9404 python-mako
9405 python-markupsafe
9406 python-mechanize
9407 python-nevow
9408 python-notify
9409 python-opengl
9410 python-openssl
9411 python-pam
9412 python-pkg-resources
9413 python-pyasn1
9414 python-pysqlite2
9415 python-rdflib
9416 python-serial
9417 python-tagpy
9418 python-twisted-bin
9419 python-twisted-conch
9420 python-twisted-core
9421 python-twisted-web
9422 python-utidylib
9423 python-webkit
9424 python-xdg
9425 python-zope.interface
9426 remmina
9427 remmina-plugin-data
9428 remmina-plugin-rdp
9429 remmina-plugin-vnc
9430 rhythmbox-plugin-cdrecorder
9431 rhythmbox-plugins
9432 rpm-common
9433 rpm2cpio
9434 seahorse-plugins
9435 shotwell
9436 software-center
9437 system-config-printer-udev
9438 telepathy-gabble
9439 telepathy-mission-control-5
9440 telepathy-salut
9441 tomboy
9442 totem
9443 totem-coherence
9444 totem-mozilla
9445 totem-plugins
9446 transmission-common
9447 xdg-user-dirs
9448 xdg-user-dirs-gtk
9449 xserver-xephyr
9450 &lt;/p&gt;&lt;/blockquote&gt;
9451
9452 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
9453
9454 &lt;blockquote&gt;&lt;p&gt;
9455 cheese
9456 ekiga
9457 eog
9458 epiphany-extensions
9459 evolution-exchange
9460 fast-user-switch-applet
9461 file-roller
9462 gcalctool
9463 gconf-editor
9464 gdm
9465 gedit
9466 gedit-common
9467 gnome-games
9468 gnome-games-data
9469 gnome-nettool
9470 gnome-system-tools
9471 gnome-themes
9472 gnuchess
9473 gucharmap
9474 guile-1.8-libs
9475 libavahi-ui0
9476 libdmx1
9477 libgalago3
9478 libgtk-vnc-1.0-0
9479 libgtksourceview2.0-0
9480 liblircclient0
9481 libsdl1.2debian-alsa
9482 libspeexdsp1
9483 libsvga1
9484 rhythmbox
9485 seahorse
9486 sound-juicer
9487 system-config-printer
9488 totem-common
9489 transmission-gtk
9490 vinagre
9491 vino
9492 &lt;/p&gt;&lt;/blockquote&gt;
9493
9494 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
9495
9496 &lt;blockquote&gt;&lt;p&gt;
9497 gstreamer0.10-gnomevfs
9498 &lt;/p&gt;&lt;/blockquote&gt;
9499
9500 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
9501
9502 &lt;blockquote&gt;&lt;p&gt;
9503 [nothing]
9504 &lt;/p&gt;&lt;/blockquote&gt;
9505
9506 &lt;p&gt;This is for KDE:&lt;/p&gt;
9507
9508 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
9509
9510 &lt;blockquote&gt;&lt;p&gt;
9511 ksmserver
9512 &lt;/p&gt;&lt;/blockquote&gt;
9513
9514 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
9515
9516 &lt;blockquote&gt;&lt;p&gt;
9517 kwin
9518 network-manager-kde
9519 &lt;/p&gt;&lt;/blockquote&gt;
9520
9521 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
9522
9523 &lt;blockquote&gt;&lt;p&gt;
9524 arts
9525 dolphin
9526 freespacenotifier
9527 google-gadgets-gst
9528 google-gadgets-xul
9529 kappfinder
9530 kcalc
9531 kcharselect
9532 kde-core
9533 kde-plasma-desktop
9534 kde-standard
9535 kde-window-manager
9536 kdeartwork
9537 kdeartwork-emoticons
9538 kdeartwork-style
9539 kdeartwork-theme-icon
9540 kdebase
9541 kdebase-apps
9542 kdebase-workspace
9543 kdebase-workspace-bin
9544 kdebase-workspace-data
9545 kdeeject
9546 kdelibs
9547 kdeplasma-addons
9548 kdeutils
9549 kdewallpapers
9550 kdf
9551 kfloppy
9552 kgpg
9553 khelpcenter4
9554 kinfocenter
9555 konq-plugins-l10n
9556 konqueror-nsplugins
9557 kscreensaver
9558 kscreensaver-xsavers
9559 ktimer
9560 kwrite
9561 libgle3
9562 libkde4-ruby1.8
9563 libkonq5
9564 libkonq5-templates
9565 libnetpbm10
9566 libplasma-ruby
9567 libplasma-ruby1.8
9568 libqt4-ruby1.8
9569 marble-data
9570 marble-plugins
9571 netpbm
9572 nuvola-icon-theme
9573 plasma-dataengines-workspace
9574 plasma-desktop
9575 plasma-desktopthemes-artwork
9576 plasma-runners-addons
9577 plasma-scriptengine-googlegadgets
9578 plasma-scriptengine-python
9579 plasma-scriptengine-qedje
9580 plasma-scriptengine-ruby
9581 plasma-scriptengine-webkit
9582 plasma-scriptengines
9583 plasma-wallpapers-addons
9584 plasma-widget-folderview
9585 plasma-widget-networkmanagement
9586 ruby
9587 sweeper
9588 update-notifier-kde
9589 xscreensaver-data-extra
9590 xscreensaver-gl
9591 xscreensaver-gl-extra
9592 xscreensaver-screensaver-bsod
9593 &lt;/p&gt;&lt;/blockquote&gt;
9594
9595 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
9596
9597 &lt;blockquote&gt;&lt;p&gt;
9598 ark
9599 google-gadgets-common
9600 google-gadgets-qt
9601 htdig
9602 kate
9603 kdebase-bin
9604 kdebase-data
9605 kdepasswd
9606 kfind
9607 klipper
9608 konq-plugins
9609 konqueror
9610 ksysguard
9611 ksysguardd
9612 libarchive1
9613 libcln6
9614 libeet1
9615 libeina-svn-06
9616 libggadget-1.0-0b
9617 libggadget-qt-1.0-0b
9618 libgps19
9619 libkdecorations4
9620 libkephal4
9621 libkonq4
9622 libkonqsidebarplugin4a
9623 libkscreensaver5
9624 libksgrd4
9625 libksignalplotter4
9626 libkunitconversion4
9627 libkwineffects1a
9628 libmarblewidget4
9629 libntrack-qt4-1
9630 libntrack0
9631 libplasma-geolocation-interface4
9632 libplasmaclock4a
9633 libplasmagenericshell4
9634 libprocesscore4a
9635 libprocessui4a
9636 libqalculate5
9637 libqedje0a
9638 libqtruby4shared2
9639 libqzion0a
9640 libruby1.8
9641 libscim8c2a
9642 libsmokekdecore4-3
9643 libsmokekdeui4-3
9644 libsmokekfile3
9645 libsmokekhtml3
9646 libsmokekio3
9647 libsmokeknewstuff2-3
9648 libsmokeknewstuff3-3
9649 libsmokekparts3
9650 libsmokektexteditor3
9651 libsmokekutils3
9652 libsmokenepomuk3
9653 libsmokephonon3
9654 libsmokeplasma3
9655 libsmokeqtcore4-3
9656 libsmokeqtdbus4-3
9657 libsmokeqtgui4-3
9658 libsmokeqtnetwork4-3
9659 libsmokeqtopengl4-3
9660 libsmokeqtscript4-3
9661 libsmokeqtsql4-3
9662 libsmokeqtsvg4-3
9663 libsmokeqttest4-3
9664 libsmokeqtuitools4-3
9665 libsmokeqtwebkit4-3
9666 libsmokeqtxml4-3
9667 libsmokesolid3
9668 libsmokesoprano3
9669 libtaskmanager4a
9670 libtidy-0.99-0
9671 libweather-ion4a
9672 libxklavier16
9673 libxxf86misc1
9674 okteta
9675 oxygencursors
9676 plasma-dataengines-addons
9677 plasma-scriptengine-superkaramba
9678 plasma-widget-lancelot
9679 plasma-widgets-addons
9680 plasma-widgets-workspace
9681 polkit-kde-1
9682 ruby1.8
9683 systemsettings
9684 update-notifier-common
9685 &lt;/p&gt;&lt;/blockquote&gt;
9686
9687 &lt;p&gt;Running apt-get autoremove made the results using apt-get and
9688 aptitude a bit more similar, but there are still quite a lott of
9689 differences. I have no idea what packages should be installed after
9690 the upgrade, but hope those that do can have a look.&lt;/p&gt;
9691 </description>
9692 </item>
9693
9694 <item>
9695 <title>Migrating Xen virtual machines using LVM to KVM using disk images</title>
9696 <link>http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</link>
9697 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</guid>
9698 <pubDate>Mon, 22 Nov 2010 11:20:00 +0100</pubDate>
9699 <description>&lt;p&gt;Most of the computers in use by the
9700 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux project&lt;/a&gt;
9701 are virtual machines. And they have been Xen machines running on a
9702 fairly old IBM eserver xseries 345 machine, and we wanted to migrate
9703 them to KVM on a newer Dell PowerEdge 2950 host machine. This was a
9704 bit harder that it could have been, because we set up the Xen virtual
9705 machines to get the virtual partitions from LVM, which as far as I
9706 know is not supported by KVM. So to migrate, we had to convert
9707 several LVM logical volumes to partitions on a virtual disk file.&lt;/p&gt;
9708
9709 &lt;p&gt;I found
9710 &lt;a href=&quot;http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM&quot;&gt;a
9711 nice recipe&lt;/a&gt; to do this, and wrote the following script to do the
9712 migration. It uses qemu-img from the qemu package to make the disk
9713 image, parted to partition it, losetup and kpartx to present the disk
9714 image partions as devices, and dd to copy the data. I NFS mounted the
9715 new servers storage area on the old server to do the migration.&lt;/p&gt;
9716
9717 &lt;pre&gt;
9718 #!/bin/sh
9719
9720 # Based on
9721 # http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM
9722
9723 set -e
9724 set -x
9725
9726 if [ -z &quot;$1&quot; ] ; then
9727 echo &quot;Usage: $0 &amp;lt;hostname&amp;gt;&quot;
9728 exit 1
9729 else
9730 host=&quot;$1&quot;
9731 fi
9732
9733 if [ ! -e /dev/vg_data/$host-disk ] ; then
9734 echo &quot;error: unable to find LVM volume for $host&quot;
9735 exit 1
9736 fi
9737
9738 # Partitions need to be a bit bigger than the LVM LVs. not sure why.
9739 disksize=$( lvs --units m | grep $host-disk | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
9740 swapsize=$( lvs --units m | grep $host-swap | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
9741 totalsize=$(( ( $disksize + $swapsize ) ))
9742
9743 img=$host.img
9744 #dd if=/dev/zero of=$img bs=1M count=$(( $disksize + $swapsize ))
9745 qemu-img create $img ${totalsize}MMaking room on the Debian Edu/Sqeeze DVD
9746
9747 parted $img mklabel msdos
9748 parted $img mkpart primary linux-swap 0 $disksize
9749 parted $img mkpart primary ext2 $disksize $totalsize
9750 parted $img set 1 boot on
9751
9752 modprobe dm-mod
9753 losetup /dev/loop0 $img
9754 kpartx -a /dev/loop0
9755
9756 dd if=/dev/vg_data/$host-disk of=/dev/mapper/loop0p1 bs=1M
9757 fsck.ext3 -f /dev/mapper/loop0p1 || true
9758 mkswap /dev/mapper/loop0p2
9759
9760 kpartx -d /dev/loop0
9761 losetup -d /dev/loop0
9762 &lt;/pre&gt;
9763
9764 &lt;p&gt;The script is perhaps so simple that it is not copyrightable, but
9765 if it is, it is licenced using GPL v2 or later at your discretion.&lt;/p&gt;
9766
9767 &lt;p&gt;After doing this, I booted a Debian CD in rescue mode in KVM with
9768 the new disk image attached, installed grub-pc and linux-image-686 and
9769 set up grub to boot from the disk image. After this, the KVM machines
9770 seem to work just fine.&lt;/p&gt;
9771 </description>
9772 </item>
9773
9774 <item>
9775 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome and KDE desktop</title>
9776 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</link>
9777 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</guid>
9778 <pubDate>Sat, 20 Nov 2010 22:50:00 +0100</pubDate>
9779 <description>&lt;p&gt;I&#39;m still running upgrade testing of the
9780 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
9781 Gnome and KDE Desktop&lt;/a&gt;, but have not had time to spend on reporting the
9782 status. Here is a short update based on a test I ran 20101118.&lt;/p&gt;
9783
9784 &lt;p&gt;I still do not know what a correct migration should look like, so I
9785 report any differences between apt and aptitude and hope someone else
9786 can see if anything should be changed.&lt;/p&gt;
9787
9788 &lt;p&gt;This is for Gnome:&lt;/p&gt;
9789
9790 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
9791
9792 &lt;blockquote&gt;&lt;p&gt;
9793 apache2.2-bin aptdaemon at-spi baobab binfmt-support
9794 browser-plugin-gnash cheese-common cli-common cpp-4.3 cups-pk-helper
9795 dmz-cursor-theme empathy empathy-common finger
9796 freedesktop-sound-theme freeglut3 gconf-defaults-service gdm-themes
9797 gedit-plugins geoclue geoclue-hostip geoclue-localnet geoclue-manual
9798 geoclue-yahoo gnash gnash-common gnome gnome-backgrounds
9799 gnome-cards-data gnome-codec-install gnome-core
9800 gnome-desktop-environment gnome-disk-utility gnome-screenshot
9801 gnome-search-tool gnome-session-canberra gnome-spell
9802 gnome-system-log gnome-themes-extras gnome-themes-more
9803 gnome-user-share gs-common gstreamer0.10-fluendo-mp3
9804 gstreamer0.10-tools gtk2-engines gtk2-engines-pixbuf
9805 gtk2-engines-smooth hal-info hamster-applet libapache2-mod-dnssd
9806 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
9807 libart2.0-cil libatspi1.0-0 libboost-date-time1.42.0
9808 libboost-python1.42.0 libboost-thread1.42.0 libchamplain-0.4-0
9809 libchamplain-gtk-0.4-0 libcheese-gtk18 libclutter-gtk-0.10-0
9810 libcryptui0 libcupsys2 libdiscid0 libeel2-data libelf1 libepc-1.0-2
9811 libepc-common libepc-ui-1.0-2 libfreerdp-plugins-standard
9812 libfreerdp0 libgail-common libgconf2.0-cil libgdata-common libgdata7
9813 libgdl-1-common libgdu-gtk0 libgee2 libgeoclue0 libgexiv2-0 libgif4
9814 libglade2.0-cil libglib2.0-cil libgmime2.4-cil libgnome-vfs2.0-cil
9815 libgnome2.24-cil libgnomepanel2.24-cil libgnomeprint2.2-data
9816 libgnomeprintui2.2-common libgnomevfs2-bin libgpod-common libgpod4
9817 libgtk2.0-cil libgtkglext1 libgtksourceview-common
9818 libgtksourceview2.0-common libmono-addins-gui0.2-cil
9819 libmono-addins0.2-cil libmono-cairo2.0-cil libmono-corlib2.0-cil
9820 libmono-i18n-west2.0-cil libmono-posix2.0-cil
9821 libmono-security2.0-cil libmono-sharpzip2.84-cil
9822 libmono-system2.0-cil libmtp8 libmusicbrainz3-6
9823 libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libopal3.6.8
9824 libpolkit-gtk-1-0 libpt-1.10.10-plugins-alsa
9825 libpt-1.10.10-plugins-v4l libpt2.6.7 libpython2.6 librpm1 librpmio1
9826 libsdl1.2debian libservlet2.4-java libsrtp0 libssh-4
9827 libtelepathy-farsight0 libtelepathy-glib0 libtidy-0.99-0
9828 libxalan2-java libxerces2-java media-player-info mesa-utils
9829 mono-2.0-gac mono-gac mono-runtime nautilus-sendto
9830 nautilus-sendto-empathy openoffice.org-writer2latex
9831 openssl-blacklist p7zip p7zip-full pkg-config python-4suite-xml
9832 python-aptdaemon python-aptdaemon-gtk python-axiom
9833 python-beautifulsoup python-bugbuddy python-clientform
9834 python-coherence python-configobj python-crypto python-cupshelpers
9835 python-cupsutils python-eggtrayicon python-elementtree
9836 python-epsilon python-evolution python-feedparser python-gdata
9837 python-gdbm python-gst0.10 python-gtkglext1 python-gtkmozembed
9838 python-gtksourceview2 python-httplib2 python-louie python-mako
9839 python-markupsafe python-mechanize python-nevow python-notify
9840 python-opengl python-openssl python-pam python-pkg-resources
9841 python-pyasn1 python-pysqlite2 python-rdflib python-serial
9842 python-tagpy python-twisted-bin python-twisted-conch
9843 python-twisted-core python-twisted-web python-utidylib python-webkit
9844 python-xdg python-zope.interface remmina remmina-plugin-data
9845 remmina-plugin-rdp remmina-plugin-vnc rhythmbox-plugin-cdrecorder
9846 rhythmbox-plugins rpm-common rpm2cpio seahorse-plugins shotwell
9847 software-center svgalibg1 system-config-printer-udev
9848 telepathy-gabble telepathy-mission-control-5 telepathy-salut tomboy
9849 totem totem-coherence totem-mozilla totem-plugins
9850 transmission-common xdg-user-dirs xdg-user-dirs-gtk xserver-xephyr
9851 zip
9852 &lt;/p&gt;&lt;/blockquote&gt;
9853
9854 Installed using apt-get, removed with aptitude
9855
9856 &lt;blockquote&gt;&lt;p&gt;
9857 arj bluez-utils cheese dhcdbd djvulibre-desktop ekiga eog
9858 epiphany-extensions epiphany-gecko evolution-exchange
9859 fast-user-switch-applet file-roller gcalctool gconf-editor gdm gedit
9860 gedit-common gnome-app-install gnome-games gnome-games-data
9861 gnome-nettool gnome-system-tools gnome-themes gnome-utils
9862 gnome-vfs-obexftp gnome-volume-manager gnuchess gucharmap
9863 guile-1.8-libs hal libavahi-compat-libdnssd1 libavahi-core5
9864 libavahi-ui0 libbind9-50 libbluetooth2 libcamel1.2-11 libcdio7
9865 libcucul0 libcurl3 libdirectfb-1.0-0 libdmx1 libdvdread3
9866 libedata-cal1.2-6 libedataserver1.2-9 libeel2-2.20 libepc-1.0-1
9867 libepc-ui-1.0-1 libexchange-storage1.2-3 libfaad0 libgadu3
9868 libgalago3 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
9869 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
9870 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
9871 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtk-vnc-1.0-0
9872 libgtkhtml2-0 libgtksourceview1.0-0 libgtksourceview2.0-0
9873 libgucharmap6 libhesiod0 libicu38 libisccc50 libisccfg50 libiw29
9874 libjaxp1.3-java-gcj libkpathsea4 liblircclient0 libltdl3 liblwres50
9875 libmagick++10 libmagick10 libmalaga7 libmozjs1d libmpfr1ldbl libmtp7
9876 libmysqlclient15off libnautilus-burn4 libneon27 libnm-glib0
9877 libnm-util0 libopal-2.2 libosp5 libparted1.8-10 libpisock9
9878 libpisync1 libpoppler-glib3 libpoppler3 libpt-1.10.10 libraw1394-8
9879 libsdl1.2debian-alsa libsensors3 libsexy2 libsmbios2 libsoup2.2-8
9880 libspeexdsp1 libssh2-1 libsuitesparse-3.1.0 libsvga1
9881 libswfdec-0.6-90 libtalloc1 libtotem-plparser10 libtrackerclient0
9882 libvoikko1 libxalan2-java-gcj libxerces2-java-gcj libxklavier12
9883 libxtrap6 libxxf86misc1 libzephyr3 mysql-common rhythmbox seahorse
9884 sound-juicer swfdec-gnome system-config-printer totem-common
9885 totem-gstreamer transmission-gtk vinagre vino w3c-dtd-xhtml wodim
9886 &lt;/p&gt;&lt;/blockquote&gt;
9887
9888 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
9889
9890 &lt;blockquote&gt;&lt;p&gt;
9891 gstreamer0.10-gnomevfs
9892 &lt;/p&gt;&lt;/blockquote&gt;
9893
9894 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
9895
9896 &lt;blockquote&gt;&lt;p&gt;
9897 [nothing]
9898 &lt;/p&gt;&lt;/blockquote&gt;
9899
9900 &lt;p&gt;This is for KDE:&lt;/p&gt;
9901
9902 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
9903
9904 &lt;blockquote&gt;&lt;p&gt;
9905 autopoint bomber bovo cantor cantor-backend-kalgebra cpp-4.3 dcoprss
9906 edict espeak espeak-data eyesapplet fifteenapplet finger gettext
9907 ghostscript-x git gnome-audio gnugo granatier gs-common
9908 gstreamer0.10-pulseaudio indi kaddressbook-plugins kalgebra
9909 kalzium-data kanjidic kapman kate-plugins kblocks kbreakout kbstate
9910 kde-icons-mono kdeaccessibility kdeaddons-kfile-plugins
9911 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
9912 kdeedu kdeedu-data kdeedu-kvtml-data kdegames kdegames-card-data
9913 kdegames-mahjongg-data kdegraphics-kfile-plugins kdelirc
9914 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
9915 kdepim-kfile-plugins kdepim-kio-plugins kdessh kdetoys kdewebdev
9916 kdiamond kdnssd kfilereplace kfourinline kgeography-data kigo
9917 killbots kiriki klettres-data kmoon kmrml knewsticker-scripts
9918 kollision kpf krosspython ksirk ksmserver ksquares kstars-data
9919 ksudoku kubrick kweather libasound2-plugins libboost-python1.42.0
9920 libcfitsio3 libconvert-binhex-perl libcrypt-ssleay-perl libdb4.6++
9921 libdjvulibre-text libdotconf1.0 liberror-perl libespeak1
9922 libfinance-quote-perl libgail-common libgsl0ldbl libhtml-parser-perl
9923 libhtml-tableextract-perl libhtml-tagset-perl libhtml-tree-perl
9924 libio-stringy-perl libkdeedu4 libkdegames5 libkiten4 libkpathsea5
9925 libkrossui4 libmailtools-perl libmime-tools-perl
9926 libnews-nntpclient-perl libopenbabel3 libportaudio2 libpulse-browse0
9927 libservlet2.4-java libspeechd2 libtiff-tools libtimedate-perl
9928 libunistring0 liburi-perl libwww-perl libxalan2-java libxerces2-java
9929 lirc luatex marble networkstatus noatun-plugins
9930 openoffice.org-writer2latex palapeli palapeli-data parley
9931 parley-data poster psutils pulseaudio pulseaudio-esound-compat
9932 pulseaudio-module-x11 pulseaudio-utils quanta-data rocs rsync
9933 speech-dispatcher step svgalibg1 texlive-binaries texlive-luatex
9934 ttf-sazanami-gothic
9935 &lt;/p&gt;&lt;/blockquote&gt;
9936
9937 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
9938
9939 &lt;blockquote&gt;&lt;p&gt;
9940 amor artsbuilder atlantik atlantikdesigner blinken bluez-utils cvs
9941 dhcdbd djvulibre-desktop imlib-base imlib11 kalzium kanagram kandy
9942 kasteroids katomic kbackgammon kbattleship kblackbox kbounce kbruch
9943 kcron kdat kdemultimedia-kappfinder-data kdeprint kdict kdvi kedit
9944 keduca kenolaba kfax kfaxview kfouleggs kgeography kghostview
9945 kgoldrunner khangman khexedit kiconedit kig kimagemapeditor
9946 kitchensync kiten kjumpingcube klatin klettres klickety klines
9947 klinkstatus kmag kmahjongg kmailcvt kmenuedit kmid kmilo kmines
9948 kmousetool kmouth kmplot knetwalk kodo kolf kommander konquest kooka
9949 kpager kpat kpdf kpercentage kpilot kpoker kpovmodeler krec
9950 kregexpeditor kreversi ksame ksayit kshisen ksig ksim ksirc ksirtet
9951 ksmiletris ksnake ksokoban kspaceduel kstars ksvg ksysv kteatime
9952 ktip ktnef ktouch ktron kttsd ktuberling kturtle ktux kuickshow
9953 kverbos kview kviewshell kvoctrain kwifimanager kwin kwin4 kwordquiz
9954 kworldclock kxsldbg libakode2 libarts1-akode libarts1-audiofile
9955 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
9956 libavahi-core5 libavc1394-0 libbind9-50 libbluetooth2
9957 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0
9958 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
9959 libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0 libicu38
9960 libiec61883-0 libindex0 libisccc50 libisccfg50 libiw29
9961 libjaxp1.3-java-gcj libk3b3 libkcal2b libkcddb1 libkdeedu3
9962 libkdegames1 libkdepim1a libkgantt0 libkleopatra1 libkmime2
9963 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
9964 libksieve0 libktnef1 liblockdev1 libltdl3 liblwres50 libmagick10
9965 libmimelib1c2a libmodplug0c2 libmozjs1d libmpcdec3 libmpfr1ldbl
9966 libneon27 libnm-util0 libopensync0 libpisock9 libpoppler-glib3
9967 libpoppler-qt2 libpoppler3 libraw1394-8 librss1 libsensors3
9968 libsmbios2 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90
9969 libtalloc1 libxalan2-java-gcj libxerces2-java-gcj libxtrap6 lskat
9970 mpeglib network-manager-kde noatun pmount tex-common texlive-base
9971 texlive-common texlive-doc-base texlive-fonts-recommended tidy
9972 ttf-dustin ttf-kochi-gothic ttf-sjfonts
9973 &lt;/p&gt;&lt;/blockquote&gt;
9974
9975 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
9976
9977 &lt;blockquote&gt;&lt;p&gt;
9978 dolphin kde-core kde-plasma-desktop kde-standard kde-window-manager
9979 kdeartwork kdebase kdebase-apps kdebase-workspace
9980 kdebase-workspace-bin kdebase-workspace-data kdeutils kscreensaver
9981 kscreensaver-xsavers libgle3 libkonq5 libkonq5-templates libnetpbm10
9982 netpbm plasma-widget-folderview plasma-widget-networkmanagement
9983 xscreensaver-data-extra xscreensaver-gl xscreensaver-gl-extra
9984 xscreensaver-screensaver-bsod
9985 &lt;/p&gt;&lt;/blockquote&gt;
9986
9987 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
9988
9989 &lt;blockquote&gt;&lt;p&gt;
9990 kdebase-bin konq-plugins konqueror
9991 &lt;/p&gt;&lt;/blockquote&gt;
9992 </description>
9993 </item>
9994
9995 <item>
9996 <title>Gnash buildbot slave and Debian kfreebsd</title>
9997 <link>http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</link>
9998 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</guid>
9999 <pubDate>Sat, 20 Nov 2010 07:20:00 +0100</pubDate>
10000 <description>&lt;p&gt;Answering
10001 &lt;a href=&quot;http://www.listware.net/201011/gnash-dev/67431-gnash-dev-buildbot-looking-for-slaves.html&quot;&gt;the
10002 call from the Gnash project&lt;/a&gt; for
10003 &lt;a href=&quot;http://www.gnashdev.org:8010&quot;&gt;buildbot&lt;/a&gt; slaves to test the
10004 current source, I have set up a virtual KVM machine on the Debian
10005 Edu/Skolelinux virtualization host to test the git source on
10006 Debian/Squeeze. I hope this can help the developers in getting new
10007 releases out more often.&lt;/p&gt;
10008
10009 &lt;p&gt;As the developers want less main-stream build platforms tested to,
10010 I have considered setting up a &lt;a
10011 href=&quot;http://www.debian.org/ports/kfreebsd-gnu/&quot;&gt;Debian/kfreebsd&lt;/a&gt;
10012 machine as well. I have also considered using the kfreebsd
10013 architecture in Debian as a file server in NUUG to get access to the 5
10014 TB zfs volume we currently use to store DV video. Because of this, I
10015 finally got around to do a test installation of Debian/Squeeze with
10016 kfreebsd. Installation went fairly smooth, thought I noticed some
10017 visual glitches in the cdebconf dialogs (black cursor left on the
10018 screen at random locations). Have not gotten very far with the
10019 testing. Noticed cfdisk did not work, but fdisk did so it was not a
10020 fatal problem. Have to spend some more time on it to see if it is
10021 useful as a file server for NUUG. Will try to find time to set up a
10022 gnash buildbot slave on the Debian Edu/Skolelinux this weekend.&lt;/p&gt;
10023 </description>
10024 </item>
10025
10026 <item>
10027 <title>Making room on the Debian Edu/Sqeeze DVD</title>
10028 <link>http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</link>
10029 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</guid>
10030 <pubDate>Sun, 7 Nov 2010 11:45:00 +0100</pubDate>
10031 <description>&lt;p&gt;Prioritising packages for the Debian Edu /
10032 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; DVD, which is
10033 supposed provide a school with all the services and user applications
10034 needed on the pupils computer network has always been hard. Even
10035 schools without Internet connections should be able to get Debian Edu
10036 working using this DVD.&lt;/p&gt;
10037
10038 &lt;p&gt;The job became a lot harder when apt and aptitude started
10039 installing recommended packages by default. We want the same set of
10040 packages to be installed when using the DVD and the netinst CD, and
10041 that means all recommended packages need to be on the DVD. I created
10042 a patch for debian-cd in &lt;a href=&quot;http://bugs.debian.org/601203&quot;&gt;BTS
10043 report #601203&lt;/a&gt; to do this, and since this change was applied to
10044 the Debian Edu DVD build, we have been seriously short on space.&lt;/p&gt;
10045
10046 &lt;p&gt;A few days ago we decided to drop blender, wxmaxima and kicad from
10047 the default installation to save space on the DVD, believing that
10048 those needing these applications are few and can get them from the
10049 Debian archive.&lt;/p&gt;
10050
10051 &lt;p&gt;Yesterday, I had a look what source packages to see which packages
10052 were using most space. A few large packages are well know;
10053 openoffice.org, openclipart and fluid-soundfont. But I also
10054 discovered that lilypond used 106 MiB and fglrx-driver used 53 MiB.
10055 The lilypond package is pulled in as a dependency for rosegarden, and
10056 when looking a bit closer I discovered that 99 MiB of the 106 MiB were
10057 the documentation package, which is recommended by the binary package.
10058 I decided to drop this documentation package from our DVD, as most of
10059 our users will use the GUI front-ends and do not need the lilypond
10060 documentation. Similarly, I dropped the non-free fglrx-driver package
10061 which might be installed by d-i when its hardware is detected, as the
10062 free X driver should work.&lt;/p&gt;
10063
10064 &lt;p&gt;With this change, we finally got space for the LXDE and Gnome
10065 desktop packages as well as the language specific packages making the
10066 DVD more useful again.&lt;/p&gt;
10067 </description>
10068 </item>
10069
10070 <item>
10071 <title>Software updates 2010-10-24</title>
10072 <link>http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</link>
10073 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</guid>
10074 <pubDate>Sun, 24 Oct 2010 22:45:00 +0200</pubDate>
10075 <description>&lt;p&gt;Some updates.&lt;/p&gt;
10076
10077 &lt;p&gt;My &lt;a href=&quot;http://pledgebank.com/gnash-avm2&quot;&gt;gnash pledge&lt;/a&gt; to
10078 raise money for the project is going well. The lower limit of 10
10079 signers was reached in 24 hours, and so far 13 people have signed it.
10080 More signers and more funding is most welcome, and I am really curious
10081 how far we can get before the time limit of December 24 is reached.
10082 :)&lt;/p&gt;
10083
10084 &lt;p&gt;On the #gnash IRC channel on irc.freenode.net, I was just tipped
10085 about what appear to be a great code coverage tool capable of
10086 generating code coverage stats without any changes to the source code.
10087 It is called
10088 &lt;a href=&quot;http://simonkagstrom.github.com/kcov/index.html&quot;&gt;kcov&lt;/a&gt;,
10089 and can be used using &lt;tt&gt;kcov &amp;lt;directory&amp;gt; &amp;lt;binary&amp;gt;&lt;/tt&gt;.
10090 It is missing in Debian, but the git source built just fine in Squeeze
10091 after I installed libelf-dev, libdwarf-dev, pkg-config and
10092 libglib2.0-dev. Failed to build in Lenny, but suspect that is
10093 solvable. I hope kcov make it into Debian soon.&lt;/p&gt;
10094
10095 &lt;p&gt;Finally found time to wrap up the release notes for &lt;a
10096 href=&quot;http://lists.debian.org/debian-edu-announce/2010/10/msg00002.html&quot;&gt;a
10097 new alpha release of Debian Edu&lt;/a&gt;, and just published the second
10098 alpha test release of the Squeeze based Debian Edu /
10099 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
10100 release. Give it a try if you need a complete linux solution for your
10101 school, including central infrastructure server, workstations, thin
10102 client servers and diskless workstations. A nice touch added
10103 yesterday is RDP support on the thin client servers, for windows
10104 clients to get a Linux desktop on request.&lt;/p&gt;
10105 </description>
10106 </item>
10107
10108 <item>
10109 <title>Some notes on Flash in Debian and Debian Edu</title>
10110 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</link>
10111 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</guid>
10112 <pubDate>Sat, 4 Sep 2010 10:10:00 +0200</pubDate>
10113 <description>&lt;p&gt;In the &lt;a href=&quot;http://popcon.debian.org/unknown/by_vote&quot;&gt;Debian
10114 popularity-contest numbers&lt;/a&gt;, the adobe-flashplugin package the
10115 second most popular used package that is missing in Debian. The sixth
10116 most popular is flashplayer-mozilla. This is a clear indication that
10117 working flash is important for Debian users. Around 10 percent of the
10118 users submitting data to popcon.debian.org have this package
10119 installed.&lt;/p&gt;
10120
10121 &lt;p&gt;In the report written by Lars Risan in August 2008
10122&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
10123 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
10124 stiftelsen SLX Debian Labs&lt;/a&gt;»), one of the most important problems
10125 schools experienced with &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
10126 Edu/Skolelinux&lt;/a&gt; was the lack of working Flash. A lot of educational
10127 web sites require Flash to work, and lacking working Flash support in
10128 the web browser and the problems with installing it was perceived as a
10129 good reason to stay with Windows.&lt;/p&gt;
10130
10131 &lt;p&gt;I once saw a funny and sad comment in a web forum, where Linux was
10132 said to be the retarded cousin that did not really understand
10133 everything you told him but could work fairly well. This was a
10134 comment regarding the problems Linux have with proprietary formats and
10135 non-standard web pages, and is sad because it exposes a fairly common
10136 understanding of whose fault it is if web pages that only work in for
10137 example Internet Explorer 6 fail to work on Firefox, and funny because
10138 it explain very well how annoying it is for users when Linux
10139 distributions do not work with the documents they receive or the web
10140 pages they want to visit.&lt;/p&gt;
10141
10142 &lt;p&gt;This is part of the reason why I believe it is important for Debian
10143 and Debian Edu to have a well working Flash implementation in the
10144 distribution, to get at least popular sites as Youtube and Google
10145 Video to working out of the box. For Squeeze, Debian have the chance
10146 to include the latest version of Gnash that will make this happen, as
10147 the new release 0.8.8 was published a few weeks ago and is resting in
10148 unstable. The new version work with more sites that version 0.8.7.
10149 The Gnash maintainers have asked for a freeze exception, but the
10150 release team have not had time to reply to it yet. I hope they agree
10151 with me that Flash is important for the Debian desktop users, and thus
10152 accept the new package into Squeeze.&lt;/p&gt;
10153 </description>
10154 </item>
10155
10156 <item>
10157 <title>Broken hard link handling with sshfs</title>
10158 <link>http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</link>
10159 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</guid>
10160 <pubDate>Mon, 30 Aug 2010 19:30:00 +0200</pubDate>
10161 <description>&lt;p&gt;Just got an email from Tobias Gruetzmacher as a followup on my
10162 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html&quot;&gt;previous
10163 post about sshfs&lt;/a&gt;. He reported another problem with sshfs. It
10164 fail to handle hard links properly. A simple way to spot this is to
10165 look at the . and .. entries in the directory tree. These should have
10166 a link count &gt;1, but on sshfs the count is 1. I just tested to see
10167 what happen when trying to hardlink, and this fail as well:&lt;/p&gt;
10168
10169 &lt;pre&gt;
10170 % ln foo bar
10171 ln: creating hard link `bar&#39; =&gt; `foo&#39;: Function not implemented
10172 %
10173 &lt;/pre&gt;
10174
10175 &lt;p&gt;I have not yet found time to implement a test for this in my file
10176 system test code, but believe having working hard links is useful to
10177 avoid surprised unix programs. Not as useful as working file locking
10178 and symlinks, which are required to get a working desktop, but useful
10179 nevertheless. :)&lt;/p&gt;
10180
10181 &lt;p&gt;The latest version of the file system test code is available via
10182 git from
10183 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;&lt;/p&gt;
10184 </description>
10185 </item>
10186
10187 <item>
10188 <title>Skolelinux i Osloskolen</title>
10189 <link>http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</link>
10190 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</guid>
10191 <pubDate>Thu, 26 Aug 2010 22:25:00 +0200</pubDate>
10192 <description>&lt;p&gt;Denne høsten skal endelig alle Osloskolene få mulighet til å bruke
10193 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;. Ny IT-løsning
10194 har vært rullet ut i noen måneder nå, og så vidt jeg fikk vite før
10195 sommeren skulle alle skoler ha nytt opplegg på plass før oppstart nå i
10196 høst. På alle skolene skal en kunne velge ved installasjon om en skal
10197 ha Windows eller Skolelinux på maskinene, og en kan i tillegg
10198 PXE-boote maskinene over nett som tynne klienter eller diskløse
10199 arbeidsstasjoner. Jeg er spent på hvor mange skoler som velger å ta i
10200 bruk Skolelinux, og gleder meg til å se hvordan dette utvikler seg.
10201 Løsningen leveres av
10202 &lt;a href=&quot;http://www.logica.no/&quot;&gt;Logica&lt;/a&gt; med
10203 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; som
10204 underleverandør, og jeg har vært involvert i utviklingen av løsningen
10205 via Skolelinux Drift AS siden prosjektet starter. Jeg synes det er
10206 fantastisk at Skolelinux er kommet så langt siden vi startet i 2001 at
10207 alle elevene i Osloskolene nå skal få mulighet til å bruke
10208 løsningen. Jeg håper de vil sette pris på alle de
10209 &lt;a href=&quot;http://www.skolelinux.no/linux-signpost/&quot;&gt;fantastiske
10210 brukerprogrammene&lt;/a&gt; som er tilgjengelig i Skolelinux.&lt;/p&gt;
10211 </description>
10212 </item>
10213
10214 <item>
10215 <title>Broken umask handling with sshfs</title>
10216 <link>http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</link>
10217 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</guid>
10218 <pubDate>Thu, 26 Aug 2010 13:30:00 +0200</pubDate>
10219 <description>&lt;p&gt;My file system sematics program
10220 &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
10221 a few days ago&lt;/a&gt; is very useful to verify that a file system can
10222 work as a unix home directory,and today I had to extend it a bit. I&#39;m
10223 looking into alternatives for home directory access here at the
10224 University of Oslo, and one of the options is sshfs. My friend
10225 Finn-Arne mentioned a while back that they had used sshfs with Debian
10226 Edu, but stopped because of problems. I asked today what the problems
10227 where, and he mentioned that sshfs failed to handle umask properly.
10228 Trying to detect the problem I wrote this addition to my fs testing
10229 script:&lt;/p&gt;
10230
10231 &lt;pre&gt;
10232 mode_t touch_get_mode(const char *name, mode_t mode) {
10233 mode_t retval = 0;
10234 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, mode);
10235 if (-1 != fd) {
10236 unlink(name);
10237 struct stat statbuf;
10238 if (-1 != fstat(fd, &amp;statbuf)) {
10239 retval = statbuf.st_mode &amp; 0x1ff;
10240 }
10241 close(fd);
10242 }
10243 return retval;
10244 }
10245
10246 /* Try to detect problem discovered using sshfs */
10247 int test_umask(void) {
10248 printf(&quot;info: testing umask effect on file creation\n&quot;);
10249
10250 mode_t orig_umask = umask(000);
10251 mode_t newmode;
10252 if (0666 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
10253 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 000\n&quot;,
10254 newmode);
10255 }
10256 umask(007);
10257 if (0660 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
10258 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 007\n&quot;,
10259 newmode);
10260 }
10261
10262 umask (orig_umask);
10263 return 0;
10264 }
10265
10266 int main(int argc, char **argv) {
10267 [...]
10268 test_umask();
10269 return 0;
10270 }
10271 &lt;/pre&gt;
10272
10273 &lt;p&gt;Sure enough. On NFS to a netapp, I get this result:&lt;/p&gt;
10274
10275 &lt;pre&gt;
10276 Testing POSIX/Unix sematics on file system
10277 info: testing symlink creation
10278 info: testing subdirectory creation
10279 info: testing fcntl locking
10280 Read-locking 1 byte from 1073741824
10281 Read-locking 510 byte from 1073741826
10282 Unlocking 1 byte from 1073741824
10283 Write-locking 1 byte from 1073741824
10284 Write-locking 510 byte from 1073741826
10285 Unlocking 2 byte from 1073741824
10286 info: testing umask effect on file creation
10287 &lt;/pre&gt;
10288
10289 &lt;p&gt;When mounting the same directory using sshfs, I get this
10290 result:&lt;/p&gt;
10291
10292 &lt;pre&gt;
10293 Testing POSIX/Unix sematics on file system
10294 info: testing symlink creation
10295 info: testing subdirectory creation
10296 info: testing fcntl locking
10297 Read-locking 1 byte from 1073741824
10298 Read-locking 510 byte from 1073741826
10299 Unlocking 1 byte from 1073741824
10300 Write-locking 1 byte from 1073741824
10301 Write-locking 510 byte from 1073741826
10302 Unlocking 2 byte from 1073741824
10303 info: testing umask effect on file creation
10304 error: Wrong file mode 644 when creating using mode 666 and umask 000
10305 error: Wrong file mode 640 when creating using mode 666 and umask 007
10306 &lt;/pre&gt;
10307
10308 &lt;p&gt;So, I can conclude that sshfs is better than smb to a Netapp or a
10309 Windows server, but not good enough to be used as a home
10310 directory.&lt;/p&gt;
10311
10312 &lt;p&gt;Update 2010-08-26: Reported the issue in
10313 &lt;a href=&quot;http://bugs.debian.org/594498&quot;&gt;BTS report #594498&lt;/a&gt;&lt;/p&gt;
10314
10315 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
10316 script so useful that he created a GIT repository and stored it in
10317 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
10318 </description>
10319 </item>
10320
10321 <item>
10322 <title>No hardcoded config on Debian Edu clients</title>
10323 <link>http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</link>
10324 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</guid>
10325 <pubDate>Mon, 9 Aug 2010 20:15:00 +0200</pubDate>
10326 <description>&lt;p&gt;As reported earlier, the last few days I have looked at how Debian
10327 Edu clients are configured, and tried to get rid of all hardcoded
10328 configuration settings on the clients. I believe the work to be
10329 mostly done, and the clients seem to work just fine with dynamically
10330 generated configuration.&lt;/p&gt;
10331
10332 &lt;p&gt;What is the point, you might ask? The point is to allow a Debian
10333 Edu desktop to integrate into an existing network infrastructure
10334 without any manual configuration.&lt;/p&gt;
10335
10336 &lt;p&gt;This is what happens when installing a Debian Edu client here at
10337 the University of Oslo using PXE. With the PXE installation, I am
10338 asked for language (Norwegian Bokmål), locality (Norway) and keyboard
10339 layout (no-latin1), Debian Edu profile (Roaming Workstation), if I
10340 accept to reformat the hard drive (yes), if I want to submit info to
10341 popcon.debian.org (no) and root password (secret). After answering
10342 these questions, the installer goes ahead and does its thing, and
10343 after around 50 minutes it is done. I press enter to finish the
10344 installation, and the machine reboots into KDE. When the machine is
10345 ready and kdm asks for login information, I enter my university
10346 username and password, am told by kdm that a local home directory has
10347 been created and that I must log in again, and finally log in with the
10348 same username and password to the KDE 4.4 desktop. At no point during
10349 this process did it ask for university specific settings, and all the
10350 required configuration was dynamically detected using information
10351 fetched via DHCP and DNS. The roaming workstation is now ready for
10352 use.&lt;/p&gt;
10353
10354 &lt;p&gt;How was this done, you might wonder? First of all, here is the
10355 list of things that need to be configured on the client to get it
10356 working properly out of the box:&lt;/p&gt;
10357
10358 &lt;ul&gt;
10359 &lt;li&gt;IP address/netmask and DNS server.&lt;/li&gt;
10360 &lt;li&gt;Web proxy URL.&lt;/li&gt;
10361 &lt;li&gt;LDAP server for NSS directory information (user, group, etc).&lt;/li&gt;
10362 &lt;li&gt;Kerberos server for PAM password checking.&lt;/li&gt;
10363 &lt;li&gt;SMB mount point to access the network home directory. (*)&lt;/li&gt;
10364 &lt;li&gt;Central syslog server to send syslog messages to. (*)&lt;/li&gt;
10365 &lt;li&gt;Sitesummary collector URL to submit info to central server. (*)&lt;/li&gt;
10366 &lt;/ul&gt;
10367
10368 &lt;p&gt;(Hm, did I forget anything? Let me knew if I did.)&lt;/p&gt;
10369
10370 &lt;p&gt;The points marked (*) are not required to be able to use the
10371 machine, but needed to provide central storage and allowing system
10372 administrators to track their machines. Since yesterday, everything
10373 but the sitesummary collector URL is dynamically discovered at boot
10374 and installation time in the svn version of Debian Edu.&lt;/p&gt;
10375
10376 &lt;p&gt;The IP and DNS setup is fetched during boot using DHCP as usual.
10377 When a DHCP update arrives, the proxy setup is updated by looking for
10378 http://wpat/wpad.dat and using the content of this WPAD file to
10379 configure the http and ftp proxy in /etc/environment and
10380 /etc/apt/apt.conf. I decided to update the proxy setup using a DHCP
10381 hook to ensure that the client stops using the Debian Edu proxy when
10382 it is moved outside the Debian Edu network, and instead uses any local
10383 proxy present on the new network when it moves around.&lt;/p&gt;
10384
10385 &lt;p&gt;The DNS names of the LDAP, Kerberos and syslog server and related
10386 configuration are generated using DNS information at boot. First the
10387 installer looks for a host named ldap in the current DNS domain. If
10388 not found, it looks for _ldap._tcp SRV records in DNS instead. If an
10389 LDAP server is found, its root DSE entry is requested and the
10390 attributes namingContexts and defaultNamingContext are used to
10391 determine which LDAP base to use for NSS. If there are several
10392 namingContexts attibutes and the defaultNamingContext is present, that
10393 LDAP subtree is used as the base. If defaultNamingContext is missing,
10394 the subtrees listed as namingContexts are searched in sequence for any
10395 object with class posixAccount or posixGroup, and the first one with
10396 such an object is used as the LDAP base. For Kerberos, a similar
10397 search is done by first looking for a host named kerberos, and then
10398 for the _kerberos._tcp SRV record. I&#39;ve been unable to find a way to
10399 look up the Kerberos realm, so for this the upper case string of the
10400 current DNS domain is used.&lt;/p&gt;
10401
10402 &lt;p&gt;For the syslog server, the hosts syslog and loghost are searched
10403 for, and the _syslog._udp SRV record is consulted if no such host is
10404 found. This algorithm works for both Debian Edu and the University of
10405 Oslo. A similar strategy would work for locating the sitesummary
10406 server, but have not been implemented yet. I decided to fetch and
10407 save these settings during installation, to make sure moving to a
10408 different network does not change the set of users being allowed to
10409 log in nor the passwords required to log in. Usernames and passwords
10410 will be cached by sssd when the user logs in on the Debian Edu
10411 network, and will not change as the laptop move around. For a
10412 non-roaming machine, there is no caching, but given that it is
10413 supposed to stay in place it should not matter much. Perhaps we
10414 should switch those to use sssd too?&lt;/p&gt;
10415
10416 &lt;p&gt;The user&#39;s SMB mount point for the network home directory is
10417 located when the user logs in for the first time. The LDAP server is
10418 consulted to look for the user&#39;s LDAP object and the sambaHomePath
10419 attribute is used if found. If it isn&#39;t found, the home directory
10420 path fetched from NSS is used instead. Assuming the path is of the
10421 form /site/server/directory/username, the second part is looked up in
10422 DNS and used to generate a SMB URL of the form
10423 smb://server.domain/username. This algorithm works for both Debian
10424 edu and the University of Oslo. Perhaps there are better attributes
10425 to use or a better algorithm that works for more sites, but this will
10426 do for now. :)&lt;/p&gt;
10427
10428 &lt;p&gt;This work should make it easier to integrate the Debian Edu clients
10429 into any LDAP/Kerberos infrastructure, and make the current setup even
10430 more flexible than before. I suspect it will also work for thin
10431 client servers, allowing one to easily set up LTSP and hook it into a
10432 existing network infrastructure, but I have not had time to test this
10433 yet.&lt;/p&gt;
10434
10435 &lt;p&gt;If you want to help out with implementing these things for Debian
10436 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10437
10438 &lt;p&gt;Update 2010-08-09: Simon Farnsworth gave me a heads-up on how to
10439 detect Kerberos realm from DNS, by looking for _kerberos TXT entries
10440 before falling back to the upper case DNS domain name. Will have to
10441 implement it for Debian Edu. :)&lt;/p&gt;
10442 </description>
10443 </item>
10444
10445 <item>
10446 <title>Testing if a file system can be used for home directories...</title>
10447 <link>http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</link>
10448 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</guid>
10449 <pubDate>Sun, 8 Aug 2010 21:20:00 +0200</pubDate>
10450 <description>&lt;p&gt;A few years ago, I was involved in a project planning to use
10451 Windows file servers as home directory servers for Debian
10452 Edu/Skolelinux machines. This was thought to be no problem, as the
10453 access would be through the SMB network file system protocol, and we
10454 knew other sites used SMB with unix and samba as the file server to
10455 mount home directories without any problems. But, after months of
10456 struggling, we had to conclude that our goal was impossible.&lt;/p&gt;
10457
10458 &lt;p&gt;The reason is simply that while SMB can be used for home
10459 directories when the file server is Samba running on Unix, this only
10460 work because of Samba have some extensions and the fact that the
10461 underlying file system is a unix file system. When using a Windows
10462 file server, the underlying file system do not have POSIX semantics,
10463 and several programs will fail if the users home directory where they
10464 want to store their configuration lack POSIX semantics.&lt;/p&gt;
10465
10466 &lt;p&gt;As part of this work, I wrote a small C program I want to share
10467 with you all, to replicate a few of the problematic applications (like
10468 OpenOffice.org and GCompris) and see if the file system was working as
10469 it should. If you find yourself in spooky file system land, it might
10470 help you find your way out again. This is the fs-test.c source:&lt;/p&gt;
10471
10472 &lt;pre&gt;
10473 /*
10474 * Some tests to check the file system sematics. Used to verify that
10475 * CIFS from a windows server do not work properly as a linux home
10476 * directory.
10477 * License: GPL v2 or later
10478 *
10479 * needs libsqlite3-dev and build-essential installed
10480 * compile with: gcc -Wall -lsqlite3 -DTEST_SQLITE fs-test.c -o fs-test
10481 */
10482
10483 #define _FILE_OFFSET_BITS 64
10484 #define _LARGEFILE_SOURCE 1
10485 #define _LARGEFILE64_SOURCE 1
10486
10487 #define _GNU_SOURCE /* for asprintf() */
10488
10489 #include &amp;lt;errno.h&gt;
10490 #include &amp;lt;fcntl.h&gt;
10491 #include &amp;lt;stdio.h&gt;
10492 #include &amp;lt;string.h&gt;
10493 #include &amp;lt;stdlib.h&gt;
10494 #include &amp;lt;sys/file.h&gt;
10495 #include &amp;lt;sys/stat.h&gt;
10496 #include &amp;lt;sys/types.h&gt;
10497 #include &amp;lt;unistd.h&gt;
10498
10499 #ifdef TEST_SQLITE
10500 /*
10501 * Test sqlite open, as done by gcompris require the libsqlite3-dev
10502 * package and linking with -lsqlite3. A more low level test is
10503 * below.
10504 * See also &amp;lt;URL: http://www.sqlite.org./faq.html#q5 &gt;.
10505 */
10506 #include &amp;lt;sqlite3.h&gt;
10507 #define CREATE_TABLE_USERS \
10508 &quot;CREATE TABLE users (user_id INT UNIQUE, login TEXT, lastname TEXT, firstname TEXT, birthdate TEXT, class_id INT ); &quot;
10509 int test_sqlite_open(void) {
10510 char *zErrMsg;
10511 char *name = &quot;testsqlite.db&quot;;
10512 sqlite3 *db=NULL;
10513 unlink(name);
10514 int rc = sqlite3_open(name, &amp;db);
10515 if( rc ){
10516 printf(&quot;error: sqlite open of %s failed: %s\n&quot;, name, sqlite3_errmsg(db));
10517 sqlite3_close(db);
10518 return -1;
10519 }
10520
10521 /* create tables */
10522 rc = sqlite3_exec(db,CREATE_TABLE_USERS, NULL, 0, &amp;zErrMsg);
10523 if( rc != SQLITE_OK ){
10524 printf(&quot;error: sqlite table create failed: %s\n&quot;, zErrMsg);
10525 sqlite3_close(db);
10526 return -1;
10527 }
10528 printf(&quot;info: sqlite worked\n&quot;);
10529 sqlite3_close(db);
10530 return 0;
10531 }
10532 #endif /* TEST_SQLITE */
10533
10534 /*
10535 * Demonstrate locking issue found in gcompris using sqlite3. This
10536 * work with ext3, but not with cifs server on Windows 2003. This is
10537 * done in the sqlite3 library.
10538 * See also
10539 * &amp;lt;URL:http://www.cygwin.com/ml/cygwin/2001-08/msg00854.html&gt; and the
10540 * POSIX specification
10541 * &amp;lt;URL:http://www.opengroup.org/onlinepubs/009695399/functions/fcntl.html&gt;.
10542 */
10543 int test_gcompris_locking(void) {
10544 struct flock fl;
10545 char *name = &quot;testsqlite.db&quot;;
10546 unlink(name);
10547 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, 0644);
10548 printf(&quot;info: testing fcntl locking\n&quot;);
10549
10550 fl.l_whence = SEEK_SET;
10551 fl.l_pid = getpid();
10552 printf(&quot; Read-locking 1 byte from 1073741824&quot;);
10553 fl.l_start = 1073741824;
10554 fl.l_len = 1;
10555 fl.l_type = F_RDLCK;
10556 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
10557
10558 printf(&quot; Read-locking 510 byte from 1073741826&quot;);
10559 fl.l_start = 1073741826;
10560 fl.l_len = 510;
10561 fl.l_type = F_RDLCK;
10562 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
10563
10564 printf(&quot; Unlocking 1 byte from 1073741824&quot;);
10565 fl.l_start = 1073741824;
10566 fl.l_len = 1;
10567 fl.l_type = F_UNLCK;
10568 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
10569
10570 printf(&quot; Write-locking 1 byte from 1073741824&quot;);
10571 fl.l_start = 1073741824;
10572 fl.l_len = 1;
10573 fl.l_type = F_WRLCK;
10574 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
10575
10576 printf(&quot; Write-locking 510 byte from 1073741826&quot;);
10577 fl.l_start = 1073741826;
10578 fl.l_len = 510;
10579 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
10580
10581 printf(&quot; Unlocking 2 byte from 1073741824&quot;);
10582 fl.l_start = 1073741824;
10583 fl.l_len = 2;
10584 fl.l_type = F_UNLCK;
10585 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
10586
10587 close(fd);
10588 return 0;
10589 }
10590
10591 /*
10592 * Test if permissions of freshly created directories allow entries
10593 * below them. This was a problem with OpenOffice.org and gcompris.
10594 * Mounting with option &#39;sync&#39; seem to solve this problem while
10595 * slowing down file operations.
10596 */
10597 int test_subdirectory_creation(void) {
10598 #define LEVELS 5
10599 char *path = strdup(&quot;test&quot;);
10600 char *dirs[LEVELS];
10601 int level;
10602 printf(&quot;info: testing subdirectory creation\n&quot;);
10603 for (level = 0; level &amp;lt; LEVELS; level++) {
10604 char *newpath = NULL;
10605 if (-1 == mkdir(path, 0777)) {
10606 printf(&quot; error: Unable to create directory &#39;%s&#39;: %s\n&quot;,
10607 path, strerror(errno));
10608 break;
10609 }
10610 asprintf(&amp;newpath, &quot;%s/%s&quot;, path, &quot;test&quot;);
10611 free(path);
10612 path = newpath;
10613 }
10614 return 0;
10615 }
10616
10617 /*
10618 * Test if symlinks can be created. This was a problem detected with
10619 * KDE.
10620 */
10621 int test_symlinks(void) {
10622 printf(&quot;info: testing symlink creation\n&quot;);
10623 unlink(&quot;symlink&quot;);
10624 if (-1 == symlink(&quot;file&quot;, &quot;symlink&quot;))
10625 printf(&quot; error: Unable to create symlink\n&quot;);
10626 return 0;
10627 }
10628
10629 int main(int argc, char **argv) {
10630 printf(&quot;Testing POSIX/Unix sematics on file system\n&quot;);
10631 test_symlinks();
10632 test_subdirectory_creation();
10633 #ifdef TEST_SQLITE
10634 test_sqlite_open();
10635 #endif /* TEST_SQLITE */
10636 test_gcompris_locking();
10637 return 0;
10638 }
10639 &lt;/pre&gt;
10640
10641 &lt;p&gt;When everything is working, it should print something like
10642 this:&lt;/p&gt;
10643
10644 &lt;pre&gt;
10645 Testing POSIX/Unix sematics on file system
10646 info: testing symlink creation
10647 info: testing subdirectory creation
10648 info: sqlite worked
10649 info: testing fcntl locking
10650 Read-locking 1 byte from 1073741824
10651 Read-locking 510 byte from 1073741826
10652 Unlocking 1 byte from 1073741824
10653 Write-locking 1 byte from 1073741824
10654 Write-locking 510 byte from 1073741826
10655 Unlocking 2 byte from 1073741824
10656 &lt;/pre&gt;
10657
10658 &lt;p&gt;I do not remember the exact details of the problems we saw, but one
10659 of them was with locking, where if I remember correctly, POSIX allow a
10660 read-only lock to be upgraded to a read-write lock without unlocking
10661 the read-only lock (while Windows do not). Another was a bug in the
10662 CIFS/SMB client implementation in the Linux kernel where directory
10663 meta information would be wrong for a fraction of a second, making
10664 OpenOffice.org fail to create its deep directory tree because it was
10665 not allowed to create files in its freshly created directory.&lt;/p&gt;
10666
10667 &lt;p&gt;Anyway, here is a nice tool for your tool box, might you never need
10668 it. :)&lt;/p&gt;
10669
10670 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
10671 script so useful that he created a GIT repository and stored it in
10672 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
10673 </description>
10674 </item>
10675
10676 <item>
10677 <title>Autodetecting Client setup for roaming workstations in Debian Edu</title>
10678 <link>http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</link>
10679 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</guid>
10680 <pubDate>Sat, 7 Aug 2010 14:45:00 +0200</pubDate>
10681 <description>&lt;p&gt;A few days ago, I
10682 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html&quot;&gt;tried
10683 to install&lt;/a&gt; a Roaming workation profile from Debian Edu/Squeeze
10684 while on the university network here at the University of Oslo, and
10685 noticed how much had to change to get it operational using the
10686 university infrastructure. It was fairly easy, but it occured to me
10687 that Debian Edu would improve a lot if I could get the client to
10688 connect without any changes at all, and thus let the client configure
10689 itself during installation and first boot to use the infrastructure
10690 around it. Now I am a huge step further along that road.&lt;/p&gt;
10691
10692 &lt;p&gt;With our current squeeze-test packages, I can select the roaming
10693 workstation profile and get a working laptop connecting to the
10694 university LDAP server for user and group and our active directory
10695 servers for Kerberos authentication. All this without any
10696 configuration at all during installation. My users home directory got
10697 a bookmark in the KDE menu to mount it via SMB, with the correct URL.
10698 In short, openldap and sssd is correctly configured. In addition to
10699 this, the client look for http://wpad/wpad.dat to configure a web
10700 proxy, and when it fail to find it no proxy settings are stored in
10701 /etc/environment and /etc/apt/apt.conf. Iceweasel and KDE is
10702 configured to look for the same wpad configuration and also do not use
10703 a proxy when at the university network. If the machine is moved to a
10704 network with such wpad setup, it would automatically use it when DHCP
10705 gave it a IP address.&lt;/p&gt;
10706
10707 &lt;p&gt;The LDAP server is located using DNS, by first looking for the DNS
10708 entry ldap.$domain. If this do not exist, it look for the
10709 _ldap._tcp.$domain SRV records and use the first one as the LDAP
10710 server. Next, it connects to the LDAP server and search all
10711 namingContexts entries for posixAccount or posixGroup objects, and
10712 pick the first one as the LDAP base. For Kerberos, a similar
10713 algorithm is used to locate the LDAP server, and the realm is the
10714 uppercase version of $domain.&lt;/p&gt;
10715
10716 &lt;p&gt;So, what is not working, you might ask. SMB mounting my home
10717 directory do not work. No idea why, but suspected the incorrect
10718 Kerberos settings in /etc/krb5.conf and /etc/samba/smb.conf might be
10719 the cause. These are not properly configured during installation, and
10720 had to be hand-edited to get the correct Kerberos realm and server,
10721 but SMB mounting still do not work. :(&lt;/p&gt;
10722
10723 &lt;p&gt;With this automatic configuration in place, I expect a Debian Edu
10724 roaming profile installation would be able to automatically detect and
10725 connect to any site using LDAP and Kerberos for NSS directory and PAM
10726 authentication. It should also work out of the box in a Active
10727 Directory environment providing posixAccount and posixGroup objects
10728 with UID and GID values.&lt;/p&gt;
10729
10730 &lt;p&gt;If you want to help out with implementing these things for Debian
10731 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10732 </description>
10733 </item>
10734
10735 <item>
10736 <title>Debian Edu roaming workstation - at the university of Oslo</title>
10737 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</link>
10738 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</guid>
10739 <pubDate>Tue, 3 Aug 2010 23:30:00 +0200</pubDate>
10740 <description>&lt;p&gt;The new roaming workstation profile in Debian Edu/Squeeze is fairly
10741 similar to the laptop setup am I working on using Ubuntu for the
10742 University of Oslo, and just for the heck of it, I tested today how
10743 hard it would be to integrate that profile into the university
10744 infrastructure. In this case, it is the university LDAP server,
10745 Active Directory Kerberos server and SMB mounting from the Netapp file
10746 servers.&lt;/p&gt;
10747
10748 &lt;p&gt;I was pleasantly surprised that the only three files needed to be
10749 changed (/etc/sssd/sssd.conf, /etc/ldap.conf and
10750 /etc/mklocaluser.d/20-debian-edu-config) and one file had to be added
10751 (/usr/share/perl5/Debian/Edu_Local.pm), to get the client working.
10752 Most of the changes were to get the client to use the university LDAP
10753 for NSS and Kerberos server for PAM, but one was to change a hard
10754 coded DNS domain name in the mklocaluser hook from .intern to
10755 .uio.no.&lt;/p&gt;
10756
10757 &lt;p&gt;This testing was so encouraging, that I went ahead and adjusted the
10758 Debian Edu scripts and setup in subversion to centralise the roaming
10759 workstation setup a bit more and avoid the hardcoded DNS domain name,
10760 so that when I test this tomorrow, I expect to get away with modifying
10761 only /etc/sssd/sssd.conf and /etc/ldap.conf to get it to use the
10762 university servers.&lt;/p&gt;
10763
10764 &lt;p&gt;My goal is to get the clients to have no hardcoded settings and
10765 fetch all their initial setup during installation and first boot, to
10766 allow them to be inserted also into environments where the default
10767 setup in Debian Edu has been changed or as with the university, where
10768 the environment is different but provides the protocols Debian Edu
10769 uses.&lt;/p&gt;
10770 </description>
10771 </item>
10772
10773 <item>
10774 <title>First Debian Edu test release (alpha0) based on Squeeze is released</title>
10775 <link>http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</link>
10776 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</guid>
10777 <pubDate>Tue, 27 Jul 2010 17:45:00 +0200</pubDate>
10778 <description>&lt;p&gt;I just posted this announcement culminating several months of work
10779 with the next Debian Edu release. Not nearly done, but one major step
10780 completed.&lt;/p&gt;
10781
10782 &lt;blockquote&gt;
10783 &lt;p&gt;This is the first test release based on Squeeze. The focus of this
10784 release is to test the user application selection. To have a look,
10785 install the standalone profile and let the developers know if the set
10786 of installed packages i.e. applications should be modified. If some
10787 user application is missing, or if there are some applications that no
10788 longer make sense to be included in Debian Edu, please let us know.
10789 Also, if a useful application is missing the translation for your
10790 language of choice, please let us know too.&lt;/p&gt;
10791
10792 &lt;p&gt;In addition, feedback and help to polish the desktop (menus,
10793 artwork, starters, etc.) is appreciated. We would like to ship a nice
10794 and handy KDE4 desktop targeted for schools out of the box.&lt;/p&gt;
10795
10796 &lt;p&gt;The other profiles should be installable, but there is a lot more
10797 work left to be done before they are ready, so do not expect to
10798 much.&lt;/p&gt;
10799
10800 &lt;p&gt;Changes compared to the lenny based version&lt;/p&gt;
10801
10802 &lt;ul&gt;
10803 &lt;li&gt;Everything from Debian Squeeze
10804 &lt;ul&gt;
10805 &lt;li&gt;Desktop environment KDE 4.4 =&gt; the new KDE desktop in
10806 combination with some new artwork
10807 &lt;li&gt;Web browser Iceweasel 3.5
10808 &lt;li&gt;OpenOffice.org 3.2
10809 &lt;li&gt;Educational toolbox GCompris 9.3
10810 &lt;li&gt;Music creator Rosegarden 10.04.2
10811 &lt;li&gt;Image editor Gimp 2.6.10
10812 &lt;li&gt;Virtual universe Celestia 1.6.0
10813 &lt;li&gt;Virtual stargazer Stellarium 0.10.4
10814 &lt;li&gt;3D modeler Blender 2.49.2 (new application)
10815 &lt;li&gt;Video editor Kdenlive 0.7.7 (new application)
10816 &lt;/ul&gt;&lt;/li&gt;
10817 &lt;li&gt;Now using Kerberos for password checking (migration not finished).
10818 Enabled for:
10819 &lt;ul&gt;
10820 &lt;li&gt;PAM
10821 &lt;li&gt;LDAP
10822 &lt;li&gt;IMAP
10823 &lt;li&gt;SMTP (sender verification)
10824 &lt;/ul&gt;
10825 &lt;/li&gt;
10826 &lt;li&gt;New experimental roaming workstation profile for laptops.&lt;/li&gt;
10827 &lt;li&gt;Show welcome page to users when they first log in. The URL is
10828 fetched from LDAP.&lt;/li&gt;
10829 &lt;li&gt;New LXDE desktop option, in addition to KDE (default) and Gnome.&lt;/li&gt;
10830 &lt;li&gt;General cleanup (not finished)&lt;/li&gt;
10831 &lt;/ul&gt;
10832 &lt;p&gt;The following features are not working as they should&lt;/p&gt;
10833
10834 &lt;ul&gt;
10835 &lt;li&gt;No web based administration tool for creating users and groups. The
10836 scripts ldap-createuser-krb and ldap-add-user-to-group can be used
10837 for testing.&lt;/li&gt;
10838 &lt;li&gt;DVD installs are missing debian-installer images for the PXE boot,
10839 and do not set up the PXE menu on eth0 because of this. LTSP
10840 clients should still boot from eth1 on thin client servers.&lt;/li&gt;
10841 &lt;li&gt;The restructured KDE menu is not implemented.&lt;/li&gt;
10842 &lt;li&gt;The LDAP server setup need to be reviewed for security.&lt;/li&gt;
10843 &lt;li&gt;The LDAP directory structure need to be reworked.&lt;/li&gt;
10844 &lt;li&gt;Different sets of packages are installed when using the DVD and the
10845 netinst CD. More packages are installed using the netinst CD.&lt;/li&gt;
10846 &lt;li&gt;The jackd package fail to install. This is believed to be caused by
10847 some ongoing transition, and hopefully should be solved soon. The
10848 jackd1 package can be installed manually for those that need it.&lt;/li&gt;
10849 &lt;li&gt;Some packages lack translations. See
10850 http://wiki.debian.org/DebianEdu/Status/Squeeze for updated status,
10851 and help out with translations.&lt;/li&gt;
10852 &lt;/ul&gt;
10853
10854 &lt;p&gt;To download this multiarch netinstall release you can use&lt;/p&gt;
10855
10856 &lt;ul&gt;
10857 &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;
10858 &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;
10859 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
10860 &lt;/ul&gt;
10861 &lt;p&gt;To download this multiarch dvd release you can use&lt;/p&gt;
10862
10863 &lt;ul&gt;
10864 &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;
10865 &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;
10866 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
10867 &lt;/ul&gt;
10868
10869 &lt;p&gt;There is no source DVD available yet. It will be prepared when we
10870 get closer to the final release.&lt;/p&gt;
10871
10872 &lt;p&gt;The MD5SUM of these images are&lt;/p&gt;
10873
10874 &lt;ul&gt;
10875 &lt;li&gt;3dbf45d59f42a53518b6e3c9ec3b5eb6 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
10876 &lt;li&gt;22f2cbfce281d1c6e478be452638675d debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
10877 &lt;/ul&gt;
10878
10879 &lt;p&gt;The SHA1SUM of these images are&lt;/p&gt;
10880 &lt;ul&gt;
10881 &lt;li&gt;c53d1b69b40cf37cd27aefaf33f6f6a3821bedf0 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
10882 &lt;li&gt;2ec29d7db676d59d32197b05c277ffe16348376c debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
10883 &lt;/ul&gt;
10884 &lt;p&gt;How to report bugs:
10885 http://wiki.debian.org/DebianEdu/HowTo/ReportBugsInBugzilla&lt;/p&gt;
10886
10887 &lt;p&gt;Please direct replies to debian-edu@lists.debian.org&lt;/p&gt;
10888 &lt;/blockquote&gt;
10889 </description>
10890 </item>
10891
10892 <item>
10893 <title>One step closer to single signon in Debian Edu</title>
10894 <link>http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</link>
10895 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</guid>
10896 <pubDate>Sun, 25 Jul 2010 10:00:00 +0200</pubDate>
10897 <description>&lt;p&gt;The last few months me and the other Debian Edu developers have
10898 been working hard to get the Debian/Squeeze based version of Debian
10899 Edu/Skolelinux into shape. This future version will use Kerberos for
10900 authentication, and services are slowly migrated to single signon,
10901 getting rid of password questions one at the time.&lt;/p&gt;
10902
10903 &lt;p&gt;It will also feature a roaming workstation profile with local home
10904 directory, for laptops that are only some times on the Skolelinux
10905 network, and for this profile a shortcut is created in Gnome and KDE
10906 to gain access to the users home directory on the file server. This
10907 shortcut uses SMB at the moment, and yesterday I had time to test if
10908 SMB mounting had started working in KDE after we added the cifs-utils
10909 package. I was pleasantly surprised how well it worked.&lt;/p&gt;
10910
10911 &lt;p&gt;Thanks to the recent changes to our samba configuration to get it
10912 to use Kerberos for authentication, there were no question about user
10913 password when mounting the SMB volume. A simple click on the shortcut
10914 in the KDE menu, and a window with the home directory popped
10915 up. :)&lt;/p&gt;
10916
10917 &lt;p&gt;One step closer to a single signon solution out of the box in
10918 Debian Edu. We already had PAM, LDAP, IMAP and SMTP in place, and now
10919 also Samba. Next step is Cups and hopefully also NFS.&lt;/p&gt;
10920
10921 &lt;p&gt;We had planned a alpha0 release of Debian Edu for today, but thanks
10922 to the autobuilder administrators for some architectures being slow to
10923 sign packages, we are still missing the fixed LTSP package we need for
10924 the release. It was uploaded three days ago with urgency=high, and if
10925 it had entered testing yesterday we would have been able to test it in
10926 time for a alpha0 release today. As the binaries for ia64 and powerpc
10927 still not uploaded to the Debian archive, we need to delay the alpha
10928 release another day.&lt;/p&gt;
10929
10930 &lt;p&gt;If you want to help out with implementing Kerberos for Debian Edu,
10931 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10932 </description>
10933 </item>
10934
10935 <item>
10936 <title>What are they searching for - PowerDNS and ISC DHCP in LDAP</title>
10937 <link>http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</link>
10938 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</guid>
10939 <pubDate>Sat, 17 Jul 2010 21:00:00 +0200</pubDate>
10940 <description>&lt;p&gt;This is a
10941 &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;
10942 on my
10943 &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
10944 work&lt;/a&gt; on
10945 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html&quot;&gt;merging
10946 all&lt;/a&gt; the computer related LDAP objects in Debian Edu.&lt;/p&gt;
10947
10948 &lt;p&gt;As a step to try to see if it possible to merge the DNS and DHCP
10949 LDAP objects, I have had a look at how the packages pdns-backend-ldap
10950 and dhcp3-server-ldap in Debian use the LDAP server. The two
10951 implementations are quite different in how they use LDAP.&lt;/p&gt;
10952
10953 To get this information, I started slapd with debugging enabled and
10954 dumped the debug output to a file to get the LDAP searches performed
10955 on a Debian Edu main-server. Here is a summary.
10956
10957 &lt;p&gt;&lt;strong&gt;powerdns&lt;/strong&gt;&lt;/p&gt;
10958
10959 &lt;a href=&quot;http://www.linuxnetworks.de/doc/index.php/PowerDNS_LDAP_Backend&quot;&gt;Clues
10960 on how to&lt;/a&gt; set up PowerDNS to use a LDAP backend is available on
10961 the web.
10962
10963 &lt;p&gt;PowerDNS have two modes of operation using LDAP as its backend.
10964 One &quot;strict&quot; mode where the forward and reverse DNS lookups are done
10965 using the same LDAP objects, and a &quot;tree&quot; mode where the forward and
10966 reverse entries are in two different subtrees in LDAP with a structure
10967 based on the DNS names, as in tjener.intern and
10968 2.2.0.10.in-addr.arpa.&lt;/p&gt;
10969
10970 &lt;p&gt;In tree mode, the server is set up to use a LDAP subtree as its
10971 base, and uses a &quot;base&quot; scoped search for the DNS name by adding
10972 &quot;dc=tjener,dc=intern,&quot; to the base with a filter for
10973 &quot;(associateddomain=tjener.intern)&quot; for the forward entry and
10974 &quot;dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,&quot; with a filter for
10975 &quot;(associateddomain=2.2.0.10.in-addr.arpa)&quot; for the reverse entry. For
10976 forward entries, it is looking for attributes named dnsttl, arecord,
10977 nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord, mxrecord,
10978 txtrecord, rprecord, afsdbrecord, keyrecord, aaaarecord, locrecord,
10979 srvrecord, naptrrecord, kxrecord, certrecord, dsrecord, sshfprecord,
10980 ipseckeyrecord, rrsigrecord, nsecrecord, dnskeyrecord, dhcidrecord,
10981 spfrecord and modifytimestamp. For reverse entries it is looking for
10982 the attributes dnsttl, arecord, nsrecord, cnamerecord, soarecord,
10983 ptrrecord, hinforecord, mxrecord, txtrecord, rprecord, aaaarecord,
10984 locrecord, srvrecord, naptrrecord and modifytimestamp. The equivalent
10985 ldapsearch commands could look like this:&lt;/p&gt;
10986
10987 &lt;blockquote&gt;&lt;pre&gt;
10988 ldapsearch -h ldap \
10989 -b dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no \
10990 -s base -x &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
10991 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
10992 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
10993 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
10994 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
10995
10996 ldapsearch -h ldap \
10997 -b dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no \
10998 -s base -x &#39;(associateddomain=2.2.0.10.in-addr.arpa)&#39;
10999 dnsttl, arecord, nsrecord, cnamerecord soarecord ptrrecord \
11000 hinforecord mxrecord txtrecord rprecord aaaarecord locrecord \
11001 srvrecord naptrrecord modifytimestamp
11002 &lt;/pre&gt;&lt;/blockquote&gt;
11003
11004 &lt;p&gt;In Debian Edu/Lenny, the PowerDNS tree mode is used with
11005 ou=hosts,dc=skole,dc=skolelinux,dc=no as the base, and these are two
11006 example LDAP objects used there. In addition to these objects, the
11007 parent objects all th way up to ou=hosts,dc=skole,dc=skolelinux,dc=no
11008 also exist.&lt;/p&gt;
11009
11010 &lt;blockquote&gt;&lt;pre&gt;
11011 dn: dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no
11012 objectclass: top
11013 objectclass: dnsdomain
11014 objectclass: domainrelatedobject
11015 dc: tjener
11016 arecord: 10.0.2.2
11017 associateddomain: tjener.intern
11018
11019 dn: dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no
11020 objectclass: top
11021 objectclass: dnsdomain2
11022 objectclass: domainrelatedobject
11023 dc: 2
11024 ptrrecord: tjener.intern
11025 associateddomain: 2.2.0.10.in-addr.arpa
11026 &lt;/pre&gt;&lt;/blockquote&gt;
11027
11028 &lt;p&gt;In strict mode, the server behaves differently. When looking for
11029 forward DNS entries, it is doing a &quot;subtree&quot; scoped search with the
11030 same base as in the tree mode for a object with filter
11031 &quot;(associateddomain=tjener.intern)&quot; and requests the attributes dnsttl,
11032 arecord, nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord,
11033 mxrecord, txtrecord, rprecord, aaaarecord, locrecord, srvrecord,
11034 naptrrecord and modifytimestamp. For reverse entires it also do a
11035 subtree scoped search but this time the filter is &quot;(arecord=10.0.2.2)&quot;
11036 and the requested attributes are associateddomain, dnsttl and
11037 modifytimestamp. In short, in strict mode the objects with ptrrecord
11038 go away, and the arecord attribute in the forward object is used
11039 instead.&lt;/p&gt;
11040
11041 &lt;p&gt;The forward and reverse searches can be simulated using ldapsearch
11042 like this:&lt;/p&gt;
11043
11044 &lt;blockquote&gt;&lt;pre&gt;
11045 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
11046 &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
11047 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
11048 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
11049 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
11050 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
11051
11052 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
11053 &#39;(arecord=10.0.2.2)&#39; associateddomain dnsttl modifytimestamp
11054 &lt;/pre&gt;&lt;/blockquote&gt;
11055
11056 &lt;p&gt;In addition to the forward and reverse searches , there is also a
11057 search for SOA records, which behave similar to the forward and
11058 reverse lookups.&lt;/p&gt;
11059
11060 &lt;p&gt;A thing to note with the PowerDNS behaviour is that it do not
11061 specify any objectclass names, and instead look for the attributes it
11062 need to generate a DNS reply. This make it able to work with any
11063 objectclass that provide the needed attributes.&lt;/p&gt;
11064
11065 &lt;p&gt;The attributes are normally provided in the cosine (RFC 1274) and
11066 dnsdomain2 schemas. The latter is used for reverse entries like
11067 ptrrecord and recent DNS additions like aaaarecord and srvrecord.&lt;/p&gt;
11068
11069 &lt;p&gt;In Debian Edu, we have created DNS objects using the object classes
11070 dcobject (for dc), dnsdomain or dnsdomain2 (structural, for the DNS
11071 attributes) and domainrelatedobject (for associatedDomain). The use
11072 of structural object classes make it impossible to combine these
11073 classes with the object classes used by DHCP.&lt;/p&gt;
11074
11075 &lt;p&gt;There are other schemas that could be used too, for example the
11076 dnszone structural object class used by Gosa and bind-sdb for the DNS
11077 attributes combined with the domainrelatedobject object class, but in
11078 this case some unused attributes would have to be included as well
11079 (zonename and relativedomainname).&lt;/p&gt;
11080
11081 &lt;p&gt;My proposal for Debian Edu would be to switch PowerDNS to strict
11082 mode and not use any of the existing objectclasses (dnsdomain,
11083 dnsdomain2 and dnszone) when one want to combine the DNS information
11084 with DHCP information, and instead create a auxiliary object class
11085 defined something like this (using the attributes defined for
11086 dnsdomain and dnsdomain2 or dnszone):&lt;/p&gt;
11087
11088 &lt;blockquote&gt;&lt;pre&gt;
11089 objectclass ( some-oid NAME &#39;dnsDomainAux&#39;
11090 SUP top
11091 AUXILIARY
11092 MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord $
11093 DNSTTL $ DNSClass $ PTRRecord $ HINFORecord $ MINFORecord $
11094 TXTRecord $ SIGRecord $ KEYRecord $ AAAARecord $ LOCRecord $
11095 NXTRecord $ SRVRecord $ NAPTRRecord $ KXRecord $ CERTRecord $
11096 A6Record $ DNAMERecord
11097 ))
11098 &lt;/pre&gt;&lt;/blockquote&gt;
11099
11100 &lt;p&gt;This will allow any object to become a DNS entry when combined with
11101 the domainrelatedobject object class, and allow any entity to include
11102 all the attributes PowerDNS wants. I&#39;ve sent an email to the PowerDNS
11103 developers asking for their view on this schema and if they are
11104 interested in providing such schema with PowerDNS, and I hope my
11105 message will be accepted into their mailing list soon.&lt;/p&gt;
11106
11107 &lt;p&gt;&lt;strong&gt;ISC dhcp&lt;/strong&gt;&lt;/p&gt;
11108
11109 &lt;p&gt;The DHCP server searches for specific objectclass and requests all
11110 the object attributes, and then uses the attributes it want. This
11111 make it harder to figure out exactly what attributes are used, but
11112 thanks to the working example in Debian Edu I can at least get an idea
11113 what is needed without having to read the source code.&lt;/p&gt;
11114
11115 &lt;p&gt;In the DHCP server configuration, the LDAP base to use and the
11116 search filter to use to locate the correct dhcpServer entity is
11117 stored. These are the relevant entries from
11118 /etc/dhcp3/dhcpd.conf:&lt;/p&gt;
11119
11120 &lt;blockquote&gt;&lt;pre&gt;
11121 ldap-base-dn &quot;dc=skole,dc=skolelinux,dc=no&quot;;
11122 ldap-dhcp-server-cn &quot;dhcp&quot;;
11123 &lt;/pre&gt;&lt;/blockquote&gt;
11124
11125 &lt;p&gt;The DHCP server uses this information to nest all the DHCP
11126 configuration it need. The cn &quot;dhcp&quot; is located using the given LDAP
11127 base and the filter &quot;(&amp;(objectClass=dhcpServer)(cn=dhcp))&quot;. The
11128 search result is this entry:&lt;/p&gt;
11129
11130 &lt;blockquote&gt;&lt;pre&gt;
11131 dn: cn=dhcp,dc=skole,dc=skolelinux,dc=no
11132 cn: dhcp
11133 objectClass: top
11134 objectClass: dhcpServer
11135 dhcpServiceDN: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
11136 &lt;/pre&gt;&lt;/blockquote&gt;
11137
11138 &lt;p&gt;The content of the dhcpServiceDN attribute is next used to locate the
11139 subtree with DHCP configuration. The DHCP configuration subtree base
11140 is located using a base scope search with base &quot;cn=DHCP
11141 Config,dc=skole,dc=skolelinux,dc=no&quot; and filter
11142 &quot;(&amp;(objectClass=dhcpService)(|(dhcpPrimaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)(dhcpSecondaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)))&quot;.
11143 The search result is this entry:&lt;/p&gt;
11144
11145 &lt;blockquote&gt;&lt;pre&gt;
11146 dn: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
11147 cn: DHCP Config
11148 objectClass: top
11149 objectClass: dhcpService
11150 objectClass: dhcpOptions
11151 dhcpPrimaryDN: cn=dhcp, dc=skole,dc=skolelinux,dc=no
11152 dhcpStatements: ddns-update-style none
11153 dhcpStatements: authoritative
11154 dhcpOption: smtp-server code 69 = array of ip-address
11155 dhcpOption: www-server code 72 = array of ip-address
11156 dhcpOption: wpad-url code 252 = text
11157 &lt;/pre&gt;&lt;/blockquote&gt;
11158
11159 &lt;p&gt;Next, the entire subtree is processed, one level at the time. When
11160 all the DHCP configuration is loaded, it is ready to receive requests.
11161 The subtree in Debian Edu contain objects with object classes
11162 top/dhcpService/dhcpOptions, top/dhcpSharedNetwork/dhcpOptions,
11163 top/dhcpSubnet, top/dhcpGroup and top/dhcpHost. These provide options
11164 and information about netmasks, dynamic range etc. Leaving out the
11165 details here because it is not relevant for the focus of my
11166 investigation, which is to see if it is possible to merge dns and dhcp
11167 related computer objects.&lt;/p&gt;
11168
11169 &lt;p&gt;When a DHCP request come in, LDAP is searched for the MAC address
11170 of the client (00:00:00:00:00:00 in this example), using a subtree
11171 scoped search with &quot;cn=DHCP Config,dc=skole,dc=skolelinux,dc=no&quot; as
11172 the base and &quot;(&amp;(objectClass=dhcpHost)(dhcpHWAddress=ethernet
11173 00:00:00:00:00:00))&quot; as the filter. This is what a host object look
11174 like:&lt;/p&gt;
11175
11176 &lt;blockquote&gt;&lt;pre&gt;
11177 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
11178 cn: hostname
11179 objectClass: top
11180 objectClass: dhcpHost
11181 dhcpHWAddress: ethernet 00:00:00:00:00:00
11182 dhcpStatements: fixed-address hostname
11183 &lt;/pre&gt;&lt;/blockquote&gt;
11184
11185 &lt;p&gt;There is less flexiblity in the way LDAP searches are done here.
11186 The object classes need to have fixed names, and the configuration
11187 need to be stored in a fairly specific LDAP structure. On the
11188 positive side, the invidiual dhcpHost entires can be anywhere without
11189 the DN pointed to by the dhcpServer entries. The latter should make
11190 it possible to group all host entries in a subtree next to the
11191 configuration entries, and this subtree can also be shared with the
11192 DNS server if the schema proposed above is combined with the dhcpHost
11193 structural object class.
11194
11195 &lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
11196
11197 &lt;p&gt;The PowerDNS implementation seem to be very flexible when it come
11198 to which LDAP schemas to use. While its &quot;tree&quot; mode is rigid when it
11199 come to the the LDAP structure, the &quot;strict&quot; mode is very flexible,
11200 allowing DNS objects to be stored anywhere under the base cn specified
11201 in the configuration.&lt;/p&gt;
11202
11203 &lt;p&gt;The DHCP implementation on the other hand is very inflexible, both
11204 regarding which LDAP schemas to use and which LDAP structure to use.
11205 I guess one could implement ones own schema, as long as the
11206 objectclasses and attributes have the names used, but this do not
11207 really help when the DHCP subtree need to have a fairly fixed
11208 structure.&lt;/p&gt;
11209
11210 &lt;p&gt;Based on the observed behaviour, I suspect a LDAP structure like
11211 this might work for Debian Edu:&lt;/p&gt;
11212
11213 &lt;blockquote&gt;&lt;pre&gt;
11214 ou=services
11215 cn=machine-info (dhcpService) - dhcpServiceDN points here
11216 cn=dhcp (dhcpServer)
11217 cn=dhcp-internal (dhcpSharedNetwork/dhcpOptions)
11218 cn=10.0.2.0 (dhcpSubnet)
11219 cn=group1 (dhcpGroup/dhcpOptions)
11220 cn=dhcp-thinclients (dhcpSharedNetwork/dhcpOptions)
11221 cn=192.168.0.0 (dhcpSubnet)
11222 cn=group1 (dhcpGroup/dhcpOptions)
11223 ou=machines - PowerDNS base points here
11224 cn=hostname (dhcpHost/domainrelatedobject/dnsDomainAux)
11225 &lt;/pre&gt;&lt;/blockquote&gt;
11226
11227 &lt;P&gt;This is not tested yet. If the DHCP server require the dhcpHost
11228 entries to be in the dhcpGroup subtrees, the entries can be stored
11229 there instead of a common machines subtree, and the PowerDNS base
11230 would have to be moved one level up to the machine-info subtree.&lt;/p&gt;
11231
11232 &lt;p&gt;The combined object under the machines subtree would look something
11233 like this:&lt;/p&gt;
11234
11235 &lt;blockquote&gt;&lt;pre&gt;
11236 dn: dc=hostname,ou=machines,cn=machine-info,dc=skole,dc=skolelinux,dc=no
11237 dc: hostname
11238 objectClass: top
11239 objectClass: dhcpHost
11240 objectclass: domainrelatedobject
11241 objectclass: dnsDomainAux
11242 associateddomain: hostname.intern
11243 arecord: 10.11.12.13
11244 dhcpHWAddress: ethernet 00:00:00:00:00:00
11245 dhcpStatements: fixed-address hostname.intern
11246 &lt;/pre&gt;&lt;/blockquote&gt;
11247
11248 &lt;/p&gt;One could even add the LTSP configuration associated with a given
11249 machine, as long as the required attributes are available in a
11250 auxiliary object class.&lt;/p&gt;
11251 </description>
11252 </item>
11253
11254 <item>
11255 <title>Combining PowerDNS and ISC DHCP LDAP objects</title>
11256 <link>http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</link>
11257 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</guid>
11258 <pubDate>Wed, 14 Jul 2010 23:45:00 +0200</pubDate>
11259 <description>&lt;p&gt;For a while now, I have wanted to find a way to change the DNS and
11260 DHCP services in Debian Edu to use the same LDAP objects for a given
11261 computer, to avoid the possibility of having a inconsistent state for
11262 a computer in LDAP (as in DHCP but no DNS entry or the other way
11263 around) and make it easier to add computers to LDAP.&lt;/p&gt;
11264
11265 &lt;p&gt;I&#39;ve looked at how powerdns and dhcpd is using LDAP, and using this
11266 information finally found a solution that seem to work.&lt;/p&gt;
11267
11268 &lt;p&gt;The old setup required three LDAP objects for a given computer.
11269 One forward DNS entry, one reverse DNS entry and one DHCP entry. If
11270 we switch powerdns to use its strict LDAP method (ldap-method=strict
11271 in pdns-debian-edu.conf), the forward and reverse DNS entries are
11272 merged into one while making it impossible to transfer the reverse map
11273 to a slave DNS server.&lt;/p&gt;
11274
11275 &lt;p&gt;If we also replace the object class used to get the DNS related
11276 attributes to one allowing these attributes to be combined with the
11277 dhcphost object class, we can merge the DNS and DHCP entries into one.
11278 I&#39;ve written such object class in the dnsdomainaux.schema file (need
11279 proper OIDs, but that is a minor issue), and tested the setup. It
11280 seem to work.&lt;/p&gt;
11281
11282 &lt;p&gt;With this test setup in place, we can get away with one LDAP object
11283 for both DNS and DHCP, and even the LTSP configuration I suggested in
11284 an earlier email. The combined LDAP object will look something like
11285 this:&lt;/p&gt;
11286
11287 &lt;blockquote&gt;&lt;pre&gt;
11288 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
11289 cn: hostname
11290 objectClass: dhcphost
11291 objectclass: domainrelatedobject
11292 objectclass: dnsdomainaux
11293 associateddomain: hostname.intern
11294 arecord: 10.11.12.13
11295 dhcphwaddress: ethernet 00:00:00:00:00:00
11296 dhcpstatements: fixed-address hostname
11297 ldapconfigsound: Y
11298 &lt;/pre&gt;&lt;/blockquote&gt;
11299
11300 &lt;p&gt;The DNS server uses the associateddomain and arecord entries, while
11301 the DHCP server uses the dhcphwaddress and dhcpstatements entries
11302 before asking DNS to resolve the fixed-adddress. LTSP will use
11303 dhcphwaddress or associateddomain and the ldapconfig* attributes.&lt;/p&gt;
11304
11305 &lt;p&gt;I am not yet sure if I can get the DHCP server to look for its
11306 dhcphost in a different location, to allow us to put the objects
11307 outside the &quot;DHCP Config&quot; subtree, but hope to figure out a way to do
11308 that. If I can&#39;t figure out a way to do that, we can still get rid of
11309 the hosts subtree and move all its content into the DHCP Config tree
11310 (which probably should be renamed to be more related to the new
11311 content. I suspect cn=dnsdhcp,ou=services or something like that
11312 might be a good place to put it.&lt;/p&gt;
11313
11314 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11315 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11316 </description>
11317 </item>
11318
11319 <item>
11320 <title>Idea for storing LTSP configuration in LDAP</title>
11321 <link>http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</link>
11322 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</guid>
11323 <pubDate>Sun, 11 Jul 2010 22:00:00 +0200</pubDate>
11324 <description>&lt;p&gt;Vagrant mentioned on IRC today that ltsp_config now support
11325 sourcing files from /usr/share/ltsp/ltsp_config.d/ on the thin
11326 clients, and that this can be used to fetch configuration from LDAP if
11327 Debian Edu choose to store configuration there.&lt;/p&gt;
11328
11329 &lt;p&gt;Armed with this information, I got inspired and wrote a test module
11330 to get configuration from LDAP. The idea is to look up the MAC
11331 address of the client in LDAP, and look for attributes on the form
11332 ltspconfigsetting=value, and use this to export SETTING=value to the
11333 LTSP clients.&lt;/p&gt;
11334
11335 &lt;p&gt;The goal is to be able to store the LTSP configuration attributes
11336 in a &quot;computer&quot; LDAP object used by both DNS and DHCP, and thus
11337 allowing us to store all information about a computer in one place.&lt;/p&gt;
11338
11339 &lt;p&gt;This is a untested draft implementation, and I welcome feedback on
11340 this approach. A real LDAP schema for the ltspClientAux objectclass
11341 need to be written. Comments, suggestions, etc?&lt;/p&gt;
11342
11343 &lt;blockquote&gt;&lt;pre&gt;
11344 # Store in /opt/ltsp/$arch/usr/share/ltsp/ltsp_config.d/ldap-config
11345 #
11346 # Fetch LTSP client settings from LDAP based on MAC address
11347 #
11348 # Uses ethernet address as stored in the dhcpHost objectclass using
11349 # the dhcpHWAddress attribute or ethernet address stored in the
11350 # ieee802Device objectclass with the macAddress attribute.
11351 #
11352 # This module is written to be schema agnostic, and only depend on the
11353 # existence of attribute names.
11354 #
11355 # The LTSP configuration variables are saved directly using a
11356 # ltspConfig prefix and uppercasing the rest of the attribute name.
11357 # To set the SERVER variable, set the ltspConfigServer attribute.
11358 #
11359 # Some LDAP schema should be created with all the relevant
11360 # configuration settings. Something like this should work:
11361 #
11362 # objectclass ( 1.1.2.2 NAME &#39;ltspClientAux&#39;
11363 # SUP top
11364 # AUXILIARY
11365 # MAY ( ltspConfigServer $ ltsConfigSound $ ... )
11366
11367 LDAPSERVER=$(debian-edu-ldapserver)
11368 if [ &quot;$LDAPSERVER&quot; ] ; then
11369 LDAPBASE=$(debian-edu-ldapserver -b)
11370 for MAC in $(LANG=C ifconfig |grep -i hwaddr| awk &#39;{print $5}&#39;|sort -u) ; do
11371 filter=&quot;(|(dhcpHWAddress=ethernet $MAC)(macAddress=$MAC))&quot;
11372 ldapsearch -h &quot;$LDAPSERVER&quot; -b &quot;$LDAPBASE&quot; -v -x &quot;$filter&quot; | \
11373 grep &#39;^ltspConfig&#39; | while read attr value ; do
11374 # Remove prefix and convert to upper case
11375 attr=$(echo $attr | sed &#39;s/^ltspConfig//i&#39; | tr a-z A-Z)
11376 # bass value on to clients
11377 eval &quot;$attr=$value; export $attr&quot;
11378 done
11379 done
11380 fi
11381 &lt;/pre&gt;&lt;/blockquote&gt;
11382
11383 &lt;p&gt;I&#39;m not sure this shell construction will work, because I suspect
11384 the while block might end up in a subshell causing the variables set
11385 there to not show up in ltsp-config, but if that is the case I am sure
11386 the code can be restructured to make sure the variables are passed on.
11387 I expect that can be solved with some testing. :)&lt;/p&gt;
11388
11389 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11390 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11391
11392 &lt;p&gt;Update 2010-07-17: I am aware of another effort to store LTSP
11393 configuration in LDAP that was created around year 2000 by
11394 &lt;a href=&quot;http://www.pcxperience.com/thinclient/documentation/ldap.html&quot;&gt;PC
11395 Xperience, Inc., 2000&lt;/a&gt;. I found its
11396 &lt;a href=&quot;http://people.redhat.com/alikins/ltsp/ldap/&quot;&gt;files&lt;/a&gt; on a
11397 personal home page over at redhat.com.&lt;/p&gt;
11398 </description>
11399 </item>
11400
11401 <item>
11402 <title>jXplorer, a very nice LDAP GUI</title>
11403 <link>http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</link>
11404 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</guid>
11405 <pubDate>Fri, 9 Jul 2010 12:55:00 +0200</pubDate>
11406 <description>&lt;p&gt;Since
11407 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html&quot;&gt;my
11408 last post&lt;/a&gt; about available LDAP tools in Debian, I was told about a
11409 LDAP GUI that is even better than luma. The java application
11410 &lt;a href=&quot;http://jxplorer.org/&quot;&gt;jXplorer&lt;/a&gt; is claimed to be capable of
11411 moving LDAP objects and subtrees using drag-and-drop, and can
11412 authenticate using Kerberos. I have only tested the Kerberos
11413 authentication, but do not have a LDAP setup allowing me to rewrite
11414 LDAP with my test user yet. It is
11415 &lt;a href=&quot;http://packages.qa.debian.org/j/jxplorer.html&quot;&gt;available in
11416 Debian&lt;/a&gt; testing and unstable at the moment. The only problem I
11417 have with it is how it handle errors. If something go wrong, its
11418 non-intuitive behaviour require me to go through some query work list
11419 and remove the failing query. Nothing big, but very annoying.&lt;/p&gt;
11420 </description>
11421 </item>
11422
11423 <item>
11424 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome desktop</title>
11425 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</link>
11426 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</guid>
11427 <pubDate>Sat, 3 Jul 2010 23:55:00 +0200</pubDate>
11428 <description>&lt;p&gt;Here is a short update on my &lt;a
11429 href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;my
11430 Debian Lenny-&gt;Squeeze upgrade testing&lt;/a&gt;. Here is a summary of the
11431 difference for Gnome when it is upgraded by apt-get and aptitude. I&#39;m
11432 not reporting the status for KDE, because the upgrade crashes when
11433 aptitude try because of missing conflicts
11434 (&lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; and
11435 &lt;a href=&quot;http://bugs.debian.org/585716&quot;&gt;#585716&lt;/a&gt;).&lt;/p&gt;
11436
11437 &lt;p&gt;At the end of the upgrade test script, dpkg -l is executed to get a
11438 complete list of the installed packages. Based on this I see these
11439 differences when I did a test run today. As usual, I do not really
11440 know what the correct set of packages would be, but thought it best to
11441 publish the difference.&lt;/p&gt;
11442
11443 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
11444
11445 &lt;blockquote&gt;&lt;p&gt;
11446 at-spi cpp-4.3 finger gnome-spell gstreamer0.10-gnomevfs
11447 libatspi1.0-0 libcupsys2 libeel2-data libgail-common libgdl-1-common
11448 libgnomeprint2.2-data libgnomeprintui2.2-common libgnomevfs2-bin
11449 libgtksourceview-common libpt-1.10.10-plugins-alsa
11450 libpt-1.10.10-plugins-v4l libservlet2.4-java libxalan2-java
11451 libxerces2-java openoffice.org-writer2latex openssl-blacklist p7zip
11452 python-4suite-xml python-eggtrayicon python-gtkhtml2
11453 python-gtkmozembed svgalibg1 xserver-xephyr zip
11454 &lt;/p&gt;&lt;/blockquote&gt;
11455
11456 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
11457
11458 &lt;blockquote&gt;&lt;p&gt;
11459 bluez-utils dhcdbd djvulibre-desktop epiphany-gecko
11460 gnome-app-install gnome-mount gnome-vfs-obexftp gnome-volume-manager
11461 libao2 libavahi-compat-libdnssd1 libavahi-core5 libbind9-50
11462 libbluetooth2 libcamel1.2-11 libcdio7 libcucul0 libcurl3
11463 libdirectfb-1.0-0 libdvdread3 libedata-cal1.2-6 libedataserver1.2-9
11464 libeel2-2.20 libepc-1.0-1 libepc-ui-1.0-1 libexchange-storage1.2-3
11465 libfaad0 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
11466 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
11467 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
11468 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtkhtml2-0
11469 libgtksourceview1.0-0 libgucharmap6 libhesiod0 libicu38 libisccc50
11470 libisccfg50 libiw29 libkpathsea4 libltdl3 liblwres50 libmagick++10
11471 libmagick10 libmalaga7 libmtp7 libmysqlclient15off libnautilus-burn4
11472 libneon27 libnm-glib0 libnm-util0 libopal-2.2 libosp5
11473 libparted1.8-10 libpisock9 libpisync1 libpoppler-glib3 libpoppler3
11474 libpt-1.10.10 libraw1394-8 libsensors3 libsmbios2 libsoup2.2-8
11475 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1
11476 libtotem-plparser10 libtrackerclient0 libvoikko1 libxalan2-java-gcj
11477 libxerces2-java-gcj libxklavier12 libxtrap6 libxxf86misc1 libzephyr3
11478 mysql-common swfdec-gnome totem-gstreamer wodim
11479 &lt;/p&gt;&lt;/blockquote&gt;
11480
11481 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
11482
11483 &lt;blockquote&gt;&lt;p&gt;
11484 gnome gnome-desktop-environment hamster-applet python-gnomeapplet
11485 python-gnomekeyring python-wnck rhythmbox-plugins xorg
11486 xserver-xorg-input-all xserver-xorg-input-evdev
11487 xserver-xorg-input-kbd xserver-xorg-input-mouse
11488 xserver-xorg-input-synaptics xserver-xorg-video-all
11489 xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-ati
11490 xserver-xorg-video-chips xserver-xorg-video-cirrus
11491 xserver-xorg-video-dummy xserver-xorg-video-fbdev
11492 xserver-xorg-video-glint xserver-xorg-video-i128
11493 xserver-xorg-video-i740 xserver-xorg-video-mach64
11494 xserver-xorg-video-mga xserver-xorg-video-neomagic
11495 xserver-xorg-video-nouveau xserver-xorg-video-nv
11496 xserver-xorg-video-r128 xserver-xorg-video-radeon
11497 xserver-xorg-video-radeonhd xserver-xorg-video-rendition
11498 xserver-xorg-video-s3 xserver-xorg-video-s3virge
11499 xserver-xorg-video-savage xserver-xorg-video-siliconmotion
11500 xserver-xorg-video-sis xserver-xorg-video-sisusb
11501 xserver-xorg-video-tdfx xserver-xorg-video-tga
11502 xserver-xorg-video-trident xserver-xorg-video-tseng
11503 xserver-xorg-video-vesa xserver-xorg-video-vmware
11504 xserver-xorg-video-voodoo
11505 &lt;/p&gt;&lt;/blockquote&gt;
11506
11507 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
11508
11509 &lt;blockquote&gt;&lt;p&gt;
11510 deskbar-applet xserver-xorg xserver-xorg-core
11511 xserver-xorg-input-wacom xserver-xorg-video-intel
11512 xserver-xorg-video-openchrome
11513 &lt;/p&gt;&lt;/blockquote&gt;
11514
11515 &lt;p&gt;I was told on IRC that the xorg-xserver package was
11516 &lt;a href=&quot;http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=commit;h=9c8080d06c457932d3bfec021c69ac000aa60120&quot;&gt;changed
11517 in git&lt;/a&gt; today to try to get apt-get to not remove xorg completely.
11518 No idea when it hits Squeeze, but when it does I hope it will reduce
11519 the difference somewhat.
11520 </description>
11521 </item>
11522
11523 <item>
11524 <title>Caching password, user and group on a roaming Debian laptop</title>
11525 <link>http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</link>
11526 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</guid>
11527 <pubDate>Thu, 1 Jul 2010 11:40:00 +0200</pubDate>
11528 <description>&lt;p&gt;For a laptop, centralized user directories and password checking is
11529 a bit troubling. Laptops are typically used also when not connected
11530 to the network, and it is vital for a user to be able to log in or
11531 unlock the screen saver also when a central server is unavailable.
11532 This is possible by caching passwords and directory information (user
11533 and group attributes) locally, and the packages to do so are available
11534 in Debian. Here follow two recipes to set this up in Debian/Squeeze.
11535 It is also possible to set up in Debian/Lenny, but require more manual
11536 setup there because pam-auth-update is missing in Lenny.&lt;/p&gt;
11537
11538 &lt;h2&gt;LDAP/Kerberos + nscd + libpam-ccreds + libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
11539
11540 This is the traditional method with a twist. The password caching is
11541 provided by libpam-ccreds (version 10-4 or later is needed on
11542 Squeeze), and the directory caching is done by nscd. The directory
11543 lookup and password checking is done using LDAP. If one want to use
11544 Kerberos for password checking the libpam-ldapd package can be
11545 replaced with libpam-krb5 or libpam-heimdal. If one is happy having a
11546 local home directory with the path listed in LDAP, one can use the
11547 pam_mkhomedir module from pam-modules to make this happen instead of
11548 using libpam-mklocaluser. A setup for pam-auth-update to enable
11549 pam_mkhomedir will have to be written until a fix for
11550 &lt;a href=&quot;http://bugs.debian.org/568577&quot;&gt;bug #568577&lt;/a&gt; is in the
11551 archive. Because I believe it is a bad idea to have local home
11552 directories using misleading paths like /site/server/partition/, I
11553 prefer to create a local user with the home directory in /home/. This
11554 is done using the libpam-mklocaluser package.&lt;/p&gt;
11555
11556 &lt;p&gt;These packages need to be installed and configured&lt;/p&gt;
11557
11558 &lt;blockquote&gt;&lt;pre&gt;
11559 libnss-ldapd libpam-ldapd nscd libpam-ccreds libpam-mklocaluser
11560 &lt;/pre&gt;&lt;/blockquote&gt;
11561
11562 &lt;p&gt;The ldapd packages will ask for LDAP connection information, and
11563 one have to fill in the values that fits ones own site. Make sure the
11564 PAM part uses encrypted connections, to make sure the password is not
11565 sent in clear text to the LDAP server. I&#39;ve been unable to get TLS
11566 certificate checking for a self signed certificate working, which make
11567 LDAP authentication unsafe for Debian Edu (nslcd is not checking if it
11568 is talking to the correct LDAP server), and very much welcome feedback
11569 on how to get this working.&lt;/p&gt;
11570
11571 &lt;p&gt;Because nscd do not have a default configuration fit for offline
11572 caching until &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;bug #485282&lt;/a&gt;
11573 is fixed, this configuration should be used instead of the one
11574 currently in /etc/nscd.conf. The changes are in the fields
11575 reload-count and positive-time-to-live, and is based on the
11576 instructions I found in the
11577 &lt;a href=&quot;http://www.flyn.org/laptopldap/&quot;&gt;LDAP for Mobile Laptops&lt;/a&gt;
11578 instructions by Flyn Computing.&lt;/p&gt;
11579
11580 &lt;blockquote&gt;&lt;pre&gt;
11581 debug-level 0
11582 reload-count unlimited
11583 paranoia no
11584
11585 enable-cache passwd yes
11586 positive-time-to-live passwd 2592000
11587 negative-time-to-live passwd 20
11588 suggested-size passwd 211
11589 check-files passwd yes
11590 persistent passwd yes
11591 shared passwd yes
11592 max-db-size passwd 33554432
11593 auto-propagate passwd yes
11594
11595 enable-cache group yes
11596 positive-time-to-live group 2592000
11597 negative-time-to-live group 20
11598 suggested-size group 211
11599 check-files group yes
11600 persistent group yes
11601 shared group yes
11602 max-db-size group 33554432
11603 auto-propagate group yes
11604
11605 enable-cache hosts no
11606 positive-time-to-live hosts 2592000
11607 negative-time-to-live hosts 20
11608 suggested-size hosts 211
11609 check-files hosts yes
11610 persistent hosts yes
11611 shared hosts yes
11612 max-db-size hosts 33554432
11613
11614 enable-cache services yes
11615 positive-time-to-live services 2592000
11616 negative-time-to-live services 20
11617 suggested-size services 211
11618 check-files services yes
11619 persistent services yes
11620 shared services yes
11621 max-db-size services 33554432
11622 &lt;/pre&gt;&lt;/blockquote&gt;
11623
11624 &lt;p&gt;While we wait for a mechanism to update /etc/nsswitch.conf
11625 automatically like the one provided in
11626 &lt;a href=&quot;http://bugs.debian.org/496915&quot;&gt;bug #496915&lt;/a&gt;, the file
11627 content need to be manually replaced to ensure LDAP is used as the
11628 directory service on the machine. /etc/nsswitch.conf should normally
11629 look like this:&lt;/p&gt;
11630
11631 &lt;blockquote&gt;&lt;pre&gt;
11632 passwd: files ldap
11633 group: files ldap
11634 shadow: files ldap
11635 hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
11636 networks: files
11637 protocols: files
11638 services: files
11639 ethers: files
11640 rpc: files
11641 netgroup: files ldap
11642 &lt;/pre&gt;&lt;/blockquote&gt;
11643
11644 &lt;p&gt;The important parts are that ldap is listed last for passwd, group,
11645 shadow and netgroup.&lt;/p&gt;
11646
11647 &lt;p&gt;With these changes in place, any user in LDAP will be able to log
11648 in locally on the machine using for example kdm, get a local home
11649 directory created and have the password as well as user and group
11650 attributes cached.
11651
11652 &lt;h2&gt;LDAP/Kerberos + nss-updatedb + libpam-ccreds +
11653 libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
11654
11655 &lt;p&gt;Because nscd have had its share of problems, and seem to have
11656 problems doing proper caching, I&#39;ve seen suggestions and recipes to
11657 use nss-updatedb to copy parts of the LDAP database locally when the
11658 LDAP database is available. I have not tested such setup, because I
11659 discovered sssd.&lt;/p&gt;
11660
11661 &lt;h2&gt;LDAP/Kerberos + sssd + libpam-mklocaluser&lt;/h2&gt;
11662
11663 &lt;p&gt;A more flexible and robust setup than the nscd combination
11664 mentioned earlier that has shown up recently, is the
11665 &lt;a href=&quot;https://fedorahosted.org/sssd/&quot;&gt;sssd&lt;/a&gt; package from Redhat.
11666 It is part of the &lt;a href=&quot;http://www.freeipa.org/&quot;&gt;FreeIPA&lt;/A&gt; project
11667 to provide a Active Directory like directory service for Linux
11668 machines. The sssd system combines the caching of passwords and user
11669 information into one package, and remove the need for nscd and
11670 libpam-ccreds. It support LDAP and Kerberos, but not NIS. Version
11671 1.2 do not support netgroups, but it is said that it will support this
11672 in version 1.5 expected to show up later in 2010. Because the
11673 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd package&lt;/a&gt;
11674 was missing in Debian, I ended up co-maintaining it with Werner, and
11675 version 1.2 is now in testing.
11676
11677 &lt;p&gt;These packages need to be installed and configured to get the
11678 roaming setup I want&lt;/p&gt;
11679
11680 &lt;blockquote&gt;&lt;pre&gt;
11681 libpam-sss libnss-sss libpam-mklocaluser
11682 &lt;/pre&gt;&lt;/blockquote&gt;
11683
11684 The complete setup of sssd is done by editing/creating
11685 &lt;tt&gt;/etc/sssd/sssd.conf&lt;/tt&gt;.
11686
11687 &lt;blockquote&gt;&lt;pre&gt;
11688 [sssd]
11689 config_file_version = 2
11690 reconnection_retries = 3
11691 sbus_timeout = 30
11692 services = nss, pam
11693 domains = INTERN
11694
11695 [nss]
11696 filter_groups = root
11697 filter_users = root
11698 reconnection_retries = 3
11699
11700 [pam]
11701 reconnection_retries = 3
11702
11703 [domain/INTERN]
11704 enumerate = false
11705 cache_credentials = true
11706
11707 id_provider = ldap
11708 auth_provider = ldap
11709 chpass_provider = ldap
11710
11711 ldap_uri = ldap://ldap
11712 ldap_search_base = dc=skole,dc=skolelinux,dc=no
11713 ldap_tls_reqcert = never
11714 ldap_tls_cacert = /etc/ssl/certs/ca-certificates.crt
11715 &lt;/pre&gt;&lt;/blockquote&gt;
11716
11717 &lt;p&gt;I got the same problem here with certificate checking. Had to set
11718 &quot;ldap_tls_reqcert = never&quot; to get it working.&lt;/p&gt;
11719
11720 &lt;p&gt;With the libnss-sss package in testing at the moment, the
11721 nsswitch.conf file is update automatically, so there is no need to
11722 modify it manually.&lt;/p&gt;
11723
11724 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11725 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11726 </description>
11727 </item>
11728
11729 <item>
11730 <title>LUMA, a very nice LDAP GUI</title>
11731 <link>http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</link>
11732 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</guid>
11733 <pubDate>Mon, 28 Jun 2010 00:30:00 +0200</pubDate>
11734 <description>&lt;p&gt;The last few days I have been looking into the status of the LDAP
11735 directory in Debian Edu, and in the process I started to miss a GUI
11736 tool to browse the LDAP tree. The only one I was able to find in
11737 Debian/Squeeze and Lenny is
11738 &lt;a href=&quot;http://luma.sourceforge.net/&quot;&gt;LUMA&lt;/a&gt;, which has proved to
11739 be a great tool to get a overview of the current LDAP directory
11740 populated by default in Skolelinux. Thanks to it, I have been able to
11741 find empty and obsolete subtrees, misplaced objects and duplicate
11742 objects. It will be installed by default in Debian/Squeeze. If you
11743 are working with LDAP, give it a go. :)&lt;/p&gt;
11744
11745 &lt;p&gt;I did notice one problem with it I have not had time to report to
11746 the BTS yet. There is no .desktop file in the package, so the tool do
11747 not show up in the Gnome and KDE menus, but only deep down in in the
11748 Debian submenu in KDE. I hope that can be fixed before Squeeze is
11749 released.&lt;/p&gt;
11750
11751 &lt;p&gt;I have not yet been able to get it to modify the tree yet. I would
11752 like to move objects and remove subtrees directly in the GUI, but have
11753 not found a way to do that with LUMA yet. So in the mean time, I use
11754 &lt;a href=&quot;http://www.lichteblau.com/ldapvi/&quot;&gt;ldapvi&lt;/a&gt; for that.&lt;/p&gt;
11755
11756 &lt;p&gt;If you have tips on other GUI tools for LDAP that might be useful
11757 in Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11758
11759 &lt;p&gt;Update 2010-06-29: Ross Reedstrom tipped us about the
11760 &lt;a href=&quot;http://packages.qa.debian.org/g/gq.html&quot;&gt;gq&lt;/a&gt; package as a
11761 useful GUI alternative. It seem like a good tool, but is unmaintained
11762 in Debian and got a RC bug keeping it out of Squeeze. Unless that
11763 changes, it will not be an option for Debian Edu based on Squeeze.&lt;/p&gt;
11764 </description>
11765 </item>
11766
11767 <item>
11768 <title>Idea for a change to LDAP schemas allowing DNS and DHCP info to be combined into one object</title>
11769 <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>
11770 <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>
11771 <pubDate>Thu, 24 Jun 2010 00:35:00 +0200</pubDate>
11772 <description>&lt;p&gt;A while back, I
11773 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html&quot;&gt;complained
11774 about the fact&lt;/a&gt; that it is not possible with the provided schemas
11775 for storing DNS and DHCP information in LDAP to combine the two sets
11776 of information into one LDAP object representing a computer.&lt;/p&gt;
11777
11778 &lt;p&gt;In the mean time, I discovered that a simple fix would be to make
11779 the dhcpHost object class auxiliary, to allow it to be combined with
11780 the dNSDomain object class, and thus forming one object for one
11781 computer when storing both DHCP and DNS information in LDAP.&lt;/p&gt;
11782
11783 &lt;p&gt;If I understand this correctly, it is not safe to do this change
11784 without also changing the assigned number for the object class, and I
11785 do not know enough about LDAP schema design to do that properly for
11786 Debian Edu.&lt;/p&gt;
11787
11788 &lt;p&gt;Anyway, for future reference, this is how I believe we could change
11789 the
11790 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-dhc-ldap-schema-00&quot;&gt;DHCP
11791 schema&lt;/a&gt; to solve at least part of the problem with the LDAP schemas
11792 available today from IETF.&lt;/p&gt;
11793
11794 &lt;pre&gt;
11795 --- dhcp.schema (revision 65192)
11796 +++ dhcp.schema (working copy)
11797 @@ -376,7 +376,7 @@
11798 objectclass ( 2.16.840.1.113719.1.203.6.6
11799 NAME &#39;dhcpHost&#39;
11800 DESC &#39;This represents information about a particular client&#39;
11801 - SUP top
11802 + SUP top AUXILIARY
11803 MUST cn
11804 MAY (dhcpLeaseDN $ dhcpHWAddress $ dhcpOptionsDN $ dhcpStatements $ dhcpComments $ dhcpOption)
11805 X-NDS_CONTAINMENT (&#39;dhcpService&#39; &#39;dhcpSubnet&#39; &#39;dhcpGroup&#39;) )
11806 &lt;/pre&gt;
11807
11808 &lt;p&gt;I very much welcome clues on how to do this properly for Debian
11809 Edu/Squeeze. We provide the DHCP schema in our debian-edu-config
11810 package, and should thus be free to rewrite it as we see fit.&lt;/p&gt;
11811
11812 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11813 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11814 </description>
11815 </item>
11816
11817 <item>
11818 <title>Lenny-&gt;Squeeze upgrades, removals by apt and aptitude</title>
11819 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</link>
11820 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</guid>
11821 <pubDate>Sun, 13 Jun 2010 09:05:00 +0200</pubDate>
11822 <description>&lt;p&gt;My
11823 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html&quot;&gt;testing
11824 of Debian upgrades&lt;/a&gt; from Lenny to Squeeze continues, and I&#39;ve
11825 finally made the upgrade logs available from
11826 &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;.
11827 I am now testing dist-upgrade of Gnome and KDE in a chroot using both
11828 apt and aptitude, and found their differences interesting. This time
11829 I will only focus on their removal plans.&lt;/p&gt;
11830
11831 &lt;p&gt;After installing a Gnome desktop and the laptop task, apt-get wants
11832 to remove 72 packages when dist-upgrading from Lenny to Squeeze. The
11833 surprising part is that it want to remove xorg and all
11834 xserver-xorg-video* drivers. Clearly not a good choice, but I am not
11835 sure why. When asking aptitude to do the same, it want to remove 129
11836 packages, but most of them are library packages I suspect are no
11837 longer needed. Both of them want to remove bluetooth packages, which
11838 I do not know. Perhaps these bluetooth packages are obsolete?&lt;/p&gt;
11839
11840 &lt;p&gt;For KDE, apt-get want to remove 82 packages, among them kdebase
11841 which seem like a bad idea and xorg the same way as with Gnome. Asking
11842 aptitude for the same, it wants to remove 192 packages, none which are
11843 too surprising.&lt;/p&gt;
11844
11845 &lt;p&gt;I guess the removal of xorg during upgrades should be investigated
11846 and avoided, and perhaps others as well. Here are the complete list
11847 of planned removals. The complete logs is available from the URL
11848 above. Note if you want to repeat these tests, that the upgrade test
11849 for kde+apt-get hung in the tasksel setup because of dpkg asking
11850 conffile questions. No idea why. I worked around it by using
11851 &#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
11852 continue.&lt;/p&gt;
11853
11854 &lt;p&gt;&lt;b&gt;apt-get gnome 72&lt;/b&gt;
11855 &lt;br&gt;bluez-gnome cupsddk-drivers deskbar-applet gnome
11856 gnome-desktop-environment gnome-network-admin gtkhtml3.14
11857 iceweasel-gnome-support libavcodec51 libdatrie0 libgdl-1-0
11858 libgnomekbd2 libgnomekbdui2 libmetacity0 libslab0 libxcb-xlib0
11859 nautilus-cd-burner python-gnome2-desktop python-gnome2-extras
11860 serpentine swfdec-mozilla update-manager xorg xserver-xorg
11861 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
11862 xserver-xorg-input-kbd xserver-xorg-input-mouse
11863 xserver-xorg-input-synaptics xserver-xorg-input-wacom
11864 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
11865 xserver-xorg-video-ati xserver-xorg-video-chips
11866 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
11867 xserver-xorg-video-dummy xserver-xorg-video-fbdev
11868 xserver-xorg-video-glint xserver-xorg-video-i128
11869 xserver-xorg-video-i740 xserver-xorg-video-imstt
11870 xserver-xorg-video-intel xserver-xorg-video-mach64
11871 xserver-xorg-video-mga xserver-xorg-video-neomagic
11872 xserver-xorg-video-nsc xserver-xorg-video-nv
11873 xserver-xorg-video-openchrome xserver-xorg-video-r128
11874 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
11875 xserver-xorg-video-rendition xserver-xorg-video-s3
11876 xserver-xorg-video-s3virge xserver-xorg-video-savage
11877 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
11878 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
11879 xserver-xorg-video-tga xserver-xorg-video-trident
11880 xserver-xorg-video-tseng xserver-xorg-video-v4l
11881 xserver-xorg-video-vesa xserver-xorg-video-vga
11882 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9
11883 xulrunner-1.9-gnome-support&lt;/p&gt;
11884
11885 &lt;p&gt;&lt;b&gt;aptitude gnome 129&lt;/b&gt;
11886
11887 &lt;br&gt;bluez-gnome bluez-utils cpp-4.3 cupsddk-drivers dhcdbd
11888 djvulibre-desktop finger gnome-app-install gnome-mount
11889 gnome-network-admin gnome-spell gnome-vfs-obexftp
11890 gnome-volume-manager gstreamer0.10-gnomevfs gtkhtml3.14 libao2
11891 libavahi-compat-libdnssd1 libavahi-core5 libavcodec51 libbluetooth2
11892 libcamel1.2-11 libcdio7 libcucul0 libcupsys2 libcurl3 libdatrie0
11893 libdirectfb-1.0-0 libdvdread3 libedataserver1.2-9 libeel2-2.20
11894 libeel2-data libepc-1.0-1 libepc-ui-1.0-1 libfaad0 libgail-common
11895 libgd2-noxpm libgda3-3 libgda3-common libgdl-1-0 libgdl-1-common
11896 libggz2 libggzcore9 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0
11897 libgnomecups1.0-1 libgnomekbd2 libgnomekbdui2 libgnomeprint2.2-0
11898 libgnomeprint2.2-data libgnomeprintui2.2-0 libgnomeprintui2.2-common
11899 libgnomevfs2-bin libgpod3 libgraphviz4 libgtkhtml2-0
11900 libgtksourceview-common libgtksourceview1.0-0 libgucharmap6
11901 libhesiod0 libicu38 libiw29 libkpathsea4 libltdl3 libmagick++10
11902 libmagick10 libmalaga7 libmetacity0 libmtp7 libmysqlclient15off
11903 libnautilus-burn4 libneon27 libnm-glib0 libnm-util0 libopal-2.2
11904 libosp5 libparted1.8-10 libpoppler-glib3 libpoppler3 libpt-1.10.10
11905 libpt-1.10.10-plugins-alsa libpt-1.10.10-plugins-v4l libraw1394-8
11906 libsensors3 libslab0 libsmbios2 libsoup2.2-8 libssh2-1
11907 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1 libtotem-plparser10
11908 libtrackerclient0 libxalan2-java libxalan2-java-gcj libxcb-xlib0
11909 libxerces2-java libxerces2-java-gcj libxklavier12 libxtrap6
11910 libxxf86misc1 libzephyr3 mysql-common nautilus-cd-burner
11911 openoffice.org-writer2latex openssl-blacklist p7zip
11912 python-4suite-xml python-eggtrayicon python-gnome2-desktop
11913 python-gnome2-extras python-gtkhtml2 python-gtkmozembed
11914 python-numeric python-sexy serpentine svgalibg1 swfdec-gnome
11915 swfdec-mozilla totem-gstreamer update-manager wodim
11916 xserver-xorg-video-cyrix xserver-xorg-video-imstt
11917 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
11918 zip&lt;/p&gt;
11919
11920 &lt;p&gt;&lt;b&gt;apt-get kde 82&lt;/b&gt;
11921
11922 &lt;br&gt;cupsddk-drivers karm kaudiocreator kcoloredit kcontrol kde kde-core
11923 kdeaddons kdeartwork kdebase kdebase-bin kdebase-bin-kde3
11924 kdebase-kio-plugins kdesktop kdeutils khelpcenter kicker
11925 kicker-applets knewsticker kolourpaint konq-plugins konqueror korn
11926 kpersonalizer kscreensaver ksplash libavcodec51 libdatrie0 libkiten1
11927 libxcb-xlib0 quanta superkaramba texlive-base-bin xorg xserver-xorg
11928 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
11929 xserver-xorg-input-kbd xserver-xorg-input-mouse
11930 xserver-xorg-input-synaptics xserver-xorg-input-wacom
11931 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
11932 xserver-xorg-video-ati xserver-xorg-video-chips
11933 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
11934 xserver-xorg-video-dummy xserver-xorg-video-fbdev
11935 xserver-xorg-video-glint xserver-xorg-video-i128
11936 xserver-xorg-video-i740 xserver-xorg-video-imstt
11937 xserver-xorg-video-intel xserver-xorg-video-mach64
11938 xserver-xorg-video-mga xserver-xorg-video-neomagic
11939 xserver-xorg-video-nsc xserver-xorg-video-nv
11940 xserver-xorg-video-openchrome xserver-xorg-video-r128
11941 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
11942 xserver-xorg-video-rendition xserver-xorg-video-s3
11943 xserver-xorg-video-s3virge xserver-xorg-video-savage
11944 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
11945 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
11946 xserver-xorg-video-tga xserver-xorg-video-trident
11947 xserver-xorg-video-tseng xserver-xorg-video-v4l
11948 xserver-xorg-video-vesa xserver-xorg-video-vga
11949 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9&lt;/p&gt;
11950
11951 &lt;p&gt;&lt;b&gt;aptitude kde 192&lt;/b&gt;
11952 &lt;br&gt;bluez-utils cpp-4.3 cupsddk-drivers cvs dcoprss dhcdbd
11953 djvulibre-desktop dosfstools eyesapplet fifteenapplet finger gettext
11954 ghostscript-x imlib-base imlib11 indi kandy karm kasteroids
11955 kaudiocreator kbackgammon kbstate kcoloredit kcontrol kcron kdat
11956 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
11957 kdebase-bin-kde3 kdebase-kio-plugins kdeedu-data
11958 kdegraphics-kfile-plugins kdelirc kdemultimedia-kappfinder-data
11959 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
11960 kdepim-kfile-plugins kdepim-kio-plugins kdeprint kdesktop kdessh
11961 kdict kdnssd kdvi kedit keduca kenolaba kfax kfaxview kfouleggs
11962 kghostview khelpcenter khexedit kiconedit kitchensync klatin
11963 klickety kmailcvt kmenuedit kmid kmilo kmoon kmrml kodo kolourpaint
11964 kooka korn kpager kpdf kpercentage kpf kpilot kpoker kpovmodeler
11965 krec kregexpeditor ksayit ksim ksirc ksirtet ksmiletris ksmserver
11966 ksnake ksokoban ksplash ksvg ksysv ktip ktnef kuickshow kverbos
11967 kview kviewshell kvoctrain kwifimanager kwin kwin4 kworldclock
11968 kxsldbg libakode2 libao2 libarts1-akode libarts1-audiofile
11969 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
11970 libavahi-core5 libavc1394-0 libavcodec51 libbluetooth2
11971 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0 libdatrie0
11972 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
11973 libgail-common libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0
11974 libicu38 libiec61883-0 libindex0 libiw29 libk3b3 libkcal2b libkcddb1
11975 libkdeedu3 libkdepim1a libkgantt0 libkiten1 libkleopatra1 libkmime2
11976 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
11977 libksieve0 libktnef1 liblockdev1 libltdl3 libmagick10 libmimelib1c2a
11978 libmozjs1d libmpcdec3 libneon27 libnm-util0 libopensync0 libpisock9
11979 libpoppler-glib3 libpoppler-qt2 libpoppler3 libraw1394-8 libsmbios2
11980 libssh2-1 libsuitesparse-3.1.0 libtalloc1 libtiff-tools
11981 libxalan2-java libxalan2-java-gcj libxcb-xlib0 libxerces2-java
11982 libxerces2-java-gcj libxtrap6 mpeglib networkstatus
11983 openoffice.org-writer2latex pmount poster psutils quanta quanta-data
11984 superkaramba svgalibg1 tex-common texlive-base texlive-base-bin
11985 texlive-common texlive-doc-base texlive-fonts-recommended
11986 xserver-xorg-video-cyrix xserver-xorg-video-imstt
11987 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
11988 xulrunner-1.9&lt;/p&gt;
11989
11990 </description>
11991 </item>
11992
11993 <item>
11994 <title>Automatic upgrade testing from Lenny to Squeeze</title>
11995 <link>http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</link>
11996 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</guid>
11997 <pubDate>Fri, 11 Jun 2010 22:50:00 +0200</pubDate>
11998 <description>&lt;p&gt;The last few days I have done some upgrade testing in Debian, to
11999 see if the upgrade from Lenny to Squeeze will go smoothly. A few bugs
12000 have been discovered and reported in the process
12001 (&lt;a href=&quot;http://bugs.debian.org/585410&quot;&gt;#585410&lt;/a&gt; in nagios3-cgi,
12002 &lt;a href=&quot;http://bugs.debian.org/584879&quot;&gt;#584879&lt;/a&gt; already fixed in
12003 enscript and &lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; in
12004 kdebase-workspace-data), and to get a more regular testing going on, I
12005 am working on a script to automate the test.&lt;/p&gt;
12006
12007 &lt;p&gt;The idea is to create a Lenny chroot and use tasksel to install a
12008 Gnome or KDE desktop installation inside the chroot before upgrading
12009 it. To ensure no services are started in the chroot, a policy-rc.d
12010 script is inserted. To make sure tasksel believe it is to install a
12011 desktop on a laptop, the tasksel tests are replaced in the chroot
12012 (only acceptable because this is a throw-away chroot).&lt;/p&gt;
12013
12014 &lt;p&gt;A naive upgrade from Lenny to Squeeze using aptitude dist-upgrade
12015 currently always fail because udev refuses to upgrade with the kernel
12016 in Lenny, so to avoid that problem the file /etc/udev/kernel-upgrade
12017 is created. The bug report
12018 &lt;a href=&quot;http://bugs.debian.org/566000&quot;&gt;#566000&lt;/a&gt; make me suspect
12019 this problem do not trigger in a chroot, but I touch the file anyway
12020 to make sure the upgrade go well. Testing on virtual and real
12021 hardware have failed me because of udev so far, and creating this file
12022 do the trick in such settings anyway. This is a
12023 &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
12024 issue&lt;/a&gt; and the current udev behaviour is intended by the udev
12025 maintainer because he lack the resources to rewrite udev to keep
12026 working with old kernels or something like that. I really wish the
12027 udev upstream would keep udev backwards compatible, to avoid such
12028 upgrade problem, but given that they fail to do so, I guess
12029 documenting the way out of this mess is the best option we got for
12030 Debian Squeeze.&lt;/p&gt;
12031
12032 &lt;p&gt;Anyway, back to the task at hand, testing upgrades. This test
12033 script, which I call &lt;tt&gt;upgrade-test&lt;/tt&gt; for now, is doing the
12034 trick:&lt;/p&gt;
12035
12036 &lt;blockquote&gt;&lt;pre&gt;
12037 #!/bin/sh
12038 set -ex
12039
12040 if [ &quot;$1&quot; ] ; then
12041 desktop=$1
12042 else
12043 desktop=gnome
12044 fi
12045
12046 from=lenny
12047 to=squeeze
12048
12049 exec &amp;lt; /dev/null
12050 unset LANG
12051 mirror=http://ftp.skolelinux.org/debian
12052 tmpdir=chroot-$from-upgrade-$to-$desktop
12053 fuser -mv .
12054 debootstrap $from $tmpdir $mirror
12055 chroot $tmpdir aptitude update
12056 cat &gt; $tmpdir/usr/sbin/policy-rc.d &amp;lt;&amp;lt;EOF
12057 #!/bin/sh
12058 exit 101
12059 EOF
12060 chmod a+rx $tmpdir/usr/sbin/policy-rc.d
12061 exit_cleanup() {
12062 umount $tmpdir/proc
12063 }
12064 mount -t proc proc $tmpdir/proc
12065 # Make sure proc is unmounted also on failure
12066 trap exit_cleanup EXIT INT
12067
12068 chroot $tmpdir aptitude -y install debconf-utils
12069
12070 # Make sure tasksel autoselection trigger. It need the test scripts
12071 # to return the correct answers.
12072 echo tasksel tasksel/desktop multiselect $desktop | \
12073 chroot $tmpdir debconf-set-selections
12074
12075 # Include the desktop and laptop task
12076 for test in desktop laptop ; do
12077 echo &gt; $tmpdir/usr/lib/tasksel/tests/$test &amp;lt;&amp;lt;EOF
12078 #!/bin/sh
12079 exit 2
12080 EOF
12081 chmod a+rx $tmpdir/usr/lib/tasksel/tests/$test
12082 done
12083
12084 DEBIAN_FRONTEND=noninteractive
12085 DEBIAN_PRIORITY=critical
12086 export DEBIAN_FRONTEND DEBIAN_PRIORITY
12087 chroot $tmpdir tasksel --new-install
12088
12089 echo deb $mirror $to main &gt; $tmpdir/etc/apt/sources.list
12090 chroot $tmpdir aptitude update
12091 touch $tmpdir/etc/udev/kernel-upgrade
12092 chroot $tmpdir aptitude -y dist-upgrade
12093 fuser -mv
12094 &lt;/pre&gt;&lt;/blockquote&gt;
12095
12096 &lt;p&gt;I suspect it would be useful to test upgrades with both apt-get and
12097 with aptitude, but I have not had time to look at how they behave
12098 differently so far. I hope to get a cron job running to do the test
12099 regularly and post the result on the web. The Gnome upgrade currently
12100 work, while the KDE upgrade fail because of the bug in
12101 kdebase-workspace-data&lt;/p&gt;
12102
12103 &lt;p&gt;I am not quite sure what kind of extract from the huge upgrade logs
12104 (KDE 167 KiB, Gnome 516 KiB) it make sense to include in this blog
12105 post, so I will refrain from trying. I can report that for Gnome,
12106 aptitude report 760 packages upgraded, 448 newly installed, 129 to
12107 remove and 1 not upgraded and 1024MB need to be downloaded while for
12108 KDE the same numbers are 702 packages upgraded, 507 newly installed,
12109 193 to remove and 0 not upgraded and 1117MB need to be downloaded&lt;/p&gt;
12110
12111 &lt;p&gt;I am very happy to notice that the Gnome desktop + laptop upgrade
12112 is able to migrate to dependency based boot sequencing and parallel
12113 booting without a hitch. Was unsure if there were still bugs with
12114 packages failing to clean up their obsolete init.d script during
12115 upgrades, and no such problem seem to affect the Gnome desktop+laptop
12116 packages.&lt;/p&gt;
12117 </description>
12118 </item>
12119
12120 <item>
12121 <title>Skolelinux er laget for sentraldrifting, naturligvis</title>
12122 <link>http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</link>
12123 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</guid>
12124 <pubDate>Wed, 9 Jun 2010 12:30:00 +0200</pubDate>
12125 <description>&lt;p&gt;Det er merkelig hvordan myter om Skolelinux overlever. En slik
12126 myte er at Skolelinux ikke kan sentraldriftes og ha sentralt plasserte
12127 tjenermaskiner. I siste Computerworld Norge er
12128 &lt;a href=&quot;http://www.idg.no/computerworld/article169432.ece&quot;&gt;IT-sjef
12129 Viggo Billdal i Steinkjer intervjuet&lt;/a&gt;, og forteller uten
12130 blygsel:&lt;/p&gt;
12131
12132 &lt;blockquote&gt;&lt;p&gt;Vi hadde Skolelinux, men det har vi sluttet med. Vi testet
12133 om det lønte seg med Microsoft eller en åpen plattform. Vi fant ut at
12134 Microsoft egentlig var totalt sett bedre egnet. Det var store
12135 driftskostnader med Skolelinux, blant annet på grunn av
12136 desentraliserte servere. Det var komplisert, så vi gikk vekk fra det
12137 og bruker nå bare Windows.&lt;/p&gt;&lt;/blockquote&gt;
12138
12139 &lt;p&gt;En &lt;a
12140 href=&quot;https://init.linpro.no/pipermail/skolelinux.no/bruker/2010-June/009101.html&quot;&gt;rask
12141 sjekk&lt;/a&gt; mot den norske brukerlista i Skolelinuxprosjektet forteller
12142 at Steinkjers forsøk foregikk fram til 2004/2005, og at Røysing skole
12143 i Steinkjer skal ha vært svært fornøyd med Skolelinux men at kommunen
12144 overkjørte skolen og krevde at de gikk over til Windows. Et søk på
12145 nettet sendte meg til
12146 &lt;a href=&quot;http://www.dn.no/multimedia/archive/00090/Dagens_it_nr__18_90826a.pdf&quot;&gt;Dagens
12147 IT nr. 18 2005&lt;/a&gt; hvor en kan lese på side 18:&lt;/p&gt;
12148
12149 &lt;blockquote&gt;&lt;p&gt;Inge Tømmerås ved Røysing skole i Steinkjer kjører ennå
12150 Microsoft, men forteller at kompetanseutfordringen med Skolelinux ikke
12151 var så stor. ­ Jeg syntes Skolelinux var utrolig lett å drifte uten
12152 forkunnskaper. Men man må jo selvsagt ha tilgang på ekstern kompetanse
12153 til installasjoner og maskinvarefeil, sier Tømmerås.&lt;/p&gt;&lt;/blockquote&gt;
12154
12155 &lt;p&gt;Som systemarkitekten bak Skolelinux, kan jeg bare riste på hodet
12156 over påstanden om at Skolelinux krever desentraliserte tjenere.
12157 Skolelinux-arkitekturen er laget for sentralisert drift og plassering
12158 av tjenerne lokalt eller sentralt alt etter behov og nettkapasitet.
12159 Den er modellert på nettverks- og tjenerløsningen som brukes på
12160 Universitetet i Tromsø og Oslo, der jeg jobber med utvikling av
12161 driftstjenester. Dette er det heldigvis noen som har fått med seg, og
12162 jeg er glad for å kunne sitere fra en kommentar på den overnevnte
12163 artikkelen. Min venn og gamle kollega Sturle Sunde forteller der:
12164
12165 &lt;blockquote&gt;
12166 &lt;p&gt;I Flora kommune køyrer vi Skulelinux på skular med alt frå 15 til
12167 meir enn 500 elevar. Dei store skulane har eigen tenar, for det er
12168 mest praktisk. Eg, som er driftsansvarleg for heile nettet, ser
12169 sjeldan dei tenarane fysisk, men at dei står der gjer skulane mindre
12170 avhengige av eksterne linjer som er trege eller dyre. Dei minste
12171 skulane har ikkje eigen tenar. Å bruke sentral tenar er heller ikkje
12172 noko problem. Småskulane klarar seg fint med 1 mbit-linje til ein
12173 sentral tenar eller tenaren på ein større skule.&lt;/p&gt;
12174
12175 &lt;p&gt;Det beste med Skulelinux er halvtjukke klientar. Dei treng ikkje
12176 harddisk og brukar minimalt med ressursar på tenaren fordi dei køyrer
12177 programma lokalt. Eit klasserom med 30 sju-åtte år gamle maskiner har
12178 mykje meir CPU og RAM totalt enn nokon moderne tenar til under
12179 millionen. Det trengst to kommandoar på den sentrale tenaren for å
12180 oppdatere alle klientane, både tynne og halvtjukke. Vi har ingen
12181 problem med diskar som ryk heller, som var eit problem før fordi
12182 elevane sat og sparka i maskinene. Og dei krev lite bandbreidde i
12183 nettet, so det er fullt mogleg å køyre slike på småskular med trege
12184 linjer mot tenaren på ein større skule.&lt;/p&gt;
12185
12186 &lt;p&gt;Flora kommune har nesten 800 Linux-maskiner i sitt skulenett, og
12187 ein person som tek seg av drift av heile nettet, inkludert tenarar,
12188 klientar, operativsystem, programvare, heimekontorløysing og
12189 administrasjon av brukarar.&lt;/p&gt;
12190
12191 &lt;p&gt;No skal det seiast at vi ikkje køyrer rein Skulelinux ut av
12192 boksen. Vi har gjort ein del tilpassingar mot noko Novell-greier som
12193 var der frå før, og som har komplisert installasjonen vår. Etter at
12194 oppsettet var gjort har løysinga vore stabil og kravd minimalt med
12195 arbeid.&lt;/p&gt;
12196 &lt;/blockquote&gt;
12197
12198 &lt;p&gt;Jeg vet at Narvik, Harstad og Oslo er kommuner der Skolelinux
12199 sentraldriftes med sentrale tjenere. Det forteller meg at Steinkjers
12200 IT-sjef neppe bør skylde på Skolelinux-løsningen for sine 5 år gamle
12201 minner.&lt;/p&gt;
12202 </description>
12203 </item>
12204
12205 <item>
12206 <title>A manual for standards wars...</title>
12207 <link>http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</link>
12208 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</guid>
12209 <pubDate>Sun, 6 Jun 2010 14:15:00 +0200</pubDate>
12210 <description>&lt;p&gt;Via the
12211 &lt;a href=&quot;http://feedproxy.google.com/~r/robweir/antic-atom/~3/QzU4RgoAGMg/weekly-links-10.html&quot;&gt;blog
12212 of Rob Weir&lt;/a&gt; I came across the very interesting essay named
12213 &lt;a href=&quot;http://faculty.haas.berkeley.edu/shapiro/wars.pdf&quot;&gt;The Art of
12214 Standards Wars&lt;/a&gt; (PDF 25 pages). I recommend it for everyone
12215 following the standards wars of today.&lt;/p&gt;
12216 </description>
12217 </item>
12218
12219 <item>
12220 <title>Sitesummary tip: Listing computer hardware models used at site</title>
12221 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</link>
12222 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</guid>
12223 <pubDate>Thu, 3 Jun 2010 12:05:00 +0200</pubDate>
12224 <description>&lt;p&gt;When using sitesummary at a site to track machines, it is possible
12225 to get a list of the machine types in use thanks to the DMI
12226 information extracted from each machine. The script to do so is
12227 included in the sitesummary package, and here is example output from
12228 the Skolelinux build servers:&lt;/p&gt;
12229
12230 &lt;blockquote&gt;&lt;pre&gt;
12231 maintainer:~# /usr/lib/sitesummary/hardware-model-summary
12232 vendor count
12233 Dell Computer Corporation 1
12234 PowerEdge 1750 1
12235 IBM 1
12236 eserver xSeries 345 -[8670M1X]- 1
12237 Intel 2
12238 [no-dmi-info] 3
12239 maintainer:~#
12240 &lt;/pre&gt;&lt;/blockquote&gt;
12241
12242 &lt;p&gt;The quality of the report depend on the quality of the DMI tables
12243 provided in each machine. Here there are Intel machines without model
12244 information listed with Intel as vendor and no model, and virtual Xen
12245 machines listed as [no-dmi-info]. One can add -l as a command line
12246 option to list the individual machines.&lt;/p&gt;
12247
12248 &lt;p&gt;A larger list is
12249 &lt;a href=&quot;http://narvikskolen.no/sitesummary/&quot;&gt;available from the the
12250 city of Narvik&lt;/a&gt;, which uses Skolelinux on all their shools and also
12251 provide the basic sitesummary report publicly. In their report there
12252 are ~1400 machines. I know they use both Ubuntu and Skolelinux on
12253 their machines, and as sitesummary is available in both distributions,
12254 it is trivial to get all of them to report to the same central
12255 collector.&lt;/p&gt;
12256 </description>
12257 </item>
12258
12259 <item>
12260 <title>KDM fail at boot with NVidia cards - and no one try to fix it?</title>
12261 <link>http://people.skolelinux.org/pere/blog/KDM_fail_at_boot_with_NVidia_cards___and_no_one_try_to_fix_it_.html</link>
12262 <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>
12263 <pubDate>Tue, 1 Jun 2010 17:05:00 +0200</pubDate>
12264 <description>&lt;p&gt;It is strange to watch how a bug in Debian causing KDM to fail to
12265 start at boot when an NVidia video card is used is handled. The
12266 problem seem to be that the nvidia X.org driver uses a long time to
12267 initialize, and this duration is longer than kdm is configured to
12268 wait.&lt;/p&gt;
12269
12270 &lt;p&gt;I came across two bugs related to this issue,
12271 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;#583312&lt;/a&gt; initially filed
12272 against initscripts and passed on to nvidia-glx when it became obvious
12273 that the nvidia drivers were involved, and
12274 &lt;a href=&quot;http://bugs.debian.org/524751&quot;&gt;#524751&lt;/a&gt; initially filed against
12275 kdm and passed on to src:nvidia-graphics-drivers for unknown reasons.&lt;/p&gt;
12276
12277 &lt;p&gt;To me, it seem that no-one is interested in actually solving the
12278 problem nvidia video card owners experience and make sure the Debian
12279 distribution work out of the box for these users. The nvidia driver
12280 maintainers expect kdm to be set up to wait longer, while kdm expect
12281 the nvidia driver maintainers to fix the driver to start faster, and
12282 while they wait for each other I guess the users end up switching to a
12283 distribution that work for them. I have no idea what the solution is,
12284 but I am pretty sure that waiting for each other is not it.&lt;/p&gt;
12285
12286 &lt;p&gt;I wonder why we end up handling bugs this way.&lt;/p&gt;
12287 </description>
12288 </item>
12289
12290 <item>
12291 <title>Parallellized boot seem to hold up well in Debian/testing</title>
12292 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</link>
12293 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</guid>
12294 <pubDate>Thu, 27 May 2010 23:55:00 +0200</pubDate>
12295 <description>&lt;p&gt;A few days ago, parallel booting was enabled in Debian/testing.
12296 The feature seem to hold up pretty well, but three fairly serious
12297 issues are known and should be solved:
12298
12299 &lt;p&gt;&lt;ul&gt;
12300
12301 &lt;li&gt;The wicd package seen to
12302 &lt;a href=&quot;http://bugs.debian.org/508289&quot;&gt;break NFS mounting&lt;/a&gt; and
12303 &lt;a href=&quot;http://bugs.debian.org/581586&quot;&gt;network setup&lt;/a&gt; when
12304 parallel booting is enabled. No idea why, but the wicd maintainer
12305 seem to be on the case.&lt;/li&gt;
12306
12307 &lt;li&gt;The nvidia X driver seem to
12308 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;have a race condition&lt;/a&gt;
12309 triggered more easily when parallel booting is in effect. The
12310 maintainer is on the case.&lt;/li&gt;
12311
12312 &lt;li&gt;The sysv-rc package fail to properly enable dependency based boot
12313 sequencing (the shutdown is broken) when old file-rc users
12314 &lt;a href=&quot;http://bugs.debian.org/575080&quot;&gt;try to switch back&lt;/a&gt; to
12315 sysv-rc. One way to solve it would be for file-rc to create
12316 /etc/init.d/.legacy-bootordering, and another is to try to make
12317 sysv-rc more robust. Will investigate some more and probably upload a
12318 workaround in sysv-rc to help those trying to move from file-rc to
12319 sysv-rc get a working shutdown.&lt;/li&gt;
12320
12321 &lt;/ul&gt;&lt;/p&gt;
12322
12323 &lt;p&gt;All in all not many surprising issues, and all of them seem
12324 solvable before Squeeze is released. In addition to these there are
12325 some packages with bugs in their dependencies and run level settings,
12326 which I expect will be fixed in a reasonable time span.&lt;/p&gt;
12327
12328 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
12329 the BTS, please usertag the report to get it to show up at
12330 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
12331 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
12332
12333 &lt;p&gt;Update: Correct bug number to file-rc issue.&lt;/p&gt;
12334 </description>
12335 </item>
12336
12337 <item>
12338 <title>More flexible firmware handling in debian-installer</title>
12339 <link>http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</link>
12340 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</guid>
12341 <pubDate>Sat, 22 May 2010 21:30:00 +0200</pubDate>
12342 <description>&lt;p&gt;After a long break from debian-installer development, I finally
12343 found time today to return to the project. Having to spend less time
12344 working dependency based boot in debian, as it is almost complete now,
12345 definitely helped freeing some time.&lt;/p&gt;
12346
12347 &lt;p&gt;A while back, I ran into a problem while working on Debian Edu. We
12348 include some firmware packages on the Debian Edu CDs, those needed to
12349 get disk and network controllers working. Without having these
12350 firmware packages available during installation, it is impossible to
12351 install Debian Edu on the given machine, and because our target group
12352 are non-technical people, asking them to provide firmware packages on
12353 an external medium is a support pain. Initially, I expected it to be
12354 enough to include the firmware packages on the CD to get
12355 debian-installer to find and use them. This proved to be wrong.
12356 Next, I hoped it was enough to symlink the relevant firmware packages
12357 to some useful location on the CD (tried /cdrom/ and
12358 /cdrom/firmware/). This also proved to not work, and at this point I
12359 found time to look at the debian-installer code to figure out what was
12360 going to work.&lt;/p&gt;
12361
12362 &lt;p&gt;The firmware loading code is in the hw-detect package, and a closer
12363 look revealed that it would only look for firmware packages outside
12364 the installation media, so the CD was never checked for firmware
12365 packages. It would only check USB sticks, floppies and other
12366 &quot;external&quot; media devices. Today I changed it to also look in the
12367 /cdrom/firmware/ directory on the mounted CD or DVD, which should
12368 solve the problem I ran into with Debian edu. I also changed it to
12369 look in /firmware/, to make sure the installer also find firmware
12370 provided in the initrd when booting the installer via PXE, to allow us
12371 to provide the same feature in the PXE setup included in Debian
12372 Edu.&lt;/p&gt;
12373
12374 &lt;p&gt;To make sure firmware deb packages with a license questions are not
12375 activated without asking if the license is accepted, I extended
12376 hw-detect to look for preinst scripts in the firmware packages, and
12377 run these before activating the firmware during installation. The
12378 license question is asked using debconf in the preinst, so this should
12379 solve the issue for the firmware packages I have looked at so far.&lt;/p&gt;
12380
12381 &lt;p&gt;If you want to discuss the details of these features, please
12382 contact us on debian-boot@lists.debian.org.&lt;/p&gt;
12383 </description>
12384 </item>
12385
12386 <item>
12387 <title>Pieces of the roaming laptop puzzle in Debian</title>
12388 <link>http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</link>
12389 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</guid>
12390 <pubDate>Wed, 19 May 2010 19:00:00 +0200</pubDate>
12391 <description>&lt;p&gt;Today, the last piece of the puzzle for roaming laptops in Debian
12392 Edu finally entered the Debian archive. Today, the new
12393 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-mklocaluser.html&quot;&gt;libpam-mklocaluser&lt;/a&gt;
12394 package was accepted. Two days ago, two other pieces was accepted
12395 into unstable. The
12396 &lt;a href=&quot;http://packages.qa.debian.org/p/pam-python.html&quot;&gt;pam-python&lt;/a&gt;
12397 package needed by libpam-mklocaluser, and the
12398 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd&lt;/a&gt; package
12399 passed NEW on Monday. In addition, the
12400 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
12401 package we need is in experimental (version 10-4) since Saturday, and
12402 hopefully will be moved to unstable soon.&lt;/p&gt;
12403
12404 &lt;p&gt;This collection of packages allow for two different setups for
12405 roaming laptops. The traditional setup would be using libpam-ccreds,
12406 nscd and libpam-mklocaluser with LDAP or Kerberos authentication,
12407 which should work out of the box if the configuration changes proposed
12408 for nscd in &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;BTS report
12409 #485282&lt;/a&gt; is implemented. The alternative setup is to use sssd with
12410 libpam-mklocaluser to connect to LDAP or Kerberos and let sssd take
12411 care of the caching of passwords and group information.&lt;/p&gt;
12412
12413 &lt;p&gt;I have so far been unable to get sssd to work with the LDAP server
12414 at the University, but suspect the issue is some SSL/GnuTLS related
12415 problem with the server certificate. I plan to update the Debian
12416 package to version 1.2, which is scheduled for next week, and hope to
12417 find time to make sure the next release will include both the
12418 Debian/Ubuntu specific patches. Upstream is friendly and responsive,
12419 and I am sure we will find a good solution.&lt;/p&gt;
12420
12421 &lt;p&gt;The idea is to set up the roaming laptops to authenticate using
12422 LDAP or Kerberos and create a local user with home directory in /home/
12423 when a usre in LDAP logs in via KDM or GDM for the first time, and
12424 cache the password for offline checking, as well as caching group
12425 memberhips and other relevant LDAP information. The
12426 libpam-mklocaluser package was created to make sure the local home
12427 directory is in /home/, instead of /site/server/directory/ which would
12428 be the home directory if pam_mkhomedir was used. To avoid confusion
12429 with support requests and configuration, we do not want local laptops
12430 to have users in a path that is used for the same users home directory
12431 on the home directory servers.&lt;/p&gt;
12432
12433 &lt;p&gt;One annoying problem with gdm is that it do not show the PAM
12434 message passed to the user from libpam-mklocaluser when the local user
12435 is created. Instead gdm simply reject the login with some generic
12436 message. The message is shown in kdm, ssh and login, so I guess it is
12437 a bug in gdm. Have not investigated if there is some other message
12438 type that can be used instead to get gdm to also show the message.&lt;/p&gt;
12439
12440 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
12441 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
12442 </description>
12443 </item>
12444
12445 <item>
12446 <title>Parallellized boot is now the default in Debian/unstable</title>
12447 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</link>
12448 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</guid>
12449 <pubDate>Fri, 14 May 2010 22:40:00 +0200</pubDate>
12450 <description>&lt;p&gt;Since this evening, parallel booting is the default in
12451 Debian/unstable for machines using dependency based boot sequencing.
12452 Apparently the testing of concurrent booting has been wider than
12453 expected, if I am to believe the
12454 &lt;a href=&quot;http://lists.debian.org/debian-devel/2010/05/msg00122.html&quot;&gt;input
12455 on debian-devel@&lt;/a&gt;, and I concluded a few days ago to move forward
12456 with the feature this weekend, to give us some time to detect any
12457 remaining problems before Squeeze is frozen. If serious problems are
12458 detected, it is simple to change the default back to sequential boot.
12459 The upload of the new sysvinit package also activate a new upstream
12460 version.&lt;/p&gt;
12461
12462 More information about
12463 &lt;a href=&quot;http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot&quot;&gt;dependency
12464 based boot sequencing&lt;/a&gt; is available from the Debian wiki. It is
12465 currently possible to disable parallel booting when one run into
12466 problems caused by it, by adding this line to /etc/default/rcS:&lt;/p&gt;
12467
12468 &lt;blockquote&gt;&lt;pre&gt;
12469 CONCURRENCY=none
12470 &lt;/pre&gt;&lt;/blockquote&gt;
12471
12472 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
12473 the BTS, please usertag the report to get it to show up at
12474 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
12475 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
12476 </description>
12477 </item>
12478
12479 <item>
12480 <title>Sitesummary tip: Listing MAC address of all clients</title>
12481 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</link>
12482 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</guid>
12483 <pubDate>Fri, 14 May 2010 21:10:00 +0200</pubDate>
12484 <description>&lt;p&gt;In the recent Debian Edu versions, the
12485 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;sitesummary
12486 system&lt;/a&gt; is used to keep track of the machines in the school
12487 network. Each machine will automatically report its status to the
12488 central server after boot and once per night. The network setup is
12489 also reported, and using this information it is possible to get the
12490 MAC address of all network interfaces in the machines. This is useful
12491 to update the DHCP configuration.&lt;/p&gt;
12492
12493 &lt;p&gt;To give some idea how to use sitesummary, here is a one-liner to
12494 ist all MAC addresses of all machines reporting to sitesummary. Run
12495 this on the collector host:&lt;/p&gt;
12496
12497 &lt;blockquote&gt;&lt;pre&gt;
12498 perl -MSiteSummary -e &#39;for_all_hosts(sub { print join(&quot; &quot;, get_macaddresses(shift)), &quot;\n&quot;; });&#39;
12499 &lt;/pre&gt;&lt;/blockquote&gt;
12500
12501 &lt;p&gt;This will list all MAC addresses assosiated with all machine, one
12502 line per machine and with space between the MAC addresses.&lt;/p&gt;
12503
12504 &lt;p&gt;To allow system administrators easier job at adding static DHCP
12505 addresses for hosts, it would be possible to extend this to fetch
12506 machine information from sitesummary and update the DHCP and DNS
12507 tables in LDAP using this information. Such tool is unfortunately not
12508 written yet.&lt;/p&gt;
12509 </description>
12510 </item>
12511
12512 <item>
12513 <title>Forcing new users to change their password on first login</title>
12514 <link>http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</link>
12515 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</guid>
12516 <pubDate>Sun, 2 May 2010 13:47:00 +0200</pubDate>
12517 <description>&lt;p&gt;One interesting feature in Active Directory, is the ability to
12518 create a new user with an expired password, and thus force the user to
12519 change the password on the first login attempt.&lt;/p&gt;
12520
12521 &lt;p&gt;I&#39;m not quite sure how to do that with the LDAP setup in Debian
12522 Edu, but did some initial testing with a local account. The account
12523 and password aging information is available in /etc/shadow, but
12524 unfortunately, it is not possible to specify an expiration time for
12525 passwords, only a maximum age for passwords.&lt;/p&gt;
12526
12527 &lt;p&gt;A freshly created account (using adduser test) will have these
12528 settings in /etc/shadow:&lt;/p&gt;
12529
12530 &lt;blockquote&gt;&lt;pre&gt;
12531 root@tjener:~# chage -l test
12532 Last password change : May 02, 2010
12533 Password expires : never
12534 Password inactive : never
12535 Account expires : never
12536 Minimum number of days between password change : 0
12537 Maximum number of days between password change : 99999
12538 Number of days of warning before password expires : 7
12539 root@tjener:~#
12540 &lt;/pre&gt;&lt;/blockquote&gt;
12541
12542 &lt;p&gt;The only way I could come up with to create a user with an expired
12543 account, is to change the date of the last password change to the
12544 lowest value possible (January 1th 1970), and the maximum password age
12545 to the difference in days between that date and today. To make it
12546 simple, I went for 30 years (30 * 365 = 10950) and January 2th (to
12547 avoid testing if 0 is a valid value).&lt;/p&gt;
12548
12549 &lt;p&gt;After using these commands to set it up, it seem to work as
12550 intended:&lt;/p&gt;
12551
12552 &lt;blockquote&gt;&lt;pre&gt;
12553 root@tjener:~# chage -d 1 test; chage -M 10950 test
12554 root@tjener:~# chage -l test
12555 Last password change : Jan 02, 1970
12556 Password expires : never
12557 Password inactive : never
12558 Account expires : never
12559 Minimum number of days between password change : 0
12560 Maximum number of days between password change : 10950
12561 Number of days of warning before password expires : 7
12562 root@tjener:~#
12563 &lt;/pre&gt;&lt;/blockquote&gt;
12564
12565 &lt;p&gt;So far I have tested this with ssh and console, and kdm (in
12566 Squeeze) login, and all ask for a new password before login in the
12567 user (with ssh, I was thrown out and had to log in again).&lt;/p&gt;
12568
12569 &lt;p&gt;Perhaps we should set up something similar for Debian Edu, to make
12570 sure only the user itself have the account password?&lt;/p&gt;
12571
12572 &lt;p&gt;If you want to comment on or help out with implementing this for
12573 Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
12574
12575 &lt;p&gt;Update 2010-05-02 17:20: Paul Tötterman tells me on IRC that the
12576 shadow(8) page in Debian/testing now state that setting the date of
12577 last password change to zero (0) will force the password to be changed
12578 on the first login. This was not mentioned in the manual in Lenny, so
12579 I did not notice this in my initial testing. I have tested it on
12580 Squeeze, and &#39;&lt;tt&gt;chage -d 0 username&lt;/tt&gt;&#39; do work there. I have not
12581 tested it on Lenny yet.&lt;/p&gt;
12582
12583 &lt;p&gt;Update 2010-05-02-19:05: Jim Paris tells me via email that an
12584 equivalent command to expire a password is &#39;&lt;tt&gt;passwd -e
12585 username&lt;/tt&gt;&#39;, which insert zero into the date of the last password
12586 change.&lt;/p&gt;
12587 </description>
12588 </item>
12589
12590 <item>
12591 <title>Thoughts on roaming laptop setup for Debian Edu</title>
12592 <link>http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</link>
12593 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</guid>
12594 <pubDate>Wed, 28 Apr 2010 20:40:00 +0200</pubDate>
12595 <description>&lt;p&gt;For some years now, I have wondered how we should handle laptops in
12596 Debian Edu. The Debian Edu infrastructure is mostly designed to
12597 handle stationary computers, and less suited for computers that come
12598 and go.&lt;/p&gt;
12599
12600 &lt;p&gt;Now I finally believe I have an sensible idea on how to adjust
12601 Debian Edu for laptops, by introducing a new profile for them, for
12602 example called Roaming Workstations. Here are my thought on this.
12603 The setup would consist of the following:&lt;/p&gt;
12604
12605 &lt;ul&gt;
12606
12607 &lt;li&gt;During installation, the user name of the owner / primary user of
12608 the laptop is requested and a local home directory is set up for
12609 the user, with uid and gid information fetched from the LDAP
12610 server. This allow the user to work also when offline. The
12611 central home directory can be available in a subdirectory on
12612 request, for example mounted via CIFS. It could be mounted
12613 automatically when a user log in while on the Debian Edu network,
12614 and unmounted when the machine is taken away (network down,
12615 hibernate, etc), it can be set up to do automatic mounting on
12616 request (using autofs), or perhaps some GUI button on the desktop
12617 can be used to access it when needed. Perhaps it is enough to use
12618 the fish protocol in KDE?&lt;/li&gt;
12619
12620 &lt;li&gt;Password checking is set up to use LDAP or Kerberos
12621 authentication when the machine is on the Debian Edu network, and
12622 to cache the password for offline checking when the machine unable
12623 to reach the LDAP or Kerberos server. This can be done using
12624 &lt;a href=&quot;http://www.padl.com/OSS/pam_ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
12625 or the Fedora developed
12626 &lt;a href=&quot;https://fedoraproject.org/wiki/Features/SSSD&quot;&gt;System
12627 Security Services Daemon&lt;/a&gt; packages.&lt;/li&gt;
12628
12629 &lt;li&gt;File synchronisation with the central home directory is set up
12630 using a shared directory in both the local and the central home
12631 directory, using unison.&lt;/li&gt;
12632
12633 &lt;li&gt;Printing should be set up to print to all printers broadcasting
12634 their existence on the local network, and should then work out of
12635 the box with CUPS. For sites needing accurate printer quotas, some
12636 system with Kerberos authentication or printing via ssh could be
12637 implemented.&lt;/li&gt;
12638
12639 &lt;li&gt;For users that should have local root access to their laptop,
12640 sudo should be used to allow this to the local user.&lt;/li&gt;
12641
12642 &lt;li&gt;It would be nice if user and group information from LDAP is
12643 cached on the client, but given that there are entries for the
12644 local user and primary group in /etc/, it should not be needed.&lt;/li&gt;
12645
12646 &lt;/ul&gt;
12647
12648 &lt;p&gt;I believe all the pieces to implement this are in Debian/testing at
12649 the moment. If we work quickly, we should be able to get this ready
12650 in time for the Squeeze release to freeze. Some of the pieces need
12651 tweaking, like libpam-ccreds should get support for pam-auth-update
12652 (&lt;a href=&quot;http://bugs.debian.org/566718&quot;&gt;#566718&lt;/a&gt;) and nslcd (or
12653 perhaps debian-edu-config) should get some integration code to stop
12654 its daemon when the LDAP server is unavailable to avoid long timeouts
12655 when disconnected from the net. If we get Kerberos enabled, we need
12656 to make sure we avoid long timeouts there too.&lt;/p&gt;
12657
12658 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
12659 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
12660 </description>
12661 </item>
12662
12663 <item>
12664 <title>Kerberos for Debian Edu/Squeeze?</title>
12665 <link>http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</link>
12666 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</guid>
12667 <pubDate>Wed, 14 Apr 2010 17:20:00 +0200</pubDate>
12668 <description>&lt;p&gt;&lt;a href=&quot;http://www.nuug.no/aktiviteter/20100413-kerberos/&quot;&gt;Yesterdays
12669 NUUG presentation&lt;/a&gt; about Kerberos was inspiring, and reminded me
12670 about the need to start using Kerberos in Skolelinux. Setting up a
12671 Kerberos server seem to be straight forward, and if we get this in
12672 place a long time before the Squeeze version of Debian freezes, we
12673 have a chance to migrate Skolelinux away from NFSv3 for the home
12674 directories, and over to an architecture where the infrastructure do
12675 not have to trust IP addresses and machines, and instead can trust
12676 users and cryptographic keys instead.&lt;/p&gt;
12677
12678 &lt;p&gt;A challenge will be integration and administration. Is there a
12679 Kerberos implementation for Debian where one can control the
12680 administration access in Kerberos using LDAP groups? With it, the
12681 school administration will have to maintain access control using flat
12682 files on the main server, which give a huge potential for errors.&lt;/p&gt;
12683
12684 &lt;p&gt;A related question I would like to know is how well Kerberos and
12685 pam-ccreds (offline password check) work together. Anyone know?&lt;/p&gt;
12686
12687 &lt;p&gt;Next step will be to use Kerberos for access control in Lwat and
12688 Nagios. I have no idea how much work that will be to implement. We
12689 would also need to document how to integrate with Windows AD, as such
12690 shared network will require two Kerberos realms that need to cooperate
12691 to work properly.&lt;/p&gt;
12692
12693 &lt;p&gt;I believe a good start would be to start using Kerberos on the
12694 skolelinux.no machines, and this way get ourselves experience with
12695 configuration and integration. A natural starting point would be
12696 setting up ldap.skolelinux.no as the Kerberos server, and migrate the
12697 rest of the machines from PAM via LDAP to PAM via Kerberos one at the
12698 time.&lt;/p&gt;
12699
12700 &lt;p&gt;If you would like to contribute to get this working in Skolelinux,
12701 I recommend you to see the video recording from yesterdays NUUG
12702 presentation, and start using Kerberos at home. The video show show
12703 up in a few days.&lt;/p&gt;
12704 </description>
12705 </item>
12706
12707 <item>
12708 <title>After 6 years of waiting, the Xreset.d feature is implemented</title>
12709 <link>http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</link>
12710 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</guid>
12711 <pubDate>Sat, 6 Mar 2010 18:15:00 +0100</pubDate>
12712 <description>&lt;p&gt;6 years ago, as part of the Debian Edu development I am involved
12713 in, I asked for a hook in the kdm and gdm setup to run scripts as root
12714 when the user log out. A bug was submitted against the xfree86-common
12715 package in 2004 (&lt;a href=&quot;http://bugs.debian.org/230422&quot;&gt;#230422&lt;/a&gt;),
12716 and revisited every time Debian Edu was working on a new release.
12717 Today, this finally paid off.&lt;/p&gt;
12718
12719 &lt;p&gt;The framework for this feature was today commited to the git
12720 repositry for the xorg package, and the git repository for xdm has
12721 been updated to use this framework. Next on my agenda is to make sure
12722 kdm and gdm also add code to use this framework.&lt;/p&gt;
12723
12724 &lt;p&gt;In Debian Edu, we want to ability to run commands as root when the
12725 user log out, to get rid of runaway processes and do general cleanup
12726 after a user. With this framework in place, we finally can do that in
12727 a generic way that work with all display managers using this
12728 framework. My goal is to get all display managers in Debian use it,
12729 similar to how they use the Xsession.d framework today.&lt;p&gt;
12730 </description>
12731 </item>
12732
12733 <item>
12734 <title>Debian Edu / Skolelinux based on Lenny released, work continues</title>
12735 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</link>
12736 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</guid>
12737 <pubDate>Thu, 11 Feb 2010 17:15:00 +0100</pubDate>
12738 <description>&lt;p&gt;On Tuesday, the Debian/Lenny based version of
12739 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; was finally
12740 shipped. This was a major leap forward for the project, and I am very
12741 pleased that we finally got the release wrapped up. Work on the first
12742 point release starts imediately, as we plan to get that one out a
12743 month after the major release, to include all fixes for bugs we found
12744 and fixed too late in the release process to include last Tuesday.&lt;/p&gt;
12745
12746 &lt;p&gt;Perhaps it even is time for some partying?&lt;/p&gt;
12747
12748 &lt;p&gt;After this first point release, my plan is to focus again on the
12749 next major release, based on Squeeze. We will try to get as many of
12750 the fixes we need into the official Debian packages before the freeze,
12751 and have just a few weeks or months to make it happen.&lt;/p&gt;
12752 </description>
12753 </item>
12754
12755 <item>
12756 <title>Automatic Munin and Nagios configuration</title>
12757 <link>http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</link>
12758 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</guid>
12759 <pubDate>Wed, 27 Jan 2010 15:15:00 +0100</pubDate>
12760 <description>&lt;p&gt;One of the new features in the next Debian/Lenny based release of
12761 Debian Edu/Skolelinux, which is scheduled for release in the next few
12762 days, is automatic configuration of the service monitoring system
12763 Nagios. The previous release had automatic configuration of trend
12764 analysis using Munin, and this Lenny based release take that a step
12765 further.&lt;/p&gt;
12766
12767 &lt;p&gt;When installing a Debian Edu Main-server, it is automatically
12768 configured as a Munin and Nagios server. In addition, it is
12769 configured to be a server for the
12770 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;SiteSummary
12771 system&lt;/a&gt; I have written for use in Debian Edu. The SiteSummary
12772 system is inspired by a system used by the University of Oslo where I
12773 work. In short, the system provide a centralised collector of
12774 information about the computers on the network, and a client on each
12775 computer submitting information to this collector. This allow for
12776 automatic information on which packages are installed on each machine,
12777 which kernel the machines are using, what kind of configuration the
12778 packages got etc. This also allow us to automatically generate Munin
12779 and Nagios configuration.&lt;/p&gt;
12780
12781 &lt;p&gt;All computers reporting to the sitesummary collector with the
12782 munin-node package installed is automatically enabled as a Munin
12783 client and graphs from the statistics collected from that machine show
12784 up automatically on http://www/munin/ on the Main-server.&lt;/p&gt;
12785
12786 &lt;p&gt;All non-laptop computers reporting to the sitesummary collector are
12787 automatically monitored for network presence (ping and any network
12788 services detected). In addition, all computers (also laptops) with
12789 the nagios-nrpe-server package installed and configured the way
12790 sitesummary would configure it, are monitored for full disks, software
12791 raid status, swap free and other checks that need to run locally on
12792 the machine.&lt;/p&gt;
12793
12794 &lt;p&gt;The result is that the administrator on a school using Debian Edu
12795 based on Lenny will be able to check the health of his installation
12796 with one look at the Nagios settings, without having to spend any time
12797 keeping the Nagios configuration up-to-date.&lt;/p&gt;
12798
12799 &lt;p&gt;The only configuration one need to do to get Nagios up and running
12800 is to set the password used to get access via HTTP. The system
12801 administrator need to run &quot;&lt;tt&gt;htpasswd /etc/nagios3/htpasswd.users
12802 nagiosadmin&lt;/tt&gt;&quot; to create a nagiosadmin user and set a password for
12803 it to be able to log into the Nagios web pages. After that,
12804 everything is taken care of.&lt;/p&gt;
12805 </description>
12806 </item>
12807
12808 <item>
12809 <title>Opphavet til Skolelinux-prosjektet</title>
12810 <link>http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</link>
12811 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</guid>
12812 <pubDate>Thu, 17 Dec 2009 10:50:00 +0100</pubDate>
12813 <description>&lt;p&gt;De færreste er klar over at Skolelinux-prosjektet kom som et resultat
12814 av en avgjørelse på årsmøtet i
12815 &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; i 2000-06-29, der Håkon Wium
12816 Lie, da varamedlem i styret, tok på seg oppdraget om å starte et
12817 initiativ kalt &quot;Teach the Teacher&quot;, som skulle være et initiativ for
12818 å få fri programvare og unix-lignende operativsystemer inn i Skolen.
12819 Tanken var at en måtte starte med lærerne for at ungene skulle få
12820 mulighet til å møte en bedre IT-hverdag. Jeg var tilstede på
12821 møtet, og hadde sans for ideen, men intet skjedde. På vårparten
12822 2001 ble det arrangert en demonstrasjon i anledning at First Tuesday
12823 hadde invitert Microsoft til et møte for å fortelle om fremtidens
12824 Internet. Dette provoserte endel av oss, og EFN og NUUG tok initiativ
12825 til å arrangere
12826 &lt;a href=&quot;http://www.digi.no/60982/first-tuesday-mote-med-microsoft-protest&quot;&gt;en
12827 demonstrasjon utenfor lokalene 2001-05-21&lt;/a&gt;. Blant de som sto bak
12828 demonstrasjonen var Vidar Bakke fra NUUG og Håkon W. Lie fra EFN.
12829 Etter demonstrasjonen arrangerte Håkon en fest hjemme hos seg der alle
12830 som hadde vært aktive i demonstrasjonsplanlegging og gjennomføringen
12831 deltok. Før festen var jeg blitt lei av å vente på at Håkon skulle ta
12832 initiativ til &quot;Teach the Teacher&quot;, og for å forsøke å få litt fremgang
12833 besteme jeg meg for å benytte anledningen hos Håkon til å snakke om
12834 behovet for å hjelpe skolene i gang med bedre datasystemer bestående
12835 av fri programvare og unix-lignende operativsystemer. Flere var
12836 interessert, og Knut Yrvin tenkte på ideen. Han
12837 &lt;a href=&quot;http://developer.skolelinux.no/brev/2001-06-28-invitasjon-skolelinux.txt&quot;&gt;ropte
12838 sammen&lt;/a&gt; til et stiftelsesmøte i prosjektet i sin arbeidsgivers
12839 Objectwares lokaler ved Ullevål stadion 2001-07-02, og jeg ble med.
12840 Resten er historie. :)&lt;/p&gt;
12841 </description>
12842 </item>
12843
12844 <item>
12845 <title>Endelig operativt webbasert medlemsregister for Fri programvare i skolen</title>
12846 <link>http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</link>
12847 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</guid>
12848 <pubDate>Mon, 2 Nov 2009 22:40:00 +0100</pubDate>
12849 <description>&lt;p&gt;Under helgens utviklersamling i
12850 &lt;a href=&quot;http://www.skolelinux.no/&quot;&gt;Skolelinux&lt;/a&gt; fikk jeg endelig
12851 satt meg ned sammen med Ronny Aasen i styret for å få et webbasert
12852 medlemsregister tilbake på plass for foreningen som passer på
12853 skolelinuxprosjektet. Etter flere års knot og problemer, er nå
12854 memberdb satt opp og klart til bruk. Import av det gamle
12855 medlemsregisteret har vist seg vanskelig, så alle medlemmer bes om å
12856 registrere seg på nytt. Hvis du støtter FRiSKs formål så er du
12857 hjertelig velkommen til
12858 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;å melde deg
12859 inn&lt;/a&gt;. Formålet lyder:&lt;/p&gt;
12860
12861 &lt;blockquote&gt;Linux i skolen skal tilrettelegge for og informere om bruk
12862 av fri programvare, i henhold til Debian Free Software Guidelines av
12863 2002-02-03, i den norske skolen, slik som f.eks. Linux og
12864 GNU.&lt;/blockquote&gt;
12865 </description>
12866 </item>
12867
12868 <item>
12869 <title>Returning from Skolelinux developer gathering</title>
12870 <link>http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</link>
12871 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</guid>
12872 <pubDate>Sun, 29 Mar 2009 21:00:00 +0200</pubDate>
12873 <description>&lt;p&gt;I&#39;m sitting on the train going home from this weekends Debian
12874 Edu/Skolelinux development gathering. I got a bit done tuning the
12875 desktop, and looked into the dynamic service location protocol
12876 implementation avahi. It look like it could be useful for us. Almost
12877 30 people participated, and I believe it was a great environment to
12878 get to know the Skolelinux system. Walter Bender, involved in the
12879 development of the Sugar educational platform, presented his stuff and
12880 also helped me improve my OLPC installation. He also showed me that
12881 his Turtle Art application can be used in standalone mode, and we
12882 agreed that I would help getting it packaged for Debian. As a
12883 standalone application it would be great for Debian Edu. We also
12884 tried to get the video conferencing working with two OLPCs, but that
12885 proved to be too hard for us. The application seem to need more work
12886 before it is ready for me. I look forward to getting home and relax
12887 now. :)&lt;/p&gt;
12888 </description>
12889 </item>
12890
12891 <item>
12892 <title>Time for new LDAP schemas replacing RFC 2307?</title>
12893 <link>http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</link>
12894 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</guid>
12895 <pubDate>Sun, 29 Mar 2009 20:30:00 +0200</pubDate>
12896 <description>&lt;p&gt;The state of standardized LDAP schemas on Linux is far from
12897 optimal. There is RFC 2307 documenting one way to store NIS maps in
12898 LDAP, and a modified version of this normally called RFC 2307bis, with
12899 some modifications to be compatible with Active Directory. The RFC
12900 specification handle the content of a lot of system databases, but do
12901 not handle DNS zones and DHCP configuration.&lt;/p&gt;
12902
12903 &lt;p&gt;In &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux&lt;/a&gt;,
12904 we would like to store information about users, SMB clients/hosts,
12905 filegroups, netgroups (users and hosts), DHCP and DNS configuration,
12906 and LTSP configuration in LDAP. These objects have a lot in common,
12907 but with the current LDAP schemas it is not possible to have one
12908 object per entity. For example, one need to have at least three LDAP
12909 objects for a given computer, one with the SMB related stuff, one with
12910 DNS information and another with DHCP information. The schemas
12911 provided for DNS and DHCP are impossible to combine into one LDAP
12912 object. In addition, it is impossible to implement quick queries for
12913 netgroup membership, because of the way NIS triples are implemented.
12914 It just do not scale. I believe it is time for a few RFC
12915 specifications to cleam up this mess.&lt;/p&gt;
12916
12917 &lt;p&gt;I would like to have one LDAP object representing each computer in
12918 the network, and this object can then keep the SMB (ie host key), DHCP
12919 (mac address/name) and DNS (name/IP address) settings in one place.
12920 It need to be efficently stored to make sure it scale well.&lt;/p&gt;
12921
12922 &lt;p&gt;I would also like to have a quick way to map from a user or
12923 computer and to the net group this user or computer is a member.&lt;/p&gt;
12924
12925 &lt;p&gt;Active Directory have done a better job than unix heads like myself
12926 in this regard, and the unix side need to catch up. Time to start a
12927 new IETF work group?&lt;/p&gt;
12928 </description>
12929 </item>
12930
12931 <item>
12932 <title>Endelig er Debian Lenny gitt ut</title>
12933 <link>http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</link>
12934 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</guid>
12935 <pubDate>Sun, 15 Feb 2009 11:50:00 +0100</pubDate>
12936 <description>&lt;p&gt;Endelig er &lt;a href=&quot;http://www.debian.org/&quot;&gt;Debian&lt;/a&gt;
12937 &lt;a href=&quot;http://www.debian.org/News/2009/20090214&quot;&gt;Lenny&lt;/a&gt; gitt ut.
12938 Et langt steg videre for Debian-prosjektet, og en rekke nye
12939 programpakker blir nå tilgjengelig for de av oss som bruker den
12940 stabile utgaven av Debian. Neste steg er nå å få
12941 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; /
12942 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; ferdig
12943 oppdatert for den nye utgaven, slik at en oppdatert versjon kan
12944 slippes løs på skolene. Takk til alle debian-utviklerne som har
12945 gjort dette mulig. Endelig er f.eks. fungerende avhengighetsstyrt
12946 bootsekvens tilgjengelig i stabil utgave, vha pakken
12947 &lt;tt&gt;insserv&lt;/tt&gt;.&lt;/p&gt;
12948 </description>
12949 </item>
12950
12951 <item>
12952 <title>Endelig norsk stavekontroll med støtte for ord med bindestrek</title>
12953 <link>http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</link>
12954 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</guid>
12955 <pubDate>Fri, 26 Dec 2008 11:00:00 +0100</pubDate>
12956 <description>&lt;p&gt;Etter flere års mislykkede forsøk på å skrive om byggesystemet for
12957 &lt;a href=&quot;http://no.speling.org/&quot;&gt;den norske stavekontrollen for bokmål
12958 og nynorsk&lt;/a&gt; til å ikke bruke bindestrek som ordskillemarkør, lyktes jeg
12959 endelig første juledag. Bruken av bindestrek som ordskillemarkør har
12960 gjort det umulig å få med ord med bindestrek i
12961 stavekontrolldatagrunnlaget, slik at ord som e-post og CD-spiller ikke
12962 kunne godtas av stavekontrollen. Hadde litt tid til overs å bruke på
12963 stavekontrollen, og satte meg ned med to kopier av byggsystemet og en
12964 liten testdatafil, og byttet ut - med = på utvalgte steder i
12965 byggsystemet og datafilen helt til jeg fikk samme resultat med det
12966 gamle og det nye byggsystemet. Dette tror jeg var forsøk 4, der de
12967 foregående har feilet uten at jeg klarte å forstå hvorfor. Det sier
12968 kanskje litt om kompleksiteten i det originale byggsystemet som Rune
12969 Kleveland laget i sin tid.&lt;/p&gt;
12970
12971 &lt;p&gt;Etter å ha endret byggsystemet, var neste steg å importere ordene
12972 med bindestrek. Vi har en rekke slike i databasene for
12973 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nb.speling.org/htdocs/&quot;&gt;bokmål&lt;/a&gt;
12974 og
12975 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nn.speling.org/htdocs/&quot;&gt;nynorsk&lt;/a&gt;
12976 for korrektur av datagrunnlaget for stavekontrollen, og etter importen
12977 skulle nå 10350 nye ord bli godkjent som korrekt stavede ord av
12978 stavekontrollen.&lt;/p&gt;
12979 </description>
12980 </item>
12981
12982 <item>
12983 <title>Devcamp brought us closer to the Lenny based Debian Edu release</title>
12984 <link>http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</link>
12985 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</guid>
12986 <pubDate>Sun, 7 Dec 2008 12:00:00 +0100</pubDate>
12987 <description>&lt;p&gt;This weekend we had a small developer gathering for Debian Edu in
12988 Oslo. Most of Saturday was used for the general assemly for the
12989 member organization, but the rest of the weekend I used to tune the
12990 LTSP installation. LTSP now work out of the box on the 10-network.
12991 Acer Aspire One proved to be a very nice thin client, with both
12992 screen, mouse and keybard in a small box. Was working on getting the
12993 diskless workstation setup configured out of the box, but did not
12994 finish it before the weekend was up.&lt;/p&gt;
12995
12996 &lt;p&gt;Did not find time to look at the 4 VGA cards in one box we got from
12997 the Brazilian group, so that will have to wait for the next
12998 development gathering. Would love to have the Debian Edu installer
12999 automatically detect and configure a multiseat setup when it find one
13000 of these cards.&lt;/p&gt;
13001 </description>
13002 </item>
13003
13004 <item>
13005 <title>The sorry state of multimedia browser plugins in Debian</title>
13006 <link>http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</link>
13007 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</guid>
13008 <pubDate>Tue, 25 Nov 2008 00:10:00 +0100</pubDate>
13009 <description>&lt;p&gt;Recently I have spent some time evaluating the multimedia browser
13010 plugins available in Debian Lenny, to see which one we should use by
13011 default in Debian Edu. We need an embedded video playing plugin with
13012 control buttons to pause or stop the video, and capable of streaming
13013 all the multimedia content available on the web. The test results and
13014 notes are available on
13015 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;the
13016 Debian wiki&lt;/a&gt;. I was surprised how few of the plugins are able to
13017 fill this need. My personal video player favorite, VLC, has a really
13018 bad plugin which fail on a lot of the test pages. A lot of the MIME
13019 types I would expect to work with any free software player (like
13020 video/ogg), just do not work. And simple formats like the
13021 audio/x-mplegurl format (m3u playlists), just isn&#39;t supported by the
13022 totem and vlc plugins. I hope the situation will improve soon. No
13023 wonder sites use the proprietary Adobe flash to play video.&lt;/p&gt;
13024
13025 &lt;p&gt;For Lenny, we seem to end up with the mplayer plugin. It seem to
13026 be the only one fitting our needs. :/&lt;/p&gt;
13027 </description>
13028 </item>
13029
13030 </channel>
13031 </rss>