From jjesse at gmail.com Thu Oct 2 16:31:56 2014 From: jjesse at gmail.com (Jonathan Jesse) Date: Thu, 2 Oct 2014 16:31:56 -0400 Subject: [GRLUG] Configure X Forwarding with port other than 22 for SSH Message-ID: Been awhile since I've asked a question, hope it makes sense... I have a CentOS box that I need to use a graphical session on. It is in my lab which is hosted by a service provider. I have the ability to configure things so I can connect via SSH to the server, but having problems with the X Forwarding part of things. When I SSH to the box I connect to port 9417 which is then forwarded to by CentOS server in my lab. I also have a Windows box in the lab and can connect without a problem via XMing and putty to get the graphical interface I need to do the troubleshooting/install without any issues. On my Windows box (not in the lab) I can't connect via XMing and forward the X session over. In putty I connect fine via server.servname.com and change the port to 9417. What I'm thinking is there might be some config file or command line switch I need to pass to XMing? Any ideas or help out there? Thanks, Jonathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From mfarver at mindbent.org Thu Oct 2 16:38:03 2014 From: mfarver at mindbent.org (Mark Farver) Date: Thu, 2 Oct 2014 16:38:03 -0400 Subject: [GRLUG] Configure X Forwarding with port other than 22 for SSH In-Reply-To: References: Message-ID: My recommendation: ditch X forwarding and switch to Xvnc. It is a lot easier to deal with since you only need to tunnel one port. Other option: install openvpn on the edge of your lab network. It is easy and gives you wide open access to the lab. Very convenient. Mark On Oct 2, 2014 4:32 PM, "Jonathan Jesse" wrote: > Been awhile since I've asked a question, hope it makes sense... > > I have a CentOS box that I need to use a graphical session on. It is in > my lab which is hosted by a service provider. I have the ability to > configure things so I can connect via SSH to the server, but having > problems with the X Forwarding part of things. > > When I SSH to the box I connect to port 9417 which is then forwarded to by > CentOS server in my lab. I also have a Windows box in the lab and can > connect without a problem via XMing and putty to get the graphical > interface I need to do the troubleshooting/install without any issues. > On my Windows box (not in the lab) I can't connect via XMing and forward > the X session over. In putty I connect fine via server.servname.com and > change the port to 9417. > > What I'm thinking is there might be some config file or command line > switch I need to pass to XMing? Any ideas or help out there? > > Thanks, > > Jonathan > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kyle at virtualinterconnect.com Fri Oct 3 08:50:40 2014 From: kyle at virtualinterconnect.com (Kyle Maas) Date: Fri, 03 Oct 2014 08:50:40 -0400 Subject: [GRLUG] Friday after Five Message-ID: <542E9BA0.4090902@virtualinterconnect.com> We here at Virtual Interconnect are hosting the Grand Rapids Linux User's Group for weekly socials. Mike and myself serve as anchors; at least one of us will be here during the event. Time: 5PM-7PM Fridays, every week Location: 315 Richard Terrace, Grand Rapids MI 49506 (Not handicapped-accessible, sorry.) Google Street View: http://goo.gl/maps/CDOzO Commute: Parking is on the south side of the building, and The #6 bus route runs right in front of us, the #5 and #19 come close. Nearest stops: http://bit.ly/QyS7RY Food: Popcorn and water are free. Anything else is BYOB (No alcohol), although something else may be arranged for in the future. Entry: The door is always locked, unless it's propped open. Ring the doorbell if it's shut. Loitering: When Mike and I have to go, we have to go. There are restaurants, cafes and bookstores all around, though. From geer at umich.edu Tue Oct 7 10:11:18 2014 From: geer at umich.edu (Rob Geer) Date: Tue, 7 Oct 2014 10:11:18 -0400 Subject: [GRLUG] Linux Network Admin position Message-ID: This position is open for a candidate with 1-2 years experience. Feel free to reach out to Dave listed below or myself if you have any interest. Thanks Rob Our West Michigan area client has an opportunity for a Linux Network Administrator. This is an exciting opportunity for the candidate that likes to work with systems and networking, be a problem solver and learn new technologies. *Requirements:* - 1+ years in network/systems administration and support - Experience with Windows and Linux Systems - Strong understanding of network fundamentals - Understanding of web architectures - Scripting experience (Bash, Python, Perl, etc) - Experience in virtualization - Understanding of Security essentials *To discuss this position please contact David Scrace at: 616-419-8882 or david.scrace at randstadusa.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: From mikemol at gmail.com Fri Oct 10 13:15:35 2014 From: mikemol at gmail.com (Michael Mol) Date: Fri, 10 Oct 2014 13:15:35 -0400 Subject: [GRLUG] Friday After Five Message-ID: We here at Virtual Interconnect are hosting the Grand Rapids Linux User's Group for weekly socials. Mike and myself serve as anchors; at least one of us will be here during the event. Time: 5PM-7PM Fridays, every week Location: 315 Richard Terrace, Grand Rapids MI 49506 (Not handicapped-accessible, sorry.) Google Street View: http://goo.gl/maps/CDOzO Commute: Parking is on the south side of the building, and The #6 bus route runs right in front of us, the #5 and #19 come close. Nearest stops: http://bit.ly/QyS7RY Food: Popcorn and water are free. Anything else is BYOB (No alcohol), although something else may be arranged for in the future. Entry: The door is always locked, unless it's propped open. Ring the doorbell if it's shut. Loitering: When we have to go, we have to go. There are restaurants, cafes and bookstores all around, though. -- :wq From lvl at omnitec.net Fri Oct 10 17:49:41 2014 From: lvl at omnitec.net (L. V. Lammert) Date: Fri, 10 Oct 2014 16:49:41 -0500 (CDT) Subject: [GRLUG] Files in make install Message-ID: Trying to do create a copy of a current system by pushing all of the executables into a reposity, and then install based on pulling from the repository on the 'clone', but I cannot figure out how to show the actual files that are installed. Found make install --dry-run, but it does not show files being installed, only, apparently, steps in the process: # make --dry-run install cd ./base && make install make[1]: Entering directory '/usr/src/nagioscore/base' make install-basic make[2]: Entering directory '/usr/src/nagioscore/base' /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin /usr/bin/install -c -m 774 -o nagios -g nagios nagios /usr/local/nagios/bin /usr/bin/install -c -m 774 -o nagios -g nagios nagiostats /usr/local/nagios/bin make[2]: Leaving directory '/usr/src/nagioscore/base' make strip-post-install ... Is there a better way to see actual files that would be installed? Thanks! Lee From binki at gentoo.org Fri Oct 10 18:44:59 2014 From: binki at gentoo.org (Nathan Phillip Brink) Date: Fri, 10 Oct 2014 22:44:59 +0000 Subject: [GRLUG] Files in make install In-Reply-To: References: Message-ID: <20141010224457.GI5468@ohnopublishing.net> On Fri, Oct 10, 2014 at 04:49:41PM -0500, L. V. Lammert wrote: > Trying to do create a copy of a current system by pushing all of the > executables into a reposity, and then install based on pulling from the > repository on the 'clone', but I cannot figure out how to show the actual > files that are installed. > > Found make install --dry-run, but it does not show files being installed, > only, apparently, steps in the process: > > # make --dry-run install > cd ./base && make install > make[1]: Entering directory '/usr/src/nagioscore/base' > make install-basic > make[2]: Entering directory '/usr/src/nagioscore/base' > /usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin > /usr/bin/install -c -m 774 -o nagios -g nagios nagios > /usr/local/nagios/bin > /usr/bin/install -c -m 774 -o nagios -g nagios nagiostats > /usr/local/nagios/bin > make[2]: Leaving directory '/usr/src/nagioscore/base' > make strip-post-install > ... > > Is there a better way to see actual files that would be installed? > > Thanks! > > Lee Not sure what you?re trying to do. By ?current system? do you mean nagios-core? Looks like that supports the ?make DESTDIR="${D}" install? pattern, so to preview the files it would install you could create a temporary directory, run install (without dry-run), and then just examine the directory: $ make DESTDIR="${PWD}"/destdir install cd ./base && make install make[1]: Entering directory `/tmp/nagios/base' make install-basic ? $ find destdir -print destdir destdir/tmp destdir/tmp/nagios-prefix destdir/tmp/nagios-prefix/var destdir/tmp/nagios-prefix/var/spool destdir/tmp/nagios-prefix/var/spool/checkresults ? To ignore folders, of course, just add ?-type f? before ?-print?. Only other thing I can think of would be to try to replace the install command that make is invoking with something that would echo out where the file would be installed to on STDOUT. But that?d be work and you?d need to override the path to the install command probably at ./configure time. Distribution package management systems often rely on DESTDIR or something like fakeroot to trap the files that ?make install? is copying to the system so that these files can be packaged up, so this is probably closest to the behavior you?re interested in. -- binki Look out for missing or extraneous apostrophes! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From lvl at omnitec.net Fri Oct 10 19:32:51 2014 From: lvl at omnitec.net (L. V. Lammert) Date: Fri, 10 Oct 2014 18:32:51 -0500 (CDT) Subject: [GRLUG] Files in make install In-Reply-To: <20141010224457.GI5468@ohnopublishing.net> References: <20141010224457.GI5468@ohnopublishing.net> Message-ID: On Fri, 10 Oct 2014, Nathan Phillip Brink wrote: > Not sure what you???re trying to do. By ???current system??? do you mean > nagios-core? Looks like that supports the ???make DESTDIR="${D}" > install??? pattern, so to preview the files it would install you could > create a temporary directory, run install (without dry-run), and then > just examine the directory: > > $ make DESTDIR="${PWD}"/destdir install > cd ./base && make install > make[1]: Entering directory `/tmp/nagios/base' > make install-basic > Hi Nathan, Thanks for the suggestion! Lee From mikemol at gmail.com Thu Oct 16 12:45:46 2014 From: mikemol at gmail.com (Michael Mol) Date: Thu, 16 Oct 2014 12:45:46 -0400 Subject: [GRLUG] Friday After Five Message-ID: We here at Virtual Interconnect are hosting the Grand Rapids Linux User's Group for weekly socials. Mike and myself serve as anchors; at least one of us will be here during the event. Time: 5PM-7PM Fridays, every week Location: 315 Richard Terrace, Grand Rapids MI 49506 (Not handicapped-accessible, sorry.) Google Street View: http://goo.gl/maps/CDOzO Commute: Parking is on the south side of the building, and The #6 bus route runs right in front of us, the #5 and #19 come close. Nearest stops: http://bit.ly/QyS7RY Food: Popcorn and water are free. Anything else is BYOB (No alcohol), although something else may be arranged for in the future. Entry: The door is always locked, unless it's propped open. Ring the doorbell if it's shut. Loitering: When we have to go, we have to go. There are restaurants, cafes and bookstores all around, though. -- :wq From mikemol at gmail.com Thu Oct 23 16:35:17 2014 From: mikemol at gmail.com (Michael Mol) Date: Thu, 23 Oct 2014 16:35:17 -0400 Subject: [GRLUG] Friday After Five (New this week: Pizza) Message-ID: Turn out was really great last week. We ran out of chairs! We should do that more often. Boilerplate follows: We here at Virtual Interconnect are hosting the Grand Rapids Linux User's Group for weekly socials. Kyle and myself serve as anchors; at least one of us will be here during the event. Time: 5PM-7PM Fridays, every week Location: 315 Richard Terrace, Grand Rapids MI 49506 (Not handicapped-accessible, sorry.) Google Street View: http://goo.gl/maps/CDOzO Commute: Parking is on the south side of the building, and The #6 bus route runs right in front of us, the #5 and #19 come close. Nearest stops: http://bit.ly/QyS7RY Food: Popcorn and water are free. Just about anything else is BYOB (No alcohol). This week, there will be a couple medium pizzas, and a jar for contributing to pizza purchase. (The money for the pizza is coming out of Mike's pocket.) Entry: The door is always locked, unless it's propped open. Ring the doorbell if it's shut. Loitering: When we have to go, we have to go. There are restaurants, cafes and bookstores all around, though. -- :wq From ptenhoopen at gmail.com Mon Oct 27 20:26:53 2014 From: ptenhoopen at gmail.com (Patrick TenHoopen) Date: Mon, 27 Oct 2014 20:26:53 -0400 Subject: [GRLUG] October WMLUG Meeting Message-ID: Hello, This is just a reminder that the October WMLUG meeting will be this week Thursday, the 30th. Ben Rousch will be the presenter and the topic is titled "Waiter! There's a Python in my Raspberry Pi!". This is going to be a good one. We'll be meeting at New Horizons at 6 pm. The address is 630 Kenmoor Ave SE, Suite 201, Grand Rapids MI 49546. It seems like everyone has a Raspberry Pi or two sitting around these days, but so few people are actually doing anything with them. At this meeting, Ben Rousch will talk about using the popular and easy to learn Python programming language on the Raspberry Pi. He'll start by helping you bring your Raspberry Pi up to date, then he'll show you some handy Python modules for working with the camera and the GPIO ports. By the end of the talk, you should be ready to take the first steps towards creating your own Python-based Raspberry Pi project. Snacks and pop will be provided. If you can, please let me know if you plan on attending so I can plan accordingly. If you're not sure until the last moment, no worries! You can just show up. Note: If you get there after 6:30 and the doors are locked, please call my cell at 616-295-5168 so we can let you in. We hope you can make it! Thanks, Patrick Patrick TenHoopen President - West Michigan Linux Users Group http://www.wmlug.org president at wmlug.org ptenhoopen at gmail.com +ptenhoopen on Google+ ptenhoopen on Twitter 616-295-5168 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brousch at gmail.com Tue Oct 28 10:21:03 2014 From: brousch at gmail.com (Ben Rousch) Date: Tue, 28 Oct 2014 10:21:03 -0400 Subject: [GRLUG] Raspberry Pi, webcam, sensors, and Python Talk Message-ID: This Thursday at the West Michigan Linux User Group meeting I'll be giving a talk about setting up a Raspberry Pi and creating Python programs that use a USB webcam and sensors with it. For more information and to RSVP, please visit http://wmlug.org/ -- Ben Rousch brousch at gmail.com http://clusterbleep.net/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ptenhoopen at gmail.com Tue Oct 28 11:26:48 2014 From: ptenhoopen at gmail.com (Patrick TenHoopen) Date: Tue, 28 Oct 2014 11:26:48 -0400 Subject: [GRLUG] Raspberry Pi, webcam, sensors, and Python Talk In-Reply-To: References: Message-ID: Thanks Ben I tried to send one to GRLUG yesterday but once again it appears I've been blocked. On Oct 28, 2014 10:21 AM, "Ben Rousch" wrote: > This Thursday at the West Michigan Linux User Group meeting I'll be giving > a talk about setting up a Raspberry Pi and creating Python programs that > use a USB webcam and sensors with it. For more information and to RSVP, > please visit http://wmlug.org/ > > -- > Ben Rousch > brousch at gmail.com > http://clusterbleep.net/ > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brousch at gmail.com Tue Oct 28 11:32:00 2014 From: brousch at gmail.com (Ben Rousch) Date: Tue, 28 Oct 2014 11:32:00 -0400 Subject: [GRLUG] Raspberry Pi, webcam, sensors, and Python Talk In-Reply-To: References: Message-ID: Strange. Your reply made it through and there's no active moderation on this list. It must have triggered one of the default rules. I think one of them is no BCC to the list. On Tue, Oct 28, 2014 at 11:26 AM, Patrick TenHoopen wrote: > Thanks Ben I tried to send one to GRLUG yesterday but once again it > appears I've been blocked. > On Oct 28, 2014 10:21 AM, "Ben Rousch" wrote: > >> This Thursday at the West Michigan Linux User Group meeting I'll be >> giving a talk about setting up a Raspberry Pi and creating Python programs >> that use a USB webcam and sensors with it. For more information and to >> RSVP, please visit http://wmlug.org/ >> >> -- >> Ben Rousch >> brousch at gmail.com >> http://clusterbleep.net/ >> >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -- Ben Rousch brousch at gmail.com http://clusterbleep.net/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From kelly.vanderwell at gmail.com Tue Oct 28 11:36:39 2014 From: kelly.vanderwell at gmail.com (Kelly Vanderwell) Date: Tue, 28 Oct 2014 11:36:39 -0400 Subject: [GRLUG] October WMLUG Meeting In-Reply-To: References: Message-ID: Patrick, this made it through to the GRLUG list....I don't know what you think was blocked. On Mon, Oct 27, 2014 at 8:26 PM, Patrick TenHoopen wrote: > Hello, > > This is just a reminder that the October WMLUG meeting will be this week > Thursday, the 30th. Ben Rousch will be the presenter and the topic is > titled "Waiter! There's a Python in my Raspberry Pi!". This is going to be > a good one. > > We'll be meeting at New Horizons at 6 pm. The address is 630 Kenmoor Ave > SE, Suite 201, Grand Rapids MI 49546. > > It seems like everyone has a Raspberry Pi or two sitting around these > days, but so few people are actually doing anything with them. At this > meeting, Ben Rousch will talk about using the popular and easy to learn > Python programming language on the Raspberry Pi. He'll start by helping > you bring your Raspberry Pi up to date, then he'll show you some handy > Python modules for working with the camera and the GPIO ports. By the end > of the talk, you should be ready to take the first steps towards creating > your own Python-based Raspberry Pi project. > > Snacks and pop will be provided. If you can, please let me know if you > plan on attending so I can plan accordingly. If you're not sure until the > last moment, no worries! You can just show up. Note: If you get there > after 6:30 and the doors are locked, please call my cell at 616-295-5168 > so we can let you in. > > We hope you can make it! > > Thanks, > > Patrick > > Patrick TenHoopen > President - West Michigan Linux Users Group > http://www.wmlug.org > president at wmlug.org > ptenhoopen at gmail.com > +ptenhoopen on Google+ > ptenhoopen on Twitter > 616-295-5168 > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ptenhoopen at gmail.com Tue Oct 28 12:35:11 2014 From: ptenhoopen at gmail.com (Patrick TenHoopen) Date: Tue, 28 Oct 2014 12:35:11 -0400 Subject: [GRLUG] October WMLUG Meeting In-Reply-To: References: Message-ID: Hmm. OK. I didn't see it come through. Great! On Oct 28, 2014 11:36 AM, "Kelly Vanderwell" wrote: > Patrick, this made it through to the GRLUG list....I don't know what you > think was blocked. > > On Mon, Oct 27, 2014 at 8:26 PM, Patrick TenHoopen > wrote: > >> Hello, >> >> This is just a reminder that the October WMLUG meeting will be this week >> Thursday, the 30th. Ben Rousch will be the presenter and the topic is >> titled "Waiter! There's a Python in my Raspberry Pi!". This is going to be >> a good one. >> >> We'll be meeting at New Horizons at 6 pm. The address is 630 Kenmoor Ave >> SE, Suite 201, Grand Rapids MI 49546. >> >> It seems like everyone has a Raspberry Pi or two sitting around these >> days, but so few people are actually doing anything with them. At this >> meeting, Ben Rousch will talk about using the popular and easy to learn >> Python programming language on the Raspberry Pi. He'll start by helping >> you bring your Raspberry Pi up to date, then he'll show you some handy >> Python modules for working with the camera and the GPIO ports. By the end >> of the talk, you should be ready to take the first steps towards creating >> your own Python-based Raspberry Pi project. >> >> Snacks and pop will be provided. If you can, please let me know if you >> plan on attending so I can plan accordingly. If you're not sure until the >> last moment, no worries! You can just show up. Note: If you get there >> after 6:30 and the doors are locked, please call my cell at 616-295-5168 >> so we can let you in. >> >> We hope you can make it! >> >> Thanks, >> >> Patrick >> >> Patrick TenHoopen >> President - West Michigan Linux Users Group >> http://www.wmlug.org >> president at wmlug.org >> ptenhoopen at gmail.com >> +ptenhoopen on Google+ >> ptenhoopen on Twitter >> 616-295-5168 >> >> >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mikemol at gmail.com Tue Oct 28 11:37:43 2014 From: mikemol at gmail.com (Michael Mol) Date: Tue, 28 Oct 2014 11:37:43 -0400 Subject: [GRLUG] October WMLUG Meeting In-Reply-To: References: Message-ID: <0CA16E46-5F2C-4808-85DB-52C28923E4FB@gmail.com> Fortuitous timing, too, as there's no GRLUG meeting this week! On October 28, 2014 11:36:39 AM EDT, Kelly Vanderwell wrote: >Patrick, this made it through to the GRLUG list....I don't know what >you >think was blocked. > >On Mon, Oct 27, 2014 at 8:26 PM, Patrick TenHoopen > >wrote: > >> Hello, >> >> This is just a reminder that the October WMLUG meeting will be this >week >> Thursday, the 30th. Ben Rousch will be the presenter and the topic >is >> titled "Waiter! There's a Python in my Raspberry Pi!". This is going >to be >> a good one. >> >> We'll be meeting at New Horizons at 6 pm. The address is 630 Kenmoor >Ave >> SE, Suite 201, Grand Rapids MI 49546. >> >> It seems like everyone has a Raspberry Pi or two sitting around these >> days, but so few people are actually doing anything with them. At >this >> meeting, Ben Rousch will talk about using the popular and easy to >learn >> Python programming language on the Raspberry Pi. He'll start by >helping >> you bring your Raspberry Pi up to date, then he'll show you some >handy >> Python modules for working with the camera and the GPIO ports. By >the end >> of the talk, you should be ready to take the first steps towards >creating >> your own Python-based Raspberry Pi project. >> >> Snacks and pop will be provided. If you can, please let me know if >you >> plan on attending so I can plan accordingly. If you're not sure >until the >> last moment, no worries! You can just show up. Note: If you get >there >> after 6:30 and the doors are locked, please call my cell at >616-295-5168 >> so we can let you in. >> >> We hope you can make it! >> >> Thanks, >> >> Patrick >> >> Patrick TenHoopen >> President - West Michigan Linux Users Group >> http://www.wmlug.org >> president at wmlug.org >> ptenhoopen at gmail.com >> +ptenhoopen on Google+ >> ptenhoopen on Twitter >> 616-295-5168 >> >> >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> > > >------------------------------------------------------------------------ > >_______________________________________________ >grlug mailing list >grlug at grlug.org >http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: From godwin at grandrapids-lug.org Thu Oct 30 12:16:23 2014 From: godwin at grandrapids-lug.org (Godwin) Date: Thu, 30 Oct 2014 16:16:23 +0000 Subject: [GRLUG] Raspberry Pi, webcam, sensors, and Python Talk References: Message-ID: in deed, no bcc is enabled. I have seen many rejections from Gmail on the mail server though. On Tue, Oct 28, 2014, 11:32 AM Ben Rousch wrote: > Strange. Your reply made it through and there's no active moderation on > this list. It must have triggered one of the default rules. I think one of > them is no BCC to the list. > > On Tue, Oct 28, 2014 at 11:26 AM, Patrick TenHoopen > wrote: > >> Thanks Ben I tried to send one to GRLUG yesterday but once again it >> appears I've been blocked. >> On Oct 28, 2014 10:21 AM, "Ben Rousch" wrote: >> >>> This Thursday at the West Michigan Linux User Group meeting I'll be >>> giving a talk about setting up a Raspberry Pi and creating Python programs >>> that use a USB webcam and sensors with it. For more information and to >>> RSVP, please visit http://wmlug.org/ >>> >>> -- >>> Ben Rousch >>> brousch at gmail.com >>> http://clusterbleep.net/ >>> >>> _______________________________________________ >>> grlug mailing list >>> grlug at grlug.org >>> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >>> >> >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> > > > > -- > Ben Rousch > brousch at gmail.com > http://clusterbleep.net/ > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -------------- next part -------------- An HTML attachment was scrubbed... URL: From kyle at virtualinterconnect.com Thu Oct 30 23:17:36 2014 From: kyle at virtualinterconnect.com (Kyle Maas) Date: Thu, 30 Oct 2014 23:17:36 -0400 Subject: [GRLUG] No Fridays After Five This Week Message-ID: <5452FF50.5010701@virtualinterconnect.com> I know Mike said something in the e-mail chain earlier, but just to be clear, we are not planning on holding Fridays After Five at the VI office this week due to Halloween. We will be planning on next week, though, and if someone wants to do something somewhere else this week, feel free. Warm Regards, Kyle Maas