- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html">Debian Edu interview: Wolfgang Schweer</a></div>
- <div class="date"> 1st April 2012</div>
- <div class="body"><p>Germany is a core area for the
-<a href="http://www.skolelinux.org/">Debian Edu and Skolelinux</a>
-user community, and this time I managed to get hold of Wolfgang
-Schweer, a valuable contributor to the project from Germany.
-
-<p><strong>Who are you, and how do you spend your days?</strong></p>
-
-<p>I've studied Mathematics at the university 'Ruhr-Universität' in
-Bochum, Germany. Since 1981 I'm working as a teacher at the school
-"<a href="http://www.westfalenkolleg-dortmund.de/">Westfalen-Kolleg
-Dortmund</a>", a second chance school. Here, young adults is given
-the opportunity to get further education in order to do the school
-examination 'Abitur', which will allow to study at a university. This
-second chance is of value for those who want a better job perspective
-or failed to get a higher school examination being teens.</p>
-
-<p>Besides teaching I was involved in developing online courses for a
-blended learning project called 'abitur-online.nrw' and in some other
-information technology related projects. For about ten years I've been
-teacher and coordinator for the 'abitur-online' project at my
-school. Being now in my early sixties, I've decided to leave school at
-the end of April this year.</p>
-
-<p><strong>How did you get in contact with the Skolelinux/Debian Edu
-project?</strong></p>
-
-<p>The first information about Skolelinux must have come to my
-attention years ago and somehow related to LTSP (Linux Terminal Server
-Project). At school, we had set up a network at the beginning of 1997
-using Suse Linux on the desktop, replacing a Novell network. Since
-2002, we used old machines from the city council of Dortmund as thin
-clients (LTSP, later Ubuntu/Lessdisks) cause new hardware was out of
-reach. At home I'm using Debian since years and - subscribed to the
-Debian news letter - heard from time to time about Skolelinux. About
-two years ago I proposed to replace the (somehow undocumented and only
-known to me) system at school by a well known Debian based system:
-Skolelinux.</p>
-
-<p>Students and teachers appreciated the new system because of a
-better look and feel and an enhanced access to local media on thin
-clients. The possibility to alter and/or reset passwords using a GUI
-was welcomed, too. Being able to do administrative tasks using a GUI
-and to easily set up workstations using PXE was of very high value for
-the admin teachers.</p>
-
-<p><strong>What do you see as the advantages of Skolelinux/Debian
-Edu?</strong></p>
-
-<p>It's open source, easy to set up, stable and flexible due to it's
-Debian base. It integrates LTSP out-of-the-box. And it is documented!
-So it was a perfect choice.</p>
-
-<p>Being open source, there are no license problems and so it's
-possible to point teachers and students to programs like
-OpenOffice.org, ViewYourMind (mind mapping) and The Gimp. It's of
-high value to be able to adapt parts of the system to special needs of
-a school and to choose where to get support for this.</p>
-
-<p><strong>What do you see as the disadvantages of Skolelinux/Debian
-Edu?</strong></p>
-
-<p>Nothing yet.</p>
-
-<p><strong>Which free software do you use daily?</strong></p>
-
-<p>At home (Debian Sid with Gnome Desktop): Iceweasel, LibreOffice,
-Mutt, Gedit, Document Viewer, Midnight Commander, flpsed (PDF
-Annotator). At school (Skolelinux Lenny): Iceweasel, Gedit,
-LibreOffice.</p>
-
-<p><strong>Which strategy do you believe is the right one to use to
-get schools to use free software?</strong></p>
-
-<p>Some time ago I thought it was enough to tell people about it. But
-that doesn't seem to work quite well. Now I concentrate on those more
-interested and hope to get multiplicators that way.</p>
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Web_service_to_look_up_HP_and_Dell_computer_hardware_support_status.html">Web service to look up HP and Dell computer hardware support status</a></div>
+ <div class="date"> 6th June 2012</div>
+ <div class="body"><p>A few days ago
+<a href="http://people.skolelinux.org/pere/blog/SOAP_based_webservice_from_Dell_to_check_server_support_status.html">I
+reported how to get</a> the support status out of Dell using an
+unofficial and undocumented SOAP API, which I since have found out was
+<a href="http://lists.us.dell.com/pipermail/linux-poweredge/2012-February/045959.html">discovered
+by Daniel De Marco in february</a>. Combined with my web scraping
+code for HP, Dell and IBM
+<a href="http://people.skolelinux.org/pere/blog/Checking_server_hardware_support_status_for_Dell__HP_and_IBM_servers.html">from
+2009</a>, I got inspired and wrote
+<a href="https://views.scraperwiki.com/run/computer-hardware-support-status/">a
+web service</a> based on Scraperwiki to make it easy to look up the
+support status and get a machine readable result back.</p>
+
+<p>This is what it look like at the moment when asking for the JSON
+output:
+
+<blockquote><pre>
+% GET <a href="https://views.scraperwiki.com/run/computer-hardware-support-status/?format=json&vendor=Dell&servicetag=2v1xwn1">https://views.scraperwiki.com/run/computer-hardware-support-status/?format=json&vendor=Dell&servicetag=2v1xwn1</a>
+supportstatus({"servicetag": "2v1xwn1", "warrantyend": "2013-11-24", "shipped": "2010-11-24", "scrapestamputc": "2012-06-06T20:26:56.965847", "scrapedurl": "http://143.166.84.118/services/assetservice.asmx?WSDL", "vendor": "Dell", "productid": ""})
+%
+</pre></blockquote>
+
+<p>It currently support Dell and HP, and I am hoping for help to add
+support for other vendors. The python source is available on
+Scraperwiki and I welcome help with adding more features.</p>