Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-06 Thread Steve Langasek
On Sat, Nov 05, 2022 at 09:00:02PM -0700, Cody Smith wrote:
> Like I said yesterday, it's a 3rd party kernel module that has to be
> installed, It is in the Ubuntu universe repo, but it's a dkms module, so
> you'll likely have to manually grab the packages for that as well as the
> module.

> Here's the module:
> https://ubuntu.osuosl.org/ubuntu/pool/universe/r/rtl8821ce/rtl8821ce-dkms_5.5.2.1-0ubuntu10_all.deb

> I'm sure it's in whatever ubuntu mirror you prefer as well, I just pulled
> the link from OSU OSL, since that's pretty close to Salem comparatively,
> since it's at Oregon State University.

It's unfortunate that the dkms driver for a network card was not included on
the image.  The intention of having dkms support in the install media is
that *all* network drivers in the archive be included (which in this case
would mean moving rtl8821ce to main).

I can't find anything confirming the ASUS L210 needs this driver.  The
driver declares support for exactly 3 PCI IDs:

  10EC:C821
  10EC:C82A
  10EC:C82B

But in any event, this dkms package has been dropped in kinetic and later as
obsoleted by upstream kernel support (https://launchpad.net/bugs/1993324);
so since the next 22.04 point release will use the HWE kernel from kinetic
and pick up the in-tree driver support, there seems no point in making any
changes here at this point.

In the future if you're aware of dkms packages for network drivers that
should be included on the media, please feel free to file bug reports
against either ubiquity or ubuntu-meta so we can make sure to include them.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-06 Thread Brian Murray
On Sat, Nov 05, 2022 at 01:04:51AM -0700, Brian Murray wrote:
> On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
> > That's fine.
> > 
> > As to your new laptop, if it's just networking that's not operational, it's
> > likely because the network chip it uses doesn't have an in tree modules
> > from what I could find on Google, since it looks like it's a Realtek chip
> > (those are super hot or miss when it comes to having in tree modules,
> > usually requiring a dkms module to function)
> > 
> > This thread details it nicely:
> > https://ubuntuforums.org/archive/index.php/t-2459146.html
> 
> I haven't read the whole thread but depending on choices made during the
> installation process the driver may not have been installed. If you were
> to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
> interested in reading so that we might get a fix in 22.04.2.

Looking more closely the driver is in universe and as such is not
included on the installation media for Ubuntu so no additional testing
is required. Sorry about that!

Thanks,

Brian

> > On Fri, Nov 4, 2022, 7:48 AM James Bradley  wrote:
> > 
> > > I was hoping to make it this evening, but things don't look promising at
> > > this point. Hope you have a good session, and maybe next time for me.
> > >
> > > Happened to have run across anything involving drivers for an Asus L210?
> > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
> > > hardware, at all.
> > >
> > > JVLB
> > >
> > >
> > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:
> > >
> > >> Forgot to add in the event page, it is here:
> > >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
> > >>
> > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:
> > >>
> > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
> > >>> for those who feel safe enough to make it out. I'll try and make a 
> > >>> virtual
> > >>> room of some sort for those who don't but want to attend in some form.
> > >>>
> > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
> > >>> Gaines.
> > >>> When: Friday, 11.04.22, from 6PM to 7PM
> > >>>
> > >>> --c_smith
> > >>>
> > >> --
> > >> Ubuntu-us-or mailing list
> > >> Ubuntu-us-or@lists.ubuntu.com
> > >> Modify settings or unsubscribe at:
> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> > >>
> > > --
> > > Ubuntu-us-or mailing list
> > > Ubuntu-us-or@lists.ubuntu.com
> > > Modify settings or unsubscribe at:
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> > >
> 
> > -- 
> > Ubuntu-us-or mailing list
> > Ubuntu-us-or@lists.ubuntu.com
> > Modify settings or unsubscribe at: 
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> 
> --
> Brian Murray
> Ubuntu Bug Master
> 
> -- 
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
--
Brian Murray
Ubuntu Bug Master

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread Cody Smith
No problem.

--c_smith

On Sat, Nov 5, 2022, 2:27 PM James Bradley  wrote:

> Thanks, Cody, I just haven't had time to pursue it. I'm sure you're right
> about the fix, and I'll get to it soon.
>
> JVLB
>
>
> On Sat, Nov 5, 2022 at 2:00 PM Cody Smith  wrote:
>
>> Like I said yesterday, it's a 3rd party kernel module that has to be
>> installed, It is in the Ubuntu universe repo, but it's a dkms module, so
>> you'll likely have to manually grab the packages for that as well as the
>> module.
>>
>> Here's the module:
>> https://ubuntu.osuosl.org/ubuntu/pool/universe/r/rtl8821ce/rtl8821ce-dkms_5.5.2.1-0ubuntu10_all.deb
>>
>> I'm sure it's in whatever ubuntu mirror you prefer as well, I just pulled
>> the link from OSU OSL, since that's pretty close to Salem comparatively,
>> since it's at Oregon State University.
>>
>> --c_smith
>>
>>
>> On Sat, Nov 5, 2022 at 1:53 PM James Bradley 
>> wrote:
>>
>>> I'm afraid it's not immediately clear to me how to proceed with
>>> Ubiquity. I can tell you the following: I used a USB drive with Kubuntu
>>> 22.04.1 to make the install. The install went smoothly, and I did choose
>>> the option to install third-party software, but as the installer never made
>>> a wifi connection, I'm sure the point was moot. The Asus L210 has no
>>> Ethernet.
>>>
>>> After the installation, everything is working fine except the
>>> networking.  Network manager shows no available connections, and System
>>> Settings only reports two loopback addresses under Network Interfaces.
>>> That's about all I have at this point.
>>>
>>> JVLB
>>>
>>>
>>> On Sat, Nov 5, 2022 at 1:05 AM Brian Murray  wrote:
>>>
 On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
 > That's fine.
 >
 > As to your new laptop, if it's just networking that's not
 operational, it's
 > likely because the network chip it uses doesn't have an in tree
 modules
 > from what I could find on Google, since it looks like it's a Realtek
 chip
 > (those are super hot or miss when it comes to having in tree modules,
 > usually requiring a dkms module to function)
 >
 > This thread details it nicely:
 > https://ubuntuforums.org/archive/index.php/t-2459146.html

 I haven't read the whole thread but depending on choices made during the
 installation process the driver may not have been installed. If you were
 to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
 interested in reading so that we might get a fix in 22.04.2.

 Brian

 > On Fri, Nov 4, 2022, 7:48 AM James Bradley 
 wrote:
 >
 > > I was hoping to make it this evening, but things don't look
 promising at
 > > this point. Hope you have a good session, and maybe next time for
 me.
 > >
 > > Happened to have run across anything involving drivers for an Asus
 L210?
 > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the
 wifi
 > > hardware, at all.
 > >
 > > JVLB
 > >
 > >
 > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith 
 wrote:
 > >
 > >> Forgot to add in the event page, it is here:
 > >>
 https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
 > >>
 > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
 wrote:
 > >>
 > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
 Commons
 > >>> for those who feel safe enough to make it out. I'll try and make
 a virtual
 > >>> room of some sort for those who don't but want to attend in some
 form.
 > >>>
 > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
 > >>> Gaines.
 > >>> When: Friday, 11.04.22, from 6PM to 7PM
 > >>>
 > >>> --c_smith
 > >>>
 > >> --
 > >> Ubuntu-us-or mailing list
 > >> Ubuntu-us-or@lists.ubuntu.com
 > >> Modify settings or unsubscribe at:
 > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
 > >>
 > > --
 > > Ubuntu-us-or mailing list
 > > Ubuntu-us-or@lists.ubuntu.com
 > > Modify settings or unsubscribe at:
 > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
 > >

 > --
 > Ubuntu-us-or mailing list
 > Ubuntu-us-or@lists.ubuntu.com
 > Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or

 --
 Brian Murray
 Ubuntu Bug Master

 --
 Ubuntu-us-or mailing list
 Ubuntu-us-or@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or

>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubu

Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread James Bradley
Thanks, Cody, I just haven't had time to pursue it. I'm sure you're right
about the fix, and I'll get to it soon.

JVLB


On Sat, Nov 5, 2022 at 2:00 PM Cody Smith  wrote:

> Like I said yesterday, it's a 3rd party kernel module that has to be
> installed, It is in the Ubuntu universe repo, but it's a dkms module, so
> you'll likely have to manually grab the packages for that as well as the
> module.
>
> Here's the module:
> https://ubuntu.osuosl.org/ubuntu/pool/universe/r/rtl8821ce/rtl8821ce-dkms_5.5.2.1-0ubuntu10_all.deb
>
> I'm sure it's in whatever ubuntu mirror you prefer as well, I just pulled
> the link from OSU OSL, since that's pretty close to Salem comparatively,
> since it's at Oregon State University.
>
> --c_smith
>
>
> On Sat, Nov 5, 2022 at 1:53 PM James Bradley 
> wrote:
>
>> I'm afraid it's not immediately clear to me how to proceed with Ubiquity.
>> I can tell you the following: I used a USB drive with Kubuntu 22.04.1 to
>> make the install. The install went smoothly, and I did choose the option to
>> install third-party software, but as the installer never made a wifi
>> connection, I'm sure the point was moot. The Asus L210 has no Ethernet.
>>
>> After the installation, everything is working fine except the
>> networking.  Network manager shows no available connections, and System
>> Settings only reports two loopback addresses under Network Interfaces.
>> That's about all I have at this point.
>>
>> JVLB
>>
>>
>> On Sat, Nov 5, 2022 at 1:05 AM Brian Murray  wrote:
>>
>>> On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
>>> > That's fine.
>>> >
>>> > As to your new laptop, if it's just networking that's not operational,
>>> it's
>>> > likely because the network chip it uses doesn't have an in tree modules
>>> > from what I could find on Google, since it looks like it's a Realtek
>>> chip
>>> > (those are super hot or miss when it comes to having in tree modules,
>>> > usually requiring a dkms module to function)
>>> >
>>> > This thread details it nicely:
>>> > https://ubuntuforums.org/archive/index.php/t-2459146.html
>>>
>>> I haven't read the whole thread but depending on choices made during the
>>> installation process the driver may not have been installed. If you were
>>> to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
>>> interested in reading so that we might get a fix in 22.04.2.
>>>
>>> Brian
>>>
>>> > On Fri, Nov 4, 2022, 7:48 AM James Bradley 
>>> wrote:
>>> >
>>> > > I was hoping to make it this evening, but things don't look
>>> promising at
>>> > > this point. Hope you have a good session, and maybe next time for me.
>>> > >
>>> > > Happened to have run across anything involving drivers for an Asus
>>> L210?
>>> > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the
>>> wifi
>>> > > hardware, at all.
>>> > >
>>> > > JVLB
>>> > >
>>> > >
>>> > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith 
>>> wrote:
>>> > >
>>> > >> Forgot to add in the event page, it is here:
>>> > >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>>> > >>
>>> > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
>>> wrote:
>>> > >>
>>> > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
>>> Commons
>>> > >>> for those who feel safe enough to make it out. I'll try and make a
>>> virtual
>>> > >>> room of some sort for those who don't but want to attend in some
>>> form.
>>> > >>>
>>> > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
>>> > >>> Gaines.
>>> > >>> When: Friday, 11.04.22, from 6PM to 7PM
>>> > >>>
>>> > >>> --c_smith
>>> > >>>
>>> > >> --
>>> > >> Ubuntu-us-or mailing list
>>> > >> Ubuntu-us-or@lists.ubuntu.com
>>> > >> Modify settings or unsubscribe at:
>>> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>> > >>
>>> > > --
>>> > > Ubuntu-us-or mailing list
>>> > > Ubuntu-us-or@lists.ubuntu.com
>>> > > Modify settings or unsubscribe at:
>>> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>> > >
>>>
>>> > --
>>> > Ubuntu-us-or mailing list
>>> > Ubuntu-us-or@lists.ubuntu.com
>>> > Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>>> --
>>> Brian Murray
>>> Ubuntu Bug Master
>>>
>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread Cody Smith
Like I said yesterday, it's a 3rd party kernel module that has to be
installed, It is in the Ubuntu universe repo, but it's a dkms module, so
you'll likely have to manually grab the packages for that as well as the
module.

Here's the module:
https://ubuntu.osuosl.org/ubuntu/pool/universe/r/rtl8821ce/rtl8821ce-dkms_5.5.2.1-0ubuntu10_all.deb

I'm sure it's in whatever ubuntu mirror you prefer as well, I just pulled
the link from OSU OSL, since that's pretty close to Salem comparatively,
since it's at Oregon State University.

--c_smith


On Sat, Nov 5, 2022 at 1:53 PM James Bradley  wrote:

> I'm afraid it's not immediately clear to me how to proceed with Ubiquity.
> I can tell you the following: I used a USB drive with Kubuntu 22.04.1 to
> make the install. The install went smoothly, and I did choose the option to
> install third-party software, but as the installer never made a wifi
> connection, I'm sure the point was moot. The Asus L210 has no Ethernet.
>
> After the installation, everything is working fine except the networking.
> Network manager shows no available connections, and System Settings only
> reports two loopback addresses under Network Interfaces. That's about all I
> have at this point.
>
> JVLB
>
>
> On Sat, Nov 5, 2022 at 1:05 AM Brian Murray  wrote:
>
>> On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
>> > That's fine.
>> >
>> > As to your new laptop, if it's just networking that's not operational,
>> it's
>> > likely because the network chip it uses doesn't have an in tree modules
>> > from what I could find on Google, since it looks like it's a Realtek
>> chip
>> > (those are super hot or miss when it comes to having in tree modules,
>> > usually requiring a dkms module to function)
>> >
>> > This thread details it nicely:
>> > https://ubuntuforums.org/archive/index.php/t-2459146.html
>>
>> I haven't read the whole thread but depending on choices made during the
>> installation process the driver may not have been installed. If you were
>> to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
>> interested in reading so that we might get a fix in 22.04.2.
>>
>> Brian
>>
>> > On Fri, Nov 4, 2022, 7:48 AM James Bradley 
>> wrote:
>> >
>> > > I was hoping to make it this evening, but things don't look promising
>> at
>> > > this point. Hope you have a good session, and maybe next time for me.
>> > >
>> > > Happened to have run across anything involving drivers for an Asus
>> L210?
>> > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the
>> wifi
>> > > hardware, at all.
>> > >
>> > > JVLB
>> > >
>> > >
>> > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith 
>> wrote:
>> > >
>> > >> Forgot to add in the event page, it is here:
>> > >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>> > >>
>> > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
>> wrote:
>> > >>
>> > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
>> Commons
>> > >>> for those who feel safe enough to make it out. I'll try and make a
>> virtual
>> > >>> room of some sort for those who don't but want to attend in some
>> form.
>> > >>>
>> > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
>> > >>> Gaines.
>> > >>> When: Friday, 11.04.22, from 6PM to 7PM
>> > >>>
>> > >>> --c_smith
>> > >>>
>> > >> --
>> > >> Ubuntu-us-or mailing list
>> > >> Ubuntu-us-or@lists.ubuntu.com
>> > >> Modify settings or unsubscribe at:
>> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>> > >>
>> > > --
>> > > Ubuntu-us-or mailing list
>> > > Ubuntu-us-or@lists.ubuntu.com
>> > > Modify settings or unsubscribe at:
>> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>> > >
>>
>> > --
>> > Ubuntu-us-or mailing list
>> > Ubuntu-us-or@lists.ubuntu.com
>> > Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>> --
>> Brian Murray
>> Ubuntu Bug Master
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread James Bradley
I'm afraid it's not immediately clear to me how to proceed with Ubiquity. I
can tell you the following: I used a USB drive with Kubuntu 22.04.1 to make
the install. The install went smoothly, and I did choose the option to
install third-party software, but as the installer never made a wifi
connection, I'm sure the point was moot. The Asus L210 has no Ethernet.

After the installation, everything is working fine except the networking.
Network manager shows no available connections, and System Settings only
reports two loopback addresses under Network Interfaces. That's about all I
have at this point.

JVLB


On Sat, Nov 5, 2022 at 1:05 AM Brian Murray  wrote:

> On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
> > That's fine.
> >
> > As to your new laptop, if it's just networking that's not operational,
> it's
> > likely because the network chip it uses doesn't have an in tree modules
> > from what I could find on Google, since it looks like it's a Realtek chip
> > (those are super hot or miss when it comes to having in tree modules,
> > usually requiring a dkms module to function)
> >
> > This thread details it nicely:
> > https://ubuntuforums.org/archive/index.php/t-2459146.html
>
> I haven't read the whole thread but depending on choices made during the
> installation process the driver may not have been installed. If you were
> to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
> interested in reading so that we might get a fix in 22.04.2.
>
> Brian
>
> > On Fri, Nov 4, 2022, 7:48 AM James Bradley 
> wrote:
> >
> > > I was hoping to make it this evening, but things don't look promising
> at
> > > this point. Hope you have a good session, and maybe next time for me.
> > >
> > > Happened to have run across anything involving drivers for an Asus
> L210?
> > > I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
> > > hardware, at all.
> > >
> > > JVLB
> > >
> > >
> > > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith 
> wrote:
> > >
> > >> Forgot to add in the event page, it is here:
> > >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
> > >>
> > >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
> wrote:
> > >>
> > >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
> Commons
> > >>> for those who feel safe enough to make it out. I'll try and make a
> virtual
> > >>> room of some sort for those who don't but want to attend in some
> form.
> > >>>
> > >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
> > >>> Gaines.
> > >>> When: Friday, 11.04.22, from 6PM to 7PM
> > >>>
> > >>> --c_smith
> > >>>
> > >> --
> > >> Ubuntu-us-or mailing list
> > >> Ubuntu-us-or@lists.ubuntu.com
> > >> Modify settings or unsubscribe at:
> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> > >>
> > > --
> > > Ubuntu-us-or mailing list
> > > Ubuntu-us-or@lists.ubuntu.com
> > > Modify settings or unsubscribe at:
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> > >
>
> > --
> > Ubuntu-us-or mailing list
> > Ubuntu-us-or@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
> --
> Brian Murray
> Ubuntu Bug Master
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread Brian Murray
On Fri, Nov 04, 2022 at 08:24:44AM -0700, Cody Smith wrote:
> That's fine.
> 
> As to your new laptop, if it's just networking that's not operational, it's
> likely because the network chip it uses doesn't have an in tree modules
> from what I could find on Google, since it looks like it's a Realtek chip
> (those are super hot or miss when it comes to having in tree modules,
> usually requiring a dkms module to function)
> 
> This thread details it nicely:
> https://ubuntuforums.org/archive/index.php/t-2459146.html

I haven't read the whole thread but depending on choices made during the
installation process the driver may not have been installed. If you were
to open a bug report about ubiquity, using 'ubuntu-bug ubiquity', I'd be
interested in reading so that we might get a fix in 22.04.2.

Brian

> On Fri, Nov 4, 2022, 7:48 AM James Bradley  wrote:
> 
> > I was hoping to make it this evening, but things don't look promising at
> > this point. Hope you have a good session, and maybe next time for me.
> >
> > Happened to have run across anything involving drivers for an Asus L210?
> > I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
> > hardware, at all.
> >
> > JVLB
> >
> >
> > On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:
> >
> >> Forgot to add in the event page, it is here:
> >> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
> >>
> >> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:
> >>
> >>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
> >>> for those who feel safe enough to make it out. I'll try and make a virtual
> >>> room of some sort for those who don't but want to attend in some form.
> >>>
> >>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
> >>> Gaines.
> >>> When: Friday, 11.04.22, from 6PM to 7PM
> >>>
> >>> --c_smith
> >>>
> >> --
> >> Ubuntu-us-or mailing list
> >> Ubuntu-us-or@lists.ubuntu.com
> >> Modify settings or unsubscribe at:
> >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> >>
> > --
> > Ubuntu-us-or mailing list
> > Ubuntu-us-or@lists.ubuntu.com
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
> >

> -- 
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or

--
Brian Murray
Ubuntu Bug Master

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-05 Thread James Bradley
Thanks for the tip.

JVLB


On Fri, Nov 4, 2022 at 8:25 AM Cody Smith  wrote:

> That's fine.
>
> As to your new laptop, if it's just networking that's not operational,
> it's likely because the network chip it uses doesn't have an in tree
> modules from what I could find on Google, since it looks like it's a
> Realtek chip (those are super hot or miss when it comes to having in tree
> modules, usually requiring a dkms module to function)
>
> This thread details it nicely:
> https://ubuntuforums.org/archive/index.php/t-2459146.html
>
> On Fri, Nov 4, 2022, 7:48 AM James Bradley  wrote:
>
>> I was hoping to make it this evening, but things don't look promising at
>> this point. Hope you have a good session, and maybe next time for me.
>>
>> Happened to have run across anything involving drivers for an Asus L210?
>> I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
>> hardware, at all.
>>
>> JVLB
>>
>>
>> On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:
>>
>>> Forgot to add in the event page, it is here:
>>> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>>>
>>> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith 
>>> wrote:
>>>
 There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway
 Commons for those who feel safe enough to make it out. I'll try and make a
 virtual room of some sort for those who don't but want to attend in some
 form.

 Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
 Gaines.
 When: Friday, 11.04.22, from 6PM to 7PM

 --c_smith

>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-04 Thread Cody Smith
That's fine.

As to your new laptop, if it's just networking that's not operational, it's
likely because the network chip it uses doesn't have an in tree modules
from what I could find on Google, since it looks like it's a Realtek chip
(those are super hot or miss when it comes to having in tree modules,
usually requiring a dkms module to function)

This thread details it nicely:
https://ubuntuforums.org/archive/index.php/t-2459146.html

On Fri, Nov 4, 2022, 7:48 AM James Bradley  wrote:

> I was hoping to make it this evening, but things don't look promising at
> this point. Hope you have a good session, and maybe next time for me.
>
> Happened to have run across anything involving drivers for an Asus L210?
> I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
> hardware, at all.
>
> JVLB
>
>
> On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:
>
>> Forgot to add in the event page, it is here:
>> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>>
>> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:
>>
>>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
>>> for those who feel safe enough to make it out. I'll try and make a virtual
>>> room of some sort for those who don't but want to attend in some form.
>>>
>>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and
>>> Gaines.
>>> When: Friday, 11.04.22, from 6PM to 7PM
>>>
>>> --c_smith
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-11-04 Thread James Bradley
I was hoping to make it this evening, but things don't look promising at
this point. Hope you have a good session, and maybe next time for me.

Happened to have run across anything involving drivers for an Asus L210?
I've installed Kubuntu 22.04, but it doesn't seem to recognize the wifi
hardware, at all.

JVLB


On Sun, Oct 30, 2022 at 7:26 PM Cody Smith  wrote:

> Forgot to add in the event page, it is here:
> https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/
>
> On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:
>
>> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
>> for those who feel safe enough to make it out. I'll try and make a virtual
>> room of some sort for those who don't but want to attend in some form.
>>
>> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and Gaines.
>> When: Friday, 11.04.22, from 6PM to 7PM
>>
>> --c_smith
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-10-30 Thread Cody Smith
Forgot to add in the event page, it is here:
https://loco.ubuntu.com/events/ubuntu-us-or/4260-salem-ubuntu-hour/

On Sun, Oct 30, 2022 at 7:02 PM Cody Smith  wrote:

> There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
> for those who feel safe enough to make it out. I'll try and make a virtual
> room of some sort for those who don't but want to attend in some form.
>
> Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and Gaines.
> When: Friday, 11.04.22, from 6PM to 7PM
>
> --c_smith
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour for 11.04.22

2022-10-30 Thread Cody Smith
There will be an Ubuntu Hour on 11.04.22 from 6-7 PM at Broadway Commons
for those who feel safe enough to make it out. I'll try and make a virtual
room of some sort for those who don't but want to attend in some form.

Where: 1300 Broadway, Salem, Oregon. At the corner of Broadway and Gaines.
When: Friday, 11.04.22, from 6PM to 7PM

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour... well maybe.

2020-09-18 Thread Phil N
I agree with Cody, it's risky and smoky out there. However I just thought
I'd mention that I'll be at BWC this evening for some much needed R&R and a
spot of tea.
Therefore it's not an official Ubuntu meeting of sorts, I'm just there...
hanging out catching up on the general goings on in our area.
No biggie if no one shows up, as masks are required while inside BWC and
social disting is as well.
Ciao for now,
Phil. N.

/*
* Sent from a system running Ubuntu  *
*/



On Thu, Sep 17, 2020 at 8:21 PM Cody Smith  wrote:

> Unfortunately there's as of yet no way I can make it, nor am I cleared to
> go, too risky, and if I caught it, it'd be a death sentence to 2 of my
> housemates, being as they're elderly. Plus the smoke has me playing it
> extremely safe.
>
> --c_smith
>
> On Thu, Sep 17, 2020 at 8:19 PM Phil N  wrote:
>
>> We have not held an Ubuntu Hour since the COVID virus in March. Now that
>> things are starting to open up once again and with Broadway Coffee now open
>> until 7:00 pm.
>> I thought I'd mention to our LoCo Linux techies that I'll be down at
>> Broadway Coffee this Friday late afternoon time until closing at 7:00 pm
>> that evening.
>> So if anyone would like to join me for an *unofficial* Linux/Ubuntu
>> meeting while enjoying some much missed tech-talk along with a cup of tea
>> or coffee, you know where I'll unofficially be this coming Friday evening.
>> Just passing this along.
>> Ciao for now, Techie Trekkie,
>> Phil. N.
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour... well maybe.

2020-09-17 Thread Cody Smith
Unfortunately there's as of yet no way I can make it, nor am I cleared to
go, too risky, and if I caught it, it'd be a death sentence to 2 of my
housemates, being as they're elderly. Plus the smoke has me playing it
extremely safe.

--c_smith

On Thu, Sep 17, 2020 at 8:19 PM Phil N  wrote:

> We have not held an Ubuntu Hour since the COVID virus in March. Now that
> things are starting to open up once again and with Broadway Coffee now open
> until 7:00 pm.
> I thought I'd mention to our LoCo Linux techies that I'll be down at
> Broadway Coffee this Friday late afternoon time until closing at 7:00 pm
> that evening.
> So if anyone would like to join me for an *unofficial* Linux/Ubuntu
> meeting while enjoying some much missed tech-talk along with a cup of tea
> or coffee, you know where I'll unofficially be this coming Friday evening.
> Just passing this along.
> Ciao for now, Techie Trekkie,
> Phil. N.
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour... well maybe.

2020-09-17 Thread Phil N
We have not held an Ubuntu Hour since the COVID virus in March. Now that
things are starting to open up once again and with Broadway Coffee now open
until 7:00 pm.
I thought I'd mention to our LoCo Linux techies that I'll be down at
Broadway Coffee this Friday late afternoon time until closing at 7:00 pm
that evening.
So if anyone would like to join me for an *unofficial* Linux/Ubuntu meeting
while enjoying some much missed tech-talk along with a cup of tea or
coffee, you know where I'll unofficially be this coming Friday evening.
Just passing this along.
Ciao for now, Techie Trekkie,
Phil. N.

/*
* Sent from a system running Ubuntu  *
*/
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2020-02-07 Thread Cody Smith
Usually it's just me, jvlb and Phil, but it's becoming more and more often
that others show up. So usually for 3 to 5 people.

--c_smith

On Fri, Feb 7, 2020, 4:49 PM Walter Lapchynski  wrote:

> On 2020-02-08 00:45, Cody Smith wrote:
> >> talk about tech, Ubuntu, Linux and any other topic that comes up!
>
> Hope you feel better, Cody. Meanwhile, I'm curious: how many folks, on
> average do you find show up at these events you so consistently put on?
>
> --
>@wxl | polka.bike
> C563 CAC5 8BE1 2F22 A49D
> 68F6 8B57 A48B C4F2 051A
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2020-02-07 Thread Walter Lapchynski
On 2020-02-08 00:45, Cody Smith wrote:
>> talk about tech, Ubuntu, Linux and any other topic that comes up!

Hope you feel better, Cody. Meanwhile, I'm curious: how many folks, on
average do you find show up at these events you so consistently put on?

-- 
   @wxl | polka.bike
C563 CAC5 8BE1 2F22 A49D
68F6 8B57 A48B C4F2 051A

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2020-02-07 Thread Cody Smith
unfortunately, due to not feeling well, not going to show up tonight
--c_smith

On Fri, Feb 7, 2020 at 7:48 AM Cody Smith  wrote:

> Come down to Broadway Commons Coffeehouse in Salem for talk about tech,
> Ubuntu, Linux and any other topic that comes up! Enjoy a beverage from
> there (please do, it's one of their restrictions), and enjoy the atmosphere
> of the place!
>
> Location: 1300 Broadway, Salem, Oregon
> Date: February 7th, 2019, at 6PM
> LoCo portal page:
> https://loco.ubuntu.com/events/ubuntu-us-or/4002-salem-ubuntu-hour/
>
> --c_smith
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2020-02-07 Thread Cody Smith
Come down to Broadway Commons Coffeehouse in Salem for talk about tech,
Ubuntu, Linux and any other topic that comes up! Enjoy a beverage from
there (please do, it's one of their restrictions), and enjoy the atmosphere
of the place!

Location: 1300 Broadway, Salem, Oregon
Date: February 7th, 2019, at 6PM
LoCo portal page:
https://loco.ubuntu.com/events/ubuntu-us-or/4002-salem-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2020-01-17 Thread Cody Smith
oh, also, found an interesting Ubuntu derivative you might be interested
in. Phil. A couple of them for that matter/

--c_smith

On Fri, Jan 17, 2020 at 4:09 PM Cody Smith  wrote:

> James, hey, don't sweat it, there'll always be future meetings.
>
> Phill, awesome, it's at least warmer than outside today. Also, looks like
> I'll have a decent paycheck before long, so I'm happy there, I'll talk to
> ya about that if you care to listen. It's an interesting story.
>
> --c_smith
>
> On Fri, Jan 17, 2020 at 3:13 PM Phil N  wrote:
>
>> If anything, I'll be there... just to sit next to their warm fireplace
>> too code and drink, then repeat.
>> Ciao for now
>> Phil. N.
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>>
>>
>> On Fri, Jan 17, 2020 at 7:07 AM Cody Smith  wrote:
>>
>>> There will be a Ubuntu Hour tonight from 6pm to 7pm at Broadway Commons
>>> coffee shop
>>>
>>> LoCo page:
>>> https://loco.ubuntu.com/events/ubuntu-us-or/3998-salem-ubuntu-hour/
>>>
>>> --c_smith
>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2020-01-17 Thread Cody Smith
James, hey, don't sweat it, there'll always be future meetings.

Phill, awesome, it's at least warmer than outside today. Also, looks like
I'll have a decent paycheck before long, so I'm happy there, I'll talk to
ya about that if you care to listen. It's an interesting story.

--c_smith

On Fri, Jan 17, 2020 at 3:13 PM Phil N  wrote:

> If anything, I'll be there... just to sit next to their warm fireplace too
> code and drink, then repeat.
> Ciao for now
> Phil. N.
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
>
> On Fri, Jan 17, 2020 at 7:07 AM Cody Smith  wrote:
>
>> There will be a Ubuntu Hour tonight from 6pm to 7pm at Broadway Commons
>> coffee shop
>>
>> LoCo page:
>> https://loco.ubuntu.com/events/ubuntu-us-or/3998-salem-ubuntu-hour/
>>
>> --c_smith
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2020-01-17 Thread Phil N
If anything, I'll be there... just to sit next to their warm fireplace too
code and drink, then repeat.
Ciao for now
Phil. N.

/*
* Sent from a system running Ubuntu  *
*/



On Fri, Jan 17, 2020 at 7:07 AM Cody Smith  wrote:

> There will be a Ubuntu Hour tonight from 6pm to 7pm at Broadway Commons
> coffee shop
>
> LoCo page:
> https://loco.ubuntu.com/events/ubuntu-us-or/3998-salem-ubuntu-hour/
>
> --c_smith
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2020-01-17 Thread Cody Smith
There will be a Ubuntu Hour tonight from 6pm to 7pm at Broadway Commons
coffee shop

LoCo page:
https://loco.ubuntu.com/events/ubuntu-us-or/3998-salem-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2019-01-01 Thread Cody Smith
Come down to Broadway Commons Coffeehouse in Salem for talk about tech,
Ubuntu, Linux and any other topic that comes up! Enjoy a beverage from
there (please do, it's one of their restrictions), and enjoy the atmosphere
of the place!

Location: 1300 Broadway, Salem, Oregon
Date: January 1st, 2019 at 6PM
LoCo portal page:
http://loco.ubuntu.com/events/ubuntu-us-or/3838-salem-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour today.

2018-07-20 Thread Phil N
I'm attempting to be at lest on time..?



/*
* Sent from a system running Ubuntu  *
*/


On Fri, Jul 20, 2018 at 5:10 PM, Cody Smith  wrote:

> I'll be there
>
> --c_smith
>
> On Fri, Jul 20, 2018, 7:13 AM Phil N  wrote:
>
>> Just letting fellow Linux enthusiasts know, Salem Ubuntu Hour is taking
>> place today (Friday), July 20th.  The festivities start at 6:00PM and last
>> until 7:00ish, and will take place at Broadway Coffeehouse, located at 1300
>> Broadway St NE, in Salem. This event is for anyone interested in GNU/Linux
>> distributions, including our favorite Ubuntu distro.
>>
>> Come on down to Broadway to beat the heat, and enjoy a nice ice cold
>> beverage while watching the heat from inside their A/C cooled building, and
>> talk about Linux and Ubuntu.
>> Ciao for now.
>> Phil. N
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/
>> mailman/listinfo/ubuntu-us-or
>>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour today.

2018-07-20 Thread Cody Smith
I'll be there

--c_smith

On Fri, Jul 20, 2018, 7:13 AM Phil N  wrote:

> Just letting fellow Linux enthusiasts know, Salem Ubuntu Hour is taking
> place today (Friday), July 20th.  The festivities start at 6:00PM and last
> until 7:00ish, and will take place at Broadway Coffeehouse, located at 1300
> Broadway St NE, in Salem. This event is for anyone interested in GNU/Linux
> distributions, including our favorite Ubuntu distro.
>
> Come on down to Broadway to beat the heat, and enjoy a nice ice cold
> beverage while watching the heat from inside their A/C cooled building, and
> talk about Linux and Ubuntu.
> Ciao for now.
> Phil. N
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu hour today.

2018-07-20 Thread Phil N
Just letting fellow Linux enthusiasts know, Salem Ubuntu Hour is taking
place today (Friday), July 20th.  The festivities start at 6:00PM and last
until 7:00ish, and will take place at Broadway Coffeehouse, located at 1300
Broadway St NE, in Salem. This event is for anyone interested in GNU/Linux
distributions, including our favorite Ubuntu distro.

Come on down to Broadway to beat the heat, and enjoy a nice ice cold
beverage while watching the heat from inside their A/C cooled building, and
talk about Linux and Ubuntu.
Ciao for now.
Phil. N

/*
* Sent from a system running Ubuntu  *
*/
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2018-03-16 Thread Phil N
Not going to be able to make it to the Ubuntu meeting this evening. I'm
still trying to recover from this winters biological virus, which caused me
to miss work most of this week, so it's my second day back at work. Not
wanting to deplete my energy level any further, I think I'll need to skip
this one.
Have a great meting everyone.



/*
* Sent from a system running Ubuntu  *
*/


On Thu, Mar 15, 2018 at 10:15 PM, Cody Smith  wrote:

> There will be an Ubuntu Hour tomorrow from  6PM to 7PM. Come and enjoy
> talk about Ubuntu, Linux in general, FLOSS and whatever else comes up.
>
> Location: 1300 Broadway, Salem, OR
>
> Time and date: 6PM on Friday, March 16th
>
> Event page: http://loco.ubuntu.com/events/ubuntu-us-or/3715-salem-
> ubuntu-hour/
>
> --c_smith
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2018-03-15 Thread Cody Smith
There will be an Ubuntu Hour tomorrow from  6PM to 7PM. Come and enjoy talk
about Ubuntu, Linux in general, FLOSS and whatever else comes up.

Location: 1300 Broadway, Salem, OR

Time and date: 6PM on Friday, March 16th

Event page:
http://loco.ubuntu.com/events/ubuntu-us-or/3715-salem-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour tomorrow

2018-01-19 Thread Phil N
Thanks Cody, looking forward to seeing our Loco group this evening a
Broadway. Thought I'd let you Linux enthusiast know the good news first.

Microportal, the Electronics club in collaboration with Spark Studio Salem,
will be hosting a Raspberry Pi Installfest here in Salem, to further help
those interested in making with Raspberry Pi get started. Just like a Linux
Installfest, the Raspberry Pi Installfest will be a hands-on event where
experienced Pi users (we’ll call "Pi Chefs”) assist new Pi users with
installing NOOBS (New Out Of Box Software), along with various other
Raspberry Pi distros, like Ubuntu Mata or Snappy Core, including FOSS
Applications.

The Raspberry Pi Installfest is being planned for sometime during the last
week of March, after winter term finals. We are letting people know
beforehand to allow them plenty of time to order their Raspberry Pi. Some
time next month we'll make an announcement in the Statesman Journal w/
exact location and date.

If anyone from our Loco Linux / Ubuntu community would like to help during
Installfest, or is willing to help organizing. Please let me know, we'd
really like to partner with our loco Linux / Ubuntu community. Because of
FOSS and the dedication of our Linux community, we can enjoy Pi.

Best regards,
Phil. N co-founder, Microportal, the Electronic club.



/*
* Sent from a system running Ubuntu  *
*/


On Thu, Jan 18, 2018 at 9:04 PM, Cody Smith  wrote:

> Forgot to add the URL for the Loco Portal page, here it is:
> http://loco.ubuntu.com/events/ubuntu-us-or/3676-salem-ubuntu-hour/
>
> On Thu, Jan 18, 2018 at 9:01 PM, Cody Smith  wrote:
>
>> Come on down to Broadway Commons for the bimonthly (yes, I looked that
>> up, it can mean twice a month OR every two months) Ubuntu Hour! enjoy talk
>> about everyone's favorite OS or OS family, tech, and whatever else comes up!
>>
>> Date and Time: tomorrow (January 19th) at 6PM
>> Where: Broadway Commons Coffeehouse, 1300 Broadway at the corner of
>> Broadway and Gaines, Salem, Oregon
>>
>> --c_smith
>>
>> P.S. Che, Are you looking to make it up here at all? and if so, would me
>> sending this out more ahead of time help?
>>
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour tomorrow

2018-01-18 Thread Cody Smith
Forgot to add the URL for the Loco Portal page, here it is:
http://loco.ubuntu.com/events/ubuntu-us-or/3676-salem-ubuntu-hour/

On Thu, Jan 18, 2018 at 9:01 PM, Cody Smith  wrote:

> Come on down to Broadway Commons for the bimonthly (yes, I looked that up,
> it can mean twice a month OR every two months) Ubuntu Hour! enjoy talk
> about everyone's favorite OS or OS family, tech, and whatever else comes up!
>
> Date and Time: tomorrow (January 19th) at 6PM
> Where: Broadway Commons Coffeehouse, 1300 Broadway at the corner of
> Broadway and Gaines, Salem, Oregon
>
> --c_smith
>
> P.S. Che, Are you looking to make it up here at all? and if so, would me
> sending this out more ahead of time help?
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour tomorrow

2018-01-18 Thread Cody Smith
Come on down to Broadway Commons for the bimonthly (yes, I looked that up,
it can mean twice a month OR every two months) Ubuntu Hour! enjoy talk
about everyone's favorite OS or OS family, tech, and whatever else comes up!

Date and Time: tomorrow (January 19th) at 6PM
Where: Broadway Commons Coffeehouse, 1300 Broadway at the corner of
Broadway and Gaines, Salem, Oregon

--c_smith

P.S. Che, Are you looking to make it up here at all? and if so, would me
sending this out more ahead of time help?
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2017-11-30 Thread Cody Smith
Come on over to the twice-monthly Ubuntu Hour tomorrow! Enjoy talk about
Ubuntu, Linux, tech and whatever else comes up! But don't forget to thank
Broadway Commons by purchasing a beverage from them!

Even location: 1300 Broadway, Salem, Oregon
Time and date: 6:00PM to 7:00PM Friday (tomorrow)
Event page:
http://loco.ubuntu.com/events/ubuntu-us-or/3658-salem-ubuntu-hour/

---c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2017-10-06 Thread Cody Smith
Not a problem , I myself had a situation that most prevented me from making
it.

--c_smith

On Oct 6, 2017 5:37 PM, "Phil N"  wrote:

> O.K I can make it this evening, time-dilation does work. Although I'll be
> running a bit late.
> Phil. N
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Fri, Oct 6, 2017 at 12:32 PM, Phil N  wrote:
>
>> Looks like I won't be able to make this evenings meeting. Finding myself
>> quickly running out of day, as its now noon, so it's time to incorporate
>> "time-dilation" (i.g. multitasking) into what remains of today.
>>
>> Have a great time all,
>> Phil. N
>>
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>>
>> On Wed, Oct 4, 2017 at 9:51 PM, Cody Smith  wrote:
>>
>>> Make your way down to Broadway Commons this Friday for  talk about our
>>> favorite OS of Choice, Linux, along with talk about tech, news, and
>>> anything else that comes up! Pick our brains with any issues you may or may
>>> not be having, as well!
>>>
>>> Time: Friday. October 6th from 6 PM to 7PM
>>> Location: 1300 Broadway and Gaines
>>>
>>> Event page: http://loco.ubuntu.com/events/ubuntu-us-or/3620-salem-
>>> ubuntu-hour/
>>>
>>> --c_smith
>>>
>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm
>>> an/listinfo/ubuntu-us-or
>>>
>>>
>>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2017-10-06 Thread Phil N
O.K I can make it this evening, time-dilation does work. Although I'll be
running a bit late.
Phil. N



/*
* Sent from a system running Ubuntu  *
*/


On Fri, Oct 6, 2017 at 12:32 PM, Phil N  wrote:

> Looks like I won't be able to make this evenings meeting. Finding myself
> quickly running out of day, as its now noon, so it's time to incorporate
> "time-dilation" (i.g. multitasking) into what remains of today.
>
> Have a great time all,
> Phil. N
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Wed, Oct 4, 2017 at 9:51 PM, Cody Smith  wrote:
>
>> Make your way down to Broadway Commons this Friday for  talk about our
>> favorite OS of Choice, Linux, along with talk about tech, news, and
>> anything else that comes up! Pick our brains with any issues you may or may
>> not be having, as well!
>>
>> Time: Friday. October 6th from 6 PM to 7PM
>> Location: 1300 Broadway and Gaines
>>
>> Event page: http://loco.ubuntu.com/events/ubuntu-us-or/3620-salem-
>> ubuntu-hour/
>>
>> --c_smith
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm
>> an/listinfo/ubuntu-us-or
>>
>>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2017-10-06 Thread Phil N
Looks like I won't be able to make this evenings meeting. Finding myself
quickly running out of day, as its now noon, so it's time to incorporate
"time-dilation" (i.g. multitasking) into what remains of today.

Have a great time all,
Phil. N


/*
* Sent from a system running Ubuntu  *
*/


On Wed, Oct 4, 2017 at 9:51 PM, Cody Smith  wrote:

> Make your way down to Broadway Commons this Friday for  talk about our
> favorite OS of Choice, Linux, along with talk about tech, news, and
> anything else that comes up! Pick our brains with any issues you may or may
> not be having, as well!
>
> Time: Friday. October 6th from 6 PM to 7PM
> Location: 1300 Broadway and Gaines
>
> Event page: http://loco.ubuntu.com/events/ubuntu-us-or/3620-
> salem-ubuntu-hour/
>
> --c_smith
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2017-10-04 Thread Cody Smith
Make your way down to Broadway Commons this Friday for  talk about our
favorite OS of Choice, Linux, along with talk about tech, news, and
anything else that comes up! Pick our brains with any issues you may or may
not be having, as well!

Time: Friday. October 6th from 6 PM to 7PM
Location: 1300 Broadway and Gaines

Event page:
http://loco.ubuntu.com/events/ubuntu-us-or/3620-salem-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour tomorrow

2017-09-15 Thread Phil N
I'm looking forward to being there to enjoy the weather and a nice cup of
Americano.
Ciao for now - Phil. N




/*
* Sent from a system running Ubuntu  *
*/


On Thu, Sep 14, 2017 at 9:09 PM, Cody Smith 
wrote:

> Come out to Broadway Commons for the twice monthly Ubuntu Hour! Enjoy a
> nice tea or soda, talk about Ubuntu, Linux and tech in general! Come to
> pick people’s brains about any issues you’re running into with Linux or
> hardware! Come to enjoy talk about whatever else comes up! But please,
> register on the page provided at the end of the email.
>
> Location: Broadway Commons Coffeehouse, 1300 Broadway, Salem, OR.
> Time and date: 6:00 PM Friday (tomorrow as of writing)
>
> LoCo Page: http://loco.ubuntu.com/events/ubuntu-us-or/3610-
> salem-ubuntu-hour/
>
> —c_smith
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour tomorrow

2017-09-14 Thread Cody Smith
Come out to Broadway Commons for the twice monthly Ubuntu Hour! Enjoy a nice 
tea or soda, talk about Ubuntu, Linux and tech in general! Come to pick 
people’s brains about any issues you’re running into with Linux or hardware! 
Come to enjoy talk about whatever else comes up! But please, register on the 
page provided at the end of the email.

Location: Broadway Commons Coffeehouse, 1300 Broadway, Salem, OR.
Time and date: 6:00 PM Friday (tomorrow as of writing)

LoCo Page: http://loco.ubuntu.com/events/ubuntu-us-or/3610-salem-ubuntu-hour/ 


—c_smith-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2017-06-16 Thread Cody Smith
Completely forgot that today is the 3rd Friday of the month, so I'm sending
this out last minute.

There will be an Ubuntu Hour tonight from 6 to 7PM at Broadway Commons.
I'll for sure be able to make it this time. Broadway commons is at 1300
Broadway in Salem, Oregon.

Hope to see someone there.

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2017-04-19 Thread Cody Smith
Come on down to Broadway Commons in Salem for talk about tech, open source,
free software and whatever else might come up! And feel free to pick
people's brains about software you're having trouble with (hopefully free
software, but we don't judge!), The location will be 1300 Broadway in
Salem, venue is Broadway Commons Coffeehouse. The time? that's from 6-7PM
this coming Friday!

Event page, please register as apparently there is still paperwork done
about that:
http://loco.ubuntu.com/events/ubuntu-us-or/3555-salem-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour tomorrow

2017-03-17 Thread Cody Smith
Phiil, thanks, I sent the original at around 9:30 last night, so I was
almost ready to sleep.

Have fun!

--c_smith

On Fri, Mar 17, 2017 at 6:41 PM, Phil N  wrote:

> Not going to be able to make this Friday's meeting. Have fun everyone, and
> happy St Patrick's day.
> I'm almost done for the week, so it's almost time to have a Heineken...
> (because it's in a "green" bottle).
>
> Cody - Nicely done post,
>
> thanks all.
> Phil.
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Thu, Mar 16, 2017 at 8:45 PM, Cody Smith  wrote:
>
>> Come to Broadway Commons Coffeehouse tomorrow from 6PM to 7PM for talk
>> about mainly Ubuntu, as well as any other subject that pop up! If you are
>> having Ubuntu or general Linux issues, come by to pick our minds and see if
>> someone there has a solution! Broadway Commons is located at 1300 Broadway
>> in Salem here in good ol' Oregon.
>>
>> LoCo event page: http://loco.ubuntu.com/events/ubuntu-us-or/3541-salem-
>> ubuntu-hour/
>>
>> --c_smith
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm
>> an/listinfo/ubuntu-us-or
>>
>>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour tomorrow

2017-03-17 Thread Phil N
Not going to be able to make this Friday's meeting. Have fun everyone, and
happy St Patrick's day.
I'm almost done for the week, so it's almost time to have a Heineken...
(because it's in a "green" bottle).

Cody - Nicely done post,

thanks all.
Phil.



/*
* Sent from a system running Ubuntu  *
*/


On Thu, Mar 16, 2017 at 8:45 PM, Cody Smith  wrote:

> Come to Broadway Commons Coffeehouse tomorrow from 6PM to 7PM for talk
> about mainly Ubuntu, as well as any other subject that pop up! If you are
> having Ubuntu or general Linux issues, come by to pick our minds and see if
> someone there has a solution! Broadway Commons is located at 1300 Broadway
> in Salem here in good ol' Oregon.
>
> LoCo event page: http://loco.ubuntu.com/events/ubuntu-us-or/3541-
> salem-ubuntu-hour/
>
> --c_smith
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour tomorrow

2017-03-16 Thread Cody Smith
Come to Broadway Commons Coffeehouse tomorrow from 6PM to 7PM for talk
about mainly Ubuntu, as well as any other subject that pop up! If you are
having Ubuntu or general Linux issues, come by to pick our minds and see if
someone there has a solution! Broadway Commons is located at 1300 Broadway
in Salem here in good ol' Oregon.

LoCo event page:
http://loco.ubuntu.com/events/ubuntu-us-or/3541-salem-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour Friday

2017-01-21 Thread Phil N
Che/Linda >  Thanks so much for driving up to Salem, good to meet you both,
my pleasure to introduce other techies to Garten.  It was not me, however
Nextdock looks cool, finally something that can compete with Apple.

Tom > Thanks for the links, I've taken a look at them, looks like I can get
some of these terminal's to do VT100/VT102 terminal emulation by editing
their config file.  Not much time this weekend to play with these, although
I did install Terminator.  I currently need to devote all my time towards
finishing a newsletter before this Sundays deadline.  Thanks... for
attending, and contributing to community.

Hope to see everyone next month, plus more Ubuntu Linux enthusiasts.
Ciao
 Phil. N.



/*
* Sent from a system running Ubuntu  *
*/


On Sat, Jan 21, 2017 at 12:40 PM, James Bradley 
wrote:

> It wasn't Jim; I'm not familiar with it.
>
> JVLB
>
>
> On 01/21/2017 11:29 AM, Che Dean wrote:
>
> Correct me if I'm wrong but I think it was Jim that I was talking to about
> the Nexdock? Anyway, here's a link for you to check out. I think it's a
> great device, the first gen shipped already and I'm hoping the second gen
> also ships.
>
> http://nexdock.com/
>
> Che
>
> On Sat, 21 Jan 2017 at 10:17 THOMAS STANLEY <
> stanleyconstruction...@gmail.com> wrote:
>
>> Hi Phil, This is Tom.  I found some documentation on your RS-232.
>> https://help.ubuntu.com/
>> community/Minicom and of course Termite does this stock
>> http://www.compuphase.com/software_termite.htm the deb install is
>> located here https://launchpad.net/ubuntu/+source/termit
>>
>> On Fri, Jan 20, 2017 at 10:05 PM, Phil N < 
>> ph...@delfinomicro.com> wrote:
>>
>> Hi all,
>> We had a total of 6 members attend tonight's meeting, and had a great
>> time at Broadway Coffeehouse.
>> Big thanks to Cody for asking Che and Linda to attend, and for creating
>> our event page.  It was great to have met Che, Linda, and Tom.
>>
>> We covered a wide range of topics; Linode.com - A Virtual Private Server
>> (VPN) service, Powerline - A status line plugin for Vim, Termite - An easy
>> to use and configure RS232 terminal program, Recalbox.com - A retro-gaming
>> operating systems with Kodi already included, and Recalbox runs on
>> Raspberry Pi.  Plus various ways to install Ubuntu in order to lock-it-down
>> making it more secure.
>>
>> During the meeting, I promised I'd include some links to retro arcade
>> buttons, for that true authentic arcade feel.
>>
>> The i-PAC2 is a USB "keyboard encoder" with 32 inputs and support for
>> trackball and spinner. Is fully programmable key code set.  The i-PAC2
>> looks to the host PC as a standard USB keyboard, which I really like
>> because there is no drivers to install.  The Mini-PAC is similar to i-PAC2
>> except Mini supports PS/2 via optional USB to PS/2 adapter.
>>
>> The i-PAC2 and Mini-PAC can be found at ultimarc.com.
>>
>> Here is where I've found some other arcade stuff, just do a search for
>> "arcade button", or "concave button" while at these sites.
>>
>> Mouser: www.mouser.com
>> Concave Button - various colors, with Microswitch for $1.95/ea.
>> Note: Mouser purchases their buttons from Sparkfun, and sells them for
>> the same SRP.
>>
>> Sparkfun: www.sparkfun.com
>> Concave Button - various colors, with Microswitch for $1.95/ea.
>>
>> Banggood.com: www.banggood.com
>> Arcade button - various colors, with Microswitch for $1.69/ea.
>>
>> Bob's parts: is the least expensive..
>> http://www.therealbobroberts.net/parts.html#buttons
>> Happ "Microswitch Pushbutton Complete" - various colors, with Microswitch
>> for $1.25/ea
>>
>>
>> Our next Salem Ubuntu Hour meetings will be February 3rd/17th, same bat
>> place, same bat time.
>>
>> Thanks everyone for supporting our community, great meeting.
>> Phil. N.
>>
>>
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>>
>> On Fri, Jan 20, 2017 at 5:13 PM, Che Dean < 
>> dean@gmail.com> wrote:
>>
>> Great to finally be in Salem, thanks to Phil N for the awesome welcome.
>> We're just heading to the Broadway Coffeehouse now. If you see a guy that
>> looks kind of like a giant gnome you'll know we've arrived.
>>
>> See you soon
>> Che
>>
>> On Fri, Jan 20, 2017, 5:03 PM Phil N < 
>> ph...@delfinomicro.com> wrote:
>>
>> Hay everyone,
>> Che and Linda have arrived in Salem, was able to meet up with them at the
>> Garten Store, where Linda bought a nice Lenovo, for I'm guessing Ubuntu...
>> ;-)  WTG Che and Linda.
>>
>> Come on down to Broadway Coffeehouse, located at 1300 Broadway St NE,
>> here in Salem, from 6:00pm to 7:00pm, and meet up with Che and his wife
>> Linda.  This month we will be in the Dallas Room, 204. Located upstairs
>> towards the back directly across from the elevators.  Please don't forget
>> to mention your part of Ubuntu when you pick up a d

Re: [Ubuntu Oregon] Ubuntu Hour Friday

2017-01-21 Thread James Bradley
It wasn't Jim; I'm not familiar with it.

JVLB


On 01/21/2017 11:29 AM, Che Dean wrote:
> Correct me if I'm wrong but I think it was Jim that I was talking to
> about the Nexdock? Anyway, here's a link for you to check out. I think
> it's a great device, the first gen shipped already and I'm hoping the
> second gen also ships. 
>
> http://nexdock.com/
>
> Che
>
> On Sat, 21 Jan 2017 at 10:17 THOMAS STANLEY
>  > wrote:
>
> Hi Phil, This is Tom.  I found some documentation on your RS-232.
>  https://help.ubuntu.com/community/Minicom and of course Termite
> does this stock http://www.compuphase.com/software_termite.htm the
> deb install is located
> here https://launchpad.net/ubuntu/+source/termit
>
> On Fri, Jan 20, 2017 at 10:05 PM, Phil N  > wrote:
>
> Hi all,
> We had a total of 6 members attend tonight's meeting, and had
> a great time at Broadway Coffeehouse.
> Big thanks to Cody for asking Che and Linda to attend, and for
> creating our event page.  It was great to have met Che, Linda,
> and Tom.
>
> We covered a wide range of topics; Linode.com - A Virtual
> Private Server (VPN) service, Powerline - A status line plugin
> for Vim, Termite - An easy to use and configure RS232 terminal
> program, Recalbox.com - A retro-gaming operating systems with
> Kodi already included, and Recalbox runs on Raspberry Pi. 
> Plus various ways to install Ubuntu in order to lock-it-down
> making it more secure.
>  
> During the meeting, I promised I'd include some links to retro
> arcade buttons, for that true authentic arcade feel.
>
> The i-PAC2 is a USB "keyboard encoder" with 32 inputs and
> support for trackball and spinner. Is fully programmable key
> code set.  The i-PAC2 looks to the host PC as a standard USB
> keyboard, which I really like because there is no drivers to
> install.  The Mini-PAC is similar to i-PAC2 except Mini
> supports PS/2 via optional USB to PS/2 adapter.
>
> The i-PAC2 and Mini-PAC can be found at ultimarc.com
> .
>
> Here is where I've found some other arcade stuff, just do a
> search for "arcade button", or "concave button" while at these
> sites.
>
> Mouser: www.mouser.com 
> Concave Button - various colors, with Microswitch for $1.95/ea.
> Note: Mouser purchases their buttons from Sparkfun, and sells
> them for the same SRP.
>
> Sparkfun: www.sparkfun.com 
> Concave Button - various colors, with Microswitch for $1.95/ea.
>
> Banggood.com: www.banggood.com 
> Arcade button - various colors, with Microswitch for $1.69/ea.
>
> Bob's parts: is the least expensive..
> http://www.therealbobroberts.net/parts.html#buttons
> Happ "Microswitch Pushbutton Complete" - various colors, with
> Microswitch for $1.25/ea
>
>
> Our next Salem Ubuntu Hour meetings will be February 3rd/17th,
> same bat place, same bat time.
>  
> Thanks everyone for supporting our community, great meeting.
> Phil. N.
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Fri, Jan 20, 2017 at 5:13 PM, Che Dean  > wrote:
>
> Great to finally be in Salem, thanks to Phil N for the
> awesome welcome. We're just heading to the Broadway
> Coffeehouse now. If you see a guy that looks kind of like
> a giant gnome you'll know we've arrived.
>
> See you soon
> Che
>
>
> On Fri, Jan 20, 2017, 5:03 PM Phil N
> mailto:ph...@delfinomicro.com>>
> wrote:
>
> Hay everyone,
> Che and Linda have arrived in Salem, was able to meet
> up with them at the Garten Store, where Linda bought a
> nice Lenovo, for I'm guessing Ubuntu... ;-)  WTG Che
> and Linda.
>
> Come on down to Broadway Coffeehouse, located at 1300
> Broadway St NE, here in Salem, from 6:00pm to 7:00pm,
> and meet up with Che and his wife Linda.  This month
> we will be in the Dallas Room, 204. Located upstairs
> towards the back directly across from the elevators. 
> Please don't forget to mention your part of Ubuntu
> when you pick up a drink downstairs.
>
> Cody has created a LoCo event page, please use the
> following link (below) to his event page to register
>   

Re: [Ubuntu Oregon] Ubuntu Hour Friday

2017-01-21 Thread Che Dean
Correct me if I'm wrong but I think it was Jim that I was talking to about
the Nexdock? Anyway, here's a link for you to check out. I think it's a
great device, the first gen shipped already and I'm hoping the second gen
also ships.

http://nexdock.com/

Che

On Sat, 21 Jan 2017 at 10:17 THOMAS STANLEY <
stanleyconstruction...@gmail.com> wrote:

> Hi Phil, This is Tom.  I found some documentation on your RS-232.
> https://help.ubuntu.com/community/Minicom and of course Termite does this
> stock http://www.compuphase.com/software_termite.htm the deb install is
> located here https://launchpad.net/ubuntu/+source/termit
>
> On Fri, Jan 20, 2017 at 10:05 PM, Phil N  wrote:
>
> Hi all,
> We had a total of 6 members attend tonight's meeting, and had a great time
> at Broadway Coffeehouse.
> Big thanks to Cody for asking Che and Linda to attend, and for creating
> our event page.  It was great to have met Che, Linda, and Tom.
>
> We covered a wide range of topics; Linode.com - A Virtual Private Server
> (VPN) service, Powerline - A status line plugin for Vim, Termite - An easy
> to use and configure RS232 terminal program, Recalbox.com - A retro-gaming
> operating systems with Kodi already included, and Recalbox runs on
> Raspberry Pi.  Plus various ways to install Ubuntu in order to lock-it-down
> making it more secure.
>
> During the meeting, I promised I'd include some links to retro arcade
> buttons, for that true authentic arcade feel.
>
> The i-PAC2 is a USB "keyboard encoder" with 32 inputs and support for
> trackball and spinner. Is fully programmable key code set.  The i-PAC2
> looks to the host PC as a standard USB keyboard, which I really like
> because there is no drivers to install.  The Mini-PAC is similar to i-PAC2
> except Mini supports PS/2 via optional USB to PS/2 adapter.
>
> The i-PAC2 and Mini-PAC can be found at ultimarc.com.
>
> Here is where I've found some other arcade stuff, just do a search for
> "arcade button", or "concave button" while at these sites.
>
> Mouser: www.mouser.com
> Concave Button - various colors, with Microswitch for $1.95/ea.
> Note: Mouser purchases their buttons from Sparkfun, and sells them for the
> same SRP.
>
> Sparkfun: www.sparkfun.com
> Concave Button - various colors, with Microswitch for $1.95/ea.
>
> Banggood.com: www.banggood.com
> Arcade button - various colors, with Microswitch for $1.69/ea.
>
> Bob's parts: is the least expensive..
> http://www.therealbobroberts.net/parts.html#buttons
> Happ "Microswitch Pushbutton Complete" - various colors, with Microswitch
> for $1.25/ea
>
>
> Our next Salem Ubuntu Hour meetings will be February 3rd/17th, same bat
> place, same bat time.
>
> Thanks everyone for supporting our community, great meeting.
> Phil. N.
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Fri, Jan 20, 2017 at 5:13 PM, Che Dean  wrote:
>
> Great to finally be in Salem, thanks to Phil N for the awesome welcome.
> We're just heading to the Broadway Coffeehouse now. If you see a guy that
> looks kind of like a giant gnome you'll know we've arrived.
>
> See you soon
> Che
>
> On Fri, Jan 20, 2017, 5:03 PM Phil N  wrote:
>
> Hay everyone,
> Che and Linda have arrived in Salem, was able to meet up with them at the
> Garten Store, where Linda bought a nice Lenovo, for I'm guessing Ubuntu...
> ;-)  WTG Che and Linda.
>
> Come on down to Broadway Coffeehouse, located at 1300 Broadway St NE, here
> in Salem, from 6:00pm to 7:00pm, and meet up with Che and his wife Linda.
> This month we will be in the Dallas Room, 204. Located upstairs towards the
> back directly across from the elevators.  Please don't forget to mention
> your part of Ubuntu when you pick up a drink downstairs.
>
> Cody has created a LoCo event page, please use the following link (below)
> to his event page to register for this event, doing so will help get us
> counted by Canonical, and help with further sponsorship.  - Thanks Cody
> Event page:
> http://loco.ubuntu.com/events/ubuntu-us-or/3498-salem-ubuntu-hour/
>
> Also we met a couple of people while at the Garten Store, who use Ubuntu,
> and invited them to attend.
>
> Thanks all,
> Phil. N
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Fri, Jan 20, 2017 at 1:33 PM, Che Dean  wrote:
>
> Hi guys,
>
> Here's today's plan:
>
> Arrive in Salem between 1 PM and 2 PM (stopping off for lunch on our way)
>
> 2 PM to 2:30 PM Head to Garten and hopefully meet up with Phil N
>
> Between 3 PM and 5 PM visit Heritage Center or just take a look around
> Salem
>
> Somewhere between 5 PM and 6 PM head to Broadway for some fine coffee and
> even better company.
>
> If at any point people want to meet us just drop us a note on here, G+,
> Twitter @CheDean or if you use Telegram I'm @Kereltis (
> https://telegram.me/Kereltis)
>
> See you later
>
> Che
> •••
>
> On Wed, Jan 

Re: [Ubuntu Oregon] Ubuntu Hour Friday

2017-01-21 Thread THOMAS STANLEY
Hi Phil, This is Tom.  I found some documentation on your RS-232.
https://help.ubuntu.com/community/Minicom and of course Termite does this
stock http://www.compuphase.com/software_termite.htm the deb install is
located here https://launchpad.net/ubuntu/+source/termit

On Fri, Jan 20, 2017 at 10:05 PM, Phil N  wrote:

> Hi all,
> We had a total of 6 members attend tonight's meeting, and had a great time
> at Broadway Coffeehouse.
> Big thanks to Cody for asking Che and Linda to attend, and for creating
> our event page.  It was great to have met Che, Linda, and Tom.
>
> We covered a wide range of topics; Linode.com - A Virtual Private Server
> (VPN) service, Powerline - A status line plugin for Vim, Termite - An easy
> to use and configure RS232 terminal program, Recalbox.com - A retro-gaming
> operating systems with Kodi already included, and Recalbox runs on
> Raspberry Pi.  Plus various ways to install Ubuntu in order to lock-it-down
> making it more secure.
>
> During the meeting, I promised I'd include some links to retro arcade
> buttons, for that true authentic arcade feel.
>
> The i-PAC2 is a USB "keyboard encoder" with 32 inputs and support for
> trackball and spinner. Is fully programmable key code set.  The i-PAC2
> looks to the host PC as a standard USB keyboard, which I really like
> because there is no drivers to install.  The Mini-PAC is similar to i-PAC2
> except Mini supports PS/2 via optional USB to PS/2 adapter.
>
> The i-PAC2 and Mini-PAC can be found at ultimarc.com.
>
> Here is where I've found some other arcade stuff, just do a search for
> "arcade button", or "concave button" while at these sites.
>
> Mouser: www.mouser.com
> Concave Button - various colors, with Microswitch for $1.95/ea.
> Note: Mouser purchases their buttons from Sparkfun, and sells them for the
> same SRP.
>
> Sparkfun: www.sparkfun.com
> Concave Button - various colors, with Microswitch for $1.95/ea.
>
> Banggood.com: www.banggood.com
> Arcade button - various colors, with Microswitch for $1.69/ea.
>
> Bob's parts: is the least expensive..
> http://www.therealbobroberts.net/parts.html#buttons
> Happ "Microswitch Pushbutton Complete" - various colors, with Microswitch
> for $1.25/ea
>
>
> Our next Salem Ubuntu Hour meetings will be February 3rd/17th, same bat
> place, same bat time.
>
> Thanks everyone for supporting our community, great meeting.
> Phil. N.
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Fri, Jan 20, 2017 at 5:13 PM, Che Dean  wrote:
>
>> Great to finally be in Salem, thanks to Phil N for the awesome welcome.
>> We're just heading to the Broadway Coffeehouse now. If you see a guy that
>> looks kind of like a giant gnome you'll know we've arrived.
>>
>> See you soon
>> Che
>>
>> On Fri, Jan 20, 2017, 5:03 PM Phil N  wrote:
>>
>>> Hay everyone,
>>> Che and Linda have arrived in Salem, was able to meet up with them at
>>> the Garten Store, where Linda bought a nice Lenovo, for I'm guessing
>>> Ubuntu... ;-)  WTG Che and Linda.
>>>
>>> Come on down to Broadway Coffeehouse, located at 1300 Broadway St NE,
>>> here in Salem, from 6:00pm to 7:00pm, and meet up with Che and his wife
>>> Linda.  This month we will be in the Dallas Room, 204. Located upstairs
>>> towards the back directly across from the elevators.  Please don't forget
>>> to mention your part of Ubuntu when you pick up a drink downstairs.
>>>
>>> Cody has created a LoCo event page, please use the following link
>>> (below) to his event page to register for this event, doing so will help
>>> get us counted by Canonical, and help with further sponsorship.  - Thanks
>>> Cody
>>> Event page: http://loco.ubuntu.com/events/ubuntu-us-or/3498-salem-
>>> ubuntu-hour/
>>>
>>> Also we met a couple of people while at the Garten Store, who use
>>> Ubuntu, and invited them to attend.
>>>
>>> Thanks all,
>>> Phil. N
>>>
>>>
>>>
>>> /*
>>> * Sent from a system running Ubuntu  *
>>> */
>>>
>>>
>>> On Fri, Jan 20, 2017 at 1:33 PM, Che Dean  wrote:
>>>
>>> Hi guys,
>>>
>>> Here's today's plan:
>>>
>>> Arrive in Salem between 1 PM and 2 PM (stopping off for lunch on our way)
>>>
>>> 2 PM to 2:30 PM Head to Garten and hopefully meet up with Phil N
>>>
>>> Between 3 PM and 5 PM visit Heritage Center or just take a look around
>>> Salem
>>>
>>> Somewhere between 5 PM and 6 PM head to Broadway for some fine coffee
>>> and even better company.
>>>
>>> If at any point people want to meet us just drop us a note on here, G+,
>>> Twitter @CheDean or if you use Telegram I'm @Kereltis (
>>> https://telegram.me/Kereltis)
>>>
>>> See you later
>>>
>>> Che
>>> •••
>>>
>>> On Wed, Jan 18, 2017, 10:26 PM Cody Smith  wrote:
>>>
>>> Come join us for talk about tech, Ubuntu, Linux, and whatever else comes
>>> up! But please, purchase something from the coffeehouse we'll be at as they
>>> have set that restriction on a

Re: [Ubuntu Oregon] Ubuntu Hour Friday

2017-01-20 Thread Che Dean
Hi all,
Huge thanks to Cody for asking us and giving us a gentle push to attend the
meeting. I'd also like to thank Phil for taking us to Garten, we picked up
what looks like a brand new Lenovo Thinkpad Core-i5 from 2013. I'm busy
installing Ubuntu on it right now and can't believe we got it for $60. It
was great meeting everyone and although we're normally not the most social,
we really did have a good time and loved finally getting to meet the
community.

I will definitely be checking the retro gaming links.

Not sure if it will be the 3rd or the 17th that we attend the next meeting,
I'm thinking the 3rd but I will let everyone know before hand.

Thanks again, looking forward to next time.

Che

On Fri, 20 Jan 2017 at 22:06 Phil N  wrote:

> Hi all,
> We had a total of 6 members attend tonight's meeting, and had a great time
> at Broadway Coffeehouse.
> Big thanks to Cody for asking Che and Linda to attend, and for creating
> our event page.  It was great to have met Che, Linda, and Tom.
>
> We covered a wide range of topics; Linode.com - A Virtual Private Server
> (VPN) service, Powerline - A status line plugin for Vim, Termite - An easy
> to use and configure RS232 terminal program, Recalbox.com - A retro-gaming
> operating systems with Kodi already included, and Recalbox runs on
> Raspberry Pi.  Plus various ways to install Ubuntu in order to lock-it-down
> making it more secure.
>
> During the meeting, I promised I'd include some links to retro arcade
> buttons, for that true authentic arcade feel.
>
> The i-PAC2 is a USB "keyboard encoder" with 32 inputs and support for
> trackball and spinner. Is fully programmable key code set.  The i-PAC2
> looks to the host PC as a standard USB keyboard, which I really like
> because there is no drivers to install.  The Mini-PAC is similar to i-PAC2
> except Mini supports PS/2 via optional USB to PS/2 adapter.
>
> The i-PAC2 and Mini-PAC can be found at ultimarc.com.
>
> Here is where I've found some other arcade stuff, just do a search for
> "arcade button", or "concave button" while at these sites.
>
> Mouser: www.mouser.com
> Concave Button - various colors, with Microswitch for $1.95/ea.
> Note: Mouser purchases their buttons from Sparkfun, and sells them for the
> same SRP.
>
> Sparkfun: www.sparkfun.com
> Concave Button - various colors, with Microswitch for $1.95/ea.
>
> Banggood.com: www.banggood.com
> Arcade button - various colors, with Microswitch for $1.69/ea.
>
> Bob's parts: is the least expensive..
> http://www.therealbobroberts.net/parts.html#buttons
> Happ "Microswitch Pushbutton Complete" - various colors, with Microswitch
> for $1.25/ea
>
>
> Our next Salem Ubuntu Hour meetings will be February 3rd/17th, same bat
> place, same bat time.
>
> Thanks everyone for supporting our community, great meeting.
>
> Phil. N.
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Fri, Jan 20, 2017 at 5:13 PM, Che Dean  wrote:
>
> Great to finally be in Salem, thanks to Phil N for the awesome welcome.
> We're just heading to the Broadway Coffeehouse now. If you see a guy that
> looks kind of like a giant gnome you'll know we've arrived.
>
> See you soon
> Che
>
> On Fri, Jan 20, 2017, 5:03 PM Phil N  wrote:
>
> Hay everyone,
> Che and Linda have arrived in Salem, was able to meet up with them at the
> Garten Store, where Linda bought a nice Lenovo, for I'm guessing Ubuntu...
> ;-)  WTG Che and Linda.
>
> Come on down to Broadway Coffeehouse, located at 1300 Broadway St NE, here
> in Salem, from 6:00pm to 7:00pm, and meet up with Che and his wife Linda.
> This month we will be in the Dallas Room, 204. Located upstairs towards the
> back directly across from the elevators.  Please don't forget to mention
> your part of Ubuntu when you pick up a drink downstairs.
>
> Cody has created a LoCo event page, please use the following link (below)
> to his event page to register for this event, doing so will help get us
> counted by Canonical, and help with further sponsorship.  - Thanks Cody
> Event page:
> http://loco.ubuntu.com/events/ubuntu-us-or/3498-salem-ubuntu-hour/
>
> Also we met a couple of people while at the Garten Store, who use Ubuntu,
> and invited them to attend.
>
> Thanks all,
> Phil. N
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Fri, Jan 20, 2017 at 1:33 PM, Che Dean  wrote:
>
> Hi guys,
>
> Here's today's plan:
>
> Arrive in Salem between 1 PM and 2 PM (stopping off for lunch on our way)
>
> 2 PM to 2:30 PM Head to Garten and hopefully meet up with Phil N
>
> Between 3 PM and 5 PM visit Heritage Center or just take a look around
> Salem
>
> Somewhere between 5 PM and 6 PM head to Broadway for some fine coffee and
> even better company.
>
> If at any point people want to meet us just drop us a note on here, G+,
> Twitter @CheDean or if you use Telegram I'm @Kereltis (
> http

Re: [Ubuntu Oregon] Ubuntu Hour Friday

2017-01-20 Thread Phil N
Hi all,
We had a total of 6 members attend tonight's meeting, and had a great time
at Broadway Coffeehouse.
Big thanks to Cody for asking Che and Linda to attend, and for creating our
event page.  It was great to have met Che, Linda, and Tom.

We covered a wide range of topics; Linode.com - A Virtual Private Server
(VPN) service, Powerline - A status line plugin for Vim, Termite - An easy
to use and configure RS232 terminal program, Recalbox.com - A retro-gaming
operating systems with Kodi already included, and Recalbox runs on
Raspberry Pi.  Plus various ways to install Ubuntu in order to lock-it-down
making it more secure.

During the meeting, I promised I'd include some links to retro arcade
buttons, for that true authentic arcade feel.

The i-PAC2 is a USB "keyboard encoder" with 32 inputs and support for
trackball and spinner. Is fully programmable key code set.  The i-PAC2
looks to the host PC as a standard USB keyboard, which I really like
because there is no drivers to install.  The Mini-PAC is similar to i-PAC2
except Mini supports PS/2 via optional USB to PS/2 adapter.

The i-PAC2 and Mini-PAC can be found at ultimarc.com.

Here is where I've found some other arcade stuff, just do a search for
"arcade button", or "concave button" while at these sites.

Mouser: www.mouser.com
Concave Button - various colors, with Microswitch for $1.95/ea.
Note: Mouser purchases their buttons from Sparkfun, and sells them for the
same SRP.

Sparkfun: www.sparkfun.com
Concave Button - various colors, with Microswitch for $1.95/ea.

Banggood.com: www.banggood.com
Arcade button - various colors, with Microswitch for $1.69/ea.

Bob's parts: is the least expensive..
http://www.therealbobroberts.net/parts.html#buttons
Happ "Microswitch Pushbutton Complete" - various colors, with Microswitch
for $1.25/ea


Our next Salem Ubuntu Hour meetings will be February 3rd/17th, same bat
place, same bat time.

Thanks everyone for supporting our community, great meeting.
Phil. N.



/*
* Sent from a system running Ubuntu  *
*/


On Fri, Jan 20, 2017 at 5:13 PM, Che Dean  wrote:

> Great to finally be in Salem, thanks to Phil N for the awesome welcome.
> We're just heading to the Broadway Coffeehouse now. If you see a guy that
> looks kind of like a giant gnome you'll know we've arrived.
>
> See you soon
> Che
>
> On Fri, Jan 20, 2017, 5:03 PM Phil N  wrote:
>
>> Hay everyone,
>> Che and Linda have arrived in Salem, was able to meet up with them at the
>> Garten Store, where Linda bought a nice Lenovo, for I'm guessing Ubuntu...
>> ;-)  WTG Che and Linda.
>>
>> Come on down to Broadway Coffeehouse, located at 1300 Broadway St NE,
>> here in Salem, from 6:00pm to 7:00pm, and meet up with Che and his wife
>> Linda.  This month we will be in the Dallas Room, 204. Located upstairs
>> towards the back directly across from the elevators.  Please don't forget
>> to mention your part of Ubuntu when you pick up a drink downstairs.
>>
>> Cody has created a LoCo event page, please use the following link (below)
>> to his event page to register for this event, doing so will help get us
>> counted by Canonical, and help with further sponsorship.  - Thanks Cody
>> Event page: http://loco.ubuntu.com/events/ubuntu-us-or/3498-
>> salem-ubuntu-hour/
>>
>> Also we met a couple of people while at the Garten Store, who use Ubuntu,
>> and invited them to attend.
>>
>> Thanks all,
>> Phil. N
>>
>>
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>>
>> On Fri, Jan 20, 2017 at 1:33 PM, Che Dean  wrote:
>>
>> Hi guys,
>>
>> Here's today's plan:
>>
>> Arrive in Salem between 1 PM and 2 PM (stopping off for lunch on our way)
>>
>> 2 PM to 2:30 PM Head to Garten and hopefully meet up with Phil N
>>
>> Between 3 PM and 5 PM visit Heritage Center or just take a look around
>> Salem
>>
>> Somewhere between 5 PM and 6 PM head to Broadway for some fine coffee and
>> even better company.
>>
>> If at any point people want to meet us just drop us a note on here, G+,
>> Twitter @CheDean or if you use Telegram I'm @Kereltis (
>> https://telegram.me/Kereltis)
>>
>> See you later
>>
>> Che
>> •••
>>
>> On Wed, Jan 18, 2017, 10:26 PM Cody Smith  wrote:
>>
>> Come join us for talk about tech, Ubuntu, Linux, and whatever else comes
>> up! But please, purchase something from the coffeehouse we'll be at as they
>> have set that restriction on anyone using their space. The address is 1300
>> Broadway (on the corner of Broadway and Gaines) in Salem, OR.
>>
>> Event page: http://loco.ubuntu.com/events/ubuntu-us-or/3498-
>> salem-ubuntu-hour/ Please RSVP so the paperwork that wxl has to do is
>> easier.
>>
>> --c_smith
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/
>> mailman/listinfo/ubuntu-us-or
>>
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-

Re: [Ubuntu Oregon] Ubuntu Hour Friday

2017-01-20 Thread Che Dean
Great to finally be in Salem, thanks to Phil N for the awesome welcome.
We're just heading to the Broadway Coffeehouse now. If you see a guy that
looks kind of like a giant gnome you'll know we've arrived.

See you soon
Che

On Fri, Jan 20, 2017, 5:03 PM Phil N  wrote:

> Hay everyone,
> Che and Linda have arrived in Salem, was able to meet up with them at the
> Garten Store, where Linda bought a nice Lenovo, for I'm guessing Ubuntu...
> ;-)  WTG Che and Linda.
>
> Come on down to Broadway Coffeehouse, located at 1300 Broadway St NE, here
> in Salem, from 6:00pm to 7:00pm, and meet up with Che and his wife Linda.
> This month we will be in the Dallas Room, 204. Located upstairs towards the
> back directly across from the elevators.  Please don't forget to mention
> your part of Ubuntu when you pick up a drink downstairs.
>
> Cody has created a LoCo event page, please use the following link (below)
> to his event page to register for this event, doing so will help get us
> counted by Canonical, and help with further sponsorship.  - Thanks Cody
> Event page:
> http://loco.ubuntu.com/events/ubuntu-us-or/3498-salem-ubuntu-hour/
>
> Also we met a couple of people while at the Garten Store, who use Ubuntu,
> and invited them to attend.
>
> Thanks all,
> Phil. N
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Fri, Jan 20, 2017 at 1:33 PM, Che Dean  wrote:
>
> Hi guys,
>
> Here's today's plan:
>
> Arrive in Salem between 1 PM and 2 PM (stopping off for lunch on our way)
>
> 2 PM to 2:30 PM Head to Garten and hopefully meet up with Phil N
>
> Between 3 PM and 5 PM visit Heritage Center or just take a look around
> Salem
>
> Somewhere between 5 PM and 6 PM head to Broadway for some fine coffee and
> even better company.
>
> If at any point people want to meet us just drop us a note on here, G+,
> Twitter @CheDean or if you use Telegram I'm @Kereltis (
> https://telegram.me/Kereltis)
>
> See you later
>
> Che
> •••
>
> On Wed, Jan 18, 2017, 10:26 PM Cody Smith  wrote:
>
> Come join us for talk about tech, Ubuntu, Linux, and whatever else comes
> up! But please, purchase something from the coffeehouse we'll be at as they
> have set that restriction on anyone using their space. The address is 1300
> Broadway (on the corner of Broadway and Gaines) in Salem, OR.
>
> Event page:
> http://loco.ubuntu.com/events/ubuntu-us-or/3498-salem-ubuntu-hour/ Please
> RSVP so the paperwork that wxl has to do is easier.
>
> --c_smith
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour Friday

2017-01-20 Thread Phil N
Hay everyone,
Che and Linda have arrived in Salem, was able to meet up with them at the
Garten Store, where Linda bought a nice Lenovo, for I'm guessing Ubuntu...
;-)  WTG Che and Linda.

Come on down to Broadway Coffeehouse, located at 1300 Broadway St NE, here
in Salem, from 6:00pm to 7:00pm, and meet up with Che and his wife Linda.
This month we will be in the Dallas Room, 204. Located upstairs towards the
back directly across from the elevators.  Please don't forget to mention
your part of Ubuntu when you pick up a drink downstairs.

Cody has created a LoCo event page, please use the following link (below)
to his event page to register for this event, doing so will help get us
counted by Canonical, and help with further sponsorship.  - Thanks Cody
Event page: http://loco.ubuntu.com/events/ubuntu-us-or/3498-salem-
ubuntu-hour/

Also we met a couple of people while at the Garten Store, who use Ubuntu,
and invited them to attend.

Thanks all,
Phil. N



/*
* Sent from a system running Ubuntu  *
*/


On Fri, Jan 20, 2017 at 1:33 PM, Che Dean  wrote:

> Hi guys,
>
> Here's today's plan:
>
> Arrive in Salem between 1 PM and 2 PM (stopping off for lunch on our way)
>
> 2 PM to 2:30 PM Head to Garten and hopefully meet up with Phil N
>
> Between 3 PM and 5 PM visit Heritage Center or just take a look around
> Salem
>
> Somewhere between 5 PM and 6 PM head to Broadway for some fine coffee and
> even better company.
>
> If at any point people want to meet us just drop us a note on here, G+,
> Twitter @CheDean or if you use Telegram I'm @Kereltis (
> https://telegram.me/Kereltis)
>
> See you later
>
> Che
> •••
>
> On Wed, Jan 18, 2017, 10:26 PM Cody Smith  wrote:
>
> Come join us for talk about tech, Ubuntu, Linux, and whatever else comes
> up! But please, purchase something from the coffeehouse we'll be at as they
> have set that restriction on anyone using their space. The address is 1300
> Broadway (on the corner of Broadway and Gaines) in Salem, OR.
>
> Event page: http://loco.ubuntu.com/events/ubuntu-us-or/3498-
> salem-ubuntu-hour/ Please RSVP so the paperwork that wxl has to do is
> easier.
>
> --c_smith
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour Friday

2017-01-20 Thread Che Dean
Hi guys,

Here's today's plan:

Arrive in Salem between 1 PM and 2 PM (stopping off for lunch on our way)

2 PM to 2:30 PM Head to Garten and hopefully meet up with Phil N

Between 3 PM and 5 PM visit Heritage Center or just take a look around Salem

Somewhere between 5 PM and 6 PM head to Broadway for some fine coffee and
even better company.

If at any point people want to meet us just drop us a note on here, G+,
Twitter @CheDean or if you use Telegram I'm @Kereltis (
https://telegram.me/Kereltis)

See you later

Che
•••

On Wed, Jan 18, 2017, 10:26 PM Cody Smith  wrote:

Come join us for talk about tech, Ubuntu, Linux, and whatever else comes
up! But please, purchase something from the coffeehouse we'll be at as they
have set that restriction on anyone using their space. The address is 1300
Broadway (on the corner of Broadway and Gaines) in Salem, OR.

Event page:
http://loco.ubuntu.com/events/ubuntu-us-or/3498-salem-ubuntu-hour/ Please
RSVP so the paperwork that wxl has to do is easier.

--c_smith
--
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour Friday

2017-01-18 Thread Cody Smith
Come join us for talk about tech, Ubuntu, Linux, and whatever else comes
up! But please, purchase something from the coffeehouse we'll be at as they
have set that restriction on anyone using their space. The address is 1300
Broadway (on the corner of Broadway and Gaines) in Salem, OR.

Event page:
http://loco.ubuntu.com/events/ubuntu-us-or/3498-salem-ubuntu-hour/ Please
RSVP so the paperwork that wxl has to do is easier.

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour 11/4

2016-11-03 Thread Cody Smith
Come join us tomorrow, November 4th at 6PM for an Ubuntu Hour! there will
be talk about Ubuntu, tech, and pretty much whatever else comes up! It will
be at Broadway Commons Coffeehouse at 1300 Broadway in Salem.

LoCo event page: http://loco.ubuntu.com/events/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour 10/21

2016-10-22 Thread Cody Smith
Note to self: don't have 15 tabs open in Firefox with one being music in
Youtube, several being for wiki pages for the distro I'm using, and 3 for
the original email and the related pages in this thread, I was listening to
Disturbed, and copied the wrong tab's link, that's where that video came
from. I intended that link to be the LoCo event page. XD

Only just now noticed that.

--c_smith

On Fri, Oct 21, 2016 at 7:28 PM, cody.smith9202 
wrote:

> Phil, the browser isn't the only option, there's also a Linux client alpha
> that WILL be supported, but at the moment they're still adding older
> features to since it's rewritten from the ground up. Iirc it's electron
> based or something similar. Electron being a striped down version of
> Chromium for packaged web apps, Atom is electron based last i checked, Atom
> being GitHub's text and code editor
>
>
>
> Sent via the Samsung Galaxy S7 edge, an AT&T 4G LTE smartphone
>
>  Original message 
> From: Phil N 
> Date: 10/21/16 4:41 PM (GMT-08:00)
> To: Ubuntu Oregon LoCo Team 
> Subject: Re: [Ubuntu Oregon] Ubuntu Hour 10/21
>
> I maybe able to make this meeting.
>
> I recently installed a full-install of Ubuntu 16.04.1 LTS, and having some
> issues with Skype, and Google-Talk.  Found its best to apt-get Skype verses
> installing it from Skype.com. It seems the later (from Skype) does not
> include status-bar message area for icon, where the repository does.
>
> Also note: For those using Skype, the application is no longer supported,
> in favor of their newer Cloud version, which is browser-based.  I
> personally don't want to constantly keep a browser window open, so I can
> receive Skype calls, so I'm glad I could get it working with Ubuntu
> 16.04.1.  I'll talk more about this topic this evening.
>
> Thanks for the meeting reminder,
>
> Phil. N
>
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Thu, Oct 20, 2016 at 7:59 AM, Cody Smith  wrote:
>
>> There will be an Ubuntu Hour tomorrow (10/21) from 6PM to 7PM at Broadway
>> Commons Coffeehouse (1300 Broadway, Salem OR)
>>
>> Phil will not be able to attend for the few months due to family health
>> issues. I wish him good luck with that.
>>
>> Here's the LoCo event page: https://www.youtube.com/watch?v=dwxUgefMStM
>>
>> --c_smith
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm
>> an/listinfo/ubuntu-us-or
>>
>>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour 10/21

2016-10-21 Thread cody.smith9202
Phil, the browser isn't the only option, there's also a Linux client alpha that 
WILL be supported, but at the moment they're still adding older features to 
since it's rewritten from the ground up. Iirc it's electron based or something 
similar. Electron being a striped down version of Chromium for packaged web 
apps, Atom is electron based last i checked, Atom being GitHub's text and code 
editor


Sent via the Samsung Galaxy S7 edge, an AT&T 4G LTE smartphone
 Original message From: Phil N  Date: 
10/21/16  4:41 PM  (GMT-08:00) To: Ubuntu Oregon LoCo Team 
 Subject: Re: [Ubuntu Oregon] Ubuntu Hour 10/21 
I maybe able to make this meeting.  

I recently installed a full-install of Ubuntu 16.04.1 LTS, and having some 
issues with Skype, and Google-Talk.  Found its best to apt-get Skype verses 
installing it from Skype.com. It seems the later (from Skype) does not include 
status-bar message area for icon, where the repository does.

Also note: For those using Skype, the application is no longer supported, in 
favor of their newer Cloud version, which is browser-based.  I personally don't 
want to constantly keep a browser window open, so I can receive Skype calls, so 
I'm glad I could get it working with Ubuntu 16.04.1.  I'll talk more about this 
topic this evening.

Thanks for the meeting reminder, 

Phil. N




/*
* Sent from a system running Ubuntu  *
*/



On Thu, Oct 20, 2016 at 7:59 AM, Cody Smith  wrote:
There will be an Ubuntu Hour tomorrow (10/21) from 6PM to 7PM at Broadway 
Commons Coffeehouse (1300 Broadway, Salem OR)
Phil will not be able to attend for the few months due to family health issues. 
I wish him good luck with that.
Here's the LoCo event page: https://www.youtube.com/watch?v=dwxUgefMStM
--c_smith

--

Ubuntu-us-or mailing list

Ubuntu-us-or@lists.ubuntu.com

Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or




-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour 10/21

2016-10-21 Thread Phil N
I maybe able to make this meeting.

I recently installed a full-install of Ubuntu 16.04.1 LTS, and having some
issues with Skype, and Google-Talk.  Found its best to apt-get Skype verses
installing it from Skype.com. It seems the later (from Skype) does not
include status-bar message area for icon, where the repository does.

Also note: For those using Skype, the application is no longer supported,
in favor of their newer Cloud version, which is browser-based.  I
personally don't want to constantly keep a browser window open, so I can
receive Skype calls, so I'm glad I could get it working with Ubuntu
16.04.1.  I'll talk more about this topic this evening.

Thanks for the meeting reminder,

Phil. N




/*
* Sent from a system running Ubuntu  *
*/


On Thu, Oct 20, 2016 at 7:59 AM, Cody Smith  wrote:

> There will be an Ubuntu Hour tomorrow (10/21) from 6PM to 7PM at Broadway
> Commons Coffeehouse (1300 Broadway, Salem OR)
>
> Phil will not be able to attend for the few months due to family health
> issues. I wish him good luck with that.
>
> Here's the LoCo event page: https://www.youtube.com/watch?v=dwxUgefMStM
>
> --c_smith
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour 10/21

2016-10-20 Thread Cody Smith
There will be an Ubuntu Hour tomorrow (10/21) from 6PM to 7PM at Broadway
Commons Coffeehouse (1300 Broadway, Salem OR)

Phil will not be able to attend for the few months due to family health
issues. I wish him good luck with that.

Here's the LoCo event page: https://www.youtube.com/watch?v=dwxUgefMStM

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour or State Fair, conundrum.

2016-09-02 Thread Cody Smith
Got here about a half hour early, am at what I remember being the usual
table

--c_smith

On Fri, Sep 2, 2016 at 1:05 AM, Che Dean  wrote:

> We won't be able to make it...again. It has been a terrible week dealing
> with a neighbor from hell and the after effects of a flea infestation on
> the property. We can be found at McMenamins in Corvallis if anyone wants to
> commiserate with us.
>
> Have an awesome long weekend all, relax and keep the positive Ubuntu vibes
> flowing. 😀
>
> On Thu, Sep 1, 2016, 4:03 PM Phil N  wrote:
>
>>
>> Good point James makes - It's a three-day weekend, so some people maybe
>> gone for the weekend.
>>
>> My tentative plan, is being at Broadway Coffeehouse (our clubhouse) from
>> 5:00pm to about 6:30pm, this way we can at least attempt to keep with
>> consistent branding / scheduling, just in case someone shows up for the
>> Ubuntu meeting.  Glad to hear Cody can make it to the clubhouse at 5 also.
>>
>> I would like to catch the last part of the Motorsports Championships,
>> featuring Monster Trucks and Tuff Trucks, as I've never seen them before.
>> So I plan to leave Ubuntu hour early at 6:30pm, and head to the fair.
>>
>> This is of course, contingent on me bing able to leave the office before
>> 5 o'clock, so again this is my tentative "dream" plan... LOL.
>>
>> Ciao for now
>>  Phil. N
>>
>>
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>>
>> On Thu, Sep 1, 2016 at 2:15 PM, James Bradley 
>> wrote:
>>
>>> It is also the beginning of a three-day weekend. I won't be available.
>>>
>>> JVLB
>>>
>>>
>>> On 09/01/2016 02:09 PM, Phil N wrote:
>>>
>>> As most of you know, this Friday, September 2nd, is our scheduled Salem
>>> Ubuntu Hour, normally held at Broadway Coffeehouse at 6pm.
>>> Also taking place this Friday Sept 2nd is Oregon State Fair's "Mighty
>>> Friday"  - That means fair admission is just $1 all day long, plus
>>> admission includes concert, and all events.
>>>
>>> That being said; what do we want to do?
>>> Q1. Do we want to cancel this Friday's Salem Ubuntu Hour do to the fair,
>>> move meeting time up one hour, or perhaps, all meet somewhere at the State
>>> Fare?
>>>
>>> As for myself, I'm in favor of meeting at Broadway one hour early
>>> (5:00pm), then heading to the State Fair.  Below are some attractions you
>>> may be interested in seeing while at the fair, which also take place Friday
>>> Sept 2nd.  If anyone is interested in ride sharing to the fair, please let
>>> me know, and I can meet you at Broadway at 5:00pm.
>>>
>>>
>>> *Motorsports  Championships:*
>>> The finals of the Northwest Motorsports Series Spectacular, featuring
>>> Monster Trucks and Tuff Trucks.
>>> Friday, Sept. 2nd, 6:00-7:30 pm
>>> At the State Fair’s Machine Mania Pavilion.
>>>
>>> *Montgomery Gentry concert:*
>>> Friday, Sept. 2nd, 7:00 PM
>>> Approximately 6,000 general admission seats for each concert are FREE
>>> with paid admission to the Fair on a first come, first served basis.
>>> Or advance VIP tickets for $35. Your VIP ticket entitles you to:
>>> Reserved Seating, Admission to the Fair.
>>>
>>> *S.T.R.E.A.M:*
>>> STREAM focuses on six aspects of education - Science, Technology,
>>> Reading, Engineering, Arts and Math.
>>>
>>> STREAM - First Robotics Competition Stronghold.
>>> High school teams compete head to head on a special playing field with
>>> robots they have designed, built, and programmed.
>>> Friday, September 2nd.
>>> Time: unknown.
>>>
>>> *Glen’s Gizmos:*
>>> A traveling museum composed of well over 60 hands-on learning stations
>>> that bring science, technology, engineering, art and math to schools and
>>> venues like the Oregon State Fair.
>>>
>>> *Artisans Village:*
>>> The annual gathering of artisans from Oregon and beyond.
>>>
>>> *Laser / Pyrotechnics event:*
>>> Oregon State Fair is proud to present a very dynamic, 10-minute laser
>>> and special effects pyrotechnics event.
>>> Nightly from 9:45pm to 9:55pm.
>>>
>>> General Fare Parking is $5.00.
>>>
>>> Please let me know what the general consensus is regarding holding Salem
>>> Ubuntu Hour at the fair, or perhaps holding it earlier at Broadway, or
>>> canceling it, do to fair.
>>>
>>> Best regards
>>>  Phil. N
>>>
>>> /*
>>> * Sent from a system running Ubuntu  *
>>> */
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at: https://lists.ubuntu.com/
>>> mailman/listinfo/ubuntu-us-or
>>>
>>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/
>> mailman/listinfo/ubuntu-us-or
>>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubu

Re: [Ubuntu Oregon] Ubuntu Hour or State Fair, conundrum.

2016-09-01 Thread Che Dean
We won't be able to make it...again. It has been a terrible week dealing
with a neighbor from hell and the after effects of a flea infestation on
the property. We can be found at McMenamins in Corvallis if anyone wants to
commiserate with us.

Have an awesome long weekend all, relax and keep the positive Ubuntu vibes
flowing. 😀

On Thu, Sep 1, 2016, 4:03 PM Phil N  wrote:

>
> Good point James makes - It's a three-day weekend, so some people maybe
> gone for the weekend.
>
> My tentative plan, is being at Broadway Coffeehouse (our clubhouse) from
> 5:00pm to about 6:30pm, this way we can at least attempt to keep with
> consistent branding / scheduling, just in case someone shows up for the
> Ubuntu meeting.  Glad to hear Cody can make it to the clubhouse at 5 also.
>
> I would like to catch the last part of the Motorsports Championships,
> featuring Monster Trucks and Tuff Trucks, as I've never seen them before.
> So I plan to leave Ubuntu hour early at 6:30pm, and head to the fair.
>
> This is of course, contingent on me bing able to leave the office before 5
> o'clock, so again this is my tentative "dream" plan... LOL.
>
> Ciao for now
>  Phil. N
>
>
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> On Thu, Sep 1, 2016 at 2:15 PM, James Bradley 
> wrote:
>
>> It is also the beginning of a three-day weekend. I won't be available.
>>
>> JVLB
>>
>>
>> On 09/01/2016 02:09 PM, Phil N wrote:
>>
>> As most of you know, this Friday, September 2nd, is our scheduled Salem
>> Ubuntu Hour, normally held at Broadway Coffeehouse at 6pm.
>> Also taking place this Friday Sept 2nd is Oregon State Fair's "Mighty
>> Friday"  - That means fair admission is just $1 all day long, plus
>> admission includes concert, and all events.
>>
>> That being said; what do we want to do?
>> Q1. Do we want to cancel this Friday's Salem Ubuntu Hour do to the fair,
>> move meeting time up one hour, or perhaps, all meet somewhere at the State
>> Fare?
>>
>> As for myself, I'm in favor of meeting at Broadway one hour early
>> (5:00pm), then heading to the State Fair.  Below are some attractions you
>> may be interested in seeing while at the fair, which also take place Friday
>> Sept 2nd.  If anyone is interested in ride sharing to the fair, please let
>> me know, and I can meet you at Broadway at 5:00pm.
>>
>>
>> *Motorsports  Championships:*
>> The finals of the Northwest Motorsports Series Spectacular, featuring
>> Monster Trucks and Tuff Trucks.
>> Friday, Sept. 2nd, 6:00-7:30 pm
>> At the State Fair’s Machine Mania Pavilion.
>>
>> *Montgomery Gentry concert:*
>> Friday, Sept. 2nd, 7:00 PM
>> Approximately 6,000 general admission seats for each concert are FREE
>> with paid admission to the Fair on a first come, first served basis.
>> Or advance VIP tickets for $35. Your VIP ticket entitles you to: Reserved
>> Seating, Admission to the Fair.
>>
>> *S.T.R.E.A.M:*
>> STREAM focuses on six aspects of education - Science, Technology,
>> Reading, Engineering, Arts and Math.
>>
>> STREAM - First Robotics Competition Stronghold.
>> High school teams compete head to head on a special playing field with
>> robots they have designed, built, and programmed.
>> Friday, September 2nd.
>> Time: unknown.
>>
>> *Glen’s Gizmos:*
>> A traveling museum composed of well over 60 hands-on learning stations
>> that bring science, technology, engineering, art and math to schools and
>> venues like the Oregon State Fair.
>>
>> *Artisans Village:*
>> The annual gathering of artisans from Oregon and beyond.
>>
>> *Laser / Pyrotechnics event:*
>> Oregon State Fair is proud to present a very dynamic, 10-minute laser and
>> special effects pyrotechnics event.
>> Nightly from 9:45pm to 9:55pm.
>>
>> General Fare Parking is $5.00.
>>
>> Please let me know what the general consensus is regarding holding Salem
>> Ubuntu Hour at the fair, or perhaps holding it earlier at Broadway, or
>> canceling it, do to fair.
>>
>> Best regards
>>  Phil. N
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>>
>>
>>
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour or State Fair, conundrum.

2016-09-01 Thread Phil N
Good point James makes - It's a three-day weekend, so some people maybe
gone for the weekend.

My tentative plan, is being at Broadway Coffeehouse (our clubhouse) from
5:00pm to about 6:30pm, this way we can at least attempt to keep with
consistent branding / scheduling, just in case someone shows up for the
Ubuntu meeting.  Glad to hear Cody can make it to the clubhouse at 5 also.

I would like to catch the last part of the Motorsports Championships,
featuring Monster Trucks and Tuff Trucks, as I've never seen them before.
So I plan to leave Ubuntu hour early at 6:30pm, and head to the fair.

This is of course, contingent on me bing able to leave the office before 5
o'clock, so again this is my tentative "dream" plan... LOL.

Ciao for now
 Phil. N



/*
* Sent from a system running Ubuntu  *
*/


On Thu, Sep 1, 2016 at 2:15 PM, James Bradley 
wrote:

> It is also the beginning of a three-day weekend. I won't be available.
>
> JVLB
>
>
> On 09/01/2016 02:09 PM, Phil N wrote:
>
> As most of you know, this Friday, September 2nd, is our scheduled Salem
> Ubuntu Hour, normally held at Broadway Coffeehouse at 6pm.
> Also taking place this Friday Sept 2nd is Oregon State Fair's "Mighty
> Friday"  - That means fair admission is just $1 all day long, plus
> admission includes concert, and all events.
>
> That being said; what do we want to do?
> Q1. Do we want to cancel this Friday's Salem Ubuntu Hour do to the fair,
> move meeting time up one hour, or perhaps, all meet somewhere at the State
> Fare?
>
> As for myself, I'm in favor of meeting at Broadway one hour early
> (5:00pm), then heading to the State Fair.  Below are some attractions you
> may be interested in seeing while at the fair, which also take place Friday
> Sept 2nd.  If anyone is interested in ride sharing to the fair, please let
> me know, and I can meet you at Broadway at 5:00pm.
>
>
> *Motorsports  Championships:*
> The finals of the Northwest Motorsports Series Spectacular, featuring
> Monster Trucks and Tuff Trucks.
> Friday, Sept. 2nd, 6:00-7:30 pm
> At the State Fair’s Machine Mania Pavilion.
>
> *Montgomery Gentry concert:*
> Friday, Sept. 2nd, 7:00 PM
> Approximately 6,000 general admission seats for each concert are FREE with
> paid admission to the Fair on a first come, first served basis.
> Or advance VIP tickets for $35. Your VIP ticket entitles you to: Reserved
> Seating, Admission to the Fair.
>
> *S.T.R.E.A.M:*
> STREAM focuses on six aspects of education - Science, Technology, Reading,
> Engineering, Arts and Math.
>
> STREAM - First Robotics Competition Stronghold.
> High school teams compete head to head on a special playing field with
> robots they have designed, built, and programmed.
> Friday, September 2nd.
> Time: unknown.
>
> *Glen’s Gizmos:*
> A traveling museum composed of well over 60 hands-on learning stations
> that bring science, technology, engineering, art and math to schools and
> venues like the Oregon State Fair.
>
> *Artisans Village:*
> The annual gathering of artisans from Oregon and beyond.
>
> *Laser / Pyrotechnics event:*
> Oregon State Fair is proud to present a very dynamic, 10-minute laser and
> special effects pyrotechnics event.
> Nightly from 9:45pm to 9:55pm.
>
> General Fare Parking is $5.00.
>
> Please let me know what the general consensus is regarding holding Salem
> Ubuntu Hour at the fair, or perhaps holding it earlier at Broadway, or
> canceling it, do to fair.
>
> Best regards
>  Phil. N
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
>
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour or State Fair, conundrum.

2016-09-01 Thread Cody Smith
I should be able to make it. so I'll be there at 5. Meeting at 5 kinda
works in my favor this week anyway, unplanned advantage?


--c_smith

On Thu, Sep 1, 2016 at 2:15 PM, James Bradley 
wrote:

> It is also the beginning of a three-day weekend. I won't be available.
>
> JVLB
>
>
> On 09/01/2016 02:09 PM, Phil N wrote:
>
> As most of you know, this Friday, September 2nd, is our scheduled Salem
> Ubuntu Hour, normally held at Broadway Coffeehouse at 6pm.
> Also taking place this Friday Sept 2nd is Oregon State Fair's "Mighty
> Friday"  - That means fair admission is just $1 all day long, plus
> admission includes concert, and all events.
>
> That being said; what do we want to do?
> Q1. Do we want to cancel this Friday's Salem Ubuntu Hour do to the fair,
> move meeting time up one hour, or perhaps, all meet somewhere at the State
> Fare?
>
> As for myself, I'm in favor of meeting at Broadway one hour early
> (5:00pm), then heading to the State Fair.  Below are some attractions you
> may be interested in seeing while at the fair, which also take place Friday
> Sept 2nd.  If anyone is interested in ride sharing to the fair, please let
> me know, and I can meet you at Broadway at 5:00pm.
>
>
> *Motorsports  Championships:*
> The finals of the Northwest Motorsports Series Spectacular, featuring
> Monster Trucks and Tuff Trucks.
> Friday, Sept. 2nd, 6:00-7:30 pm
> At the State Fair’s Machine Mania Pavilion.
>
> *Montgomery Gentry concert:*
> Friday, Sept. 2nd, 7:00 PM
> Approximately 6,000 general admission seats for each concert are FREE with
> paid admission to the Fair on a first come, first served basis.
> Or advance VIP tickets for $35. Your VIP ticket entitles you to: Reserved
> Seating, Admission to the Fair.
>
> *S.T.R.E.A.M:*
> STREAM focuses on six aspects of education - Science, Technology, Reading,
> Engineering, Arts and Math.
>
> STREAM - First Robotics Competition Stronghold.
> High school teams compete head to head on a special playing field with
> robots they have designed, built, and programmed.
> Friday, September 2nd.
> Time: unknown.
>
> *Glen’s Gizmos:*
> A traveling museum composed of well over 60 hands-on learning stations
> that bring science, technology, engineering, art and math to schools and
> venues like the Oregon State Fair.
>
> *Artisans Village:*
> The annual gathering of artisans from Oregon and beyond.
>
> *Laser / Pyrotechnics event:*
> Oregon State Fair is proud to present a very dynamic, 10-minute laser and
> special effects pyrotechnics event.
> Nightly from 9:45pm to 9:55pm.
>
> General Fare Parking is $5.00.
>
> Please let me know what the general consensus is regarding holding Salem
> Ubuntu Hour at the fair, or perhaps holding it earlier at Broadway, or
> canceling it, do to fair.
>
> Best regards
>  Phil. N
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
>
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour or State Fair, conundrum.

2016-09-01 Thread Phil N
As most of you know, this Friday, September 2nd, is our scheduled Salem
Ubuntu Hour, normally held at Broadway Coffeehouse at 6pm.
Also taking place this Friday Sept 2nd is Oregon State Fair's "Mighty
Friday"  - That means fair admission is just $1 all day long, plus
admission includes concert, and all events.

That being said; what do we want to do?
Q1. Do we want to cancel this Friday's Salem Ubuntu Hour do to the fair,
move meeting time up one hour, or perhaps, all meet somewhere at the State
Fare?

As for myself, I'm in favor of meeting at Broadway one hour early (5:00pm),
then heading to the State Fair.  Below are some attractions you may be
interested in seeing while at the fair, which also take place Friday Sept
2nd.  If anyone is interested in ride sharing to the fair, please let me
know, and I can meet you at Broadway at 5:00pm.


*Motorsports  Championships:*
The finals of the Northwest Motorsports Series Spectacular, featuring
Monster Trucks and Tuff Trucks.
Friday, Sept. 2nd, 6:00-7:30 pm
At the State Fair’s Machine Mania Pavilion.

*Montgomery Gentry concert:*
Friday, Sept. 2nd, 7:00 PM
Approximately 6,000 general admission seats for each concert are FREE with
paid admission to the Fair on a first come, first served basis.
Or advance VIP tickets for $35. Your VIP ticket entitles you to: Reserved
Seating, Admission to the Fair.

*S.T.R.E.A.M:*
STREAM focuses on six aspects of education - Science, Technology, Reading,
Engineering, Arts and Math.

STREAM - First Robotics Competition Stronghold.
High school teams compete head to head on a special playing field with
robots they have designed, built, and programmed.
Friday, September 2nd.
Time: unknown.

*Glen’s Gizmos:*
A traveling museum composed of well over 60 hands-on learning stations that
bring science, technology, engineering, art and math to schools and venues
like the Oregon State Fair.

*Artisans Village:*
The annual gathering of artisans from Oregon and beyond.

*Laser / Pyrotechnics event:*
Oregon State Fair is proud to present a very dynamic, 10-minute laser and
special effects pyrotechnics event.
Nightly from 9:45pm to 9:55pm.

General Fare Parking is $5.00.

Please let me know what the general consensus is regarding holding Salem
Ubuntu Hour at the fair, or perhaps holding it earlier at Broadway, or
canceling it, do to fair.

Best regards
 Phil. N

/*
* Sent from a system running Ubuntu  *
*/
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour or State Fair, conundrum.

2016-09-01 Thread James Bradley
It is also the beginning of a three-day weekend. I won't be available.

JVLB


On 09/01/2016 02:09 PM, Phil N wrote:
> As most of you know, this Friday, September 2nd, is our scheduled
> Salem Ubuntu Hour, normally held at Broadway Coffeehouse at 6pm.
> Also taking place this Friday Sept 2nd is Oregon State Fair's "Mighty
> Friday"  - That means fair admission is just $1 all day long, plus
> admission includes concert, and all events.
>
> That being said; what do we want to do?
> Q1. Do we want to cancel this Friday's Salem Ubuntu Hour do to the
> fair, move meeting time up one hour, or perhaps, all meet somewhere at
> the State Fare?
>
> As for myself, I'm in favor of meeting at Broadway one hour early
> (5:00pm), then heading to the State Fair.  Below are some attractions
> you may be interested in seeing while at the fair, which also take
> place Friday Sept 2nd.  If anyone is interested in ride sharing to the
> fair, please let me know, and I can meet you at Broadway at 5:00pm.
>
>
> *Motorsports  Championships:*
> The finals of the Northwest Motorsports Series Spectacular, featuring
> Monster Trucks and Tuff Trucks.
> Friday, Sept. 2nd, 6:00-7:30 pm
> At the State Fair’s Machine Mania Pavilion.
>
> *Montgomery Gentry concert:*
> Friday, Sept. 2nd, 7:00 PM
> Approximately 6,000 general admission seats for each concert are FREE
> with paid admission to the Fair on a first come, first served basis.
> Or advance VIP tickets for $35. Your VIP ticket entitles you to:
> Reserved Seating, Admission to the Fair.
>
> *S.T.R.E.A.M:*
> STREAM focuses on six aspects of education - Science, Technology,
> Reading, Engineering, Arts and Math.
>
> STREAM - First Robotics Competition Stronghold.
> High school teams compete head to head on a special playing field with
> robots they have designed, built, and programmed.
> Friday, September 2nd.
> Time: unknown.
>
> *Glen’s Gizmos:*
> A traveling museum composed of well over 60 hands-on learning stations
> that bring science, technology, engineering, art and math to schools
> and venues like the Oregon State Fair.
>
> *Artisans Village:*
> The annual gathering of artisans from Oregon and beyond.
>
> *Laser / Pyrotechnics event:*
> Oregon State Fair is proud to present a very dynamic, 10-minute laser
> and special effects pyrotechnics event.
> Nightly from 9:45pm to 9:55pm.
>
> General Fare Parking is $5.00.
>
> Please let me know what the general consensus is regarding holding
> Salem Ubuntu Hour at the fair, or perhaps holding it earlier at
> Broadway, or canceling it, do to fair.
>  
> Best regards
>  Phil. N 
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
>

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2016-04-01 Thread Cody Smith
Come on down to Broadway Commons (1300 Broadway St, Salem OR) for an Ubuntu
Hour, starting, right about now as of the time this email arrives.

I don't have time to set up a LoCo page, so no registration.

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour TOMORROW

2016-03-19 Thread Cody Smith
Come by Broadway commons tomorrow, Friday the 18th at 6PM to enjoy talk
about Ubuntu, tech and whatever else comes up! but please, buy at least a
drink from Broadway Coffeehouse (it's a restriction they pose on all guests
using their space).

The address is 1300 Broadway NE, Salem, OR.

Please register with this page even if you MIGHT attend, it helps the LoCo
team and council above them know who attends what, it also has a nice map
indicating where Broadway Commons is using Google Maps:
http://loco.ubuntu.com/events/ubuntu-us-or/3342-salem-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour Salem.

2015-11-10 Thread Phil N
Hi Walter,

Regarding your question – is joining a meeting remotely an option?

Currently Cody and I have been using a teleconference link created for
Microportal, the Electronics club, so their members can join in remotely.
Cody and I are also members of Microportal, so I simply asked him to use
the link we already have in common, which is use by Microportal.

I won't mind someone from the Ubuntu LoCo teleconferencing into a
Microportal meeting, because they are also interested in Electronics
(Arduino, Raspberry Pi, IoT).  Anyone wishing to join Microportal, may send
an email request to: ormicroportal.c...@gmail.com

However a problem arises, if a single teleconferencing link is used for
both organizations (Microportal and Ubuntu).  And would be problematic
should both organizations hold meetings at the same time.

I think a remote teleconferencing option is a great idea for Ubuntu LoCos,
and it was “once” looked into. Though I forgot what the outcome was.

Cody and I have been teleconferencing using Google Hangouts, here's what we
found.

Google Hangouts (formally Google talk) is available as a Browser plug-in
for Mozilla Firefox, and built into the Chrome browser. Also as an
application for Android, and iOS devices. However it works best on
“computers” through the browser, verses the app for mobile devices.

Testing revealed Google Hangouts works best on Ubuntu, Mac, and Windows,
computers using the Browser plug-in with Firefox, Safari, Opera, or IE
browsers. Up to ten (10) people can simultaneously teleconference via
Google Hangouts.

To teleconference using Google Hangouts, a Google account associated with
Google Hangouts is required by each participant. And of course, a video
camera if they want to be “seen” as well as heard.

Thanks for supporting the FOSS community, and great work you've done for
Ubuntu LoCo.


Sincerely

Phil. N



/*
* Sent from a system running Ubuntu  *
*/


On Sat, Nov 7, 2015 at 4:08 PM, Cody Smith  wrote:

> That link always exists, I'm not always there, but I'll try and bring thee
> hangout that Phill made up when I am present.
>
> On Fri, Nov 6, 2015 at 9:09 PM, Walter Lapchynski  wrote:
>
>> Hey, is this a regular option to join remotely? If so, I might be game
>> for that!
>>
>> On Fri, Nov 6, 2015 at 5:01 PM, Cody Smith 
>> wrote:
>>
>>> On a related note : I'll be there.
>>> On Nov 6, 2015 2:12 PM, "Phil N"  wrote:
>>>
 Hi Cody and Jim,

 Sorry I can't make it to the Ubuntu meeting this evening, because I
 need to due some remote, after hour (5pm to 7pm) computer work in Palo Alto
 this evening.  I can beam-in though via google talk, at least until my
 client calls me.

 Have a great meeting all, and I'll hopefully catch you next time...

 Ciao for now
 Phil.N

 /*
 * Sent from a system running Ubuntu  *
 */


 --
 Ubuntu-us-or mailing list
 Ubuntu-us-or@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>>>
>>
>>
>> --
>> @wxl | http://polka.bike
>> Lubuntu Release Manager & Head of QA
>> Ubuntu PPC Point of Contact
>> Ubuntu Oregon LoCo Team Leader
>> Ubuntu Membership Board & LoCo Council Member
>> Eugene Unix & GNU/Linux User Group Co-Organizer
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour Salem.

2015-11-07 Thread Cody Smith
That link always exists, I'm not always there, but I'll try and bring thee
hangout that Phill made up when I am present.

On Fri, Nov 6, 2015 at 9:09 PM, Walter Lapchynski  wrote:

> Hey, is this a regular option to join remotely? If so, I might be game for
> that!
>
> On Fri, Nov 6, 2015 at 5:01 PM, Cody Smith 
> wrote:
>
>> On a related note : I'll be there.
>> On Nov 6, 2015 2:12 PM, "Phil N"  wrote:
>>
>>> Hi Cody and Jim,
>>>
>>> Sorry I can't make it to the Ubuntu meeting this evening, because I need
>>> to due some remote, after hour (5pm to 7pm) computer work in Palo Alto this
>>> evening.  I can beam-in though via google talk, at least until my client
>>> calls me.
>>>
>>> Have a great meeting all, and I'll hopefully catch you next time...
>>>
>>> Ciao for now
>>> Phil.N
>>>
>>> /*
>>> * Sent from a system running Ubuntu  *
>>> */
>>>
>>>
>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>>
>
>
> --
> @wxl | http://polka.bike
> Lubuntu Release Manager & Head of QA
> Ubuntu PPC Point of Contact
> Ubuntu Oregon LoCo Team Leader
> Ubuntu Membership Board & LoCo Council Member
> Eugene Unix & GNU/Linux User Group Co-Organizer
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour Salem.

2015-11-06 Thread Walter Lapchynski
Hey, is this a regular option to join remotely? If so, I might be game for
that!

On Fri, Nov 6, 2015 at 5:01 PM, Cody Smith  wrote:

> On a related note : I'll be there.
> On Nov 6, 2015 2:12 PM, "Phil N"  wrote:
>
>> Hi Cody and Jim,
>>
>> Sorry I can't make it to the Ubuntu meeting this evening, because I need
>> to due some remote, after hour (5pm to 7pm) computer work in Palo Alto this
>> evening.  I can beam-in though via google talk, at least until my client
>> calls me.
>>
>> Have a great meeting all, and I'll hopefully catch you next time...
>>
>> Ciao for now
>> Phil.N
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>


-- 
@wxl | http://polka.bike
Lubuntu Release Manager & Head of QA
Ubuntu PPC Point of Contact
Ubuntu Oregon LoCo Team Leader
Ubuntu Membership Board & LoCo Council Member
Eugene Unix & GNU/Linux User Group Co-Organizer
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour Salem.

2015-11-06 Thread Cody Smith
haha, well, at least I get a soda outta the trip. XD

On Fri, Nov 6, 2015 at 5:29 PM, James Bradley 
wrote:

> I'm afraid I'm going to miss. You get all the girls and beer, Cody.
>
> JVLB
>
>
> On 11/06/2015 05:01 PM, Cody Smith wrote:
>
> On a related note : I'll be there.
> On Nov 6, 2015 2:12 PM, "Phil N" < 
> ph...@delfinomicro.com> wrote:
>
>> Hi Cody and Jim,
>>
>> Sorry I can't make it to the Ubuntu meeting this evening, because I need
>> to due some remote, after hour (5pm to 7pm) computer work in Palo Alto this
>> evening.  I can beam-in though via google talk, at least until my client
>> calls me.
>>
>> Have a great meeting all, and I'll hopefully catch you next time...
>>
>> Ciao for now
>> Phil.N
>>
>> /*
>> * Sent from a system running Ubuntu  *
>> */
>>
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>>
>
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour Salem.

2015-11-06 Thread James Bradley
I'm afraid I'm going to miss. You get all the girls and beer, Cody.

JVLB


On 11/06/2015 05:01 PM, Cody Smith wrote:
>
> On a related note : I'll be there.
>
> On Nov 6, 2015 2:12 PM, "Phil N"  > wrote:
>
> Hi Cody and Jim,
>
> Sorry I can't make it to the Ubuntu meeting this evening, because
> I need to due some remote, after hour (5pm to 7pm) computer work
> in Palo Alto this evening.  I can beam-in though via google talk,
> at least until my client calls me.
>
> Have a great meeting all, and I'll hopefully catch you next time...
>
> Ciao for now
> Phil.N
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com 
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
>

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour Salem.

2015-11-06 Thread Cody Smith
On a related note : I'll be there.
On Nov 6, 2015 2:12 PM, "Phil N"  wrote:

> Hi Cody and Jim,
>
> Sorry I can't make it to the Ubuntu meeting this evening, because I need
> to due some remote, after hour (5pm to 7pm) computer work in Palo Alto this
> evening.  I can beam-in though via google talk, at least until my client
> calls me.
>
> Have a great meeting all, and I'll hopefully catch you next time...
>
> Ciao for now
> Phil.N
>
> /*
> * Sent from a system running Ubuntu  *
> */
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu hour Salem.

2015-11-06 Thread Phil N
Hi Cody and Jim,

Sorry I can't make it to the Ubuntu meeting this evening, because I need to
due some remote, after hour (5pm to 7pm) computer work in Palo Alto this
evening.  I can beam-in though via google talk, at least until my client
calls me.

Have a great meeting all, and I'll hopefully catch you next time...

Ciao for now
Phil.N

/*
* Sent from a system running Ubuntu  *
*/
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2015-10-16 Thread Phil N
I'll be there, although may be a little late.
Have an issue with the GUI Backup program included inside Ubuntu 15.04, not
connecting to NAS device via WRT-1900AC router.

Also this is my first post to our LoCo Ubuntu email list, sense I changed
my email to reflect a more pizzeria connotation. Which is why I may be
late... I'm actually waiting for the pizza to arrive. LOL.

 Ciao for now
Phil. N

/*
* Sent from a system running Ubuntu  *
*/


On Fri, Oct 16, 2015 at 4:54 PM, James Bradley 
wrote:

> Cody, you big tease.
>
> JVLB
>
>
> On 10/16/2015 04:05 PM, Cody Smith wrote:
>
> scratch thatl, just remembered I have some stuff I need to do that takes
> precedence of going to this, that and I don't have the money on me to grab
> something from the coffee shop as per their requirements to use the space,
> catch y'all next time!
>
> --c_smith
>
>
>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2015-10-16 Thread James Bradley
Cody, you big tease.

JVLB


On 10/16/2015 04:05 PM, Cody Smith wrote:
> scratch thatl, just remembered I have some stuff I need to do that
> takes precedence of going to this, that and I don't have the money on
> me to grab something from the coffee shop as per their requirements to
> use the space, catch y'all next time!
>
> --c_smith
>
>

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2015-10-16 Thread Cody Smith
scratch thatl, just remembered I have some stuff I need to do that takes
precedence of going to this, that and I don't have the money on me to grab
something from the coffee shop as per their requirements to use the space,
catch y'all next time!

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2015-10-16 Thread Cody Smith
just making sure that there's one tonight (since it's the 3rd friday of
this month) before I head out to Broadway Commons, I could hold an
off-schedule one if it's not tonight, but I'd rather stick to the planned
schedule since that seems to have been working.

Don't fix what's not broken, eh?

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour.

2015-08-21 Thread Phillip N
Great to have seen Cody, James, and our new person Doug.
Thanks Cody for helping Doug create a desktop "Make-link" to Arduino, and
get it to run.

Thanks all,
Ciao for now
Phil. N



/***
*  Sent from my Commodore 64  *
***/

On Fri, Aug 21, 2015 at 4:45 PM, Cody Smith 
wrote:

> I'll definitely be there.  My schedule has settled down enough that I can
> attend most meetings lol
>
> It'll be nice to see a fresh face!
>
> --c_smith
> On Aug 21, 2015 3:40 PM, "Phillip N"  wrote:
>
>> To: Ubuntu LoCo
>> Bcc: Doug,
>>
>> This evening is the time to join in on some fun, during our bimonthly
>> Ubuntu hour.
>> Which is held every 1st and 3rd Fridays of the month at Broadway
>> Coffeehouse from 6:00pm to 7:00pm.
>>
>> This evening, I'm glad to be introducing Doug. K - Organizer of "Internet
>> of Things club", which meets Wednesdays at Center 50 from 6:30PM to about
>> eight-ish.  Doug has been running Ubuntu on his laptop.  Please join me in
>> welcoming Doug, another intellectual techie, to our Ubuntu LoCo team.
>>
>> Also before our Ubuntu meeting, I'll be meeting with with Stephen, who is
>> one of the directors at Broadway commons, from 5:00PM to 6:00PM. Stephen
>> and I will be discussing the possibility of a computer lab for Broadway
>> Commons.  The computer lab will be for teaching computer basics and
>> providing web-mail, so computers will need to be primarily Windows bases.
>> However I maybe able to put in a few Ubuntu boxes ;-)  We'll have to see
>> what Stephen wants to due.  Anyone who is a computer techie, is welcome to
>> join Stephen and I at 5:00PM, to discuses the computer lab for Broadway
>> Commons.
>>
>> Thanks, Ciao for now
>> Phil. N
>>
>> /***
>> *  Sent from my Commodore 64  *
>> ***/
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu hour.

2015-08-21 Thread Cody Smith
I'll definitely be there.  My schedule has settled down enough that I can
attend most meetings lol

It'll be nice to see a fresh face!

--c_smith
On Aug 21, 2015 3:40 PM, "Phillip N"  wrote:

> To: Ubuntu LoCo
> Bcc: Doug,
>
> This evening is the time to join in on some fun, during our bimonthly
> Ubuntu hour.
> Which is held every 1st and 3rd Fridays of the month at Broadway
> Coffeehouse from 6:00pm to 7:00pm.
>
> This evening, I'm glad to be introducing Doug. K - Organizer of "Internet
> of Things club", which meets Wednesdays at Center 50 from 6:30PM to about
> eight-ish.  Doug has been running Ubuntu on his laptop.  Please join me in
> welcoming Doug, another intellectual techie, to our Ubuntu LoCo team.
>
> Also before our Ubuntu meeting, I'll be meeting with with Stephen, who is
> one of the directors at Broadway commons, from 5:00PM to 6:00PM. Stephen
> and I will be discussing the possibility of a computer lab for Broadway
> Commons.  The computer lab will be for teaching computer basics and
> providing web-mail, so computers will need to be primarily Windows bases.
> However I maybe able to put in a few Ubuntu boxes ;-)  We'll have to see
> what Stephen wants to due.  Anyone who is a computer techie, is welcome to
> join Stephen and I at 5:00PM, to discuses the computer lab for Broadway
> Commons.
>
> Thanks, Ciao for now
> Phil. N
>
> /***
> *  Sent from my Commodore 64  *
> ***/
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu hour.

2015-08-21 Thread Phillip N
To: Ubuntu LoCo
Bcc: Doug,

This evening is the time to join in on some fun, during our bimonthly
Ubuntu hour.
Which is held every 1st and 3rd Fridays of the month at Broadway
Coffeehouse from 6:00pm to 7:00pm.

This evening, I'm glad to be introducing Doug. K - Organizer of "Internet
of Things club", which meets Wednesdays at Center 50 from 6:30PM to about
eight-ish.  Doug has been running Ubuntu on his laptop.  Please join me in
welcoming Doug, another intellectual techie, to our Ubuntu LoCo team.

Also before our Ubuntu meeting, I'll be meeting with with Stephen, who is
one of the directors at Broadway commons, from 5:00PM to 6:00PM. Stephen
and I will be discussing the possibility of a computer lab for Broadway
Commons.  The computer lab will be for teaching computer basics and
providing web-mail, so computers will need to be primarily Windows bases.
However I maybe able to put in a few Ubuntu boxes ;-)  We'll have to see
what Stephen wants to due.  Anyone who is a computer techie, is welcome to
join Stephen and I at 5:00PM, to discuses the computer lab for Broadway
Commons.

Thanks, Ciao for now
Phil. N

/***
*  Sent from my Commodore 64  *
***/
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2015-04-16 Thread Cody Smith
the Bi-monthly Ubuntu Hour in Salem will be tomorrow at 6PM, Come for
conversation, help with any issues you may be having with Ubuntu or Linux
in general, or just plain ol' friendly conversation! Please bring money to
buy something, since the venue has a requirement of buying at least a drink
to use their tables.

When: Tomorrow (Friday) at 6PM
Where: Broadway Coffeeshop, 1300 Broadway, Salem, OR

Event page:
http://loco.ubuntu.com/events/ubuntu-us-or/3091-ubuntu-hour-at-broadway-commons/
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour schedule?

2015-03-06 Thread Phillip N
Put our Ubuntu hour flyer up at Ike Box here in Salem, during lunch time.
FYI The Ike Box is were SLUG used to meet years ago.
I looked around up stairs, and seen the computer lab is now gone.
No sign of any other Linux type of flyers.

At least our Flyer is their in case some former SLUG shows.
Ciao
Phil. N



/***
*  Sent from my Commodore 64  *
***/

On Wed, Mar 4, 2015 at 8:56 PM, Phillip N  wrote:

> Cl I'll see you then.
> Phil.n
>
>
>
> /***
> *  Sent from my Commodore 64  *
> ***/
>
> On Wed, Mar 4, 2015 at 7:31 PM, Cody Smith 
> wrote:
>
>> Thanks, I should be able to make it this week, then.
>>
>> --c_smith
>>
>> On Wed, Mar 4, 2015 at 7:30 PM, Phillip N  wrote:
>>
>>> You are correct - it is in fact the First and Third Fridays.
>>> An easy way to remember is the first two "odd" Fridays of each month.
>>>
>>> Hope this helps
>>> Phil. N
>>>
>>>
>>>
>>> /***
>>> *  Sent from my Commodore 64  *
>>> ***/
>>>
>>> On Wed, Mar 4, 2015 at 6:31 PM, Cody Smith 
>>> wrote:
>>>
 Just making sure I have the schedule correct, but was it every first
 and third Friday of each month?

 --c_smith

 --
 Ubuntu-us-or mailing list
 Ubuntu-us-or@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


>>>
>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>>>
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour schedule?

2015-03-04 Thread Phillip N
Cl I'll see you then.
Phil.n



/***
*  Sent from my Commodore 64  *
***/

On Wed, Mar 4, 2015 at 7:31 PM, Cody Smith  wrote:

> Thanks, I should be able to make it this week, then.
>
> --c_smith
>
> On Wed, Mar 4, 2015 at 7:30 PM, Phillip N  wrote:
>
>> You are correct - it is in fact the First and Third Fridays.
>> An easy way to remember is the first two "odd" Fridays of each month.
>>
>> Hope this helps
>> Phil. N
>>
>>
>>
>> /***
>> *  Sent from my Commodore 64  *
>> ***/
>>
>> On Wed, Mar 4, 2015 at 6:31 PM, Cody Smith  wrote:
>>
>>> Just making sure I have the schedule correct, but was it every first and
>>> third Friday of each month?
>>>
>>> --c_smith
>>>
>>> --
>>> Ubuntu-us-or mailing list
>>> Ubuntu-us-or@lists.ubuntu.com
>>> Modify settings or unsubscribe at:
>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>>
>>>
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour schedule?

2015-03-04 Thread Cody Smith
Thanks, I should be able to make it this week, then.

--c_smith

On Wed, Mar 4, 2015 at 7:30 PM, Phillip N  wrote:

> You are correct - it is in fact the First and Third Fridays.
> An easy way to remember is the first two "odd" Fridays of each month.
>
> Hope this helps
> Phil. N
>
>
>
> /***
> *  Sent from my Commodore 64  *
> ***/
>
> On Wed, Mar 4, 2015 at 6:31 PM, Cody Smith  wrote:
>
>> Just making sure I have the schedule correct, but was it every first and
>> third Friday of each month?
>>
>> --c_smith
>>
>> --
>> Ubuntu-us-or mailing list
>> Ubuntu-us-or@lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>>
>>
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour schedule?

2015-03-04 Thread Phillip N
You are correct - it is in fact the First and Third Fridays.
An easy way to remember is the first two "odd" Fridays of each month.

Hope this helps
Phil. N



/***
*  Sent from my Commodore 64  *
***/

On Wed, Mar 4, 2015 at 6:31 PM, Cody Smith  wrote:

> Just making sure I have the schedule correct, but was it every first and
> third Friday of each month?
>
> --c_smith
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour schedule?

2015-03-04 Thread Cody Smith
Just making sure I have the schedule correct, but was it every first and
third Friday of each month?

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour

2015-01-30 Thread James Bradley
Sorry, I'm going to miss it. Next week is the regular 1st Friday meeting.

JVLB

On 01/30/2015 04:17 PM, Cody Smith wrote:
> sorry for the short notice, but I'll be at Broadway Commons for this
> week's Ubuntu Hour. I hope to see someone there! (I don't even have
> time while finishing some stuff up to make an entry on the LoCo Portal
> event page for this)
>
> In case anyone needs to know, it's at 6PM at Broadway Commons (1300
> Broadway, Salem, OR)
>
> --c_smith
>
>

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2015-01-30 Thread Cody Smith
sorry for the short notice, but I'll be at Broadway Commons for this week's
Ubuntu Hour. I hope to see someone there! (I don't even have time while
finishing some stuff up to make an entry on the LoCo Portal event page for
this)

In case anyone needs to know, it's at 6PM at Broadway Commons (1300
Broadway, Salem, OR)

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour this week?

2015-01-13 Thread Cody Smith
It looks like I'll be able to make it this week for the Ubuntu Hour, so if
anyone else wants to come, I'll be there (barring last-minute issues with
the OS, which at this point are extremely unlikely), I'll put up a page on
the LoCo portal.

Anyone else thinking of coming to Broadway Commons for this?

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour.

2014-10-17 Thread Cody Smith
I would attend if I wasn't swamped with homework

--c_smith

On Fri, Oct 17, 2014 at 3:19 PM, Phillip N  wrote:

> Gentlemen, it's time for another great Ubuntu hour, taking place at
> Broadway coffeehouse 1300 Broadway St NE #100, Salem, OR 97301
> From 6 to 7pm
>
> I'll bring some of the cool Flyers James has created, so we can decide on
> which flyer to use.
> Ciao for now
> Phil. N
>
> /***
> *  Sent from my Commodore 64  *
> ***/
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour.

2014-10-17 Thread Phillip N
Gentlemen, it's time for another great Ubuntu hour, taking place at
Broadway coffeehouse 1300 Broadway St NE #100, Salem, OR 97301
>From 6 to 7pm

I'll bring some of the cool Flyers James has created, so we can decide on
which flyer to use.
Ciao for now
Phil. N

/***
*  Sent from my Commodore 64  *
***/
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour this week?

2014-07-11 Thread Phillip N
James, is correct regarding Salem's Ubuntu meeting days - so I second his
statement.

The local Salem OR Ubuntu - meets on the First and Second Friday of each
month, at 6:00pm at our normal meeting location - Broadway coffee house.
1300 Broadway St NE #100, Salem, OR 97301.  So there is no meeting this
Friday 11th of July.


Ciao for now
Phil. N







On Thu, Jul 10, 2014 at 12:30 AM, Cody Smith 
wrote:

> Just wanting to know if there's an Ubuntu Hour this week, James, Phil?
>
> I've lost track of the agreed upon schedule, but I still want to make them
> this month and whenever possible. as I recall, we all agreed to step down
> to twice a month. and that should work for when I have classes come fall
> term.
>
> --c_smith
>
> --
> Ubuntu-us-or mailing list
> Ubuntu-us-or@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or
>
>
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


Re: [Ubuntu Oregon] Ubuntu Hour this week?

2014-07-10 Thread James Bradley
The specification was first and third Fridays; this will be the second.

JVLB

On 07/10/2014 12:30 AM, Cody Smith wrote:
> Just wanting to know if there's an Ubuntu Hour this week, James, Phil?
>
> I've lost track of the agreed upon schedule, but I still want to make
> them this month and whenever possible. as I recall, we all agreed to
> step down to twice a month. and that should work for when I have
> classes come fall term.
>
> --c_smith
>
>

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour this week?

2014-07-10 Thread Cody Smith
Just wanting to know if there's an Ubuntu Hour this week, James, Phil?

I've lost track of the agreed upon schedule, but I still want to make them
this month and whenever possible. as I recall, we all agreed to step down
to twice a month. and that should work for when I have classes come fall
term.

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour tomorrow

2014-03-20 Thread Cody Smith
Just sending this out to say that there will be an Ubuntu Hour tomorrow 
from 6PM to 7PM at Broadway Commons, Address: 1300 Broadway, Salem, OR. 
Come to enjoy talk about tech, linux, and various other general topics. :D


event page (please register): 
http://loco.ubuntu.com/events/ubuntu-us-or/2749-ubuntu-hour/


--c_smith

--
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2014-03-13 Thread Cody Smith
There will be an Ubuntu Hour tomorrow (today by the time most of you read
this) , Friday, from 6PM to 7PM at Broadway Commons, feel free to show up
and talk about Linux and general topics, pick people's brains about
whatever Linux issues you might be having, and shoot the breeze!

Location: 1300 Broadway St, Salem, OR,

event page: http://loco.ubuntu.com/events/ubuntu-us-or/2741-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour this friday

2014-03-05 Thread Cody Smith
just throwing this out there to say that there will be an Ubuntu Hour
this Friday from 6PM to 7PM at Broadway Commons Coffeehouse (1300
Broadway in Salem, Oregon), feel free to come and enjoy conversation
about whatever comes to mind!

event page: http://loco.ubuntu.com/events/ubuntu-us-or/2730-ubuntu-hour/
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former.
Read more at
http://www.brainyquote.com/quotes/quotes/a/alberteins100015.html#YhL8cPJXF5RdeErV.99

-- 
--Cody Smith--Ubuntu Member and member of the Ubuntu Oregon LoCo--
"Only two things are infinite, the universe and human stupidity, and I'm not 
sure about the former."
--Albert Einstein

-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour

2014-02-27 Thread Cody Smith
just sending this out to let you all know that there will be an Ubuntu Hour
tomorrow (Friday) from 6-7 PM at Broadway Commons (1300 Broadway, Salem, OR)

I'll be there (for once),

event page: http://loco.ubuntu.com/events/ubuntu-us-or/2722-ubuntu-hour/

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


[Ubuntu Oregon] Ubuntu Hour TOMORROW

2014-01-23 Thread Cody Smith
Sorry this wasn't sent out earlier, been busy all week. anyway, just to let
y'all know that there'll be an Ubuntu Hour tomorrow, from 6PM to 7PM at
Broadway Commons (1300 Broadway ST, Salem, OR, corner of Broadway and
Gaines.)

event link:
http://loco.ubuntu.com/events/ubuntu-us-or/2699-salem-ubuntu-hour/

Please register, it helps with paperwork,

Phil, might make it easier on your end to simply forward this email, just
sayin'.

--c_smith
-- 
Ubuntu-us-or mailing list
Ubuntu-us-or@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or


  1   2   >