Re: OT: Google Plus invite link

2011-08-07 Thread Stephen P Rufle
I was able to get a goggle+ account. I have 150 invites. Ping me if you want to be invited. --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings:

OT: Svn Renaming a file on windows with @20 in name

2011-03-09 Thread Stephen P Rufle
I am trying the following. svn ren "4...@20hrs.jpg" "48 hrs.jpg" I get the following message svn: '48' is not under version control I would like to automate the task of renaming ~100 files. I was able to use TortoiseSVN to do a single file manually,

Re: Stammtisch TONIGHT at NEW LOCATION

2010-09-21 Thread Stephen P Rufle
In the flyer it says Warner and Chandler. That is a true statement :), but I think you mean Warner and Ray.

Re: Selling Linux on Startup?

2010-08-26 Thread Stephen P Rufle
http://www.urbandictionary.com/define.php?term=meh Please forgive my slowness to get your meaning in this reply. What does meh mean? I've not seen or heard that term before. Are you agreeing or disagreeing with Ariel's idea? --- PLUG-discuss

Re: East side Stammtisch at NEW LOCATION

2010-08-23 Thread Stephen P Rufle
I live near ray and cooper. I generally show up around 7pm and leave around 9:30 PM. I can normally take one extra person. On 8/23/2010 5:34 PM, Brian Cluff wrote: I know there are people that usually show up that are willing to at least get you to the nearest public transit location. How

OT: Google Voice available to everyone

2010-06-22 Thread Stephen P Rufle
http://www.google.com/googlevoice/about.html Was talking to der.hans about this last week. He mentioned that it might be a while before it was out of beta :). Well look at that its available to everyone now. I got a number that is 480 - XXX - JAVA.

Re: Greetings

2010-06-11 Thread Stephen P Rufle
I like the Stammtisch's for meeting a greeting http://www.lufthans.com/Free_Software_Stammtisch On 6/11/2010 2:47 PM, ericall...@juno.com wrote: Hello all, I just joined the group and thought I'd say hello and can't wait to show up at one of the meetings. I'm currently working on a UBUNTU 9.10

Re: [Advocacy] iTWire - Taking the Ubuntu gospel to the Anime nation

2010-04-23 Thread Stephen P Rufle
Followup about the success of the event http://blog.thesilentnumber.me/2010/04/thank-you-for-ubuntus-success-at-anime.html On 11/29/2009 1:23 PM, Stephen P Rufle wrote: http://www.itwire.com/content/view/29691/1141/ Thought it was interesting the Ubuntu Massachusetts Local Community is trying

[Advocacy] iTWire - Taking the Ubuntu gospel to the Anime nation

2009-11-29 Thread Stephen P Rufle
http://www.itwire.com/content/view/29691/1141/ Thought it was interesting the Ubuntu Massachusetts Local Community is trying to get a booth at a non tech event to expose people to Ubuntu. Seems like a cool idea and they have a funding drive.

Re: [Advocacy] iTWire - Taking the Ubuntu gospel to the Anime nation

2009-11-29 Thread Stephen P Rufle
Ryan Rix wrote: Ubuntu == religion? Not religion, I just wanted to make people aware of the event. Its the a rising tide lifts all boats sort of thing. I remember hearing that phrase at Ableconf while we were all sitting around. Maybe if it goes well in MA someone would like to do it at a

[Advocacy] BEL Project. Business Edition Linux

2009-11-13 Thread Stephen P Rufle
http://linuxgeeksunited.blogspot.com/2009/11/where-linux-stands-to-make-huge-gains.html http://belproject.org/ Read and comment. Seems oriented at the same demographic as ABLEConf. I think the idea of having a business oriented site might be a really good idea. Would you contribute if you had

Re: OT: back on the bike kick (again)

2009-09-09 Thread Stephen P Rufle
XUNIL - LINUX in reverse :) --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: Java web page key word search protocal

2009-08-01 Thread Stephen P Rufle
Would either of these fit the bill. I saw your comment about lucene, but I think Solr can be used as a tool to do what you want. http://lucene.apache.org/solr/ Bryan O'Neal wrote: Ok, so I want to, with utmost efficacy, go through a web pages and ask how many of a set of key words is in that

OT:Posting Style (was: Format)

2009-05-13 Thread Stephen P Rufle
http://en.wikipedia.org/wiki/Posting_style I was unsure why it mattered, I looked it up. Thought it would be nice to share with others that are maybe new to the community. --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To

OT: Hijacked botnet exposes startling online habits

2009-05-05 Thread Stephen P Rufle
http://www.pcpro.co.uk/news/252353/hijacked-botnet-exposes-startling-online-habits.html Thought it was interesting in regards to security. I did not read the pdf linked in the article, but it would be interesting to know what the breakdown by OS is :). Or does it even matter if most info is

Re: Linux in a Nutshell (O'Reilly book)

2009-05-05 Thread Stephen P Rufle
I would like to say O'Reilly also has http://my.safaribooksonline.com/ and I have found that to be useful. I got a full subscription, so I could search and review on a monitor. I also sent them an email to encourage them to get other publishers on their site that already provide PDF versions of

Re: System 76, anyone hear of them?

2009-05-05 Thread Stephen P Rufle
No direct experience with system76, but zareason has great customer service. Family owned, but I think they are large enough to provide whatever you need even if it is not on their site call and ask. http://www.zareason.com/shop/home.php Stephen wrote: http://system76.com/index.php Anyone

Re: O.T. email management ?

2009-04-08 Thread Stephen P Rufle
--- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle stephen.p.ru

Re: Script to rename all filenames in a directory to use ALL CAPITAL LETTERS

2009-04-07 Thread Stephen P Rufle
, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle stephen.p.ru...@cox.net H1:480-626-8022 H2:480-802-7173 Yahoo IM: stephen_rufle AOL IM: stephen1rufle --- PLUG-discuss mailing

Re: Script to rename all filenames in a directory to use ALL CAPITAL LETTERS

2009-04-07 Thread Stephen P Rufle
This is how I was doing it before I saw the one liner snip #!/usr/local/bin/python # ren_to_upper.py import os for fname in os.listdir(os.getcwd()): newfname = fname.upper() os.rename(fname, newfname) /snip --- PLUG-discuss mailing list -

Re: tex2xxx tools in ubuntu

2009-03-07 Thread Stephen P Rufle
http://packages.ubuntu.com/intrepid/latex2html http://packages.ubuntu.com/intrepid/texlive-latex-extra used the http://packages.ubuntu.com/ facility. I found it my self last night when I thought, how do I get the source code for the gnome games. I was also unable to find a direct match for

Re: Free current issue Linux Format 24hrs!

2009-03-04 Thread Stephen P Rufle
://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle stephen.p.ru...@cox.net H1:480-626-8022 H2:480-802-7173 Yahoo IM: stephen_rufle AOL IM: stephen1rufle --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe

OT: ie7 issue

2009-02-27 Thread Stephen P Rufle
If anyone knows css/HTML my friend needs help. Original Message Subject:ie7 issue Date: Fri, 27 Feb 2009 09:33:47 -0500 From: Tony Guadagno to...@guadagno.org To: stephen.p.ru...@cox.net Hi, I have a problem with IE (Firefox is not behaving this way). the

Re: OK, a REAL Linux question... ; -) Ineedaone-liner (because I am lazy)

2009-02-27 Thread Stephen P Rufle
--- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle stephen.p.ru...@cox.net H1:480

Re: Open Source CRM

2009-02-26 Thread Stephen P Rufle
I am currently doing development with Apache OfBiz http://ofbiz.apache.org/ I have found the architecture of the system easy to work within for custom development. Seems to have an active community and is only becoming more active as people find out about it.

Re: OT- Need Windows XP Login Help

2009-02-25 Thread Stephen P Rufle
Windows mail list... http://peach.ease.lsoft.com/archives/winnt-l.html Snipped from Craig's email a couple of days ago. --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings:

Re: OT:Exchange good? - And the flame wars begin (Was:Re: new hotness?)

2009-02-20 Thread Stephen P Rufle
Would it be fair to say that MS keeps just enough of exchange or its communication methods secret so that it is hard for others (OSS projects) to create the same seamless integration available using the MS native programs without buying a license for the secret technology . It seems that the

Re: OT:Exchange good

2009-02-20 Thread Stephen P Rufle
I think one main thing is Either these things matter to your client or they don't.. If there were a base product or a series of products that just needed assembling to be as good or better then Exchange. I would think a group of people could stitch it all together in a way that would be sellable.

Re: new hotness?

2009-02-19 Thread Stephen P Rufle
Play with BSD or OpenSolaris At the last Stammtisch we were talking about Myth TV and Squeeze Box maybe that would be interesting. Stephen wrote: I have been looking about for the new hotness as it were. and wondering what dis has something really groundbreaking that makes it worthwhile to

Re: bulk rename pod1 pod2 needed

2009-02-17 Thread Stephen P Rufle
Is there a way to single step bash script to inspect what is going on? I have preferred python for this reason. I write what I think will work in eclipse and then run it once single stepping in debug mode to make sure what I meant is what is actually happening. Joe wrote: That is what my script

OT: Could a Blog have prevented a fraud

2009-02-04 Thread Stephen P Rufle
http://money.cnn.com/2009/02/04/news/newsmakers/madoff_whistleblower/ The question I want to pose is if the whistle blower first tried to contact the SEC, but was given the brush off. Could that whistle blower posted what he knew to a personal blog that might have been picked up by say digg. This

Re: [Article] Cox ready to throttle P2P, non time sensitive traffic

2009-01-29 Thread Stephen P Rufle
There was an interesting article in Wired about Comcast seems they had to learn how to be an ISP instead of a dumb pipe Cable TV provider http://www.wired.com/techbiz/people/magazine/17-02/mf_brianroberts We as a group are VERY vocal minority. Most people would not even know or even be effected

[Article] Cox ready to throttle P2P, non time sensitive traffic

2009-01-28 Thread Stephen P Rufle
http://arstechnica.com/tech-policy/news/2009/01/cox-opens-up-throttle-for-p2p-non-time-sensitive-traffic.ars --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings:

Re: Anybody experienced with Sidux?

2009-01-07 Thread Stephen P Rufle
I have not verified, but I think that if you are adding a more stable repo to an unstable Debian box. Then no issues should arise since if it is in a more stable repo it has already been tested thoroughly in order to graduate to the more stable repo. Jim March wrote: On Wed, Jan 7, 2009 at 3:32

OT: CSS expert needed

2008-12-18 Thread Stephen P Rufle
I have a friend who is doing a contract job. please reply to to...@guadagno.org He needs help modifying css styles for http://www.cmsmadesimple.org/ He is willing to discuss pricing, so its a paying gig. --- PLUG-discuss mailing list -

Linux - [Follow up] Stop holding our kids back

2008-12-12 Thread Stephen P Rufle
http://linuxlock.blogspot.com/2008/12/character-assasinations-aint-us.html Follow up from the storm that raged about that Texas teacher. http://digg.com/linux_unix/Linux_Stop_holding_our_kids_back Interesting article about how a teacher took away Linux disks from a kid who was passing them out.

Re: OT: Linux - Stop holding our kids back

2008-12-10 Thread Stephen P Rufle
] --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle [EMAIL PROTECTED] H1:480-626-8022 H2:480-802-7173 Yahoo IM

OT: Linux - Stop holding our kids back

2008-12-09 Thread Stephen P Rufle
http://digg.com/linux_unix/Linux_Stop_holding_our_kids_back Interesting article about how a teacher took away Linux disks from a kid who was passing them out. --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe,

Linux Commercial

2008-10-25 Thread Stephen P Rufle
Link to commercial http://www.hotlinkfiles.com/files/1961446_491qa/iyccradio.mp3 The actual site that sells the computers http://www.iycc.net/cuadrado-system Background info http://linuxlock.blogspot.com/2008/10/leave-it-to-little-guys.html thought it was nice to hear a radio commercial about

Re: OT: I've Been Burgled!

2008-10-10 Thread Stephen P Rufle
I like what I see at Adeona. I would like to point out, that even with this if your criminal is smart enough to wipe the drive. You may never find it, but I think like a car lock, it is certainly better then not having it. I really like the pics at the bottom of the site for the Mac OS X version

Re: OT: where to get gmail help?

2008-09-26 Thread Stephen P Rufle
Can anyone point me to a good place to get gmail help? http://mail.google.com/support/?ctx=gmailhl=enlabs=1 http://mail.google.com/support/bin/topic.py?topic=12853 :) Josef Lowder wrote: Can anyone point me to a good place to get gmail help? I can't get some filters to work --

Re: I need help. And I hope I don't offend anyone...

2008-09-18 Thread Stephen P Rufle
Do you still need help with this? I live in Chandler, so I could drop by your mother in law's. Stephen P Rufle [EMAIL PROTECTED] H2:480-802-7173 [EMAIL PROTECTED] wrote: Hello group: This is the short story: I live in Georgia (see http://hangglide.com/ :) and my mother in law lives

Re: OT.. ADVICE: HP or Macbook

2008-09-10 Thread Stephen P Rufle
+1 mac --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

OT: ZaReason_and_Other_Independents_Outshine_the_Big_Boys

2008-09-04 Thread Stephen P Rufle
Please help if you can :) Subject:ZaReason_and_Other_Independents_Outshine_the_Big_Boys Date: Thu, 4 Sep 2008 14:59:46 -0700 From: Earl [EMAIL PROTECTED] Anyone wanna give Za some diggs? http://digg.com/linux_unix/ZaReason_and_Other_Independents_Outshine_the_Big_Boys

Re: KDE 4 and Kubuntu?

2008-08-26 Thread Stephen P Rufle
- PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle [EMAIL PROTECTED] H1:480-626-8022 H2:480-802-7173 Yahoo IM: stephen_rufle AOL IM: stephen1rufle

Re: Seriously...not a joke

2008-07-25 Thread Stephen P Rufle
100 Grand hope the Apache people can put it to good use. --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: Dell 600m

2008-07-22 Thread Stephen P Rufle
I was able to get Dale to take it off my hands. Contact him to see if he is parting it out now ;) any profit should be shared with the fine local OSS community. Stephen P Rufle wrote: I have a Dell Inspiron 600m. The power connector has went bad. I am parting it out in the east valley. Ray

Wireless card

2008-07-21 Thread Stephen P Rufle
Does anyone have a wireless card that they could part with. I need PCMCIA wireless card for a Dell Inspiron 5000e. kids has Kubuntu 8.04 installed already, so I would prefer if we could just put it in and have it work without NDIS wrapper but whatever. I am on the east side near Ray and Cooper.

Dell 600m

2008-07-21 Thread Stephen P Rufle
I have a Dell Inspiron 600m. The power connector has went bad. I am parting it out in the east valley. Ray Cooper take it for free or give some $$. If you generally make it to Stammtische I would bring it boulders to show off its brokeness :) It has a new battery, and if you broke your LCD it

Re: Ubuntu and hardware vendors

2008-07-15 Thread Stephen P Rufle
http://www.zareason.com/shop/home.php I talked with these people while I was in CA. They are good people and said that they go the extra mile to make sure their hardware is Linux compatible and Ubuntu is there preferred distro. der.hans wrote: moin moin,

OT: Linux.com :: In memoriam: Linux evangelist and Linux.com editor Joe Barr

2008-07-11 Thread Stephen P Rufle
http://www.linux.com/feature/141548 --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

West side Stammtisch

2008-07-05 Thread Stephen P Rufle
Hans asked some of the east side regulars to come by this month to show our support of your Stammtisch. I will try this month. If it becomes a regular event for me, someone will have to get me a smoking deal on a scooter, electric car, or car pool with me. :) smime.p7s Description: S/MIME

Re: Cisco VPN Client for Linux

2008-07-03 Thread Stephen P Rufle
My test case was really using kvpnc to import a pcf file from the client I had on windows. So I want to let people know that I can say it IS possible. David Huerta wrote: I also need a Cisco VPN client for Linux. I was able to connect to the server I needed to after installing kvpnc. I am sure

Re: Cisco VPN Client for Linux

2008-07-02 Thread Stephen P Rufle
I also need a Cisco VPN client for Linux. I was able to connect to the server I needed to after installing kvpnc. I am sure vpnc can do the same. smime.p7s Description: S/MIME Cryptographic Signature --- PLUG-discuss mailing list -

Re: Anyone using slicehost?

2008-06-28 Thread Stephen P Rufle
After you were at my house I looked into them for hosting http://www.lindependence.net/ so put me in :) Matt Graham wrote: If anyone on the list is using slicehost, please say something to me. I'm going to buy a slice from them, and would like to put *someone* down in the referral field to

OT: Eclipse Stammtisch

2008-06-28 Thread Stephen P Rufle
http://dev.eclipse.org/blogs/wayne/2008/06/26/stammtisch-at-the-hotel-krone-in-stuttgart-july-3rd/ Only place I have ever seen the word Stammtisch used other then our monthly get together's :) --- PLUG-discuss mailing list -

OT: Firefox 3 was mentioned on Colbert

2008-06-20 Thread Stephen P Rufle
Choose Jonathan Zittrain http://www.comedycentral.com/colbertreport/videos.jhtml?episodeId=173608 He mention Firefox 3, midway through the interview. Thought it was cool. smime.p7s Description: S/MIME Cryptographic Signature --- PLUG-discuss

Lindependence 2008

2008-06-18 Thread Stephen P Rufle
This is what I was talking about at the Stammtische http://faq.fixedbylinux.com-a.googlepages.com/lindependence2008-bringinglinuxtothemass If you want updates about these guys are doing feel free to ask to be added to [EMAIL PROTECTED] I am not sure its a real mailing list, like the plug. and

Re: It's download Firefox day!

2008-06-17 Thread Stephen P Rufle
/listinfo/plug-discuss -- Stephen P Rufle [EMAIL PROTECTED] H1:480-626-8022 H2:480-802-7173 Yahoo IM: stephen_rufle AOL IM: stephen1rufle --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe

Re: remove linux from dual boot machine?

2008-05-05 Thread Stephen P Rufle
settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle [EMAIL PROTECTED] H1:480-626-8022 H2:480-802-7173 Yahoo IM: stephen_rufle AOL IM: stephen1rufle --- PLUG-discuss mailing list - PLUG-discuss

Re: OT: need some help with fuel cells

2008-04-24 Thread Stephen P Rufle
--- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle [EMAIL PROTECTED] H1:480-626-8022

Drupal help

2008-02-29 Thread Stephen P Rufle
Anyone on the list have mad Drupal skills :) I am creating an online commerce site and would like to use Drupal to put the site together. First are there good books to read, or are most of the books just rehashes of what is available online. Second if someone has mad skill, would that person

Re: OT: sun 420r

2008-02-27 Thread Stephen P Rufle
... or try to beat me up and steal it from me. we would need a pic before choosing what route to take. I do not want to get there and find out you look like this guy :) http://dpawsey.tripod.com/scarymofo.jpg jordi laforge wrote: I've got a Sun 420R taking up too much space in my garage. It's

Disk encryption may not be secure enough, new research finds

2008-02-21 Thread Stephen P Rufle
http://www.news.com/8301-13578_3-9876060-38.html?tag=nefd.lede In Linux would an effective counter to this type of attack be scrabbled the RAM on shutdown? I also am not sure if the people that steal laptops would have the skills to do what the researchers are doing.

Re: contract - RS485 cmds - VS/Java

2008-02-13 Thread Stephen P Rufle
For Java http://www.freshports.org/comms/rxtx http://forum.java.sun.com/thread.jspa?threadID=706800messageID=4100548 [EMAIL PROTECTED] wrote: Does anyone know how to send commands through an RS485 serial port in Visual Studio or Java? My employer is looking for a contractor to help build a

Re: Common bash aliases

2008-01-08 Thread Stephen P Rufle
The following is the summarization from what I got from the group http://wiki.sabayonlinux.org/index.php?title=Tips#Useful_aliases Feel free to either edit it directly on their site or reply and I will try to modify. --- PLUG-discuss mailing list

Common bash aliases

2008-01-03 Thread Stephen P Rufle
I Googled common bash aliases http://www.hypexr.org/bash_tutorial.php seemed to have a short list alias ls='ls -aF --color=always' alias ll='ls -l' alias search=grep alias mcd='mount /mnt/cdrom' alias ucd='umount /mnt/cdrom' alias mc='mc -c' alias ..='cd ..' alias ...='cd ../..' The first 2

Re: OT: Digg - Open DS Governance Issues

2007-12-04 Thread Stephen P Rufle
educate the staff about open source. Sort of the way that Sensitivity training is probably mandatory. Craig White wrote: On Mon, 2007-12-03 at 16:52 -0700, Stephen P Rufle wrote: http://digg.com/linux_unix/Open_DS_Governance_Issues --- I presume that this was tossed to the list for commentary

OT: Digg - Open DS Governance Issues

2007-12-03 Thread Stephen P Rufle
http://digg.com/linux_unix/Open_DS_Governance_Issues -- Stephen P Rufle [EMAIL PROTECTED] H1:480-626-8022 H2:480-802-7173 Yahoo IM: stephen_rufle AOL IM: stephen1rufle --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us

Ubuntu Malicious Command Warning

2007-11-28 Thread Stephen P Rufle
http://ubuntuforums.org/announcement.php?a=54 Remember practice safe hex :) --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings:

Re: OT - SVN for OSX

2007-11-26 Thread Stephen P Rufle
://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle [EMAIL PROTECTED] H1:480-626-8022 H2:480-802-7173 Yahoo IM: stephen_rufle AOL IM: stephen1rufle --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe

Re: Stammtisch tomorrow

2007-09-17 Thread Stephen P Rufle
@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- Stephen P Rufle [EMAIL PROTECTED] H1:480-626-8022 H2:480-802-7173 Yahoo IM: stephen_rufle AOL IM: stephen1rufle