<div>Hi all<br></div><div><br></div><div>This is a first-time reply for me here so I may not be using the correct format :)</div><div><br></div><div>Alex... </div><div>Have you considered a 3G router (£30-£40)? or just use the linux box as a router and connect it to your switch.</div>
<div>Found a couple of articles that should help...</div><div>Ubuntu: <a href="http://www.ubuntugeek.com/sharing-internet-connection-in-ubuntu.html">http://www.ubuntugeek.com/sharing-internet-connection-in-ubuntu.html</a></div>
<div>Fedora: <a href="http://www.fs-security.com/docs/connection-sharing.php">http://www.fs-security.com/docs/connection-sharing.php</a></div><div><br></div><div>David.</div><div><br></div><br><div class="gmail_quote">On 21 May 2011 13:00,  <span dir="ltr">&lt;<a href="mailto:scarborough-request@mailman.lug.org.uk">scarborough-request@mailman.lug.org.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Send Scarborough mailing list submissions to<br>
        <a href="mailto:scarborough@mailman.lug.org.uk">scarborough@mailman.lug.org.uk</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://mailman.lug.org.uk/mailman/listinfo/scarborough" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/scarborough</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:scarborough-request@mailman.lug.org.uk">scarborough-request@mailman.lug.org.uk</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:scarborough-owner@mailman.lug.org.uk">scarborough-owner@mailman.lug.org.uk</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Scarborough digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. How can you find out if an install is 32 or 64 bit? (ALEX ARMANI)<br>
   2. Re: How can you find out if an install is 32 or 64 bit?<br>
      (Ross Kendall)<br>
   3. Getting three machines online at the same time using one<br>
      mobile broadband dongle. (ALEX ARMANI)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 20 May 2011 15:48:59 +0100<br>
From: ALEX ARMANI &lt;<a href="mailto:alex.armani@live.co.uk">alex.armani@live.co.uk</a>&gt;<br>
Subject: [SLUG] How can you find out if an install is 32 or 64 bit?<br>
To: Scarborough LUG &lt;<a href="mailto:scarborough@mailman.lug.org.uk">scarborough@mailman.lug.org.uk</a>&gt;<br>
Message-ID: &lt;SNT125-W54ACA37729C2C99F5673DCD8710@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
<br>
How can you find out if an install is 32 or 64 bit?<br>
<br>
<br>
<br>
<br>
<br>
Hi folks. I&#39;ve got an install of Ubuntu 1o.1o Maverick on my laptop but<br>
don&#39;t remember if it&#39;s a 32 or 64 bit install. Is there an easy way to<br>
find out?<br>
<br>
<br>
&#39;uname -a&#39; returns:<br>
<br>
<br>
 Linux Anna 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 i686 GNU/Linux<br>
<br>
<br>
<br>
<br>
Am I correct in thinking that the i686 indicates it is a 64 bit installation?<br>
<br>
<br>
Tia, from Alex.<br>
<br>
--<br>
<br>
 Alex Armani - Digital Musician<br>
<br>
+44 775 459 5449 - <a href="http://Www.Matrixism.Me.UK" target="_blank">Www.Matrixism.Me.UK</a><br>
 <a href="http://www.facebook.com/profile.php?id=513074140" target="_blank">www.facebook.com/profile.php?id=513074140</a><br>
Add me to your Mafia Wars!<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://mailman.lug.org.uk/pipermail/scarborough/attachments/20110520/01f6853c/attachment-0001.htm" target="_blank">http://mailman.lug.org.uk/pipermail/scarborough/attachments/20110520/01f6853c/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 20 May 2011 16:18:18 +0100<br>
From: Ross Kendall &lt;<a href="mailto:ross@rosskendall.com">ross@rosskendall.com</a>&gt;<br>
Subject: Re: [SLUG] How can you find out if an install is 32 or 64<br>
        bit?<br>
To: Scarborough Linux User Group &lt;<a href="mailto:scarborough@mailman.lug.org.uk">scarborough@mailman.lug.org.uk</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4DD6863A.5090207@rosskendall.com">4DD6863A.5090207@rosskendall.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;; Format=&quot;flowed&quot;<br>
<br>
Hi Alex,<br>
<br>
You are very close there. /uname -a/ (or /uname -m/) will tell you if<br>
it&#39;s 32 or 64 bit and the bit at the end before GNU/Linux is the<br>
indicator. However /i686/ shows it is 32bit, if it was 64bit it would<br>
have /x86_64/.<br>
<br>
Another command you can use is:<br>
<br>
|getconf LONG_BIT|<br>
<br>
(the answer being 32 or 64)<br>
<br>
It is possible to run 32bit Linux on a 64bit CPU. The above commands<br>
will only tell you about the currently installed Linux not if the<br>
processor will support 64bit.<br>
<br>
If you want to know about the physical processor instead of the current<br>
operating system run:<br>
<br>
cat /proc/cpuinfo<br>
<br>
(if the list of &#39;flags&#39; has /tm/ it is a 32 bit processor, if the flags<br>
have /lm/ it&#39;s 64bit)<br>
<br>
Hope that helps.<br>
Cheers,<br>
Ross.<br>
<br>
<br>
On 20/05/11 15:48, ALEX ARMANI wrote:<br>
&gt; How can you find out if an install is 32 or 64 bit?<br>
&gt;<br>
&gt; Hi folks. I&#39;ve got an install of Ubuntu 1o.1o Maverick on my laptop<br>
&gt; but don&#39;t remember if it&#39;s a 32 or 64 bit install. Is there an easy<br>
&gt; way to find out?<br>
&gt; &#39;uname -a&#39; returns:<br>
&gt;  Linux Anna 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC<br>
&gt; 2010 i686 GNU/Linux<br>
&gt;<br>
&gt; Am I correct in thinking that the i686 indicates it is a 64 bit<br>
&gt; installation?<br>
&gt; Tia, from Alex.<br>
&gt; --<br>
&gt;  Alex Armani - Digital Musician<br>
&gt; +44 775 459 5449 - <a href="http://Www.Matrixism.Me.UK" target="_blank">Www.Matrixism.Me.UK</a><br>
&gt;  <a href="http://www.facebook.com/profile.php?id=513074140" target="_blank">www.facebook.com/profile.php?id=513074140</a><br>
&gt; Add me to your Mafia Wars!<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://mailman.lug.org.uk/pipermail/scarborough/attachments/20110520/78aeb2f8/attachment-0001.htm" target="_blank">http://mailman.lug.org.uk/pipermail/scarborough/attachments/20110520/78aeb2f8/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 20 May 2011 20:54:40 +0100<br>
From: ALEX ARMANI &lt;<a href="mailto:alex.armani@live.co.uk">alex.armani@live.co.uk</a>&gt;<br>
Subject: [SLUG] Getting three machines online at the same time using<br>
        one mobile broadband dongle.<br>
To: Scarborough LUG &lt;<a href="mailto:scarborough@mailman.lug.org.uk">scarborough@mailman.lug.org.uk</a>&gt;<br>
Message-ID: &lt;SNT125-W251ADF6F0B4F4BFF225E1BD8710@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
<br>
Getting three machines online at the same time using one mobile broadband dongle.<br>
Hi all. I&#39;ve recently moved to a house which doesn&#39;t have a landline, so I bought a 3 Mobile Broadband dongle as a temporary measure. 30 day contract 5 gigs a month for ?15.99 (which is the same as I was paying madasafish in my last place, and amazingly, it gives about the same performance to! ~ 6.7 Mbps. ) and it works fine with Linux. BT have said that they would like to install a landline for me for ?122.50, so I&#39;m thinking to maybe I&#39;ll stay with 3, but how do I connect my 2 towers to my laptop and have them all online at the same time? Laptop&#39;s running Windows 7 and Ubuntu, both towers running Ubuntu. Would my old wifi router be okay to do this? Also, all the machines have bluetooth, so maybe it would be easier to connect all 3 machines using bluetooth?<br>

Any help appreciated, tia form Alex.<br>
--<br>
 Alex Armani - Digital Musician<br>
+44 775 459 5449 - <a href="http://Www.Matrixism.Me.UK" target="_blank">Www.Matrixism.Me.UK</a> <a href="http://www.facebook.com/profile.php?id=513074140Add" target="_blank">www.facebook.com/profile.php?id=513074140Add</a> me to your Mafia Wars!<br>

<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://mailman.lug.org.uk/pipermail/scarborough/attachments/20110520/0f6802db/attachment-0001.htm" target="_blank">http://mailman.lug.org.uk/pipermail/scarborough/attachments/20110520/0f6802db/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Scarborough mailing list<br>
<a href="mailto:Scarborough@mailman.lug.org.uk">Scarborough@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/scarborough" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/scarborough</a><br>
<br>
End of Scarborough Digest, Vol 268, Issue 1<br>
*******************************************<br>
</blockquote></div><br>