<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.org.user-groups.linux.gnhlug">
    <title>gmane.org.user-groups.linux.gnhlug</title>
    <link>http://blog.gmane.org/gmane.org.user-groups.linux.gnhlug</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22573"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22572"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22564"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22541"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22539"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22538"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22537"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22536"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22525"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22524"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22522"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22512"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22509"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22506"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22505"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22503"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22495"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22489"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22485"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22484"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22573">
    <title>The SIP talk tonight</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22573</link>
    <description>&lt;pre&gt;For ease of use, I PDF'd it, but it's a LibreOffice editable PDF, and
linked it here:

http://Priss.com/

http://Priss.com/SIP_Overview.pdf

Thank you for the opportunity.

Curt-

P.S.: Here's where I used one of Maddog's talks:

http://anarchic-order.blogspot.com/2011/03/windows-is-not-free.html
&lt;/pre&gt;</description>
    <dc:creator>Curt Howland</dc:creator>
    <dc:date>2013-05-22T01:39:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22572">
    <title>ARTICLE - Analysis of semtex.c exploit</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22572</link>
    <description>&lt;pre&gt;
A nicely readable analysis (if you happen to like this stuff)
of the exploit recently demonstrated via semtex.c :

  http://timetobleed.com/a-closer-look-at-a-recent-privilege-escalation-bug-in-linux-cve-2013-2094/
&lt;/pre&gt;</description>
    <dc:creator>Michael ODonnell</dc:creator>
    <dc:date>2013-05-22T00:44:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22564">
    <title>How can I detect whether an /etc/rc.d/init.d script is being run atboot time versus by hand?</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22564</link>
    <description>&lt;pre&gt;I'm trying to figure out whether to force the removal of an almost
certainly stale pid file or not in the service start case.

While I presume that the start up sequence normally handles this by
clearing /var/run before lighting off the init scripts for the level, I
have a need to have my pid file in an unusual place (needs to be written
and deleted by a non-root process).

I'd like start at boot to be automatic, and if shutdown was clean, it will
be.  But if the system crashes (or someone hits the reset button, etc.)
there will be a stale pid file come boot time.

I'd like to automatically delete any stale pid file at boot time, but start
later should fail claiming that there's an existing process.

So, can I count on parent pid, or maybe process group id, to identify the
at boot time case?  Or would that be unwise?

Bill
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss-Z8c80N6yweDq5qozqU1N3A&amp;lt; at &amp;gt;public.gmane.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
&lt;/pre&gt;</description>
    <dc:creator>Bill Freeman</dc:creator>
    <dc:date>2013-05-21T15:22:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22541">
    <title>gps recommendations?</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22541</link>
    <description>&lt;pre&gt;My GPS is dying. I'm looking for a replacement, but I want a
particular..."mindset" is probably a better word than "feature".

On a recent long-distance car trip, I found the GPS making opaque
decisions. For instance, it has a route. I take an unplanned exit for
gas and when I get back on, and the GPS has "recalculating"'d several
times, the route is different. Why? I'm exactly where I was before and
the destination is the same. No clue and no way to find out. 

Similarly, I often find that "fastest" and "shortest" are not the only
optimization strategies I could wish for. How about "any route using/not
using road X" or "no tolls, except for this one because it saves 4
hours"? Or "no 'highways' but also don't take me down all these back
country, one-lane roads".

Basically, I find that when I use the GPS, it's the brains and I'm just
the car operator. I want to be the brains and the operator and have the
GPS be navigator. I decide a route (or the backbone of one) and it keeps
me on it.

Does this exist? I know "waypoints" is a thing, but I'm not talking
about visiting landmarks. I'm talking about entering in (most of) my
route and having the GPS handle the details.
&lt;/pre&gt;</description>
    <dc:creator>David Rysdam</dc:creator>
    <dc:date>2013-05-18T01:18:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22539">
    <title>[GNHLUG] ManchLUG: Tuesday May 21st &lt; at &gt; The FARM in Manchester, NH</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22539</link>
    <description>&lt;pre&gt;Join us Tuesday May 21st for ManchLUG!

This month's topic: a primer on Session Initiation Protocol, or SIP as
it is usually called, presented by Curt Howland. Curt will give us the
run down on SIP and how it's used with VoIP.

Schedule:
6:30 PM - Pre-meeting social. If you're ordering food, please try to
do so before the start.
7:00 - 8:30 PM Meeting kick-off, immediately followed by Curt Howland on SIP.

Location:
The Farm
1181 Elm St.
Manchester, NH (corner of Elm and Bridge in downtown Manchester)

When you enter The Farm go to the left side of the restaurant and locate
the small function room or ask the hostess for assistance

Parking:
Parking in downtown Manchester is enforced between 8AM - 8PM, however
the metered spaces in front of The Farm on Elm Street and the lot behind
The Farm are free after 5:30PM. For further details:
http://www.manchesternh.gov/website/Departments/Parking/tabid/182/Default.aspx

Feel free to RSVP on Facebook:
https://www.facebook.com/events/365518163554722/

You can also find the Manchester Linux Users group:
&amp;lt; at &amp;gt;ManchLUG on twitter.com
&amp;lt; at &amp;gt;ManchLUG on identi.ca
_______________________________________________
gnhlug-announce mailing list
gnhlug-announce-Z8c80N6yweDq5qozqU1N3A&amp;lt; at &amp;gt;public.gmane.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-announce/
&lt;/pre&gt;</description>
    <dc:creator>kenta</dc:creator>
    <dc:date>2013-05-14T03:48:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22538">
    <title>Letter from a Microsoft pusher</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22538</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


I received a letter today from a computer recycler which proudly puts 
Windows on their machines and then gives them to people who can't 
afford to buy Windows. Their words are quoted (since I don't know how 
to highlight in ascii):

"Microsoft donates Windows licenses to organizations such as ours, 
millions each year."

Yes, I'm sure they do. The better to get their malware into the hands 
of the unaware.

"When you are poor and want to get a job employers want people that 
know Word, Excel, PowerPoint, Outlook, Visio, Project, SharePoint, 
Dynamics and hundreds of other standard business programs offered by 
Microsoft."

Translating skills from one Office suite to another, such as 
OpenOffice to Microsoft Office, is not different from translating 
between different versions of Microsoft office. However, on the rest 
of these applications, I agree. Somehow, I doubt that they're getting 
free licenses for all of them. The same objection to the expensive 
upgrade treadmill exists for these applications as well.

"We tried to offer Linux systems with open office for $25 a system 
when we started, never had one person ever look at one - we can't 
even give them away - I tried to."

No, they tried to sell them, not give them away.

Even allowing that they dropped the $25 pricetag, it's a fact that 
people think that Windows is Free. The comparison in their minds is 
not the $200 Windows license vs. $0 for Linux/LibreOffice, it's 
between $0 with the Microsoft label and $0 without it. The choice is 
obvious. I have written about this before:

http://anarchic-order.blogspot.com/2011/03/windows-is-not-free.html

And it is the "poor" who are least able to afford not getting 
hacked/cracked upgrades "from a friend" when their "free" Windows 
runs out.

"They want Windows or Apple and Apple has no interest in poor people. 
If you have kids they want to play games - not Linux games, good 
games that their friends are playing online."

Three gross assumptions here:

1) Microsoft cares about people who cannot afford their software
2) Linux games are not good
3) Online games don't run on Linux

2 and 3 are sadly somewhat true, yet rapidly declining. I have to 
wonder what these "poor" people are doing paying for first-run games 
and online game time. Maybe they're getting hacked/cracked versions 
of them?

1, however, is absurd. Microsoft Corporation wants people to buy their 
product. By giving this one away just like the drug dealer, they 
perpetuate the illusion that there is nothing else.

"I think there are lots of zealots running around that think they have 
the only solution for mankind when in fact there are many."

Zealots also push Microsoft crapware.

"You seem to have twisted 'the value of genuine' - all that means is 
LEGAL not cracked or virus ridden."

This copy is all nice and legal, sure. What about the upgrade that 
the "poor" will soon have to buy? Will that also be all legal and not 
cracked or virus ridden? No. Only the first one is free.

Giving people Windows and Microsoft crapware is not doing them any 
favors.

Curt-


- -- 
The Magistrate, enrobed in taxes, condemns the thief in stolen rags.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iFcDBQFRjYKDtk9X6NaR4akRCAeEAP4rn9Q3QAh8UOsai7HkGhQ0At55ECOzebt8
8YCjpekRhAEAvzxn4kxeaLwrO7WLE1ZXJ92UBeMYnicCGivzfRLnXfw=
=D1MU
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>Curt Howland</dc:creator>
    <dc:date>2013-05-10T23:28:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22537">
    <title>Boston Linux Meeting Wednesday, May 15, 2013 - BeagleBone Black andOpen Source Computing</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22537</link>
    <description>&lt;pre&gt;When:May 15, 2013 7PM (6:30PM for Q&amp;amp;A)
Topic: BeagleBone Black and Open Source Computing
Moderators:
Kurt Keville, Thaumaturgical Engineer, MIT Institute for Soldier 
Nanotechnologies - kkeville alum mit edu

Brian DeLacey, www.LinuxInTheLivingRoom.com, b delacey / gmail com

Location: MIT Building E51, Room 315


Summary:

A look at Texas Instrument's newest low-cost ARM platform

Abstract:

The BeagleBone Black was introduced on April 23rd at the DESIGN West 
conference. This next generation, credit-card-sized, open-everything 
microcomputer sells for $45 and offers broad, capable support for Linux 
Distributions and Android. This is a defining moment for Open Source 
Computing.

The May 15th meeting will take a hands-on, hacker-friendly look at the 
new BeagleBone Black. We'll step through board-level operations from 
boot-up to shutdown, from launching Linux to blinking LEDs. Chip by 
chip, Texas Instruments is ushering in a new generation for Open Source 
Computing.

Is BeagleBone Black a capable desktop or energy efficient server? Will 
you run ngstrm, Ubuntu, Android or something else? Will it be used in 
educational, personal, or commercial settings? We'll tour through 
software and hardware ideas for Infotainment, Thing-ware, and Maker 
applications.

Join Brian and Kurt (some call them the caped crusaders of the embedded 
world) as they look back on industry developments since BLU's PandaBoard 
meeting of 2010 and lock in on the promising potential for the brand new 
BeagleBone Black.

News for the Sunday, May 19th Arm Festival: http://www.armfestival.com/
Sign up for Pizza and beverages at:
https://docs.google.com/forms/d/16-DFSRHIn2mWQFG6bUTK9SxHMPOo8K9gCr6EPlHgXfQ/viewform 

(http://tinyurl.com/cszkfoa)


For further information and directions please consult the BLU Web site
http://www.blu.org
Please note that there is usually plenty of free parking in the E-51
parking lot at 2 Amherst St, or directly on Amherst St.

After the meeting we will adjourn to the official after meeting meeting
location at The Cambridge Brewing Company
http://www.cambridgebrewingcompany.com/

&lt;/pre&gt;</description>
    <dc:creator>Jerry Feldman</dc:creator>
    <dc:date>2013-05-10T11:27:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22536">
    <title>Nashua MerriLUG meeting today &lt; at &gt; 7pm</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22536</link>
    <description>&lt;pre&gt;Join us today for MerriLUG in Nashua!

This month's topic: juju http://juju.ubuntu.com

Who:
Peter

When:
Today at 7pm

Where:
Makeit Labs
29 Crown Street,
Nashua, NH 03060
http://makeitlabs.com/about/map/
*
*
*Makeit Labs is actually located on the backside of the building at 29
Crown St. and can be a bit tricky to find. To get there, you will need to
pass the place the GPS says they are at by at least 200 yards. Take a right
onto the tree lined dirt road after Greenerd Press. The dirt road turns
right to the train yard and Makeit Labs parking lot.*
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss-Z8c80N6yweDq5qozqU1N3A&amp;lt; at &amp;gt;public.gmane.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
&lt;/pre&gt;</description>
    <dc:creator>chris gagnon</dc:creator>
    <dc:date>2013-05-07T18:15:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22525">
    <title>Failed ubuntu do-release-upgrade work around?</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22525</link>
    <description>&lt;pre&gt;I'm trying, without much success, to dist-upgrade a machine from 10.04LTS
to 12.04.2LTS.  The installer seems to timeout because the host (or my
network) is not responding.  What is puzzling, is that I can wget the file
from the repository.  The download seems to take &amp;gt; 3 minutes to start, (no
wget activity) but then the connection is good for a while, stalls, but
eventually picks up and completes.  When the connection is active, I seem
to have reasonable BW, otherwise I have 8B/sec or 0B/sec download.  It is
probably our network $WORK, but I have yet to have anyone be able to help
me.

Since I have the file in question, where can I stuff this file, so that the
installer sees it, and doesn't have to go to the slow repo to get it
again.  I think the dist-upgrade saves stuff in /var/log/dist-upgrade

In main.log the last entries are:

2013-05-03 10:31:40,603 ERROR IOError in cache.commit(): 'Failed to fetch
http://archive.ubuntu.com/ubuntu/pool/main/t/texlive-extra/texlive-fonts-extra_2009-10ubuntu1_all.debConnection
failed
'. Retrying (currentTry: 2)
2013-05-03 10:31:40,603 ERROR giving up on fetching after maximum retries

Does anyone know where the files are saved for a dist-upgrade that hasn't
finished?
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss-Z8c80N6yweDq5qozqU1N3A&amp;lt; at &amp;gt;public.gmane.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
&lt;/pre&gt;</description>
    <dc:creator>Bruce Labitt</dc:creator>
    <dc:date>2013-05-03T16:01:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22524">
    <title>LUG in Concord NH</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22524</link>
    <description>&lt;pre&gt;Hello all,

My name is Weston and I am an Americorps Intern at the McAuliffe-Shepard
Discovery Center. A few of our visitors and staff were interested in
starting a LUG to meet maybe once a month or so. I am mostly testing the
waters to see if anyone is interested.

Shoot me an email back if anyone is interested!

-Weston Phillips
westonjphillips-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss-Z8c80N6yweDq5qozqU1N3A&amp;lt; at &amp;gt;public.gmane.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
&lt;/pre&gt;</description>
    <dc:creator>Weston Phillips</dc:creator>
    <dc:date>2013-05-03T14:07:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22522">
    <title>[GNHLUG] [DLSLUG-Announce] DLSLUG Monthly Meeting (TODAY)</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22522</link>
    <description>&lt;pre&gt;The first Thursday in July is the Fourth of July.  
The July meeting will be held July 11, the following week.

May 2, 2013
Nifties

At:     Dartmouth College
        Haldeman 031
http://dlslug.org/directions.html

Admission is free
All are welcome

Presentations in the queue for future meetings:
        shell scripting and commands
        photography
high performance computing (JULY 11)

5:30  Pre-meeting dinner at Everything But Anchovies.  
      That's a pizza joint on Allen Street by the Dartmouth Bookstore.
      http://www.ebas.com/  

7:00  Sign-in, networking

7:10  Introductory remarks

7:15  Featured Presentation


&lt;/pre&gt;</description>
    <dc:creator>Lloyd Kvam</dc:creator>
    <dc:date>2013-05-02T15:53:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22512">
    <title>[GNHLUG] [DLSLUG-Announce] DLSLUG Monthly Meeting</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22512</link>
    <description>&lt;pre&gt;The first Thursday in July is the Fourth of July.  
The July meeting will be held July 11, the following week.

May 2, 2013
Nifties

At:     Dartmouth College
        Haldeman 031
http://dlslug.org/directions.html

Admission is free
All are welcome

Presentations in the queue for future meetings:
        shell scripting and commands
        photography
high performance computing (JULY 11)

5:30  Pre-meeting dinner at Everything But Anchovies.  
      That's a pizza joint on Allen Street by the Dartmouth Bookstore.
      http://www.ebas.com/  

7:00  Sign-in, networking

7:10  Introductory remarks

7:15  Featured Presentation


&lt;/pre&gt;</description>
    <dc:creator>Lloyd Kvam</dc:creator>
    <dc:date>2013-04-29T18:26:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22509">
    <title>Linux on netbook</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22509</link>
    <description>&lt;pre&gt;Hi,

I am contemplating either dual-booting Linux or running Linux exclusively
on my netbook.  I've long been partial to Debian, although I have used a
number of different flavors in the past (started out around RH 5.0, also
ran CentOS on a couple DEC Alpha's, etc.)

I'll give some specifics on the netbook in question.  I am mainly looking
for feedback/advice/caveats from anyone who may have already dabbled with
this sort of project.

I recall having some compatibility issues with dual-booting on an inherited
laptop some years back due to a few proprietary components (I had to use a
3rd party adapter or two, due to "windows only" issues with the
built-ins).  I'm not set in stone, so if another flavor has a better fit
for netbooks, I'd certainly consider it.

Gateway LT3119u (06/20/2010)
11.6" HD LED LCD
2GB RAM
250GB HDD (WDC WD2500BEVT-222CT0 ATA device)
AMD Athlon 64X2 L310 (ACPI X6)
ASUS Bluetooth v2.1 USB adapter
Qualcom Atheros AR5B95 wireless network adapter
Realtek PCIe family controller
Realtek high definition audio
Currently runs MS Windows 7 Home Premium

I mainly use it as backup, or for trips because it is small and portable
enough to tuck in a shoulder tote, or as the secondary to dual-box World of
Warcraft.

As a side note, I've been out of the loop for a while, are the WINE/WINEX
(or similar) projects making headway as far as running MS Windows based
games on Linux?

~Nuala
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss-Z8c80N6yweDq5qozqU1N3A&amp;lt; at &amp;gt;public.gmane.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
&lt;/pre&gt;</description>
    <dc:creator>Nuala Shields</dc:creator>
    <dc:date>2013-04-28T19:01:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22506">
    <title>ARTICLE - Gigabit-to-the-home for $35/mo in Vt.</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22506</link>
    <description>&lt;pre&gt;
With some now ranking the US down near 30th worldwide (and
falling) in terms of fastest/cheapest Internet availability, and
with our monopolist carriers like Verizon/ComCast/Cox pretending
like it's the Natural Order for things to be the way they are as
they inflict "vertical integration" on their captive customers,
I can't decide if this makes me want to cheer or sob:

   http://blogs.wsj.com/digits/2013/04/26/look-out-google-fiber-35-a-month-gigabit-internet-comes-to-vermont/
&lt;/pre&gt;</description>
    <dc:creator>Michael ODonnell</dc:creator>
    <dc:date>2013-04-28T18:10:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22505">
    <title>SpinRite (was: FYI)</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22505</link>
    <description>&lt;pre&gt;
  Oh boy.  This is going to get into religious territory.

  I am of the opinion that while SpinRite is not a total scam, it's
highly overrated, mostly obsolete, and all of it's useful
functionality is now available in free programs elsewhere.  SpinRite
*may* have had some relevance back in the days of MFM, when hard
drives were powered by steam and people still thought MS-DOS was a
good idea, but it's not worth paying for these days.  And some of the
claims made by the author are bunk and always have been.

  SpinRite will read every block on the disk, to make sure they still
can be read.  This is useful.  But even CHKDSK/SCANDISK will do that,
and have since DOS 6, circa 1993.

  SpinRite will read-and-rewrite blocks.  There are scenarios where
this may be a plausible benefit, such as allowing the drive's built-in
relocation mechanism to relocate a marginal sector.  But "badblocks
-n" will do the same thing, for free.

  SpinRite will read blocks over and over again.  If a read fails, it
will keep trying until it succeeds, which is useful on a failing but
not dead drive.  But dd_rhelp will do the same thing, for free.

  To read a bad block, SpinRite will try tricks like seeking to
adjacent cylinders/heads/sectors and back again, in various
directions.  This was plausible for ancient drives, but everything
made in the past 20 years or so has abstracted the real disk geometry
away from the host, even when presenting "CHS".  So these tricks are
meaningless on anything that isn't old enough to run for congress.

  And, of course, SpinRite is from Steve Gibson, who always talks like
an infomercial host.  Billy Mays could have taken lessons from Gibson.

  Gibson claims SpinRite "interfaces directly to the hard disk
system's hardware", which somehow gives it magical abilities.
Everything I've seen suggests this is an outright lie.  SpinRite
flat-out won't work if the drive isn't presented using BIOS interrupt
0x13.

  He claims things like "hardware register level awareness of IDE and
SCSI drives".  SCSI drives *don't have hardware registers*.  The SCSI
spec is quite abstract and hides all that stuff. Further, you don't
talk to a SCSI drive, you talk to a host adapter.  You literally
*cannot* talk directly to the drive.

  You can, however, request additional sense data and mode pages,
which provide a wealth of useful information about the drive.  In the
DOS environment under which SpinRite runes, this is done through the
ASPI interrupt calls.  It's a useful capability, and I expect it's
what SpinRite does, but it isn't the Amazing Scientific
Breakthrough!!!1! Gibson claims it is.  He just Read The Fscking
Manual and learned how to use ASPI.

  I do think SpinRite did things other software wasn't doing, at the
time and place it was introduced in.  Even something as simple as
pattern testing wasn't common in the dark ages of DOS.  (Other
platforms had it, but the IBM-PC was the ghetto of the computer
world.)  I acknowledge that.  It was valuable at the time, and even
today, I suppose a nicely-presented, integrated package might still
have value.

  But that doesn't mean Gibson's bullshit doesn't stink.


  Regardless of the efficacy of SpinRite, Steve Gibson is in way over
his head when it comes to security.  His habit of being uninformed and
making stuff up has burned him more then once.

&lt;/pre&gt;</description>
    <dc:creator>Ben Scott</dc:creator>
    <dc:date>2013-04-28T15:19:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22503">
    <title>engineering/geek tours/vacation/sightseeing</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22503</link>
    <description>&lt;pre&gt;There used to be a site out there that was like "geektours.com" or
"engineeringvacations.com" or something like that. It had computer
history and science museums, civil engineering projects, factory tours
and all kinds of great stuff listed on it. Does anyone else remember
this thing and know where it is? Maybe it died.

(In case you find it, this isn't it, although it isn't a terrible
addition to the genre: http://engineeringsights.org/)
&lt;/pre&gt;</description>
    <dc:creator>David Rysdam</dc:creator>
    <dc:date>2013-04-28T11:26:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22495">
    <title>FYI</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22495</link>
    <description>&lt;pre&gt;  FYI, running "badblocks -w" on a 3 terabyte hard disk takes a long time.

&lt;/pre&gt;</description>
    <dc:creator>Ben Scott</dc:creator>
    <dc:date>2013-04-27T17:36:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22489">
    <title>Talk topics</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22489</link>
    <description>&lt;pre&gt;That was a lot of fun last night.

So let's see. Topic ideas, what are people most interested in...

PGP/GPG, personal cryptography

Encrypted removable media

Networking architecture fundamentals

SIP (Session Initiation Protocol) and why/how VoIP uses it

The Registry Is Not An Index, or "What was being discussed at the 1996
IETF session where I thought I'd met Maddog?"

Ok, that last one is not really much more than a 5 minute topic on the
grand scheme of DNS. Still, I'm stuck now forever wondering just who
that guy was. One of life's mysteries.

For style examples, to see if folks really want me talking about
anything at all, I refer y'all to the blog I started some two years
ago,

http://anarchic-order.blogspot.com/

...especially the initial "I've been wanting to say this for years"
plunge and flurry of posts in Feb. 2011.

Curt-
&lt;/pre&gt;</description>
    <dc:creator>Curt Howland</dc:creator>
    <dc:date>2013-04-24T11:58:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22485">
    <title>[GNHLUG] ManchLUG: Tuesday April 23rd &lt; at &gt; The FARM in Manchester, NH</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22485</link>
    <description>&lt;pre&gt;Before we go too too late into the month I suppose I should announce
that yes, we will be having a meeting this month. This month's meeting
will be a social/open topic meeting.  We'll geek-out then go around
the room. I'd be interested in hearing what people would like to see
at future meetings and then I will try to coerce someone who know
something about said topics by offering them something free, as in
beer.

Schedule:
6:30 PM - Pre-meeting social. If you're ordering food, please try to
do so before the start.
7:00 - 8:30 PM Meeting kick-off, round the room. Show off projects
you're working on, cool devices you've acquired, and we'll brainstorm
topics for future meetings.

Location: (Former location of Wings Your Way)
The Farm
1181 Elm St.
Manchester, NH (corner of Elm and Bridge in downtown Manchester)

When you enter The Farm go to the left side of the restaurant and locate
the small function room or ask the hostess for assistance

Parking:
Parking in downtown Manchester is enforced between 8AM - 8PM, however
the metered spaces in front of The Farm on Elm Street and the lot behind
The Farm are free after 5:30PM. For further details:
http://www.manchesternh.gov/website/Departments/Parking/tabid/182/Default.aspx

Feel free to RSVP on Facebook:
https://www.facebook.com/events/100435596825012/

You can also find the Manchester Linux Users group:
&amp;lt; at &amp;gt;ManchLUG on twitter.com
&amp;lt; at &amp;gt;ManchLUG on identi.ca
_______________________________________________
gnhlug-announce mailing list
gnhlug-announce-Z8c80N6yweDq5qozqU1N3A&amp;lt; at &amp;gt;public.gmane.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-announce/
&lt;/pre&gt;</description>
    <dc:creator>kenta</dc:creator>
    <dc:date>2013-04-19T17:17:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22484">
    <title>free: Supermicro 5012B6 1U server</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22484</link>
    <description>&lt;pre&gt;
Supermicro 5012B6 1U server

http://www.supermicro.com/products/system/1u/5012/sys-5012b-6.cfm

  Intel P4 Celeron 1800Mhz
  Single 512MB ECC DIMM
  Two U160 SCA 36GB hotswap SCSI drives (plus 1 spare drive)

Ran reliabily for 5+ years, multi-year uptimes, and zero unexpected
crashes over its lifetime, retired a few years ago.

Was fully functional at time of retirement, includes rackmount rails
and original boxes/packing materials.

It's going to e-scrap Monday morning unless someone wants it.

&lt;/pre&gt;</description>
    <dc:creator>Dave Johnson</dc:creator>
    <dc:date>2013-04-19T14:52:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22476">
    <title>Embedded Linux Kickstart course?</title>
    <link>http://comments.gmane.org/gmane.org.user-groups.linux.gnhlug/22476</link>
    <description>&lt;pre&gt;I am interested in locating a rigorous course in embedded Linux.
Does anyone know of such a course that is hands-on and covers the latest in Linux real-time extensions?
Thanks - Frank

Frank Rudolph, Ph.D., P.E.
Software Team Leader
Beacon Power, LLC
65 Middlesex Road
Tyngsborough, MA 01879
978-661-2803 - Office
603-689-5366 - Cell
978-694-9127 - FAX

_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss-Z8c80N6yweDq5qozqU1N3A&amp;lt; at &amp;gt;public.gmane.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
&lt;/pre&gt;</description>
    <dc:creator>Rudolph, Frank</dc:creator>
    <dc:date>2013-04-17T15:18:27</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.org.user-groups.linux.gnhlug">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.org.user-groups.linux.gnhlug</link>
  </textinput>
</rdf:RDF>
