]> pere.pagekite.me Git - homepage.git/blob - blog/index.html
Correct more links.
[homepage.git] / blog / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6 <title>Petter Reinholdtsen</title>
7 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/style.css" />
8 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/vim.css" />
9 <link rel="alternate" title="RSS Feed" href="http://people.skolelinux.org/pere/blog/index.rss" type="application/rss+xml" />
10 </head>
11 <body>
12 <div class="title">
13 <h1>
14 <a href="http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
15
16 </h1>
17
18 </div>
19
20
21
22 <div class="entry">
23 <div class="title"><a href="http://people.skolelinux.org/pere/blog/_pent_m_te_p__onsdag_om_bruken_av_Microsoft_Exchange_ved_Universitetet_i_Oslo.html">Åpent møte på onsdag om bruken av Microsoft Exchange ved Universitetet i Oslo</a></div>
24 <div class="date"> 3rd June 2013</div>
25 <div class="body"><p>Jeg jobber til daglig ved <a href="http://www.uio.no/">Universitetet
26 i Oslo</a>, en institusjon som lenge har vektlagt verdien av åpne
27 standarder og fri programvare. Men noe har endret seg, og for en
28 liten stund tilbake annonserte USIT at dagens fungerende e-postsystemet
29 basert på fri programvare skulle byttes ut med Microsoft Exchange og
30 at Microsoft Outlook skulle bli den best fungerende men antagelig ikke
31 eneste støttede e-postklienten. Annonseringen har ført til flere
32 protester og <a href="http://folk.uio.no/dssantos/nooutlookatuio/">en
33 underskriftskampanje</a>, initiert av Diana Santos, der så langt 253
34 personer har signert. Prosjektet
35 <a href="http://www.usit.uio.no/prosjekter/nike/">NIKE (Ny integrert
36 kalender/e-post)</a> ble initiert for å se på mulige løsninger med
37 utgangspunkt i at en kombinert epost/kalenderløsning var påkrevd, og
38 prosjektet
39 <a href="http://www.usit.uio.no/prosjekter/nike-implementasjon/">NIKE-implementasjon</a>
40 er igang med å rulle ut MS Exchange ved Universitetet i Oslo.</p>
41
42 <p>For kun kort tid siden ble det annonsert at det blir et åpent møte
43 med ledelsen hos universitetet i Oslo med disse planene som tema:</p>
44
45 <p>Tid: <strong>Onsdag 2013-06-05 kl. 10:00</strong>
46 <br>Sted: <strong>9. etasje i Lucy Smiths hus (admin-bygget)</strong></p>
47
48 <p> Det kan være en god plass å stille opp hvis en som meg ikke tror
49 valget av Microsoft Exchange som sentral epostinfrastruktur er et
50 heldig valg for Norges ledende forskningsuniversitet, men at en er mer
51 tjent med å selv
52 <a href="http://nuug.no/dokumenter/kronikk-friprog-itsikkerhet.shtml">beholde
53 kontrollen over egen infrastruktur</a>.</p>
54
55 <p>Saken har ført til endel presseoppslag så langt. Her er de jeg har
56 fått med meg:</p>
57
58 <ul>
59
60 <li>2013-05-29
61 <a href="http://universitas.no/nyhet/58462/forsvarer-nytt-it-system">Forsvarer
62 nytt IT-system</a> - Universitas</li>
63
64 <li>2013-05-23
65 <a href="http://www.uniforum.uio.no/nyheter/2013/05/uio-innforer-nytt-epost-og-kalendersystem.html">UiO
66 innfører nytt epost- og kalenderverktøy</a> - Uniforum</li>
67
68
69 <li>2013-05-22
70 <a href="http://universitas.no/nyhet/58424/protestgruppe-vil-stanse-it-system">Protestgruppe
71 vil stanse IT-system</a> - Universitas</li>
72
73
74 <li>2013-05-15
75 <a href="http://www.uniforum.uio.no/leserbrev/2013/uio-ma-ha-kontroll-over-sitt-eget-epostsystem.html">UiO
76 må ha kontroll over sitt eget epostsystem</a> - Uniforum</li>
77
78 </ul>
79
80
81 </div>
82 <div class="tags">
83
84
85 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
86
87
88 </div>
89 </div>
90 <div class="padding"></div>
91
92 <div class="entry">
93 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html">Educational applications included in Debian Edu / Skolelinux (the screenshot collection :-)</a></div>
94 <div class="date"> 1st June 2013</div>
95 <div class="body"><p>Included in <a href="http://www.skolelinux.org/">Debian Edu /
96 Skolelinux</a>, there are quite a lot of educational software.
97 Created to help teachers teach, and pupils learn. We have tried to
98 tag them all using debtags use::learning and role::program, and using
99 the debtags I was happy to be able to create a collage of the
100 educational software packages installed by default, sorted by the
101 debtag field. Here it is. Click on a image to learn more about the
102 program.</p>
103
104 <!-- for f in $(debtags tagcat|grep field::|awk '{print $2}'); do echo; echo "<p><strong>$f</strong></p>"; echo "<p>"; ( for p in $(debtags search --names "use::learning && interface::x11 && role::program && $f"); do img="<img src='http://screenshots.debian.net/thumbnail/$p' alt='$p'>"; if dpkg -s $p > /dev/null 2>&1; then echo "<a href='http://packages.qa.debian.org/$p'>$img</a>"; fi; done; ) | LANG=C sort; echo "</p>"; done -->
105
106 <p><strong>field::arts</strong></p>
107 <p>
108 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=audacity'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/audacity.png' alt='audacity'></a>
109 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=childsplay'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png' alt='childsplay'></a>
110 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=denemo'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/denemo.png' alt='denemo'></a>
111 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=freebirth'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/freebirth.png' alt='freebirth'></a>
112 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
113 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gimp'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gimp.png' alt='gimp'></a>
114 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=hydrogen'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/hydrogen.png' alt='hydrogen'></a>
115 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=lilypond'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lilypond.png' alt='lilypond'></a>
116 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=lmms'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lmms.png' alt='lmms'></a>
117 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=rosegarden'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rosegarden.png' alt='rosegarden'></a>
118 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=scribus'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scribus.png' alt='scribus'></a>
119 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=solfege'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/solfege.png' alt='solfege'></a>
120 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=stopmotion'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stopmotion.png' alt='stopmotion'></a>
121 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=tuxpaint'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxpaint.png' alt='tuxpaint'></a>
122 </p>
123
124 <p><strong>field::astronomy</strong></p>
125 <p>
126 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=celestia-gnome'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/celestia-gnome.png' alt='celestia-gnome'></a>
127 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gpredict'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gpredict.png' alt='gpredict'></a>
128 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=kstars'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kstars.png' alt='kstars'></a>
129 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=planets'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/planets.png' alt='planets'></a>
130 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=stellarium'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stellarium.png' alt='stellarium'></a>
131 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=xplanet'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png' alt='xplanet'></a>
132 </p>
133
134 <p><strong>field::biology:structural</strong></p>
135 <p>
136 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=pymol'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png' alt='pymol'></a>
137 </p>
138
139 <p><strong>field::chemistry</strong></p>
140 <p>
141 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=atomix'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/atomix.png' alt='atomix'></a>
142 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=chemtool'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/chemtool.png' alt='chemtool'></a>
143 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=easychem'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/easychem.png' alt='easychem'></a>
144 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gchempaint'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gchempaint.png' alt='gchempaint'></a>
145 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gdis'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gdis.png' alt='gdis'></a>
146 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=ghemical'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ghemical.png' alt='ghemical'></a>
147 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gperiodic'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gperiodic.png' alt='gperiodic'></a>
148 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=kalzium'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalzium.png' alt='kalzium'></a>
149 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=pymol'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png' alt='pymol'></a>
150 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=viewmol'>[viewmol]</a>
151 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=xdrawchem'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xdrawchem.png' alt='xdrawchem'></a>
152 </p>
153
154 <p><strong>field::electronics</strong></p>
155 <p>
156 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
157 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gpsim'>[gpsim]</a>
158 </p>
159
160 <p><strong>field::geography</strong></p>
161 <p>
162 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=kgeography'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kgeography.png' alt='kgeography'></a>
163 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=marble'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/marble.png' alt='marble'></a>
164 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=xplanet'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png' alt='xplanet'></a>
165 </p>
166
167 <p><strong>field::linguistics</strong></p>
168 <p>
169 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
170 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=kanagram'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kanagram.png' alt='kanagram'></a>
171 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=khangman'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/khangman.png' alt='khangman'></a>
172 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=klettres'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/klettres.png' alt='klettres'></a>
173 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=parley'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/parley.png' alt='parley'></a>
174 </p>
175
176 <p><strong>field::mathematics</strong></p>
177 <p>
178 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=childsplay'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png' alt='childsplay'></a>
179 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=drgeo'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/drgeo.png' alt='drgeo'></a>
180 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
181 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=geogebra'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/geogebra.png' alt='geogebra'></a>
182 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=geomview'>[geomview]</a>
183 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=grace'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/grace.png' alt='grace'></a>
184 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=graphmonkey'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphmonkey.png' alt='graphmonkey'></a>
185 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=graphthing'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphthing.png' alt='graphthing'></a>
186 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=kalgebra'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalgebra.png' alt='kalgebra'></a>
187 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=kbruch'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kbruch.png' alt='kbruch'></a>
188 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=kig'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kig.png' alt='kig'></a>
189 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=kmplot'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kmplot.png' alt='kmplot'></a>
190 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=mathwar'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/mathwar.png' alt='mathwar'></a>
191 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=rocs'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rocs.png' alt='rocs'></a>
192 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=scratch'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png' alt='scratch'></a>
193 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=tuxmath'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxmath.png' alt='tuxmath'></a>
194 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=xabacus'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xabacus.png' alt='xabacus'></a>
195 </p>
196
197 <p><strong>field::physics</strong></p>
198 <p>
199 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
200 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=step'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/step.png' alt='step'></a>
201 </p>
202
203 <p><strong>field::TODO</strong></p>
204 <p>
205 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=blinken'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/blinken.png' alt='blinken'></a>
206 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=cgoban'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/cgoban.png' alt='cgoban'></a>
207 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=childsplay'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png' alt='childsplay'></a>
208 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gcompris'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png' alt='gcompris'></a>
209 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gnuchess'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnuchess.png' alt='gnuchess'></a>
210 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gnugo'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnugo.png' alt='gnugo'></a>
211 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=gtans'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gtans.png' alt='gtans'></a>
212 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=ktouch'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ktouch.png' alt='ktouch'></a>
213 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=librecad'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/librecad.png' alt='librecad'></a>
214 <a href='http://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=scratch'><img src='http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png' alt='scratch'></a>
215 </p>
216
217 <p>In total, 61 applications. 3 of them lacked screen shots on
218 <a href="http://screenshot.debian.net">screenshot.debian.net</a>. If
219 you know of some packages we should install by default, please let us
220 know on <a href="irc://irc.debian.org/%23debian-edu">IRC, #debian-edu
221 on irc.debian.org</a>, or our
222 <a href="http://lists.debian.org/debian-edu/">mailing list
223 debian-edu@</a>.</p>
224 </div>
225 <div class="tags">
226
227
228 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
229
230
231 </div>
232 </div>
233 <div class="padding"></div>
234
235 <div class="entry">
236 <div class="title"><a href="http://people.skolelinux.org/pere/blog/How_to_install_Linux_on_a_Packard_Bell_Easynote_LV_preinstalled_with_Windows_8.html">How to install Linux on a Packard Bell Easynote LV preinstalled with Windows 8</a></div>
237 <div class="date">27th May 2013</div>
238 <div class="body"><p>Two days ago, I asked
239 <a href="http://people.skolelinux.org/pere/blog/How_can_I_install_Linux_on_a_Packard_Bell_Easynote_LV_preinstalled_with_Windows_8_.html">how
240 I could install Linux on a Packard Bell EasyNote LV computer
241 preinstalled with Windows 8</a>. I found a solution, but am horrified
242 with the obstacles put in the way of Linux users on a laptop with UEFI
243 and Windows 8.</p>
244
245 <p>I never found out if the cause of my problems were the use of UEFI
246 secure booting or fast boot. I suspect fast boot was the problem,
247 causing the firmware to boot directly from HD without considering any
248 key presses and alternative devices, but do not know UEFI settings
249 enough to tell.</p>
250
251 <p>There is no way to install Linux on the machine in question without
252 opening the box and disconnecting the hard drive! This is as far as I
253 can tell, the only way to get access to the firmware setup menu
254 without accepting the Windows 8 license agreement. I am told (and
255 found description on how to) that it is possible to configure the
256 firmware setup once booted into Windows 8. But as I believe the terms
257 of that agreement are completely unacceptable, accepting the license
258 was never an alternative. I do not enter agreements I do not intend
259 to follow.</p>
260
261 <p>I feared I had to return the laptops and ask for a refund, and
262 waste many hours on this, but luckily there was a way to get it to
263 work. But I would not recommend it to anyone planning to run Linux on
264 it, and I have become sceptical to Windows 8 certified laptops. Is
265 this the way Linux will be forced out of the market place, by making
266 it close to impossible for "normal" users to install Linux without
267 accepting the Microsoft Windows license terms? Or at least not
268 without risking to loose the warranty?</p>
269
270 <p>I've updated the
271 <a href="http://www.linlap.com/packard_bell_easynote_lv">Linux Laptop
272 wiki page for Packard Bell EasyNote LV</a>, to ensure the next person
273 do not have to struggle as much as I did to get Linux into the
274 machine.</p>
275
276 <p>Thanks to Bob Rosbag, Florian Weimer, Philipp Kern, Ben Hutching,
277 Michael Tokarev and others for feedback and ideas.</p>
278 </div>
279 <div class="tags">
280
281
282 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
283
284
285 </div>
286 </div>
287 <div class="padding"></div>
288
289 <div class="entry">
290 <div class="title"><a href="http://people.skolelinux.org/pere/blog/How_can_I_install_Linux_on_a_Packard_Bell_Easynote_LV_preinstalled_with_Windows_8_.html">How can I install Linux on a Packard Bell Easynote LV preinstalled with Windows 8?</a></div>
291 <div class="date">25th May 2013</div>
292 <div class="body"><p>I've run into quite a problem the last few days. I bought three
293 new laptops for my parents and a few others. I bought Packard Bell
294 Easynote LV to run Kubuntu on and use as their home computer. But I
295 am completely unable to figure out how to install Linux on it. The
296 computer is preinstalled with Windows 8, and I suspect it uses UEFI
297 instead of a BIOS to boot.</p>
298
299 <p>The problem is that I am unable to get it to PXE boot, and unable
300 to get it to boot the Linux installer from my USB stick. I have yet
301 to try the DVD install, and still hope it will work. when I turn on
302 the computer, there is no information on what buttons to press to get
303 the normal boot menu. I expect to get some boot menu to select PXE or
304 USB stick booting. When booting, it first ask for the language to
305 use, then for some regional settings, and finally if I will accept the
306 Windows 8 terms of use. As these terms are completely unacceptable to
307 me, I have no other choice but to turn off the computer and try again
308 to get it to boot the Linux installer.</p>
309
310 <p>I have gathered my findings so far on a Linlap page about the
311 <a href="http://www.linlap.com/packard_bell_easynote_lv">Packard Bell
312 EasyNote LV</a> model. If you have any idea how to get Linux
313 installed on this machine, please get in touch or update that wiki
314 page. If I can't find a way to install Linux, I will have to return
315 the laptop to the seller and find another machine for my parents.</p>
316
317 <p>I wonder, is this the way Linux will be forced out of the market
318 using UEFI and "secure boot" by making it impossible to install Linux
319 on new Laptops?</p>
320 </div>
321 <div class="tags">
322
323
324 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
325
326
327 </div>
328 </div>
329 <div class="padding"></div>
330
331 <div class="entry">
332 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Nirosan_Thiyagalingam.html">Skolelinux-intervju: Nirosan Thiyagalingam</a></div>
333 <div class="date">24th May 2013</div>
334 <div class="body"><p>En ting
335 <a href="http://www.skolelinux.org/">Skolelinux-prosjektet</a> har
336 hatt mye glede av er studentprosjekter. F.eks. er
337 <a href="http://linuxstopmotion.org/">stillbildeanimasjonssystemet
338 Stopmotion</a> resultat av et studentprosjekt i Skolelinux. De siste
339 månedene har en ivrig student veiledet av Marius Kotsbak i
340 <a href="http://www.friprogramvareiskolen.no/">FRiSK</a> testet hva en
341 kan få til med en datamaskin til NOK 400,- (antagelig 1700,- med
342 skjerm, tastatur og mus) når det brukes i Skolelinux. Jeg spurte han
343 om et intervju.</p>
344
345 <p><strong>Hvem er du, og hva driver du med til daglig?</strong></p>
346
347 <p>Jeg heter Nirosan Thiyagalingam. Jeg er 24 år og studerer
348 dataingeniør studiet ved Høgskolen i Sør Trøndelag. Interessen for
349 data har siden ung alder vært tilstede og jeg har i tillegg alltid
350 vært glad i å lære nye ting. Med teknologi som endres svært hurtig er
351 det alltid noe nytt å lære. Noe som igjen har gjort det svært
352 interessant å følge med på utviklingen. Jeg valgte dataingeniør
353 studiet grunnet ønske om å lære enda mer om programmering og utvikling
354 av store systemer.</p>
355
356 <p><strong>Hvordan kom du i kontakt med Skolelinux-prosjektet?</strong></p>
357
358 <p>Skolelinux prosjektet hørte jeg først om i media. Men det var først
359 når jeg skulle velge bacheloroppgave at jeg fattet mer interesse for
360 prosjektet. Et enkelt søk på nettet førte meg til skolelinux sine
361 hjemmesider. Informasjonen jeg fant der gjorde meg enda nysgjerrig og
362 jeg valgte derfor en oppgave som gikk ut på å få en
363 <a href="http://www.raspberrypi.org">Raspberry PI</a>. Altså en
364 ultra-billig datamaskin til å kjøre Debian Edu på lik linje med
365 vanlige datamaskiner. I løpet av prosjektet ble det gjort mye
366 forskning på nettet. Det var mye jeg måtte forstå rundt hvordan
367 operativsystemet Linux fungerte før jeg kunne angripe
368 problemet. Prøvde først å finne ut hvordan man kunne transformere en
369 vanlig installasjon av Skolelinux til Raspberry PI, men dette var
370 altfor vanskelig å jeg endte opp med mer spørsmål enn svar. Det ble
371 videre opprettet kontakt med Skolelinux utviklere på IRC der jeg fikk
372 diskutert hvilken retning jeg burde gå for å få til en fullverdig
373 løsning. Det ble bestemt at jeg skulle gå for å først installere
374 <a href="http://www.raspbian.org/">Raspian</a>. Dette er et
375 operativsystem basert på Debian spesiallaget for Raspberry Pi sin
376 maskinvare. Nå som Debian var installert på datamaskinen gjenstod det
377 å installere de nødvendige Skolelinux pakkene for å få til et
378 fullverdig system. Disse pakkene ble installert manuelt i første
379 omgang, men ble senere installert automatisk via et script som Petter
380 Reinholdtsen laget. Dette scriptet er så enkel å bruke at man er i
381 gang med installasjonen i løpet av bare 5 minutter. Ikke nok med det,
382 alt skjer helt automatisk. Alt i alt er jeg veldig fornøyd med
383 resultatet av installasjonsprosessen. Raspberry Pi er en veldig svak
384 maskin og det merkes godt når man har installert Skolelinux på
385 den. Video og 3D-rendering fungerer utrolig dårlig, men nettsurfing og
386 kontorprogrammer fungerer godt. Det kan derfor konkluderes med at
387 datamaskinen er egnet for enkle oppgaver.
388
389 <p>Jeg syns det er viktig påpeke at dette kun er startfasen av en slik
390 løsning. På markedet finnes det nå maskiner som har bedre hardware enn
391 Raspberry Pi. Det er store muligheter for at man kan klare å
392 installere Skolelinux på disse også, og da forsvinner nok mest
393 sannsynlig ytelsesproblemene med Video og 3D rendering også.</p>
394
395 <p>Det ble også prøvd med en løsning som gjorde at Raspberry Pi
396 fungerte som en tynnklient. Denne løsningen hadde langt bedre ytelse
397 med tanke på hastighet og brukeropplevelse. Men også her var video og
398 3D rendering dårlig. Det ble brukt en liten Linux distribusjon kalt
399 <a href="http://www.berryterminal.com/">BerryTerminal</a> for å få til
400 dette.</p>
401
402 <p><strong>Hva er fordelene med Skolelinux slik du ser det?</strong></p>
403
404 <p>Fordelen med Skolelinux er mange. At det er gratis er en stor
405 fordel, men at det er så mange som er med på å utvikle det og
406 vedlikeholde det er en enda større fordel. Allerede før jeg startet
407 med prosjektet så jeg mange fordeler, og når jeg nærmet meg sluttfasen
408 så jeg langt flere. At prosjektet skulle inneha en så høy kvalitet
409 hadde jeg aldri trodd. En vanlig Skolelinux installasjon har de
410 nødvendige programmene og funksjonen som både små og store skoler i
411 tillegg til organisasjoner kan klare seg med. At prosjektet tilbyr en
412 så komplett løsning er en kjempefordel. Installasjonen er knirkefri
413 og det er svært enkelt å installere og komme i gang.</p>
414
415 <p><strong>Hva er ulempene med Skolelinux slik du ser det?</strong></p>
416
417 <p>Ulempene jeg ser med prosjektet er ryddigheten av websidene. Selv
418 om websidene er enkle og konsise er det allikevel ikke appellerende i
419 like stor grad som for eksempel
420 <a href="http://www.ubuntu.com">Ubuntu</a> sine sider. Deres side
421 tilbyr, i tillegg til godt design og presentasjon, en nettbasert
422 emulator av deres operativsystem. Dette er en stor fordel slik jeg ser
423 det. Bortsett fra dette ser jeg absolutt ingen ulemper med
424 Skolelinux-prosjektet.</p>
425
426 <p><strong>Hvilken fri programvare bruker du til daglig?</strong></p>
427
428 <p>Til daglig er jeg en flittig bruker av det åpne media
429 sentersystemet <a href="http://xbmc.org/">XBMC</a>. Det enorme
430 samfunnet rundt dette prosjektet har gjort dette til et program som
431 dekker alles behov. Man kan tilpasse det akkurat slik man vil både med
432 tanke på utseende og funksjoner ved installere plug-ins eller
433 scripts.</p>
434
435 <p><strong>Hvilken strategi tror du er den rette å bruke for å få
436 skoler til å ta i bruk fri programvare?</strong></p>
437
438 <p>Strategien som burde brukes sett fra mine øyne er
439 markedsføring. Jeg er sikker på at om flere skoler fikk et lite innsyn
440 i hvor bra Skolelinux er så ville de ikke nølt med å gå over fra noe
441 annet som koster de store summer. At skolelinux til de grader tilbyr
442 en så komplett løsning bure komme frem. Enten via reklamekampanjer
443 eller ved å sende ut folk til skoler for så å la skolenettverk
444 ansvarlige få teste ut hvordan Skolelinux fungerer i praksis. Om det
445 i tillegg ble utviklet gode websider og en emulator for å la brukere
446 prøve operativsystemet ville nok dette ha styrket inntrykket
447 betraktelig.</p>
448 </div>
449 <div class="tags">
450
451
452 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>.
453
454
455 </div>
456 </div>
457 <div class="padding"></div>
458
459 <div class="entry">
460 <div class="title"><a href="http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html">How to transform a Debian based system to a Debian Edu installation</a></div>
461 <div class="date">17th May 2013</div>
462 <div class="body"><p><a href="http://www.skolelinux.org/">Debian Edu / Skolelinux</a> is
463 an operating system based on Debian intended for use in schools. It
464 contain a turn-key solution for the computer network provided to
465 pupils in the primary schools. It provide both the central server,
466 network boot servers and desktop environments with heaps of
467 educational software. The project was founded almost 12 years ago,
468 2001-07-02. If you want to support the project, which is in need for
469 cash to fund developer gatherings and other project related activity,
470 <a href="http://www.linuxiskolen.no/slxdebianlabs/donations.html">please
471 donate some money</a>.
472
473 <p>A topic that come up again and again on the Debian Edu mailing
474 lists and elsewhere, is the question on how to transform a Debian or
475 Ubuntu installation into a Debian Edu installation. It isn't very
476 hard, and last week I wrote a script to replicate the steps done by
477 the Debian Edu installer.</p>
478
479 <p>The script,
480 <a href="http://anonscm.debian.org/viewvc/debian-edu/branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless?view=markup">debian-edu-bless<a/>
481 in the debian-edu-config package, will go through these six steps and
482 transform an existing Debian Wheezy or Ubuntu (untested) installation
483 into a Debian Edu Workstation:</p>
484
485 <ol>
486
487 <li>Add skolelinux related APT sources.</li>
488 <li>Create /etc/debian-edu/config with the wanted configuration.</li>
489 <li>Install debian-edu-install to load preseeding values and pull in
490 our configuration.</li>
491 <li>Preseed debconf database with profile setup in
492 /etc/debian-edu/config, and run tasksel to install packages
493 according to the profile specified in the config above,
494 overriding some of the Debian automation machinery.</li>
495 <li>Run debian-edu-cfengine-D installation to configure everything
496 that could not be done using preseeding.</li>
497 <li>Ask for a reboot to enable all the configuration changes.</li>
498
499 </ol>
500
501 <p>There are some steps in the Debian Edu installation that can not be
502 replicated like this. Disk partitioning and LVM setup, for example.
503 So this script just assume there is enough disk space to install all
504 the needed packages.</p>
505
506 <p>The script was created to help a Debian Edu student working on
507 setting up <a href="http://www.raspberrypi.org">Raspberry Pi</a> as a
508 Debian Edu client, and using it he can take the existing
509 <a href="http://www.raspbian.org/FrontPage‎">Raspbian</a> installation and
510 transform it into a fully functioning Debian Edu Workstation (or
511 Roaming Workstation, or whatever :).</p>
512
513 <p>The default setting in the script is to create a KDE Workstation.
514 If a LXDE based Roaming workstation is wanted instead, modify the
515 PROFILE and DESKTOP values at the top to look like this instead:</p>
516
517 <p><pre>
518 PROFILE="Roaming-Workstation"
519 DESKTOP="lxde"
520 </pre></p>
521
522 <p>The script could even become useful to set up Debian Edu servers in
523 the cloud, by starting with a virtual Debian installation at some
524 virtual hosting service and setting up all the services on first
525 boot.</p>
526 </div>
527 <div class="tags">
528
529
530 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
531
532
533 </div>
534 </div>
535 <div class="padding"></div>
536
537 <div class="entry">
538 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html">Second alpha release of Debian Edu / Skolelinux based on Debian Wheezy</a></div>
539 <div class="date">14th May 2013</div>
540 <div class="body"><p>The <a href="http://www.skolelinux.org/">Debian Edu / Skolelinux
541 project</a> is making great progress and made its second Wheezy based
542 release today. This is the release announcement:</p>
543
544 <p><strong>New features for Debian Edu 7.0.0 alpha1 released
545 2013-05-14</strong></p>
546
547 <p>This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
548 alpha1, based on <ahref="http://www.debian.org">Debian</a> with
549 codename "Wheezy".</p>
550
551 <p><strong>About Debian Edu and Skolelinux</strong></p>
552
553 <p>Debian Edu, also known as Skolelinux, is a Linux distribution based
554 on Debian providing an out-of-the box environment of a completely
555 configured school network. Immediatly after installation a school
556 server running all services needed for a school network is set up just
557 waiting for users and machines being added via GOsa², a comfortable
558 Web-UI. A netbooting environment is prepared using PXE, so after
559 initial installation of the main server from CD, DVD or USB stick all
560 other machines can be installed via the network.</p>
561
562 <p>This is the first test release based on Wheezy (which currently is
563 not released yet). Basically this is an updated and slightly improved
564 version compared to the Squeeze release.</p>
565
566 <p><strong>Software updates</strong></p>
567 <ul>
568 <li>Install freemind (0.9.0) by default, and stop installing vym by
569 default.</li>
570 <li>Install chromium (26.0.1410.43) by default.</li>
571 <li>Install goplay (0.5-1.1) to make golearn available by default.</li>
572 <li>Updated support for Japanese input methods, now based on
573 ibus-anthy.</li>
574 </ul>
575
576 <p><strong>Other changes</strong></p>
577 <ul>
578
579 <li>Switched default file system from ext3 to ext4 for speed and
580 reliability improvements.</li>
581 <li>Got rid of unwanted winbind daemon and PAM setup activated because
582 of <a href="http://bugs.debian.org/706434">706434</a>.</li>
583 <li>Extended and improved the testsuite tests to detect more possible
584 problems.</li>
585 <li>Corrected proxy handling to not set http_proxy to a bogus
586 direct:// URL.</li>
587 <li>Corrected proxy setup for diskless workstations.</li>
588 <li>Corrected PXE setup to use our updated udebs during installation.</li>
589 <li>Made installation handling of low entropy level more robust.</li>
590 <li>Create larger partitions for Roaming workstations and Thin client
591 servers, to make room for all the software installed.</li>
592 <li>Fix bug in Roaming workstation PAM setup, making it impossible to
593 log in (<a href="http://bugs.debian.org/706753">706753</a>).</li>
594 </ul>
595
596 <p><strong>Known issues</strong></p>
597 <ul>
598
599 <li>IP resolution for the local hostname give useless IPv6 address
600 (<a href="http://bugs.debian.org/705900">705900</a>). Only install
601 libnss-myhostname on roaming workstations until it is fixed.</li>
602 <li>DVD images are not yet ready.</li>
603 <li>No mass import of user account data in GOsa (ldif or csv)
604 available yet (<a href="http://bugs.debian.org/698840">698840</a>).</li>
605 <li>Missing artwork for the KDE desktop (and probably a few others).</li>
606 <li>KDE Debian submenu lacks icons.</li>
607 <li>LXDE menu lacks entry for changing GOsa password
608 (website). Installing gosa-desktop will be an option.</li>
609 <li>Backup configuration via web interface is impossible due to
610 password submission problem
611 (<a href="http://bugs.debian.org/700257">700257</a>).</li>
612
613 </ul>
614
615 <p><strong>Where to get it</strong></p>
616
617 <p>To download the multiarch netinstall CD release you can use</p>
618 <ul>
619
620 <li><a href="ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso</a></li>
621 <li><a href="http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso</a></li>
622 <li>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso debian-edu~7.0+edu0~a1-CD.iso</li>
623
624 </ul>
625
626 <p>The MD5SUM of this image is: 685ed76c1aa8e44b12d3fde21faf450b</p>
627
628 <p>The SHA1SUM of this image is: 6c874de157024da13e115bab29c068080a11ec4c</p>
629
630 <p><strong>How to report bugs</strong></p>
631
632 <p><a href="http://wiki.debian.org/DebianEdu/HowTo/ReportBugs">http://wiki.debian.org/DebianEdu/HowTo/ReportBugs</a></p>
633 </div>
634 <div class="tags">
635
636
637 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
638
639
640 </div>
641 </div>
642 <div class="padding"></div>
643
644 <div class="entry">
645 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian__the_Linux_distribution_of_choice_for_LEGO_designers_.html">Debian, the Linux distribution of choice for LEGO designers?</a></div>
646 <div class="date">11th May 2013</div>
647 <div class="body"><P>In January,
648 <a href="http://people.skolelinux.org/pere/blog/New_IRC_channel_for_LEGO_designers_using_Debian.html">I
649 announced a</a> new <a href="irc://irc.debian.org/%23debian-lego">IRC
650 channel #debian-lego</a>, for those of us in the Debian and Linux
651 community interested in <a href="http://www.lego.com/">LEGO</a>, the
652 marvellous construction system from Denmark. We also created
653 <a href="http://wiki.debian.org/LegoDesigners">a wiki page</a> to have
654 a place to take notes and write down our plans and hopes. And several
655 people showed up to help. I was very happy to see the effect of my
656 call. Since the small start, we have a debtags tag
657 <a href="http://debtags.debian.net/search/bytag?wl=hardware::hobby:lego">hardware::hobby:lego</a>
658 tag for LEGO related packages, and now count 10 packages related to
659 LEGO and <a href="http://mindstorms.lego.com/">Mindstorms</a>:</p>
660
661 <p><table>
662 <tr><td><a href="http://packages.qa.debian.org/brickos">brickos</a></td><td>alternative OS for LEGO Mindstorms RCX. Supports development in C/C++</td></tr>
663 <tr><td><a href="http://packages.qa.debian.org/leocad">leocad</a></td><td>virtual brick CAD software</td></tr>
664 <tr><td><a href="http://packages.qa.debian.org/libnxt">libnxt</a></td><td>utility library for talking to the LEGO Mindstorms NX</td></tr>
665 <tr><td><a href="http://packages.qa.debian.org/lnpd">lnpd</a></td><td>daemon for LNP communication with BrickOS</td></tr>
666 <tr><td><a href="http://packages.qa.debian.org/nbc">nbc</a></td><td>compiler for LEGO Mindstorms NXT bricks</td></tr>
667 <tr><td><a href="http://packages.qa.debian.org/nqc">nqc</a></td><td>Not Quite C compiler for LEGO Mindstorms RCX</td></tr>
668 <tr><td><a href="http://packages.qa.debian.org/python-nxt">python-nxt</a></td><td>python driver/interface/wrapper for the Lego Mindstorms NXT robot</td></tr>
669 <tr><td><a href="http://packages.qa.debian.org/python-nxt-filer">python-nxt-filer</a></td><td>simple GUI to manage files on a LEGO Mindstorms NXT</td></tr>
670 <tr><td><a href="http://packages.qa.debian.org/scratch">scratch</a></td><td>easy to use programming environment for ages 8 and up</td></tr>
671 <tr><td><a href="http://packages.qa.debian.org/t2n">t2n</a></td><td>simple command-line tool for Lego NXT</td></tr>
672 </table></p>
673
674 <p>Some of these are available in Wheezy, and all but one are
675 currently available in Jessie/testing. leocad is so far only
676 available in experimental.</p>
677
678 <p>If you care about LEGO in Debian, please join us on IRC and help
679 adding the rest of the great free software tools available on Linux
680 for LEGO designers.</p>
681 </div>
682 <div class="tags">
683
684
685 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/robot">robot</a>.
686
687
688 </div>
689 </div>
690 <div class="padding"></div>
691
692 <div class="entry">
693 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html">Narvik sparer minst 9 millioner på å bruke Skolelinux</a></div>
694 <div class="date">10th May 2013</div>
695 <div class="body"><p>I fjor sommer ble jeg
696 <a href="http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html">gledelig
697 overrasket</a> over et oppslag i avisen Fremover om Narvik kommunes
698 bruk av <a href="http://www.skolelinux.org/">Skolelinux</a>. Oppslaget
699 var basert på et notat som besvarte spørsmål fra ordfører Tor Nysæter
700 og rådgiver for skolesektoren, Petter Falkbu, om bruken av Skolelinux
701 i Narvikskolene og konstnaden ved å gå over til Windows. For litt
702 over en uke siden siden fikk jeg endelig bedt kommunen om å få innsyn
703 i dette notatet, og det ble oversendt på epost tirsdag. Jeg fikk
704 <a href="http://www.nuug.no/pub/offentliginnsyn/from-Narvik-kommune/2013-04-29-09:12-skolelinux-notat/PetterFalkbuogwindowsfornarvikskolen%20(L)351310.pdf">lagt
705 ut notatet</a> samme dag, og fikk i dag sjekket postlista til Narvik,
706 der jeg fant notatet som
707 <a href="https://www.narvik.kommune.no/innsyn.aspx?response=arkivsak_detaljer&arkivsakid=2013001023&scripturi=/innsyn.aspx&skin=infolink&Mid1=301&">sak
708 2013/1023</a>.</p>
709
710 <p>Notatet forteller at Narvik ville måtte betalt minst 9 millioner
711 for å gå over til Windows på skolene. I tillegg dokumenterer notatet
712 at læreplanens krav oppfylles uten problemer ved bruk av Skolelinux.
713 Jeg anbefaler alle å lese de 10 sidene med gode argumenter for å kutte
714 unødige utgifter på IT i skoleverket. :)</p>
715 </div>
716 <div class="tags">
717
718
719 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>.
720
721
722 </div>
723 </div>
724 <div class="padding"></div>
725
726 <div class="entry">
727 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html">Debian Wheezy is out - and Debian Edu / Skolelinux should soon follow! #newinwheezy</a></div>
728 <div class="date"> 5th May 2013</div>
729 <div class="body"><p>When I woke up this morning, I was very happy to see that the
730 <a href="http://www.debian.org/News/2013/20130504">release announcement
731 for Debian Wheezy</a> was waiting in my mail box. This is a great
732 Debian release, and I expect to move my machines at home over to it fairly
733 soon.</p>
734
735 <p>The new debian release contain heaps of new stuff, and one program
736 in particular make me very happy to see included. The
737 <a href="http://scratch.mit.edu/">Scratch</a> program, made famous by
738 the <a href="http://www.code.org/">Teach kids code</a> movement, is
739 included for the first time. Alongside similar programs like
740 <a href="http://edu.kde.org/kturtle/">kturtle</a> and
741 <a href="http://wiki.sugarlabs.org/go/Activities/Turtle_Art">turtleart</a>,
742 it allow for visual programming where syntax errors can not happen,
743 and a friendly programming environment for learning to control the
744 computer. Scratch will also be included in the next release of Debian
745 Edu.</a>
746
747 <p>And now that Wheezy is wrapped up, we can wrap up the next Debian
748 Edu/Skolelinux release too. The
749 <a href="http://lists.debian.org/debian-edu/2013/04/msg00132.html">first
750 alpha release</a> went out last week, and the next should soon
751 follow.<p>
752 </div>
753 <div class="tags">
754
755
756 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
757
758
759 </div>
760 </div>
761 <div class="padding"></div>
762
763 <p style="text-align: right;"><a href="index.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
764 <div id="sidebar">
765
766
767
768 <h2>Archive</h2>
769 <ul>
770
771 <li>2013
772 <ul>
773
774 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
775
776 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
777
778 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
779
780 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
781
782 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
783
784 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (2)</a></li>
785
786 </ul></li>
787
788 <li>2012
789 <ul>
790
791 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
792
793 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
794
795 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
796
797 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
798
799 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
800
801 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
802
803 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
804
805 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
806
807 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
808
809 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
810
811 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
812
813 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
814
815 </ul></li>
816
817 <li>2011
818 <ul>
819
820 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
821
822 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
823
824 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
825
826 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
827
828 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
829
830 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
831
832 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
833
834 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
835
836 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
837
838 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
839
840 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
841
842 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
843
844 </ul></li>
845
846 <li>2010
847 <ul>
848
849 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
850
851 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
852
853 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
854
855 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
856
857 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
858
859 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
860
861 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
862
863 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
864
865 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
866
867 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
868
869 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
870
871 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
872
873 </ul></li>
874
875 <li>2009
876 <ul>
877
878 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
879
880 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
881
882 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
883
884 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
885
886 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
887
888 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
889
890 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
891
892 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
893
894 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
895
896 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
897
898 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
899
900 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
901
902 </ul></li>
903
904 <li>2008
905 <ul>
906
907 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
908
909 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
910
911 </ul></li>
912
913 </ul>
914
915
916
917 <h2>Tags</h2>
918 <ul>
919
920 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (13)</a></li>
921
922 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
923
924 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
925
926 <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
927
928 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (7)</a></li>
929
930 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (12)</a></li>
931
932 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
933
934 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (76)</a></li>
935
936 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (129)</a></li>
937
938 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
939
940 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (9)</a></li>
941
942 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
943
944 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (195)</a></li>
945
946 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (21)</a></li>
947
948 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
949
950 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (11)</a></li>
951
952 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (11)</a></li>
953
954 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (34)</a></li>
955
956 <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (6)</a></li>
957
958 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (18)</a></li>
959
960 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (8)</a></li>
961
962 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (6)</a></li>
963
964 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
965
966 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (25)</a></li>
967
968 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (234)</a></li>
969
970 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (152)</a></li>
971
972 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (8)</a></li>
973
974 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
975
976 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (44)</a></li>
977
978 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (65)</a></li>
979
980 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
981
982 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
983
984 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (2)</a></li>
985
986 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (7)</a></li>
987
988 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
989
990 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
991
992 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
993
994 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (29)</a></li>
995
996 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
997
998 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
999
1000 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (43)</a></li>
1001
1002 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>
1003
1004 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (7)</a></li>
1005
1006 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (15)</a></li>
1007
1008 <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (1)</a></li>
1009
1010 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (7)</a></li>
1011
1012 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (38)</a></li>
1013
1014 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
1015
1016 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (26)</a></li>
1017
1018 </ul>
1019
1020
1021 </div>
1022 <p style="text-align: right">
1023 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
1024 </p>
1025
1026 </body>
1027 </html>