1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <rss version='
2.0' xmlns:lj='http://www.livejournal.org/rss/lj/
1.0/' xmlns:
atom=
"http://www.w3.org/2005/Atom">
4 <title>Petter Reinholdtsen
</title>
5 <description></description>
6 <link>http://people.skolelinux.org/pere/blog/
</link>
7 <atom:link href=
"http://people.skolelinux.org/pere/blog/index.rss" rel=
"self" type=
"application/rss+xml" />
10 <title>Oslo community mesh network - with NUUG and Hackeriet at Hausmania
</title>
11 <link>http://people.skolelinux.org/pere/blog/Oslo_community_mesh_network___with_NUUG_and_Hackeriet_at_Hausmania.html
</link>
12 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Oslo_community_mesh_network___with_NUUG_and_Hackeriet_at_Hausmania.html
</guid>
13 <pubDate>Fri,
11 Oct
2013 14:
10:
00 +
0200</pubDate>
14 <description><p
>Wireless mesh networks are self organising and self healing
15 networks that can be used to connect computers across small and large
16 areas, depending on the radio technology used. Normal wifi equipment
17 can be used to create home made radio networks, and there are several
18 successful examples like
19 <a href=
"http://www.freifunk.net/
">Freifunk
</a
> and
20 <a href=
"http://www.awmn.net/
">Athens Wireless Metropolitan Network
</a
>
22 <a href=
"http://en.wikipedia.org/wiki/List_of_wireless_community_networks_by_region#Greece
">wikipedia
23 for a large list
</a
>) around the globe. To give you an idea how it
24 work, check out the nice overview of the Kiel Freifunk community which
25 can be seen from their
26 <a href=
"http://freifunk.in-kiel.de/ffmap/nodes.html
">dynamically
27 updated node graph and map
</a
>, where one can see how the mesh nodes
28 automatically handle routing and recover from nodes disappearing.
29 There is also a small community mesh network group in Oslo, Norway,
30 and that is the main topic of this blog post.
</p
>
32 <p
>I
've wanted to check out mesh networks for a while now, and hoped
33 to do it as part of my involvement with the
<a
34 href=
"http://www.nuug.no/
">NUUG member organisation
</a
> community, and
35 my recent involvement in
36 <a href=
"https://wiki.debian.org/FreedomBox
">the Freedombox project
</a
>
37 finally lead me to give mesh networks some priority, as I suspect a
38 Freedombox should use mesh networks to connect neighbours and family
39 when possible, given that most communication between people are
40 between those nearby (as shown for example by research on Facebook
41 communication patterns). It also allow people to communicate without
42 any central hub to tap into for those that want to listen in on the
43 private communication of citizens, which have become more and more
44 important over the years.
</p
>
46 <p
>So far I have only been able to find one group of people in Oslo
47 working on community mesh networks, over at the hack space
48 <a href=
"http://hackeriet.no/
">Hackeriet
</a
> at Husmania. They seem to
49 have started with some Freifunk based effort using OLSR, called
50 <a href=
"http://oslo.freifunk.net/index.php?title=Main_Page
">the Oslo
51 Freifunk project
</a
>, but that effort is now dead and the people
52 behind it have moved on to a batman-adv based system called
53 <a href=
"http://meshfx.org/trac
">meshfx
</a
>. Unfortunately the wiki
54 site for the Oslo Freifunk project is no longer possible to update to
55 reflect this fact, so the old project page can
't be updated to point to
56 the new project. A while back, the people at Hackeriet invited people
57 from the Freifunk community to Oslo to talk about mesh networks. I
58 came across this video where Hans Jørgen Lysglimt interview the
59 speakers about this talk (from
60 <a href=
"https://www.youtube.com/watch?v=N2Kd7CLkhSY
">youtube
</a
>:
</p
>
63 <p
><iframe width=
"420" height=
"315" src=
"https://www.youtube.com/embed/N2Kd7CLkhSY
" frameborder=
"0" allowfullscreen
></iframe
></p
>
65 <p
>I mentioned OLSR and batman-adv, which are mesh routing protocols.
66 There are heaps of different protocols, and I am still struggling to
67 figure out which one would be
"best
" for some definitions of best, but
68 given that the community mesh group in Oslo is so small, I believe it
69 is best to hook up with the existing one instead of trying to create a
70 completely different setup, and thus this have decided to focus on
71 batman-adv for now. It sure help me to know that the very cool
72 <a href=
"http://www.servalproject.org/
">Serval project in Australia
</a
>
73 is using batman-adv as their meshing technology when it create a self
74 organizing and self healing telephony system for disaster areas and
75 less industrialized communities. Check out this cool video presenting
77 <a href=
"https://www.youtube.com/watch?v=
30qNfzJCQOA
">youtube
</a
>:
</p
>
79 <p
><iframe width=
"560" height=
"315" src=
"https://www.youtube.com/embed/
30qNfzJCQOA
" frameborder=
"0" allowfullscreen
></iframe
></p
>
81 <p
>According to the wikipedia page on
82 <a href=
"http://en.wikipedia.org/wiki/Wireless_mesh_network
">Wireless
83 mesh network
</a
> there are around
70 competing schemes for routing
84 packets across mesh networks, and OLSR, B.A.T.M.A.N. and
85 B.A.T.M.A.N. advanced are protocols used by several free software
86 based community mesh networks.
</p
>
88 </p
>The batman-adv protocol is a bit special, as it provide layer
2
89 (as in ethernet ) routing, allowing ipv4 and ipv6 to work on the same
90 network. One way to think about it is that it provide a mesh based
91 vlan you can bridge to or handle like any other vlan connected to your
92 computer. The required drivers are already in the Linux kernel at
93 least since Debian Wheezy, and it is fairly easy to set up. A
94 <a href=
"http://www.open-mesh.org/projects/batman-adv/wiki/Quick-start-guide
">good
95 introduction
</a
> is available from the Open Mesh project. These are
96 the key settings needed to join the Oslo meshfx network:
</p
>
99 <tr
><th
>Setting
</th
><th
>Value
</th
></tr
>
100 <tr
><td
>Protocol / kernel module
</td
><td
>batman-adv
</td
></tr
>
101 <tr
><td
>ESSID
</td
><td
>meshfx@hackeriet
</td
></tr
>
102 <td
>Channel / Frequency
</td
><td
>11 /
2462</td
></tr
>
103 <td
>Cell ID
</td
><td
>02:BA:
00:
00:
00:
01</td
>
106 <p
>The reason for setting ad-hoc wifi Cell ID is to work around bugs
107 in firmware used in wifi card and wifi drivers. (See a nice post from
109 "<a href=
"http://tiebing.blogspot.no/
2009/
12/ad-hoc-cell-splitting-re-post-original.html
">Information
110 about cell-id splitting, stuck beacons, and failed IBSS merges!
</a
>
111 for details.) When these settings are activated and you have some
112 other mesh node nearby, your computer will be connected to the mesh
113 network and can communicate with any mesh node that is connected to
114 any of the nodes in your network of nodes. :)
</p
>
116 <p
>My initial plan was to reuse my old Linksys WRT54GL as a mesh node,
117 but that seem to be very hard, as I have not been able to locate a
118 firmware supporting batman-adv. If anyone know how to use that old
119 wifi access point with batman-adv these days, please let me know.
</p
>
121 <p
>If you find this project interesting and want to join, please join
122 us on IRC, either channel
123 <a href=
"irc://irc.freenode.net/#oslohackerspace
">#oslohackerspace
</a
>
124 or
<a href=
"irc://irc.freenode.net/#nuug
">#nuug
</a
> on
125 irc.freenode.net.
</p
>
127 <p
>While investigating mesh networks in Oslo, I came across an old
128 research paper from the university of Stavanger and Telenor Research
129 and Innovation called
130 <a href=
"http://folk.uio.no/paalee/publications/netrel-egeland-iswcs-
2008.pdf
">The
131 reliability of wireless backhaul mesh networks
</a
> and elsewhere
132 learned that Telenor have been experimenting with mesh networks at
133 Grünerløkka in Oslo. So mesh networks are also interesting for
134 commercial companies, even though Telenor discovered that it was hard
135 to figure out a good business plan for mesh networking and as far as I
136 know have closed down the experiment. Perhaps Telenor or others would
137 be interested in a cooperation?
</p
>
142 <title>Skolelinux / Debian Edu
7.1 install and overview video from Marcelo Salvador
</title>
143 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html
</link>
144 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html
</guid>
145 <pubDate>Tue,
8 Oct
2013 17:
10:
00 +
0200</pubDate>
146 <description><p
>The other day I was pleased and surprised to discover that Marcelo
147 Salvador had published a
148 <a href=
"https://www.youtube.com/watch?v=w-GgpdqgLFc
">video on
149 Youtube
</a
> showing how to install the standalone Debian Edu /
150 Skolelinux profile. This is the profile intended for use at home or
151 on laptops that should not be integrated into the provided network
152 services (no central home directory, no Kerberos / LDAP directory etc,
153 in other word a single user machine). The result is
11 minutes long,
154 and show some user applications (seem to be rather randomly picked).
155 Missed a few of my favorites like celestia, planets and chromium
156 showing the
<a href=
"http://www.zygotebody.com/
">Zygote Body
3D model
157 of the human body
</a
>, but I guess he did not know about those or find
158 other programs more interesting. :) And the video do not show the
159 advantages I believe is one of the most valuable featuers in Debian
160 Edu, its central school server making it possible to run hundreds of
161 computers without hard drives by installing one central
162 <a href=
"http://www.ltsp.org/
">LTSP server
</a
>.
</p
>
164 <p
>Anyway, check out the video, embedded below and linked to above:
</p
>
166 <iframe width=
"420" height=
"315" src=
"http://www.youtube.com/embed/w-GgpdqgLFc
" frameborder=
"0" allowfullscreen
></iframe
>
168 <p
>Are there other nice videos demonstrating Skolelinux? Please let
169 me know. :)
</p
>
174 <title>Finally, Debian Edu Wheezy is released today!
</title>
175 <link>http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html
</link>
176 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html
</guid>
177 <pubDate>Sun,
29 Sep
2013 10:
20:
00 +
0200</pubDate>
178 <description><p
>A few hours ago, the announcement for the first stable release of
179 Debian Edu Wheezy went out from the Debian publicity team. The
180 complete announcement text can be found at
181 <a href=
"http://www.debian.org/News/
2013/
20130928">the Debian News
182 section
</a
>, translated to several languages. Please check it out.
</p
>
184 <p
>There is one minor known problem that we will fix very soon. One
185 can not install a amd64 Thin Client Server using PXE, as the /var/
186 partition is too small. A workaround is to extend the partition (use
187 lvresize + resize2fs in tty
2 while installing).
</p
>
192 <title>Videos about the Freedombox project - for inspiration and learning
</title>
193 <link>http://people.skolelinux.org/pere/blog/Videos_about_the_Freedombox_project___for_inspiration_and_learning.html
</link>
194 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Videos_about_the_Freedombox_project___for_inspiration_and_learning.html
</guid>
195 <pubDate>Fri,
27 Sep
2013 14:
10:
00 +
0200</pubDate>
196 <description><p
>The
<a href=
"http://www.freedomboxfoundation.org/
">Freedombox
197 project
</a
> have been going on for a while, and have presented the
198 vision, ideas and solution several places. Here is a little
199 collection of videos of talks and presentation of the project.
</p
>
203 <li
><a href=
"http://www.youtube.com/watch?v=ukvUz5taxvA
">FreedomBox -
204 2,
5 minute marketing film
</a
> (Youtube)
</li
>
206 <li
><a href=
"http://www.youtube.com/watch?v=SzW25QTVWsE
">Eben Moglen
207 discusses the Freedombox on CBS news
2011</a
> (Youtube)
</li
>
209 <li
><a href=
"http://www.youtube.com/watch?v=Ae8SZbxfE0g
">Eben Moglen -
210 Freedom in the Cloud - Software Freedom, Privacy and and Security for
211 Web
2.0 and Cloud computing at ISOC-NY Public Meeting
2010</a
>
214 <li
><a href=
"http://www.youtube.com/watch?v=vNaIji_3xBE
">Fosdem
2011
215 Keynote by Eben Moglen presenting the Freedombox
</a
> (Youtube)
</li
>
217 <li
><a href=
"http://www.youtube.com/watch?v=
9bDDUyJSQ9s
">Presentation of
218 the Freedombox by James Vasile at Elevate in Gratz
2011</a
> (Youtube)
</li
>
220 <li
><a href=
"http://www.youtube.com/watch?v=zQTmnk27g9s
"> Freedombox -
221 Discovery, Identity, and Trust by Nick Daly at Freedombox Hackfest New
222 York City in
2012</a
> (Youtube)
</li
>
224 <li
><a href=
"http://www.youtube.com/watch?v=tkbSB4Ba7Ck
">Introduction
225 to the Freedombox at Freedombox Hackfest New York City in
2012</a
>
228 <li
><a href=
"http://www.youtube.com/watch?v=z-P2Jaeg0aQ
">Freedom, Out
229 of the Box! by Bdale Garbee at linux.conf.au Ballarat,
2012</a
> (Youtube)
</li
>
231 <li
><a href=
"https://archive.fosdem.org/
2013/schedule/event/freedombox/
">Freedombox
232 1.0 by Eben Moglen and Bdale Garbee at Fosdem
2013</a
> (FOSDEM)
</li
>
234 <li
><a href=
"http://www.youtube.com/watch?v=e1LpYX2zVYg
">What is the
235 FreedomBox today by Bdale Garbee at Debconf13 in Vaumarcus
236 2013</a
> (Youtube)
</li
>
240 <p
>A larger list is available from
241 <a href=
"https://wiki.debian.org/FreedomBox/TalksAndPresentations
">the
242 Freedombox Wiki
</a
>.
</p
>
244 <p
>On other news, I am happy to report that Freedombox based on Debian
245 Jessie is coming along quite well, and soon both Owncloud and using
246 Tor should be available for testers of the Freedombox solution. :) In
247 a few weeks I hope everything needed to test it is included in Debian.
248 The withsqlite package is already in Debian, and the plinth package is
249 pending in NEW. The third and vital part of that puzzle is the
250 metapackage/setup framework, which is still pending an upload. Join
251 us on
<a href=
"irc://irc.debian.org:
6667/%
23freedombox
">IRC
252 (#freedombox on irc.debian.org)
</a
> and
253 <a href=
"http://lists.alioth.debian.org/mailman/listinfo/freedombox-discuss
">the
254 mailing list
</a
> if you want to help make this vision come true.
</p
>
259 <title>Third and probably last beta release of Debian Edu Wheezy
</title>
260 <link>http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html
</link>
261 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html
</guid>
262 <pubDate>Mon,
16 Sep
2013 21:
30:
00 +
0200</pubDate>
263 <description><p
>The third wheezy based beta release of Debian Edu was wrapped up
264 today. This is the release announcement from Holger Levsen:
</p
>
267 <p
>Hi,
</p
>
269 <p
>it is my pleasure to announce the third beta release (beta
2 for
270 short) of
<a href=
"http://www.skolelinux.org/
">Debian Edu /
271 Skolelinux
</a
> based on Debian Wheezy!
</p
>
273 <p
>Please test these images extensivly, if no new problems are found
274 we plan to do this final Debian Edu Wheezy release this coming
275 weekend. We are not aware of any major problems or blockers in beta2,
276 if you find something, please notify us immediately!
</p
>
278 <p
>(More about the remaining steps for the Edu Wheezy release in
279 another mail to the edu list tonight or tomorrow...)
</p
>
281 <p
>Noteworthy changes and software updates for Debian Edu
7.1+edu0~b2
282 compared to beta1:
</p
>
286 <li
>The KDE proxy setup has been adjusted to use the provided wpad.dat. This
287 also gets Chromium to use this proxy.
</li
>
288 <li
>Install kdepim-groupware with KDE desktops to make sure korganizer
289 understand ical/dav sources.
</li
>
290 <li
>Increased default maximum size of /var/spool/squid and /skole/backup on the
291 main server.
</li
>
292 <li
>A source DVD image containing all source packages is now available as well.
</li
>
293 <li
>Updates for chromium (
29.0.1547.57-
1~deb7u1), imagemagick
294 (
6.7.7.10-
5+deb7u2), php5 (
5.4.4-
14+deb7u4), libmodplug
295 (
0.8.8.4-
3+deb7u1+git20130828), tiff (
4.0.2-
6+deb7u2), linux-image
296 (
3.2.0-
4-
486_3.2
.46-
1+deb7u1).
</li
>
300 <p
>Where to get it:
</p
>
302 <p
>To download the multiarch netinstall CD release you can use
</p
>
305 <li
><a href=
"ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-CD.iso
">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-CD.iso
</a
></li
>
306 <li
><a href=
"http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-CD.iso
">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-CD.iso
</a
></li
>
307 <li
>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-CD.iso .
</li
>
310 <p
>The SHA1SUM of this image is:
3a1c89f4666df80eebcd46c5bf5fedb866f9472f
</p
>
312 <p
>To download the multiarch USB stick ISO release you can use
314 <li
><a href=
"ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-USB.iso
">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-USB.iso
</a
></li
>
315 <li
><a href=
"http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-USB.iso
">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-USB.iso
</a
></li
>
316 <li
>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b2-USB.iso .
</li
>
319 <p
>The SHA1SUM of this image is:
702d1718548f401c74bfa6df9f032cc3ee16597e
</p
>
321 <p
>The Source DVD image has the filename
322 debian-edu-
7.1+edu0~b2-source-DVD.iso and the SHA1SUM
323 089eed8b3f962db47aae1f6a9685e9bb2fa30ca5 and is available the same way
324 as the other isos.
</p
>
326 <p
>How to report bugs
</p
>
328 <p
>For information how to report bugs please see
329 <br
><a href=
"http://wiki.debian.org/DebianEdu/HowTo/ReportBugs
">http://wiki.debian.org/DebianEdu/HowTo/ReportBugs
</a
></p
>
332 <p
>About Debian Edu and Skolelinux
</p
>
334 <p
>Debian Edu, also known as Skolelinux, is a Linux distribution based
335 on Debian providing an out-of-the box environment of a completely
336 configured school network. Immediately after installation a school
337 server running all services needed for a school network is set up just
338 waiting for users and machines being added via GOsa², a comfortable
339 Web-UI. A netbooting environment is prepared using PXE, so after
340 initial installation of the main server from CD or USB stick all other
341 machines can be installed via the network. The provided school server
342 provides LDAP database and Kerberos authentication service,
343 centralized home directories, DHCP server, web proxy and many other
344 services. The desktop contains more than
60 educational software
345 packages and more are available from the Debian archive, and schools
346 can choose between KDE, Gnome, LXDE and Xfce desktop environment.
</p
>
348 <p
>This is the seventh test release based on Debian Wheezy. Basically
349 this is an updated and slightly improved version compared to the
350 Squeeze release.
</p
>
352 <p
>Notes for upgrades from Alpha Prereleases
</p
>
354 <p
>Alpha based installations should reinstall or downgrade the
355 versions of gosa and libpam-mklocaluser to the ones used in this beta
356 release. Both alpha and beta0 based installations should reinstall or
357 deal with gosa.conf manually; there are two options: (
1) Keep
358 gosa.conf and edit this file as outlined on the mailing list. (
2)
359 Accept the new version of gosa.conf and replace both contained admin
360 password placeholders with the password hashes found in the old one
361 (backup copy!). In both cases all users need to change their password
362 to make sure a password is set for CIFS access to their home
367 <br
> Holger
</p
>
373 <title>Recipe to test the Freedombox project on amd64 or Raspberry Pi
</title>
374 <link>http://people.skolelinux.org/pere/blog/Recipe_to_test_the_Freedombox_project_on_amd64_or_Raspberry_Pi.html
</link>
375 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Recipe_to_test_the_Freedombox_project_on_amd64_or_Raspberry_Pi.html
</guid>
376 <pubDate>Tue,
10 Sep
2013 14:
20:
00 +
0200</pubDate>
377 <description><p
>I was introduced to the
378 <a href=
"http://www.freedomboxfoundation.org/
">Freedombox project
</a
>
379 in
2010, when Eben Moglen presented his vision about serving the need
380 of non-technical people to keep their personal information private and
381 within the legal protection of their own homes. The idea is to give
382 people back the power over their network and machines, and return
383 Internet back to its intended peer-to-peer architecture. Instead of
384 depending on a central service, the Freedombox will give everyone
385 control over their own basic infrastructure.
</p
>
387 <p
>I
've intended to join the effort since then, but other tasks have
388 taken priority. But this summers nasty news about the misuse of trust
389 and privilege exercised by the
"western
" intelligence gathering
390 communities increased my eagerness to contribute to a point where I
391 actually started working on the project a while back.
</p
>
393 <p
>The
<a href=
"https://alioth.debian.org/projects/freedombox/
">initial
394 Debian initiative
</a
> based on the vision from Eben Moglen, is to
395 create a simple and cheap Debian based appliance that anyone can hook
396 up in their home and get access to secure and private services and
397 communication. The initial deployment platform have been the
398 <a href=
"http://www.globalscaletechnologies.com/t-dreamplugdetails.aspx
">Dreamplug
</a
>,
399 which is a piece of hardware I do not own. So to be able to test what
400 the current Freedombox setup look like, I had to come up with a way to install
401 it on some hardware I do have access to. I have rewritten the
402 <a href=
"https://github.com/NickDaly/freedom-maker
">freedom-maker
</a
>
403 image build framework to use .deb packages instead of only copying
404 setup into the boot images, and thanks to this rewrite I am able to
405 set up any machine supported by Debian Wheezy as a Freedombox, using
406 the previously mentioned deb (and a few support debs for packages
407 missing in Debian).
</p
>
409 <p
>The current Freedombox setup consist of a set of bootstrapping
411 (
<a href=
"https://github.com/petterreinholdtsen/freedombox-setup
">freedombox-setup
</a
>),
412 and a administrative web interface
413 (
<a href=
"https://github.com/NickDaly/Plinth
">plinth
</a
> + exmachina +
414 withsqlite), as well as a privacy enhancing proxy based on
415 <a href=
"http://packages.qa.debian.org/privoxy
">privoxy
</a
>
416 (freedombox-privoxy). There is also a web/javascript based XMPP
417 client (
<a href=
"http://packages.qa.debian.org/jwchat
">jwchat
</a
>)
418 trying (unsuccessfully so far) to talk to the XMPP server
419 (
<a href=
"http://packages.qa.debian.org/ejabberd
">ejabberd
</a
>). The
420 web interface is pluggable, and the goal is to use it to enable OpenID
421 services, mesh network connectivity, use of TOR, etc, etc. Not much of
422 this is really working yet, see
423 <a href=
"https://github.com/NickDaly/freedombox-todos/blob/master/TODO
">the
424 project TODO
</a
> for links to GIT repositories. Most of the code is
425 on github at the moment. The HTTP proxy is operational out of the
426 box, and the admin web interface can be used to add/remove plinth
427 users. I
've not been able to do anything else with it so far, but
428 know there are several branches spread around github and other places
429 with lots of half baked features.
</p
>
431 <p
>Anyway, if you want to have a look at the current state, the
432 following recipes should work to give you a test machine to poke
435 <p
><strong
>Debian Wheezy amd64
</strong
></p
>
439 <li
>Fetch normal Debian Wheezy installation ISO.
</li
>
440 <li
>Boot from it, either as CD or USB stick.
</li
>
441 <li
><p
>Press [tab] on the boot prompt and add this as a boot argument
442 to the Debian installer:
<p
>
443 <pre
>url=
<a href=
"http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat
">http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat
</a
></pre
></li
>
445 <li
>Answer the few language/region/password questions and pick disk to
446 install on.
</li
>
448 <li
>When the installation is finished and the machine have rebooted a
449 few times, your Freedombox is ready for testing.
</li
>
453 <p
><strong
>Raspberry Pi Raspbian
</strong
></p
>
457 <li
>Fetch a Raspbian SD card image, create SD card.
</li
>
458 <li
>Boot from SD card, extend file system to fill the card completely.
</li
>
459 <li
><p
>Log in and add this to /etc/sources.list:
</p
>
461 deb
<a href=
"http://www.reinholdtsen.name/freedombox/
">http://www.reinholdtsen.name/freedombox
</a
> wheezy main
462 </pre
></li
>
463 <li
><p
>Run this as root:
</p
>
465 wget -O - http://www.reinholdtsen.name/freedombox/BE1A583D.asc | \
468 apt-get install freedombox-setup
469 /usr/lib/freedombox/setup
470 </pre
></li
>
471 <li
>Reboot into your freshly created Freedombox.
</li
>
475 <p
>You can test it on other architectures too, but because the
476 freedombox-privoxy package is binary, it will only work as intended on
477 the architectures where I have had time to build the binary and put it
478 in my APT repository. But do not let this stop you. It is only a
479 short
"<tt
>apt-get source -b freedombox-privoxy
</tt
>" away. :)
</p
>
481 <p
>Note that by default Freedombox is a DHCP server on the
482 192.168.1.0/
24 subnet, so if this is your subnet be careful and turn
483 off the DHCP server by running
"<tt
>update-rc.d isc-dhcp-server
484 disable
</tt
>" as root.
</p
>
486 <p
>Please let me know if this works for you, or if you have any
487 problems. We gather on the IRC channel
488 <a href=
"irc://irc.debian.org:
6667/%
23freedombox
">#freedombox
</a
> on
489 irc.debian.org and the
490 <a href=
"http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
">project
491 mailing list
</a
>.
</p
>
493 <p
>Once you get your freedombox operational, you can visit
494 <tt
>http://your-host-name:
8001/
</tt
> to see the state of the plint
495 welcome screen (dead end - do not be surprised if you are unable to
496 get past it), and next visit
<tt
>http://your-host-name:
8001/help/
</tt
>
497 to look at the rest of plinth. The default user is
'admin
' and the
498 default password is
'secret
'.
</p
>
503 <title>Datalagringsdirektivet gjør at Oslo Høyre og Arbeiderparti ikke får min stemme i år
</title>
504 <link>http://people.skolelinux.org/pere/blog/Datalagringsdirektivet_gj_r_at_Oslo_H_yre_og_Arbeiderparti_ikke_f_r_min_stemme_i__r.html
</link>
505 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Datalagringsdirektivet_gj_r_at_Oslo_H_yre_og_Arbeiderparti_ikke_f_r_min_stemme_i__r.html
</guid>
506 <pubDate>Sun,
8 Sep
2013 20:
40:
00 +
0200</pubDate>
507 <description><p
>I
2011 raderte et stortingsflertall bestående av Høyre og
508 Arbeiderpartiet vekk en betydelig del av privatsfæren til det norske
509 folk. Det ble vedtatt at det skulle registreres og lagres i et halvt
510 år hvor alle som bærer på en mobiltelefon befinner seg, hvem de
511 snakker med og hvor lenge de snakket sammen. Det skal også
512 registreres hvem de sendte SMS-meldinger til, hvem en har sendt epost
513 til, og hvilke nett-tjenere en besøkte. Saken er kjent som
514 <a href=
"http://beta.holderdeord.no/issues/innfore-datalagringsdirektivet
">Datalagringsdirektivet
515 (DLD)
</a
>, og innebærer at alle innbyggerne og andre innenfor Norges
516 grenser overvåkes døgnet rundt. Det ble i praksis innført brev og
517 besøkskontroll av hele befolkningen. Rapporter fra de landene som
518 allerede har innført slik total lagring av borgernes
519 kommunikasjonsmønstre forteller at det ikke hjelper i
520 kriminalitetsbekjempelsen. Den norske prislappen blir mange hundre
521 millioner, uten at det ser ut til å bidra positivt til politiets
522 arbeide. Jeg synes flere hundre millioner i stedet burde vært brukt
523 på noe som kan dokumenteres å ha effekt i kriminalitetsbekjempelsen.
525 <a href=
"http://no.wikipedia.org/wiki/Datalagringsdirektivet
">Wikipedia
</a
>
526 og
<a href=
"http://www.uhuru.biz/?cat=
84">Jon Wessel-Aas
</a
>.
</p
>
528 <p
>Hva er problemet, tenkter du kanskje? Et åpenbart problem er at
529 medienes kildevern i praksis blir radert ut. Den innsamlede
530 informasjonen gjør det mulig å finne ut hvem som har snakket med
531 journalister på telefon, SMS og epost, og hvem som har vært i nærheten
532 av journalister så sant begge bar med seg en telefon. Et annet er at
533 advokatvernet blir sterkt redusert, der politiet kan finne ut hvem
534 som har snakket med en advokat når, eller vært i møter en med advokat.
535 Et tredje er at svært personlig informasjon kan avledes fra hvilke
536 nettsteder en har besøkt. Har en besøkt hivnorge.no,
537 swingersnorge.com eller andre sider som kan brukes til avlede
538 interesser som hører til privatsfæren, vil denne informasjonen være
539 tilgjengelig takket være datalagringsdirektivet.
</p
>
541 <p
>De fleste partiene var mot, kun to partier stemte for. Høyre og
542 Arbeiderpartiet. Og både Høyre og Arbeiderpartiet i Oslo har
543 DLD-forkjempere på toppen av sine lister (har ikke sjekket de andre
544 fylkene). Det er dermed helt uaktuelt for meg å stemme på disse
545 partiene. Her er oversikten over partienes valglister i Oslo, med
546 informasjon om hvem som stemte hva i første DLD-votering i Stortinget,
547 basert på informasjon fra mine venner i
548 <a href=
"http://beta.holderdeord.no/votes/
1301946411e
">Holder de
549 Ord
</a
> samt
<a href=
"http://data.stortinget.no/
">data.stortinget.no
</a
>.
550 Først ut er stortingslista fra Høyre for Oslo:
</p
>
552 <style type=
"text/css
">
553 .for {background-color:#F5A9A9;}
554 .mot {background-color:#A9F5BC;}
559 <tr
><th
>#
</th
><th
>Navn, fødselsår og valgkrets
</th
><th
>Stemme/kommentar
</th
></tr
>
561 <tr class=
"for
"><td
>1.
</td
>
562 <td
>Ine Marie Eriksen Søreide (
1976), Gamle Oslo
</td
>
563 <td
>Stemte for DLD
</td
></tr
>
565 <tr class=
"mot
"><td
>2.
</td
>
566 <td
>Nikolai Astrup (
1978), Frogner
</td
>
567 <td
>Stemte mot DLD
</td
></tr
>
569 <tr class=
"mot
"><td
>3.
</td
>
570 <td
>Michael Tetzschner (
1954), Vestre Aker
</td
>
571 <td
>Stemte mot DLD
</td
>
573 <tr class=
"ukjent
"><td
>4.
</td
>
574 <td
>Kristin Vinje (
1963), Nordre Aker
</td
>
575 <td
>Ikke til stede
</td
></tr
>
577 <tr class=
"ukjent
"><td
>5.
</td
>
578 <td
>Mudassar Hussain Kapur (
1976), Nordstrand
</td
>
579 <td
>Ikke til stede
</td
></tr
>
581 <tr class=
"ukjent
"><td
>6.
</td
>
582 <td
>Stefan Magnus B. Heggelund (
1984), Grünerløkka
</td
>
583 <td
>Ikke til stede
</td
></tr
>
585 <tr class=
"ukjent
"><td
>7.
</td
>
586 <td
>Heidi Nordby Lunde (
1973), Grünerløkka
</td
>
587 <td
>Ikke til stede
</td
></tr
>
589 <tr class=
"ukjent
"><td
>8.
</td
>
590 <td
>Frode Helgerud (
1950), Frogner
</td
>
591 <td
>Ikke til stede
</td
></tr
>
593 <tr class=
"ukjent
"><td
>9.
</td
>
594 <td
>Afshan Rafiq (
1975), Stovner
</td
>
595 <td
>Ikke til stede
</td
></tr
>
597 <tr class=
"ukjent
"><td
>10.
</td
>
598 <td
>Astrid Nøklebye Heiberg (
1936), Frogner
</td
>
599 <td
>Ikke til stede
</td
></tr
>
601 <tr class=
"ukjent
"><td
>11.
</td
>
602 <td
>Camilla Strandskog (
1984) St.Hanshaugen
</td
>
603 <td
>Ikke til stede
</td
></tr
>
605 <tr class=
"ukjent
"><td
>12.
</td
>
606 <td
>John Christian Elden (
1967), Ullern
</td
>
607 <td
>Ikke til stede
</td
></tr
>
609 <tr class=
"ukjent
"><td
>13.
</td
>
610 <td
>Berit Solli (
1972), Alna
</td
>
611 <td
>Ikke til stede
</td
></tr
>
613 <tr class=
"ukjent
"><td
>14.
</td
>
614 <td
>Ola Kvisgaard (
1963), Frogner
</td
>
615 <td
>Ikke til stede
</td
></tr
>
617 <tr class=
"ukjent
"><td
>15.
</td
>
618 <td
>James Stove Lorentzen (
1957), Vestre Aker
</td
>
619 <td
>Ikke til stede
</td
></tr
>
621 <tr class=
"ukjent
"><td
>16.
</td
>
622 <td
>Gülsüm Koc (
1987), Stovner
</td
>
623 <td
>Ikke til stede
</td
></tr
>
625 <tr class=
"ukjent
"><td
>17.
</td
>
626 <td
>Jon Ole Whist (
1976), Grünerløkka
</td
>
627 <td
>Ikke til stede
</td
></tr
>
629 <tr class=
"ukjent
"><td
>18.
</td
>
630 <td
>Maren Eline Malthe-Sørenssen (
1971), Vestre Aker
</td
>
631 <td
>Ikke til stede
</td
></tr
>
633 <tr class=
"ukjent
"><td
>19.
</td
>
634 <td
>Ståle Hagen (
1968), Søndre Nordstrand
</td
>
635 <td
>Ikke til stede
</td
></tr
>
637 <tr class=
"ukjent
"><td
>20.
</td
>
638 <td
>Kjell Omdal Erichsen (
1978), Sagene
</td
>
639 <td
>Ikke til stede
</td
></tr
>
641 <tr class=
"ukjent
"><td
>21.
</td
>
642 <td
>Saida R. Begum (
1987), Grünerløkka
</td
>
643 <td
>Ikke til stede
</td
></tr
>
645 <tr class=
"ukjent
"><td
>22.
</td
>
646 <td
>Torkel Brekke (
1970), Nordre Aker
</td
>
647 <td
>Ikke til stede
</td
></tr
>
649 <tr class=
"ukjent
"><td
>23.
</td
>
650 <td
>Sverre K. Seeberg (
1950), Vestre Aker
</td
>
651 <td
>Ikke til stede
</td
></tr
>
653 <tr class=
"ukjent
"><td
>24.
</td
>
654 <td
>Julie Margrethe Brodtkorb (
1974), Ullern
</td
>
655 <td
>Ikke til stede
</td
></tr
>
657 <tr class=
"ukjent
"><td
>25.
</td
>
658 <td
>Fabian Stang (
1955), Frogner
</td
>
659 <td
>Ikke til stede
</td
></tr
>
663 <p
>Deretter har vi stortingslista fra Arbeiderpartiet for Oslo:
</p
>
667 <tr
><th
>#
</th
><th
>Navn, fødselsår og valgkrets
</th
><th
>Stemme/kommentar
</th
></tr
>
669 <tr class=
"for
"><td
>1.
</td
>
670 <td
>Jens Stoltenberg (
1959), Frogner
</td
>
671 <td
>Ikke til stede i Stortinget, leder av regjeringen som fremmet forslaget
</td
></tr
>
673 <tr class=
"for
"><td
>2.
</td
>
674 <td
>Hadia Tajik (
1983), Grünerløkka
</td
>
675 <td
>Stemte for DLD
</td
></tr
>
677 <tr class=
"for
"><td
> 3.
</td
>
678 <td
>Jonas Gahr Støre (
1960), Vestre Aker
</td
>
679 <td
>Ikke til stede i Stortinget, medlem av regjeringen som fremmet forslaget
</td
></tr
>
681 <tr class=
"for
"><td
> 4.
</td
>
682 <td
>Marianne Marthinsen (
1980), Grünerløkka
</td
>
683 <td
>Stemte for DLD
</td
></tr
>
685 <tr class=
"for
"><td
> 5.
</td
>
686 <td
>Jan Bøhler (
1952), Alna
</td
>
687 <td
>Stemte for DLD
</td
></tr
>
689 <tr class=
"for
"><td
> 6.
</td
>
690 <td
>Marit Nybakk (
1947), Frogner
</td
>
691 <td
>Stemte for DLD
</td
></tr
>
693 <tr class=
"for
"><td
> 7.
</td
>
694 <td
>Truls Wickholm (
1978), Sagene
</td
>
695 <td
>Stemte for DLD
</td
></tr
>
697 <tr class=
"ukjent
"><td
> 8.
</td
>
698 <td
>Prableen Kaur (
1993), Grorud
</td
>
699 <td
>Ikke til stede
</td
></tr
>
701 <tr class=
"ukjent
"><td
> 9.
</td
>
702 <td
>Vegard Grøslie Wennesland (
1983), St.Hanshaugen
</td
>
703 <td
>Ikke til stede
</td
></tr
>
705 <tr class=
"ukjent
"><td
> 10.
</td
>
706 <td
>Inger Helene Vaaten (
1975), Grorud
</td
>
707 <td
>Ikke til stede
</td
></tr
>
709 <tr class=
"ukjent
"><td
> 11.
</td
>
710 <td
>Ivar Leveraas (
1939), Alna
</td
>
711 <td
>Ikke til stede
</td
></tr
>
713 <tr class=
"ukjent
"><td
> 12.
</td
>
714 <td
>Grete Haugdal (
1971), Gamle Oslo
</td
>
715 <td
>Ikke til stede
</td
></tr
>
717 <tr class=
"ukjent
"><td
> 13.
</td
>
718 <td
>Olav Tønsberg (
1948), Alna
</td
>
719 <td
>Ikke til stede
</td
></tr
>
721 <tr class=
"ukjent
"><td
> 14.
</td
>
722 <td
>Khamshajiny Gunaratnam (
1988), Grorud
</td
>
723 <td
>Ikke til stede
</td
></tr
>
725 <tr class=
"ukjent
"><td
> 15.
</td
>
726 <td
>Fredrik Mellem (
1969), Sagene
</td
>
727 <td
>Ikke til stede
</td
></tr
>
729 <tr class=
"ukjent
"><td
> 16.
</td
>
730 <td
>Brit Axelsen (
1945), Stovner
</td
>
731 <td
>Ikke til stede
</td
></tr
>
733 <tr class=
"ukjent
"><td
> 17.
</td
>
734 <td
>Dag Bayegan-Harlem (
1977), Ullern
</td
>
735 <td
>Ikke til stede
</td
></tr
>
737 <tr class=
"ukjent
"><td
> 18.
</td
>
738 <td
>Kristin Sandaker (
1963), Østeinsjø
</td
>
739 <td
>Ikke til stede
</td
></tr
>
741 <tr class=
"ukjent
"><td
> 19.
</td
>
742 <td
>Bashe Musse (
1965), Grünerløkka
</td
>
743 <td
>Ikke til stede
</td
></tr
>
745 <tr class=
"ukjent
"><td
> 20.
</td
>
746 <td
>Torunn Kanutte Husvik (
1983), St. Hanshaugen
</td
>
747 <td
>Ikke til stede
</td
></tr
>
749 <tr class=
"ukjent
"><td
> 21.
</td
>
750 <td
>Steinar Andersen (
1947), Nordstrand
</td
>
751 <td
>Ikke til stede
</td
></tr
>
753 <tr class=
"ukjent
"><td
> 22.
</td
>
754 <td
>Anne Cathrine Berger (
1972), Sagene
</td
>
755 <td
>Ikke til stede
</td
></tr
>
757 <tr class=
"ukjent
"><td
> 23.
</td
>
758 <td
>Khalid Mahmood (
1959), Østensjø
</td
>
759 <td
>Ikke til stede
</td
></tr
>
761 <tr class=
"ukjent
"><td
> 24.
</td
>
762 <td
>Munir Jaber (
1990), Alna
</td
>
763 <td
>Ikke til stede
</td
></tr
>
765 <tr class=
"ukjent
"><td
> 25.
</td
>
766 <td
>Libe Solberg Rieber-Mohn (
1965), Frogner
</td
>
767 <td
>Ikke til stede
</td
></tr
>
771 <p
>Hvilket parti får så min stemme i år. Jeg tror det blir
772 <a href=
"http://piratpartiet.no/
">Piratpartiet
</a
>. Hvis de kan bidra
773 til at det kommer noen inn på Stortinget med teknisk peiling, så får
774 kanskje ikke overvåkningsgalskapen like fritt spillerom som det har
775 hatt så langt.
</p
>
781 <title>Second beta release (beta
1) of Debian Edu/Skolelinux based on Debian Wheezy
</title>
782 <link>http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html
</link>
783 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html
</guid>
784 <pubDate>Thu,
22 Aug
2013 09:
30:
00 +
0200</pubDate>
785 <description><p
>The second wheezy based beta release of Debian Edu was wrapped up
786 today, slightly delayed because of some bugs in the initial Windows
787 integration fixes . This is the release announcement:
</p
>
789 <p
><strong
>New features for Debian Edu
7.1+edu0~b1 released
2013-
08-
22</strong
></p
>
791 <p
>These are the release notes for Debian Edu / Skolelinux
792 7.1+edu0~b1, based on Debian with codename
"Wheezy
".
</p
>
794 <p
><strong
>About Debian Edu and Skolelinux
</strong
></p
>
796 <p
><a href=
"http://www.skolelinux.org/
">Debian Edu, also known as
797 Skolelinux
</a
>, is a Linux distribution based on Debian providing an
798 out-of-the box environment of a completely configured school
799 network. Immediately after installation a school server running all
800 services needed for a school network is set up just waiting for users
801 and machines being added via GOsa², a comfortable Web-UI. A netbooting
802 environment is prepared using PXE, so after initial installation of
803 the main server from CD or USB stick all other machines can be
804 installed via the network. The provided school server provides LDAP
805 database and Kerberos authentication service, centralized home
806 directories, DHCP server, web proxy and many other services. The
808 <a href=
"http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html
">more
809 than
60 educational software packages
</a
> and more are available from
810 the Debian archive, and schools can choose between KDE, Gnome, LXDE
811 and Xfce desktop environment.
</p
>
813 <p
>This is the sixth test release based on Debian Wheezy. Basically this
814 is an updated and slightly improved version compared to the Squeeze
817 <p
>ALERT: Alpha based installations should reinstall or downgrade the
818 versions of gosa and libpam-mklocaluser to the ones used in this beta
819 release. Both alpha and beta0 based installations should reinstall or
820 deal with gosa.conf manually; there are two options: (
1) Keep
821 gosa.conf and edit this file as outlined
822 <a href=
"http://lists.debian.org/debian-edu/
2013/
08/msg00127.html
">on
823 the mailing list
</a
>. (
2) Accept the new version of gosa.conf and
824 replace both contained admin password placeholders with the password
825 hashes found in the old one (backup copy!). In both cases every user
826 need to change their their password to make sure a password is set for
827 CIFS access to their home directory.
</p
>
829 <p
><strong
>Software updates
</strong
></p
>
833 <li
>Added ssh askpass packages to default installation, to ensure ssh
834 work also without a attached tty.
</li
>
835 <li
>Add the command-not-found package to the default installation to
836 make it easier to figure out where to find missing command line
837 tools. Please note, that the command
'update-command-not-found
'
838 has to be run as root to actually make it useful (internet access
839 required).
</li
>
843 <p
><strong
>Other changes
</strong
></p
>
847 <li
>Adjusted the USB stick ISO image build to include every tool
848 needed for desktop=xfce installations.
</li
>
849 <li
>Adjust thin-client-server task to work when installing from USB
850 stick ISO image.
</li
>
851 <li
>Made new grub artwork (changed png from indexed to RGB format).
</li
>
852 <li
>Minor cleanup in the CUPS setup.
</li
>
853 <li
>Make sure that bootstrapping of the Samba domain really happens
854 during installation of the main server and adjust SID handling to
855 cope with this.
</li
>
856 <li
>Make Samba passwords changeable (again) via GOsa².
</li
>
857 <li
>Fix generation of LM and NT password hashes via GOsa² to avoid
858 empty password hashes.
</li
>
859 <li
>Adapted Samba machine domain joining to latest change in the
860 smbldap-tools Perl package, fixing bugs blocking Windows machines
861 from joining the Samba domain.
</li
>
865 <p
><strong
>Known issues
</strong
></p
>
869 <li
>KDE fails to understand the wpad.dat file provided, causing it to
870 not use the http proxy as it should.
</li
>
871 <li
>Chromium also fails to use the proxy when using the KDE desktop
872 (using the KDE configuration).
</li
>
876 <p
><strong
>Where to get it
</strong
></p
>
878 <p
>To download the multiarch netinstall CD release you can use
</p
>
882 <li
><a href=
"ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-CD.iso
">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-CD.iso
</a
></li
>
884 <li
><a href=
"http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-CD.iso
">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-CD.iso
</a
></li
>
886 <li
>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-CD.iso .
</li
>
890 <p
>The MD5SUM of this image is:
1e357f80b55e703523f2254adde6d78b
891 <br
>The SHA1SUM of this image is:
7157f9be5fd27c7694d713c6ecfed61c3edda3b2
</p
>
893 <p
>To download the multiarch USB stick ISO release you can use
</p
>
897 <li
><a href=
"ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-USB.iso
">ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-USB.iso
</a
></li
>
898 <li
><a href=
"http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-USB.iso
">http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-USB.iso
</a
></li
>
899 <li
>rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-
7.1+edu0~b1-USB.iso .
</li
>
903 <p
>The MD5SUM of this image is:
7a8408ead59cf7e3cef25afb6e91590b
904 <br
>The SHA1SUM of this image is: f1817c031f02790d5edb3bfa0dcf8451088ad119
</p
>
907 <p
><strong
>How to report bugs
</strong
></p
>
909 <p
><a href=
"http://wiki.debian.org/DebianEdu/HowTo/ReportBugs
">http://wiki.debian.org/DebianEdu/HowTo/ReportBugs
</a
>
914 <title>Intel
180 SSD disk with Lenovo firmware can not use Intel firmware
</title>
915 <link>http://people.skolelinux.org/pere/blog/Intel_180_SSD_disk_with_Lenovo_firmware_can_not_use_Intel_firmware.html
</link>
916 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Intel_180_SSD_disk_with_Lenovo_firmware_can_not_use_Intel_firmware.html
</guid>
917 <pubDate>Sun,
18 Aug
2013 14:
00:
00 +
0200</pubDate>
918 <description><p
>Earlier, I reported about
919 <a href=
"http://people.skolelinux.org/pere/blog/How_to_fix_a_Thinkpad_X230_with_a_broken_180_GB_SSD_disk.html
">my
920 problems using an Intel SSD
520 Series
180 GB disk
</a
>. Friday I was
921 told by IBM that the original disk should be thrown away. And as
922 there no longer was a problem if I bricked the firmware, I decided
923 today to try to install Intel firmware to replace the Lenovo firmware
924 currently on the disk.
</p
>
926 <p
>I searched the Intel site for firmware, and found
927 <a href=
"https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y
&ProdId=
3472&DwnldID=
18363&ProductFamily=Solid-State+Drives+and+Caching
&ProductLine=Intel%c2%ae+High+Performance+Solid-State+Drive
&ProductProduct=Intel%c2%ae+SSD+
520+Series+(
180GB%
2c+
2.5in+SATA+
6Gb%
2fs%
2c+
25nm%
2c+MLC)
&lang=eng
">issdfut_2.0
.4.iso
</a
>
928 (aka Intel SATA Solid-State Drive Firmware Update Tool) which
929 according to the site should contain the latest firmware for SSD
930 disks. I inserted the broken disk in one of my spare laptops and
931 booted the ISO from a USB stick. The disk was recognized, but the
932 program claimed the newest firmware already were installed and refused
933 to insert any Intel firmware. So no change, and the disk is still
934 unable to handle write load. :( I guess the only way to get them
935 working would be if Lenovo releases new firmware. No idea how likely
936 that is. Anyway, just blogging about this test for completeness. I
937 got a working Samsung disk, and see no point in spending more time on
938 the broken disks.
</p
>
943 <title>90 percent done with the Norwegian draft translation of Free Culture
</title>
944 <link>http://people.skolelinux.org/pere/blog/
90_percent_done_with_the_Norwegian_draft_translation_of_Free_Culture.html
</link>
945 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/
90_percent_done_with_the_Norwegian_draft_translation_of_Free_Culture.html
</guid>
946 <pubDate>Fri,
2 Aug
2013 10:
40:
00 +
0200</pubDate>
947 <description><p
>It has been a while since my last update. Since last summer, I
948 have worked on a Norwegian
949 <a href=
"http://www.docbook.org/
">docbook
</a
> version of the
2004 book
950 <a href=
"http://free-culture.cc/
">Free Culture
</a
> by Lawrence Lessig,
951 to get a Norwegian text explaining the problems with the copyright
952 law. Yesterday, I finally broken the
90% mark, when counting the
953 number of strings to translate. Due to real life constraints, I have
954 not had time to work on it since March, but when the summer broke out,
955 I found time to work on it again. Still lots of work left, but the
956 first draft is nearing completion. I created a graph to show the
957 progress of the translation:
</p
>
959 <p
><img width=
"80%
" align=
"center
" src=
"https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/progress.png
"></p
>
961 <p
>When the first draft is done, the translated text need to be
962 proof read, and the remaining formatting problems with images and SVG
963 drawings need to be fixed. There are probably also some index entries
964 missing that need to be added. This can be done by comparing the
965 index entries listed in the SiSU version of the book, or comparing the
966 English docbook version with the paper version. Last, the colophon
967 page with ISBN numbers etc need to be wrapped up before the release is
968 done. I should also figure out how to get correct Norwegian sorting
969 of the index pages. All docbook tools I have tried so far (xmlto,
970 docbook-xsl, dblatex) get the order of symbols and the special
971 Norwegian letters ÆØÅ wrong.
</p
>
973 <p
>There is still need for translators and people with docbook
974 knowledge, to be able to get a good looking book (I still struggle
975 with dblatex, xmlto and docbook-xsl) as well as to do the draft
976 translation and proof reading. And I would like the figures to be
977 redrawn as SVGs to make it easy to translate them. Any SVG master
978 around? There are also some legal terms that are unfamiliar to me.
979 If you want to help, please get in touch with me, and check out the
980 project files currently available from
981 <a href=
"https://github.com/petterreinholdtsen/free-culture-lessig
">github
</a
>.
</p
>
983 <p
>If you are curious what the translated book currently look like,
985 <a href=
"https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.pdf?raw=true
">PDF
</a
>
987 <a href=
"https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.epub?raw=true
">EPUB
</a
>
988 are published on github. The HTML version is published as well, but
989 github hand it out with MIME type text/plain, confusing browsers, so I
990 saw no point in linking to that version.
</p
>