From john_re at fastmail.us Sat Aug 1 04:04:14 2009 From: john_re at fastmail.us (john_re) Date: Sat, 01 Aug 2009 02:04:14 -0700 Subject: [brlug-general] Aug 1 & 16- Global VOIP Free SW HW Culture meeting, BerkeleyTIP, For Forwarding Message-ID: <1249117454.27751.1327808157@webmail.messagingengine.com> Interested in joining the friendly global Free SW HW & Culture communities in a global Voice meeting? You?re invited. :) You can join from your home, or better: get a local meeting together. Tip: a college WiFi cafe could be a great local meeting place. Make sure you have a VOIP headset! For all details, see the website (I?m leaving out many sublinks to make this email smaller). http://sites.google.com/site/berkeleytip Start by joining #berkeleytip on IRC freenode.net. We?ll help you get your VOIP connection working. :) ===== MARK YOUR CALENDARS: 1st Sat & 3rd Sunday each month. August 1 & 16. 10A - 6P Pacific US time (+7H GMT, IIRC) = 1P-9P Eastern US time = 5P - 1A GMT ? ===== MEETING TOPICS FOR AUGUST: 1) Whatever _you_ want to work on - Email the BTIPGlobal list & let us know what your interests are. 2) Our VOIP conference server, using Asterisk. 3) Planning for year 2. ===== JOIN FOR THE START OF YEAR 2 GLOBAL MEETINGs: We had a great first year. We had local attendees from around the San Francisco Bay Area & Northern California. High School, College, Grad Students, & working & retired people attended. >From the US, people joined the meeting (IRC or VOIP) from Hawaii to Virgina, Washington to Michigan to Florida. (+ California & other states.) Globally, Sweden, Germany, England, Ireland, Iran & India (& maybe others I don?t recall right now.) :) In May Richard Stallman joined the global meeting for Q & A about free SW & HW. == YEAR 2 FOCUS: COLLEGE LOCAL MEETINGS, & AMERICAS? ANNOUNCEMENTS. Two main things I?ll focus on this year: 1) Inviting groups to join at colleges & universities - BTIP is educational. My hope: if more students learn about free SW hw & culture, some of them will then go on to become _contributors_. :) 2) I?ll try to get monthly announcements out to the biggest LUGs in the 10 largest countries in the Americas. == What would _YOU_ like to accomplish this year? Email the BTIP mail list, say ?hi?, tell us about your interests, projects & desires. ===== FOR FORWARDING - You are invited to forward this announcement wherever you think it might be appreciated. From jjbwebwiz at live.com Sat Aug 1 16:48:42 2009 From: jjbwebwiz at live.com (Jeremy B) Date: Sat, 1 Aug 2009 16:48:42 -0500 Subject: [brlug-general] questions about databases Message-ID: Good day all, I have a few questions on a client front-end for a simple standalone database. I haven't decided on a database program yet. And with all of the machines here being m$ windoz xp not sure what I should use. And I have to think about the non-tech people that may be using it. And another thing - if I have apache, php, and mysql installed downloading wampserver would that be a possibility to just design it like a web app but have it only available on the local network. And then there's the security issue I don't want to allow it to receive calls from outside the network if I'm even going to develop it like that. The next option that I may use Navicat Lite for MySQL 8.2.8 http://download.cnet.com/Navicat-Lite-for-MySQL/3000-10254_4-10908646.html or Dreamcoder for MySQL http://www.sqldeveloper.net/database-tools/mysql/overview.html Thank you, Jeremy Bertrand -------------- next part -------------- An HTML attachment was scrubbed... URL: From pietu at weblizards.net Sat Aug 1 17:12:47 2009 From: pietu at weblizards.net (Petri Laihonen) Date: Sat, 01 Aug 2009 17:12:47 -0500 Subject: [brlug-general] questions about databases In-Reply-To: References: Message-ID: <4A74BDDF.5070501@weblizards.net> Mysql, PHP, Apache works perfectly fine with windows ...At least in Server 2003, not so well with 2008. I have no experience with doing the same with XP. Then on the other hand, setting up linux server in the local network would be as easy if not easier. Clients would not know what OS is serving the web/database. Either way going with forementioned open source combo, it would be easy to move out of the local network if need to be. to interface the mysql database, there are plenty of options. myphpadmin, mysql query manager, self-made interface. Mysql have pretty much all needed tools (front-end and back-end) for both windows and linux available. Petri Jeremy B wrote: > > Good day all, > > I have a few questions on a client front-end for a simple standalone > database. > > I haven?t decided on a database program yet. And with all of the > machines here being m$ windoz xp not sure what I should use. And I > have to think about the non-tech people that may be using it. > > And another thing ? if I have apache, php, and mysql installed > downloading wampserver would that be a possibility to just design it > like a web app but have it only available on the local network. And > then there?s the security issue I don?t want to allow it to receive > calls from outside the network if I?m even going to develop it like that. > > The next option that I may use Navicat Lite for MySQL 8.2.8 > > http://download.cnet.com/Navicat-Lite-for-MySQL/3000-10254_4-10908646.html > > or Dreamcoder for MySQL > http://www.sqldeveloper.net/database-tools/mysql/overview.html > > Thank you, > > Jeremy Bertrand > > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4296 (20090801) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* , and is > believed to be clean. > ------------------------------------------------------------------------ > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From andrewmb at gmail.com Sun Aug 2 11:52:16 2009 From: andrewmb at gmail.com (Andrew Baudouin) Date: Sun, 2 Aug 2009 11:52:16 -0500 Subject: [brlug-general] questions about databases In-Reply-To: References: Message-ID: <3fc325330908020952t725a9e4cm1bb31dd928d681f6@mail.gmail.com> Seconding Petri, WAMP just works (TM) on 2003 Server and XP systems in my experience. No need to get either of those programs, MySQL provides windows administration tools that are just fine. Regarding your second set of questions, Apache can be configured to only listen on the local network through directory configuration. https://www.linuxquestions.org/questions/linux-networking-3/cannot-restrict-apache-to-listen-to-lan-only.-httpd2-99cannot-assign-requested-add-410105/ You can of course also use PHP/MySQL on top of IIS. :) -- Andrew On Sat, Aug 1, 2009 at 4:48 PM, Jeremy B wrote: > Good day all, > > I have a few questions on a client front-end for a simple standalone > database. > > > > I haven?t decided on a database program yet. And with all of the machines > here being m$ windoz xp not sure what I should use. And I have to think > about the non-tech people that may be using it. > > > > And another thing ? if I have apache, php, and mysql installed downloading > wampserver would that be a possibility to just design it like a web app but > have it only available on the local network. And then there?s the security > issue I don?t want to allow it to receive calls from outside the network if > I?m even going to develop it like that. > > > > The next option that I may use Navicat Lite for MySQL 8.2.8 > > http://download.cnet.com/Navicat-Lite-for-MySQL/3000-10254_4-10908646.html > > or Dreamcoder for MySQL > http://www.sqldeveloper.net/database-tools/mysql/overview.html > > > > > > Thank you, > > Jeremy Bertrand > > > > > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4296 (20090801) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jjbwebwiz at live.com Sun Aug 2 19:52:46 2009 From: jjbwebwiz at live.com (Jeremy B) Date: Sun, 2 Aug 2009 19:52:46 -0500 Subject: [brlug-general] questions about databases In-Reply-To: References: Message-ID: Thank you all for your input. I just realized I may have gotten a stripped down version with wampserver. So I?m about to uninstall it and download mysql from mysql?s site and probably try out navicat. Again thanks for your help. Jeremy _____ From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Jeremy B Sent: Saturday, August 01, 2009 4:49 PM To: Brlug-General Subject: [brlug-general] questions about databases Good day all, I have a few questions on a client front-end for a simple standalone database. I haven?t decided on a database program yet. And with all of the machines here being m$ windoz xp not sure what I should use. And I have to think about the non-tech people that may be using it. And another thing ? if I have apache, php, and mysql installed downloading wampserver would that be a possibility to just design it like a web app but have it only available on the local network. And then there?s the security issue I don?t want to allow it to receive calls from outside the network if I?m even going to develop it like that. The next option that I may use Navicat Lite for MySQL 8.2.8 http://download.cnet.com/Navicat-Lite-for-MySQL/3000-10254_4-10908646.html or Dreamcoder for MySQL http://www.sqldeveloper.net/database-tools/mysql/overview.html Thank you, Jeremy Bertrand __________ Information from ESET NOD32 Antivirus, version of virus signature database 4296 (20090801) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4296 (20090801) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From tfournet at tfour.net Wed Aug 5 08:47:13 2009 From: tfournet at tfour.net (Tim Fournet) Date: Wed, 5 Aug 2009 08:47:13 -0500 Subject: [brlug-general] Job Posting - Lafayette Message-ID: Hi, Our company is looking to hire a general IT/Support person. This person needs to be comfortable supporting Windows, networking, internet connections, mobile devices, thin clients, servers, Linux, and pretty much anything else IT-related. We use a lot of technologies a lot of people haven't heard of, so we need someone who is motivated enough to learn quickly. This does involve end-user support, but our clients are heavily into server-based computing, so very little support is related to Desktop PCs. They will need to be able to work in Lafayette, and some light travel may be required. If you are interested, or know someone who is, please contact me off-list. Thanks, -Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From carl70448 at yahoo.com Wed Aug 5 09:27:27 2009 From: carl70448 at yahoo.com (c.a. weisheit) Date: Wed, 5 Aug 2009 07:27:27 -0700 (PDT) Subject: [brlug-general] $109 laptop Message-ID: <209953.23038.qm@web111311.mail.gq1.yahoo.com> check out this add: http://us.mc1113.mail.yahoo.com/mc/welcome?.gx=0&.tm=1249478051&.rand=3p0vi6ph1s6f7#_pg=showMessage;_ylc=X3oDMTBvamJjMmxoBF9TAzM5ODMwMTAyNwRhYwNtdkZsZE1zZw--&mid=1_108018_AK0Pw0MAAMKHSni9vAxhNFx9Jg8&fid=Inbox&sort=date&order=down&startMid=0&filterBy=&hash=e008f37178f1d3bcb5bb39f3be26e983&.jsrand=3360269 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jwhite at pncpa.com Wed Aug 5 09:31:12 2009 From: jwhite at pncpa.com (Jarred White) Date: Wed, 5 Aug 2009 09:31:12 -0500 Subject: [brlug-general] $109 laptop In-Reply-To: <209953.23038.qm@web111311.mail.gq1.yahoo.com> References: <209953.23038.qm@web111311.mail.gq1.yahoo.com> Message-ID: I think you linked us to your Inbox. Good thing sessions at Yahoo don't work like the ones at Google. From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of c.a. weisheit Sent: Wednesday, August 05, 2009 9:27 AM To: general at brlug.net Subject: [brlug-general] $109 laptop check out this add: http://us.mc1113.mail.yahoo.com/mc/welcome?.gx=0&.tm=1249478051&.rand=3p 0vi6ph1s6f7#_pg=showMessage;_ylc=X3oDMTBvamJjMmxoBF9TAzM5ODMwMTAyNwRhYwN tdkZsZE1zZw--&mid=1_108018_AK0Pw0MAAMKHSni9vAxhNFx9Jg8&fid=Inbox&sort=da te&order=down&startMid=0&filterBy=&hash=e008f37178f1d3bcb5bb39f3be26e983 &.jsrand=3360269 ----------------------------------------------------------------------------------------------------- Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice contained in this communication is not intended or written to be used, and cannot be used, for the purpose of avoiding penalties imposed under the Internal Revenue Code. ------------------------------------------------------------------------------------------------------------------ Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client relationships. At P&,, we are committed to keeping your data confidential which is why we are implementing new email encryption software. This software inspects all outbound emails from our firm. Emails that contain attachments will require you to enter a password to download the file. This ensures that your confidential data cannot be read by anyone other than the intended recipient. Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. The first time you receive a secure email from the firm you will be required to setup a password. This will be your password to access future attachments. For our clients and others, there will be a small step to download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few seconds that are required to access the attachment. If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, P& Network Administrator, at 225.922.4600. ===================================================================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From carl70448 at yahoo.com Wed Aug 5 09:38:53 2009 From: carl70448 at yahoo.com (c.a. weisheit) Date: Wed, 5 Aug 2009 07:38:53 -0700 (PDT) Subject: [brlug-general] $109 laptop Message-ID: <469881.72336.qm@web111313.mail.gq1.yahoo.com> OOPs try this link: http://www.mwave.com/mwave/SKUSearch_v3.asp?scriteria=3007180 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jwhite at pncpa.com Wed Aug 5 09:40:48 2009 From: jwhite at pncpa.com (Jarred White) Date: Wed, 5 Aug 2009 09:40:48 -0500 Subject: [brlug-general] $109 laptop In-Reply-To: <469881.72336.qm@web111313.mail.gq1.yahoo.com> References: <469881.72336.qm@web111313.mail.gq1.yahoo.com> Message-ID: Cool. I had one of those. I think those are the slightly older models. Still an awesome deal though. From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of c.a. weisheit Sent: Wednesday, August 05, 2009 9:39 AM To: general at brlug.net Subject: [brlug-general] $109 laptop OOPs try this link: http://www.mwave.com/mwave/SKUSearch_v3.asp?scriteria=3007180 ----------------------------------------------------------------------------------------------------- Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice contained in this communication is not intended or written to be used, and cannot be used, for the purpose of avoiding penalties imposed under the Internal Revenue Code. ------------------------------------------------------------------------------------------------------------------ Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client relationships. At P&,, we are committed to keeping your data confidential which is why we are implementing new email encryption software. This software inspects all outbound emails from our firm. Emails that contain attachments will require you to enter a password to download the file. This ensures that your confidential data cannot be read by anyone other than the intended recipient. Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. The first time you receive a secure email from the firm you will be required to setup a password. This will be your password to access future attachments. For our clients and others, there will be a small step to download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few seconds that are required to access the attachment. If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, P& Network Administrator, at 225.922.4600. ===================================================================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From bendily at gmail.com Wed Aug 5 10:55:06 2009 From: bendily at gmail.com (Brad Bendily) Date: Wed, 5 Aug 2009 10:55:06 -0500 Subject: [brlug-general] $109 laptop In-Reply-To: References: <469881.72336.qm@web111313.mail.gq1.yahoo.com> Message-ID: Jarred, Buddy, any chance you could sign up with a different account, or remove the signature from your emails? Your sig is 4 times the size of most actual messages that hit the list. Plus I called Jessica Aymond to reset your password and she wouldn't do it. bb On Wed, Aug 5, 2009 at 9:40 AM, Jarred White wrote: > Cool. I had one of those. I think those are the slightly older models. Still > an awesome deal though. > > > > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf > Of c.a. weisheit > Sent: Wednesday, August 05, 2009 9:39 AM > To: general at brlug.net > Subject: [brlug-general] $109 laptop > > > > OOPs try this link: > http://www.mwave.com/mwave/SKUSearch_v3.asp?scriteria=3007180 > > > > ----------------------------------------------------------------------------------------------------- > Pursuant to IRS Circular 230 and IRS regulations we inform you that any > federal tax advice > contained in this communication is not intended or written to be used, and > cannot be used, > for the purpose of avoiding penalties imposed under the Internal Revenue > Code. > > ------------------------------------------------------------------------------------------------------------------ > Postlethwaite & Netterville Implements New Email Encryption Software to > Further Protect Confidential Data > > Confidentiality is a hallmark of the accounting profession and it is of the > utmost importance to our client > relationships. At P&N, we are committed to keeping your data confidential > which is why we are implementing > new email encryption software. This software inspects all outbound emails > from our firm. Emails that > contain attachments will require you to enter a password to download the > file. This ensures that your > confidential data cannot be read by anyone other than the intended > recipient. > > Emails with attachments will include a link to a secure web server. Click > on the link to download the attachment. > The first time you receive a secure email from the firm you will be required > to setup a password. This will > be your password to access future attachments. For our clients and others, > there will be a small step to > download the encrypted files; however, we believe the added confidentiality > benefits far outweigh the few > seconds that are required to access the attachment. > > If you have questions regarding this new process or if you forget your > password, please contact Jessica Aymond, > P&N Network Administrator, at 225.922.4600. > ===================================================================================================== > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -- Have Mercy & Say Yeah From dpuryear at puryear-it.com Wed Aug 5 11:01:12 2009 From: dpuryear at puryear-it.com (Dustin Puryear) Date: Wed, 5 Aug 2009 11:01:12 -0500 Subject: [brlug-general] $109 laptop Message-ID: <43452C495F09D048BF7CE9F96B65688E0E0526@sbs.Puryear-IT.local> I've come to simply accept long legal sig lines. It's just the way it is.. :) -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Brad Bendily Sent: Wednesday, August 05, 2009 10:55 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop Jarred, Buddy, any chance you could sign up with a different account, or remove the signature from your emails? Your sig is 4 times the size of most actual messages that hit the list. Plus I called Jessica Aymond to reset your password and she wouldn't do it. bb On Wed, Aug 5, 2009 at 9:40 AM, Jarred White wrote: > Cool. I had one of those. I think those are the slightly older models. Still > an awesome deal though. > > > > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf > Of c.a. weisheit > Sent: Wednesday, August 05, 2009 9:39 AM > To: general at brlug.net > Subject: [brlug-general] $109 laptop > > > > OOPs try this link: > http://www.mwave.com/mwave/SKUSearch_v3.asp?scriteria=3007180 > > > > ------------------------------------------------------------------------ ----------------------------- > Pursuant to IRS Circular 230 and IRS regulations we inform you that any > federal tax advice > contained in this communication is not intended or written to be used, and > cannot be used, > for the purpose of avoiding penalties imposed under the Internal Revenue > Code. > > ------------------------------------------------------------------------ ------------------------------------------ > Postlethwaite & Netterville Implements New Email Encryption Software to > Further Protect Confidential Data > > Confidentiality is a hallmark of the accounting profession and it is of the > utmost importance to our client > relationships. At P&N, we are committed to keeping your data confidential > which is why we are implementing > new email encryption software. This software inspects all outbound emails > from our firm. Emails that > contain attachments will require you to enter a password to download the > file. This ensures that your > confidential data cannot be read by anyone other than the intended > recipient. > > Emails with attachments will include a link to a secure web server. Click > on the link to download the attachment. > The first time you receive a secure email from the firm you will be required > to setup a password. This will > be your password to access future attachments. For our clients and others, > there will be a small step to > download the encrypted files; however, we believe the added confidentiality > benefits far outweigh the few > seconds that are required to access the attachment. > > If you have questions regarding this new process or if you forget your > password, please contact Jessica Aymond, > P&N Network Administrator, at 225.922.4600. > ======================================================================== ============================= > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -- Have Mercy & Say Yeah _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net From jwhite at pncpa.com Wed Aug 5 11:09:49 2009 From: jwhite at pncpa.com (Jarred White) Date: Wed, 5 Aug 2009 11:09:49 -0500 Subject: [brlug-general] $109 laptop In-Reply-To: <43452C495F09D048BF7CE9F96B65688E0E0526@sbs.Puryear-IT.local> References: <43452C495F09D048BF7CE9F96B65688E0E0526@sbs.Puryear-IT.local> Message-ID: I guess I could Telnet directly to the SMTP server and send it that way. I'd rather not :) -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Dustin Puryear Sent: Wednesday, August 05, 2009 11:01 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop I've come to simply accept long legal sig lines. It's just the way it is.. :) -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Brad Bendily Sent: Wednesday, August 05, 2009 10:55 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop Jarred, Buddy, any chance you could sign up with a different account, or remove the signature from your emails? Your sig is 4 times the size of most actual messages that hit the list. Plus I called Jessica Aymond to reset your password and she wouldn't do it. bb On Wed, Aug 5, 2009 at 9:40 AM, Jarred White wrote: > Cool. I had one of those. I think those are the slightly older models. Still > an awesome deal though. > > > > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf > Of c.a. weisheit > Sent: Wednesday, August 05, 2009 9:39 AM > To: general at brlug.net > Subject: [brlug-general] $109 laptop > > > > OOPs try this link: > http://www.mwave.com/mwave/SKUSearch_v3.asp?scriteria=3007180 > > > > ------------------------------------------------------------------------ ----------------------------- > Pursuant to IRS Circular 230 and IRS regulations we inform you that any > federal tax advice > contained in this communication is not intended or written to be used, and > cannot be used, > for the purpose of avoiding penalties imposed under the Internal Revenue > Code. > > ------------------------------------------------------------------------ ------------------------------------------ > Postlethwaite & Netterville Implements New Email Encryption Software to > Further Protect Confidential Data > > Confidentiality is a hallmark of the accounting profession and it is of the > utmost importance to our client > relationships. At P&N, we are committed to keeping your data confidential > which is why we are implementing > new email encryption software. This software inspects all outbound emails > from our firm. Emails that > contain attachments will require you to enter a password to download the > file. This ensures that your > confidential data cannot be read by anyone other than the intended > recipient. > > Emails with attachments will include a link to a secure web server. Click > on the link to download the attachment. > The first time you receive a secure email from the firm you will be required > to setup a password. This will > be your password to access future attachments. For our clients and others, > there will be a small step to > download the encrypted files; however, we believe the added confidentiality > benefits far outweigh the few > seconds that are required to access the attachment. > > If you have questions regarding this new process or if you forget your > password, please contact Jessica Aymond, > P&N Network Administrator, at 225.922.4600. > ======================================================================== ============================= > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -- Have Mercy & Say Yeah _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net ----------------------------------------------------------------------------------------------------- Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice contained in this communication is not intended or written to be used, and cannot be used, for the purpose of avoiding penalties imposed under the Internal Revenue Code. ------------------------------------------------------------------------------------------------------------------ Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client relationships. At P&,, we are committed to keeping your data confidential which is why we are implementing new email encryption software. This software inspects all outbound emails from our firm. Emails that contain attachments will require you to enter a password to download the file. This ensures that your confidential data cannot be read by anyone other than the intended recipient. Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. The first time you receive a secure email from the firm you will be required to setup a password. This will be your password to access future attachments. For our clients and others, there will be a small step to download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few seconds that are required to access the attachment. If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, P& Network Administrator, at 225.922.4600. ===================================================================================================== From rburyc1 at gmail.com Wed Aug 5 15:11:57 2009 From: rburyc1 at gmail.com (Ryan Burychka) Date: Wed, 5 Aug 2009 15:11:57 -0500 Subject: [brlug-general] $109 laptop In-Reply-To: References: <43452C495F09D048BF7CE9F96B65688E0E0526@sbs.Puryear-IT.local> Message-ID: How about using your Gmail account, genius! Besides, it's doubtful you even know how to send email w/o an interface. :-) On Wed, Aug 5, 2009 at 11:09 AM, Jarred White wrote: > I guess I could Telnet directly to the SMTP server and send it that way. > I'd rather not :) > > -----Original Message----- > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On > Behalf Of Dustin Puryear > Sent: Wednesday, August 05, 2009 11:01 AM > To: general at brlug.net > Subject: Re: [brlug-general] $109 laptop > > I've come to simply accept long legal sig lines. It's just the way it > is.. :) > > -----Original Message----- > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On > Behalf Of Brad Bendily > Sent: Wednesday, August 05, 2009 10:55 AM > To: general at brlug.net > Subject: Re: [brlug-general] $109 laptop > > Jarred, Buddy, any chance you could sign up with a different account, > or remove the signature from your emails? > Your sig is 4 times the size of most actual messages that hit the > list. Plus I called Jessica Aymond to reset your > password and she wouldn't do it. > > bb > > On Wed, Aug 5, 2009 at 9:40 AM, Jarred White wrote: > > Cool. I had one of those. I think those are the slightly older models. > Still > > an awesome deal though. > > > > > > > > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On > Behalf > > Of c.a. weisheit > > Sent: Wednesday, August 05, 2009 9:39 AM > > To: general at brlug.net > > Subject: [brlug-general] $109 laptop > > > > > > > > OOPs try this link: > > http://www.mwave.com/mwave/SKUSearch_v3.asp?scriteria=3007180 > > > > > > > > > ------------------------------------------------------------------------ > ----------------------------- > > Pursuant to IRS Circular 230 and IRS regulations we inform you that > any > > federal tax advice > > contained in this communication is not intended or written to be used, > and > > cannot be used, > > for the purpose of avoiding penalties imposed under the Internal > Revenue > > Code. > > > > > ------------------------------------------------------------------------ > ------------------------------------------ > > Postlethwaite & Netterville Implements New Email Encryption Software > to > > Further Protect Confidential Data > > > > Confidentiality is a hallmark of the accounting profession and it is > of the > > utmost importance to our client > > relationships. At P&N, we are committed to keeping your data > confidential > > which is why we are implementing > > new email encryption software. This software inspects all outbound > emails > > from our firm. Emails that > > contain attachments will require you to enter a password to download > the > > file. This ensures that your > > confidential data cannot be read by anyone other than the intended > > recipient. > > > > Emails with attachments will include a link to a secure web server. > Click > > on the link to download the attachment. > > The first time you receive a secure email from the firm you will be > required > > to setup a password. This will > > be your password to access future attachments. For our clients and > others, > > there will be a small step to > > download the encrypted files; however, we believe the added > confidentiality > > benefits far outweigh the few > > seconds that are required to access the attachment. > > > > If you have questions regarding this new process or if you forget your > > password, please contact Jessica Aymond, > > P&N Network Administrator, at 225.922.4600. > > > ======================================================================== > ============================= > > > > > > _______________________________________________ > > General mailing list > > General at brlug.net > > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > > > > > > -- > Have Mercy & Say Yeah > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > > ----------------------------------------------------------------------------------------------------- > Pursuant to IRS Circular 230 and IRS regulations we inform you that any > federal tax advice > contained in this communication is not intended or written to be used, and > cannot be used, > for the purpose of avoiding penalties imposed under the Internal Revenue > Code. > > > ------------------------------------------------------------------------------------------------------------------ > Postlethwaite & Netterville Implements New Email Encryption Software to > Further Protect Confidential Data > > Confidentiality is a hallmark of the accounting profession and it is of the > utmost importance to our client > relationships. At P&,, we are committed to keeping your data confidential > which is why we are implementing > new email encryption software. This software inspects all outbound emails > from our firm. Emails that > contain attachments will require you to enter a password to download the > file. This ensures that your > confidential data cannot be read by anyone other than the intended > recipient. > > Emails with attachments will include a link to a secure web server. Click > on the link to download the attachment. > The first time you receive a secure email from the firm you will be > required to setup a password. This will > be your password to access future attachments. For our clients and others, > there will be a small step to > download the encrypted files; however, we believe the added confidentiality > benefits far outweigh the few > seconds that are required to access the attachment. > > If you have questions regarding this new process or if you forget your > password, please contact Jessica Aymond, > P& Network Administrator, at 225.922.4600. > > ===================================================================================================== > > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dpuryear at puryear-it.com Wed Aug 5 16:37:05 2009 From: dpuryear at puryear-it.com (Dustin Puryear) Date: Wed, 5 Aug 2009 16:37:05 -0500 Subject: [brlug-general] $109 laptop Message-ID: <43452C495F09D048BF7CE9F96B65688E0E0536@sbs.Puryear-IT.local> Nah, I know what Brad means, but 50% of the emails I get now have 50 lines of legal text at the bottom, so I'm just used to it. So use whatever mail account works best for you. :-) If that mail system happens to be telnet or nc, then fine. That works too. -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Jarred White Sent: Wednesday, August 05, 2009 11:10 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop I guess I could Telnet directly to the SMTP server and send it that way. I'd rather not :) -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Dustin Puryear Sent: Wednesday, August 05, 2009 11:01 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop I've come to simply accept long legal sig lines. It's just the way it is.. :) -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Brad Bendily Sent: Wednesday, August 05, 2009 10:55 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop Jarred, Buddy, any chance you could sign up with a different account, or remove the signature from your emails? Your sig is 4 times the size of most actual messages that hit the list. Plus I called Jessica Aymond to reset your password and she wouldn't do it. bb On Wed, Aug 5, 2009 at 9:40 AM, Jarred White wrote: > Cool. I had one of those. I think those are the slightly older models. Still > an awesome deal though. > > > > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf > Of c.a. weisheit > Sent: Wednesday, August 05, 2009 9:39 AM > To: general at brlug.net > Subject: [brlug-general] $109 laptop > > > > OOPs try this link: > http://www.mwave.com/mwave/SKUSearch_v3.asp?scriteria=3007180 > > > > ------------------------------------------------------------------------ ----------------------------- > Pursuant to IRS Circular 230 and IRS regulations we inform you that any > federal tax advice > contained in this communication is not intended or written to be used, and > cannot be used, > for the purpose of avoiding penalties imposed under the Internal Revenue > Code. > > ------------------------------------------------------------------------ ------------------------------------------ > Postlethwaite & Netterville Implements New Email Encryption Software to > Further Protect Confidential Data > > Confidentiality is a hallmark of the accounting profession and it is of the > utmost importance to our client > relationships. At P&N, we are committed to keeping your data confidential > which is why we are implementing > new email encryption software. This software inspects all outbound emails > from our firm. Emails that > contain attachments will require you to enter a password to download the > file. This ensures that your > confidential data cannot be read by anyone other than the intended > recipient. > > Emails with attachments will include a link to a secure web server. Click > on the link to download the attachment. > The first time you receive a secure email from the firm you will be required > to setup a password. This will > be your password to access future attachments. For our clients and others, > there will be a small step to > download the encrypted files; however, we believe the added confidentiality > benefits far outweigh the few > seconds that are required to access the attachment. > > If you have questions regarding this new process or if you forget your > password, please contact Jessica Aymond, > P&N Network Administrator, at 225.922.4600. > ======================================================================== ============================= > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -- Have Mercy & Say Yeah _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net ------------------------------------------------------------------------ ----------------------------- Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice contained in this communication is not intended or written to be used, and cannot be used, for the purpose of avoiding penalties imposed under the Internal Revenue Code. ------------------------------------------------------------------------ ------------------------------------------ Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client relationships. At P&,, we are committed to keeping your data confidential which is why we are implementing new email encryption software. This software inspects all outbound emails from our firm. Emails that contain attachments will require you to enter a password to download the file. This ensures that your confidential data cannot be read by anyone other than the intended recipient. Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. The first time you receive a secure email from the firm you will be required to setup a password. This will be your password to access future attachments. For our clients and others, there will be a small step to download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few seconds that are required to access the attachment. If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, P& Network Administrator, at 225.922.4600. ======================================================================== ============================= _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net From dpuryear at puryear-it.com Wed Aug 5 16:37:35 2009 From: dpuryear at puryear-it.com (Dustin Puryear) Date: Wed, 5 Aug 2009 16:37:35 -0500 Subject: [brlug-general] $109 laptop Message-ID: <43452C495F09D048BF7CE9F96B65688E0E0537@sbs.Puryear-IT.local> P.S. O'Doyle rules! ________________________________ From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Ryan Burychka Sent: Wednesday, August 05, 2009 3:12 PM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop How about using your Gmail account, genius! Besides, it's doubtful you even know how to send email w/o an interface. :-) On Wed, Aug 5, 2009 at 11:09 AM, Jarred White wrote: I guess I could Telnet directly to the SMTP server and send it that way. I'd rather not :) -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Dustin Puryear Sent: Wednesday, August 05, 2009 11:01 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop I've come to simply accept long legal sig lines. It's just the way it is.. :) -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Brad Bendily Sent: Wednesday, August 05, 2009 10:55 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop Jarred, Buddy, any chance you could sign up with a different account, or remove the signature from your emails? Your sig is 4 times the size of most actual messages that hit the list. Plus I called Jessica Aymond to reset your password and she wouldn't do it. bb On Wed, Aug 5, 2009 at 9:40 AM, Jarred White wrote: > Cool. I had one of those. I think those are the slightly older models. Still > an awesome deal though. > > > > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf > Of c.a. weisheit > Sent: Wednesday, August 05, 2009 9:39 AM > To: general at brlug.net > Subject: [brlug-general] $109 laptop > > > > OOPs try this link: > http://www.mwave.com/mwave/SKUSearch_v3.asp?scriteria=3007180 > > > > ------------------------------------------------------------------------ ----------------------------- > Pursuant to IRS Circular 230 and IRS regulations we inform you that any > federal tax advice > contained in this communication is not intended or written to be used, and > cannot be used, > for the purpose of avoiding penalties imposed under the Internal Revenue > Code. > > ------------------------------------------------------------------------ ------------------------------------------ > Postlethwaite & Netterville Implements New Email Encryption Software to > Further Protect Confidential Data > > Confidentiality is a hallmark of the accounting profession and it is of the > utmost importance to our client > relationships. At P&N, we are committed to keeping your data confidential > which is why we are implementing > new email encryption software. This software inspects all outbound emails > from our firm. Emails that > contain attachments will require you to enter a password to download the > file. This ensures that your > confidential data cannot be read by anyone other than the intended > recipient. > > Emails with attachments will include a link to a secure web server. Click > on the link to download the attachment. > The first time you receive a secure email from the firm you will be required > to setup a password. This will > be your password to access future attachments. For our clients and others, > there will be a small step to > download the encrypted files; however, we believe the added confidentiality > benefits far outweigh the few > seconds that are required to access the attachment. > > If you have questions regarding this new process or if you forget your > password, please contact Jessica Aymond, > P&N Network Administrator, at 225.922.4600. > ======================================================================== ============================= > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -- Have Mercy & Say Yeah _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net ------------------------------------------------------------------------ ----------------------------- Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice contained in this communication is not intended or written to be used, and cannot be used, for the purpose of avoiding penalties imposed under the Internal Revenue Code. ------------------------------------------------------------------------ ------------------------------------------ Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client relationships. At P&,, we are committed to keeping your data confidential which is why we are implementing new email encryption software. This software inspects all outbound emails from our firm. Emails that contain attachments will require you to enter a password to download the file. This ensures that your confidential data cannot be read by anyone other than the intended recipient. Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. The first time you receive a secure email from the firm you will be required to setup a password. This will be your password to access future attachments. For our clients and others, there will be a small step to download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few seconds that are required to access the attachment. If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, P& Network Administrator, at 225.922.4600. ======================================================================== ============================= _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From bendily at gmail.com Wed Aug 5 16:43:34 2009 From: bendily at gmail.com (Brad Bendily) Date: Wed, 5 Aug 2009 16:43:34 -0500 Subject: [brlug-general] $109 laptop In-Reply-To: <43452C495F09D048BF7CE9F96B65688E0E0536@sbs.Puryear-IT.local> References: <43452C495F09D048BF7CE9F96B65688E0E0536@sbs.Puryear-IT.local> Message-ID: yeah, but having jest at jarred's expense is always worth the effort. On Wed, Aug 5, 2009 at 4:37 PM, Dustin Puryear wrote: > Nah, I know what Brad means, but 50% of the emails I get now have 50 > lines of legal text at the bottom, so I'm just used to it. So use > whatever mail account works best for you. :-) > > If that mail system happens to be telnet or nc, then fine. That works > too. > From jwhite at pncpa.com Thu Aug 6 08:22:44 2009 From: jwhite at pncpa.com (Jarred White) Date: Thu, 6 Aug 2009 08:22:44 -0500 Subject: [brlug-general] $109 laptop In-Reply-To: <43452C495F09D048BF7CE9F96B65688E0E0537@sbs.Puryear-IT.local> References: <43452C495F09D048BF7CE9F96B65688E0E0537@sbs.Puryear-IT.local> Message-ID: O'Doyle, I got a feeling that your whooole family is going down real soon. From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Dustin Puryear Sent: Wednesday, August 05, 2009 4:38 PM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop P.S. O'Doyle rules! ________________________________ From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Ryan Burychka Sent: Wednesday, August 05, 2009 3:12 PM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop How about using your Gmail account, genius! Besides, it's doubtful you even know how to send email w/o an interface. :-) On Wed, Aug 5, 2009 at 11:09 AM, Jarred White wrote: I guess I could Telnet directly to the SMTP server and send it that way. I'd rather not :) -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Dustin Puryear Sent: Wednesday, August 05, 2009 11:01 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop I've come to simply accept long legal sig lines. It's just the way it is.. :) -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Brad Bendily Sent: Wednesday, August 05, 2009 10:55 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop Jarred, Buddy, any chance you could sign up with a different account, or remove the signature from your emails? Your sig is 4 times the size of most actual messages that hit the list. Plus I called Jessica Aymond to reset your password and she wouldn't do it. bb On Wed, Aug 5, 2009 at 9:40 AM, Jarred White wrote: > Cool. I had one of those. I think those are the slightly older models. Still > an awesome deal though. > > > > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf > Of c.a. weisheit > Sent: Wednesday, August 05, 2009 9:39 AM > To: general at brlug.net > Subject: [brlug-general] $109 laptop > > > > OOPs try this link: > http://www.mwave.com/mwave/SKUSearch_v3.asp?scriteria=3007180 > > > > ------------------------------------------------------------------------ ----------------------------- > Pursuant to IRS Circular 230 and IRS regulations we inform you that any > federal tax advice > contained in this communication is not intended or written to be used, and > cannot be used, > for the purpose of avoiding penalties imposed under the Internal Revenue > Code. > > ------------------------------------------------------------------------ ------------------------------------------ > Postlethwaite & Netterville Implements New Email Encryption Software to > Further Protect Confidential Data > > Confidentiality is a hallmark of the accounting profession and it is of the > utmost importance to our client > relationships. At P&N, we are committed to keeping your data confidential > which is why we are implementing > new email encryption software. This software inspects all outbound emails > from our firm. Emails that > contain attachments will require you to enter a password to download the > file. This ensures that your > confidential data cannot be read by anyone other than the intended > recipient. > > Emails with attachments will include a link to a secure web server. Click > on the link to download the attachment. > The first time you receive a secure email from the firm you will be required > to setup a password. This will > be your password to access future attachments. For our clients and others, > there will be a small step to > download the encrypted files; however, we believe the added confidentiality > benefits far outweigh the few > seconds that are required to access the attachment. > > If you have questions regarding this new process or if you forget your > password, please contact Jessica Aymond, > P&N Network Administrator, at 225.922.4600. > ======================================================================== ============================= > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -- Have Mercy & Say Yeah _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net ------------------------------------------------------------------------ ----------------------------- Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice contained in this communication is not intended or written to be used, and cannot be used, for the purpose of avoiding penalties imposed under the Internal Revenue Code. ------------------------------------------------------------------------ ------------------------------------------ Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client relationships. At P&,, we are committed to keeping your data confidential which is why we are implementing new email encryption software. This software inspects all outbound emails from our firm. Emails that contain attachments will require you to enter a password to download the file. This ensures that your confidential data cannot be read by anyone other than the intended recipient. Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. The first time you receive a secure email from the firm you will be required to setup a password. This will be your password to access future attachments. For our clients and others, there will be a small step to download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few seconds that are required to access the attachment. If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, P& Network Administrator, at 225.922.4600. ======================================================================== ============================= _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net ----------------------------------------------------------------------------------------------------- Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice contained in this communication is not intended or written to be used, and cannot be used, for the purpose of avoiding penalties imposed under the Internal Revenue Code. ------------------------------------------------------------------------------------------------------------------ Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client relationships. At P&,, we are committed to keeping your data confidential which is why we are implementing new email encryption software. This software inspects all outbound emails from our firm. Emails that contain attachments will require you to enter a password to download the file. This ensures that your confidential data cannot be read by anyone other than the intended recipient. Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. The first time you receive a secure email from the firm you will be required to setup a password. This will be your password to access future attachments. For our clients and others, there will be a small step to download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few seconds that are required to access the attachment. If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, P& Network Administrator, at 225.922.4600. ===================================================================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From dpuryear at puryear-it.com Thu Aug 6 08:41:55 2009 From: dpuryear at puryear-it.com (Dustin Puryear) Date: Thu, 6 Aug 2009 08:41:55 -0500 Subject: [brlug-general] $109 laptop Message-ID: <43452C495F09D048BF7CE9F96B65688E0E053F@sbs.Puryear-IT.local> Naturally. -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Brad Bendily Sent: Wednesday, August 05, 2009 4:44 PM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop yeah, but having jest at jarred's expense is always worth the effort. On Wed, Aug 5, 2009 at 4:37 PM, Dustin Puryear wrote: > Nah, I know what Brad means, but 50% of the emails I get now have 50 > lines of legal text at the bottom, so I'm just used to it. So use > whatever mail account works best for you. :-) > > If that mail system happens to be telnet or nc, then fine. That works > too. > _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net From jwhite at pncpa.com Thu Aug 6 08:46:10 2009 From: jwhite at pncpa.com (Jarred White) Date: Thu, 6 Aug 2009 08:46:10 -0500 Subject: [brlug-general] $109 laptop In-Reply-To: <43452C495F09D048BF7CE9F96B65688E0E053F@sbs.Puryear-IT.local> References: <43452C495F09D048BF7CE9F96B65688E0E053F@sbs.Puryear-IT.local> Message-ID: On a complete separate note, I think my rant on the ISSA list must have offended dozens of people or something. It's eerily silent post-post. -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Dustin Puryear Sent: Thursday, August 06, 2009 8:42 AM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop Naturally. -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Brad Bendily Sent: Wednesday, August 05, 2009 4:44 PM To: general at brlug.net Subject: Re: [brlug-general] $109 laptop yeah, but having jest at jarred's expense is always worth the effort. On Wed, Aug 5, 2009 at 4:37 PM, Dustin Puryear wrote: > Nah, I know what Brad means, but 50% of the emails I get now have 50 > lines of legal text at the bottom, so I'm just used to it. So use > whatever mail account works best for you. :-) > > If that mail system happens to be telnet or nc, then fine. That works > too. > _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net ----------------------------------------------------------------------------------------------------- Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice contained in this communication is not intended or written to be used, and cannot be used, for the purpose of avoiding penalties imposed under the Internal Revenue Code. ------------------------------------------------------------------------------------------------------------------ Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client relationships. At P&,, we are committed to keeping your data confidential which is why we are implementing new email encryption software. This software inspects all outbound emails from our firm. Emails that contain attachments will require you to enter a password to download the file. This ensures that your confidential data cannot be read by anyone other than the intended recipient. Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. The first time you receive a secure email from the firm you will be required to setup a password. This will be your password to access future attachments. For our clients and others, there will be a small step to download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few seconds that are required to access the attachment. If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, P& Network Administrator, at 225.922.4600. ===================================================================================================== From bendily at gmail.com Thu Aug 6 10:16:04 2009 From: bendily at gmail.com (Brad Bendily) Date: Thu, 6 Aug 2009 10:16:04 -0500 Subject: [brlug-general] unfortunately true... Message-ID: http://imgs.xkcd.com/comics/supported_features.png -- Have Mercy & Say Yeah From ray at ops.selu.edu Thu Aug 6 10:23:23 2009 From: ray at ops.selu.edu (-ray) Date: Thu, 6 Aug 2009 10:23:23 -0500 (CDT) Subject: [brlug-general] unfortunately true... In-Reply-To: References: Message-ID: On Thu, 6 Aug 2009, Brad Bendily wrote: > http://imgs.xkcd.com/comics/supported_features.png Haha very true... Adobe blows. I would think RedHat, Novell, and Canonical should have enough clout by now to sit down with Adobe and say let's fix this. ray -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Ray DeJean http://www.r-a-y.org Systems Engineer Southeastern Louisiana University IBM Certified Specialist AIX Administration, AIX Support =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From bendily at gmail.com Thu Aug 6 10:44:37 2009 From: bendily at gmail.com (Brad Bendily) Date: Thu, 6 Aug 2009 10:44:37 -0500 Subject: [brlug-general] unfortunately true... In-Reply-To: References: Message-ID: On Thu, Aug 6, 2009 at 10:23 AM, -ray wrote: > On Thu, 6 Aug 2009, Brad Bendily wrote: > >> http://imgs.xkcd.com/comics/supported_features.png > > Haha very true... Adobe blows. ?I would think RedHat, Novell, and > Canonical should have enough clout by now to sit down with Adobe and say > let's fix this. Maybe the EU should talk to them, they seem to have the power to control MS, why not adobe too! From bendily at gmail.com Thu Aug 6 16:00:18 2009 From: bendily at gmail.com (Brad Bendily) Date: Thu, 6 Aug 2009 16:00:18 -0500 Subject: [brlug-general] Netflix on Linux? Message-ID: Anyone keeping up with the Netflix on Linux story? Still no support for netflix on linux, here's a link to a petition to encourage netflix to try harder i suppose. though, last I heard we were waiting on the moonlight group to give us something useful. http://www.petitiononline.com/Linflix/petition.html -- Have Mercy & Say Yeah From karthik at poobal.net Thu Aug 6 16:24:19 2009 From: karthik at poobal.net (Karthik Poobal) Date: Thu, 6 Aug 2009 16:24:19 -0500 Subject: [brlug-general] Netflix on Linux? In-Reply-To: References: Message-ID: <0B0602EB-A4B3-4E64-B5AF-11A1EA5543C6@poobal.net> Tried it with moonlight a month ago and nothing worked. I had emailed netflix couple of times and never heard back. Even on a mac, the silverlight video quality sucks. Doesn't silverlight use like 1 MB of cache? Compared to HULU 480p videos, netflix videos look like youtube. -- Karthik Poobalasubramanian Louisiana Board of Regents karthik at poobal.net karthik at la.gov 225-910-6126 skype: poobal On Aug 6, 2009, at 4:00 PM, Brad Bendily wrote: > Anyone keeping up with the Netflix on Linux story? > Still no support for netflix on linux, here's a link to a petition to > encourage netflix to try harder i suppose. > > though, last I heard we were waiting on the moonlight group to give us > something useful. > > http://www.petitiononline.com/Linflix/petition.html > > -- > Have Mercy & Say Yeah > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net From eac at motion-labs.com Thu Aug 20 22:40:00 2009 From: eac at motion-labs.com (Edmund Cramp) Date: Thu, 20 Aug 2009 22:40:00 -0500 Subject: [brlug-general] Phones In-Reply-To: Message-ID: <308a2c24.1ca2211.34df510.29@motion-labs.com> Anyone got a good suggestion for a cell phone provider? We've been long time Nextel customers but Sprint seem to want to get rid of us. Mainly I'm concerned about coverage - Sprint seem to have a very spotty service and drops all calls at the I-10/I-12 split. I've looked at AT&T, Verizon and T-Mobile but you never really know what the coverage is until you've used them for a few months. Regards, Edmund Cramp - eac at motion-labs.com -- Hardware: The parts of a computer system that can be kicked. - Jeff Pesis From karthik at poobal.net Fri Aug 21 08:28:27 2009 From: karthik at poobal.net (Karthik Poobal) Date: Fri, 21 Aug 2009 08:28:27 -0500 Subject: [brlug-general] Phones In-Reply-To: <308a2c24.1ca2211.34df510.29@motion-labs.com> References: <308a2c24.1ca2211.34df510.29@motion-labs.com> Message-ID: Edmund, I have the same issue with ATT but when I get near Bluebonnet exit and couple of other places within the city. Overall I am okay with ATT coverage. Last time I checked, t-mobile had the worst coverage. Verizon probably has the best coverage but they are a bit costly. -- Karthik Poobalasubramanian Louisiana Board of Regents karthik at poobal.net karthik at la.gov 225-910-6126 skype: poobal On Aug 20, 2009, at 10:40 PM, Edmund Cramp wrote: > Anyone got a good suggestion for a cell phone provider? We've been > long time Nextel customers but Sprint seem to want to get rid of > us. Mainly I'm concerned about coverage - Sprint seem to have a > very spotty service and drops all calls at the I-10/I-12 split. > > I've looked at AT&T, Verizon and T-Mobile but you never really know > what the coverage is until you've used them for a few months. > > Regards, > Edmund Cramp - eac at motion-labs.com > -- > Hardware: The parts of a computer system that can be kicked. - Jeff > Pesis > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net From MarkL at lmfj.com Fri Aug 21 08:28:47 2009 From: MarkL at lmfj.com (Mark A. Lappin) Date: Fri, 21 Aug 2009 08:28:47 -0500 Subject: [brlug-general] Phones In-Reply-To: <308a2c24.1ca2211.34df510.29@motion-labs.com> References: <308a2c24.1ca2211.34df510.29@motion-labs.com> Message-ID: <0227B653B3DC82438B8291BC5218612F663758AD1A@lmfjex07.lmfj.com> I've had AT&T since before Cingular when they were AT&T previously, I find coverage very good, a little spotty in CCLA but very few dropped calls, no major coverage gaps. I also have the AT&T wireless card for my laptops and find it decent, a few buildings give it fits but that's expected. My biggest "drop zone" is the bridge over the lake on I-10 heading into/out of NOLA Mark Mark A. Lappin, CCNA, MCSE:Security | Lee Michaels Fine Jewelry Director of Information Technology 11314 Cloverland Ave | Baton Rouge, LA 70809 Ph: 225.291.9094 ext 245 | Fax: 225-291-5778 | Mobile: 225-362-2770 www.lmfj.com This communication is privileged and confidential. If you are not the intended recipient, please notify the sender by reply e-mail and destroy all copies of this communication . -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Edmund Cramp Sent: Thursday, August 20, 2009 10:40 PM To: 'general at brlug.net' Subject: [brlug-general] Phones Anyone got a good suggestion for a cell phone provider? We've been long time Nextel customers but Sprint seem to want to get rid of us. Mainly I'm concerned about coverage - Sprint seem to have a very spotty service and drops all calls at the I-10/I-12 split. I've looked at AT&T, Verizon and T-Mobile but you never really know what the coverage is until you've used them for a few months. Regards, Edmund Cramp - eac at motion-labs.com -- Hardware: The parts of a computer system that can be kicked. - Jeff Pesis _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net From freelancefool at gmail.com Fri Aug 21 19:01:27 2009 From: freelancefool at gmail.com (Clay Smith) Date: Fri, 21 Aug 2009 19:01:27 -0500 Subject: [brlug-general] Phones In-Reply-To: <308a2c24.1ca2211.34df510.29@motion-labs.com> References: <308a2c24.1ca2211.34df510.29@motion-labs.com> Message-ID: <006901ca22bb$b3044270$190cc750$@com> I ditched Verizon about 6 years ago and have been very happy about the coverage with AT&T. The company I work for ditched Nextel shortly after Katrina because I put together a nice deal with a Cingular rep. Saved something like $1500/month on cell service and we have fewer issues with crappy coverage. -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Edmund Cramp Sent: Thursday, August 20, 2009 10:40 PM To: 'general at brlug.net' Subject: [brlug-general] Phones Anyone got a good suggestion for a cell phone provider? We've been long time Nextel customers but Sprint seem to want to get rid of us. Mainly I'm concerned about coverage - Sprint seem to have a very spotty service and drops all calls at the I-10/I-12 split. I've looked at AT&T, Verizon and T-Mobile but you never really know what the coverage is until you've used them for a few months. Regards, Edmund Cramp - eac at motion-labs.com -- Hardware: The parts of a computer system that can be kicked. - Jeff Pesis _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net From mat.branyon at gmail.com Mon Aug 24 11:05:51 2009 From: mat.branyon at gmail.com (mat branyon) Date: Mon, 24 Aug 2009 10:05:51 -0600 Subject: [brlug-general] versioning system Message-ID: Hello everyone, I've been tasked with setting up a versioning system for my dev team. We are a small group, and while I use linux for everything, they use windows for the most part (and this might be extended to a couple people running osx). I need a versioning system that has a good windows client, as well as linux. SVN seemed to fail miserably when someone tried to dl my repository onto windows (I think due to the fact that there were some symlinks in it). Git doesn't seem to have a decent interface for either linux or windows (I don't mind doing command line, but I'm the only one). Any suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonlancekulp at gmail.com Mon Aug 24 12:15:56 2009 From: jonlancekulp at gmail.com (Jonathan Kulp) Date: Mon, 24 Aug 2009 12:15:56 -0500 Subject: [brlug-general] versioning system In-Reply-To: References: Message-ID: I'm part of the Documentation team for Lilypond, the open-source music notation software project. We use git, and I know a few of the key contributors use git on Windows successfully. On Linux there's gitk and git-gui to help on the front end, but generally I find the command line easier. If you're interested you could check out the "Git on Windows" section of the Lilypond Contributor's Guide: http://lilypond.org/doc/v2.13/Documentation/devel/contrib-guide/Git-on-Windows#Git-on-Windows HTH, Jon On Mon, Aug 24, 2009 at 11:05 AM, mat branyon wrote: > Hello everyone, > > I've been tasked with setting up a versioning system for my dev team. We > are a small group, and while I use linux for everything, they use windows > for the most part (and this might be extended to a couple people running > osx). > > I need a versioning system that has a good windows client, as well as > linux. SVN seemed to fail miserably when someone tried to dl my repository > onto windows (I think due to the fact that there were some symlinks in it). > Git doesn't seem to have a decent interface for either linux or windows (I > don't mind doing command line, but I'm the only one). > > Any suggestions? > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -- Jonathan Kulp http://www.jonathankulp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From worm402 at gmail.com Mon Aug 24 12:21:42 2009 From: worm402 at gmail.com (worms) Date: Mon, 24 Aug 2009 12:21:42 -0500 Subject: [brlug-general] versioning system In-Reply-To: References: Message-ID: <4A92CC26.90102@gmail.com> Subversion probably is your best bet, I think you will have that problem with symlinks no matter which versioning system you use. Why and how are you using the symlinks in your scenario? --Lance mat branyon wrote: > Hello everyone, > > I've been tasked with setting up a versioning system for my dev team. > We are a small group, and while I use linux for everything, they use > windows for the most part (and this might be extended to a couple > people running osx). > > I need a versioning system that has a good windows client, as well as > linux. SVN seemed to fail miserably when someone tried to dl my > repository onto windows (I think due to the fact that there were some > symlinks in it). Git doesn't seem to have a decent interface for > either linux or windows (I don't mind doing command line, but I'm the > only one). > > Any suggestions? > ------------------------------------------------------------------------ > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > From andrewmb at gmail.com Mon Aug 24 12:46:54 2009 From: andrewmb at gmail.com (Andrew Baudouin) Date: Mon, 24 Aug 2009 12:46:54 -0500 Subject: [brlug-general] versioning system In-Reply-To: References: Message-ID: <3fc325330908241046x5583b923vf8debeefbc638b76@mail.gmail.com> VisualSVN on the server combined with AnkhSVN and Tortoise on the client works well for developing .Net projects. On Mon, Aug 24, 2009 at 11:05 AM, mat branyon wrote: > Hello everyone, > > I've been tasked with setting up a versioning system for my dev team. We > are a small group, and while I use linux for everything, they use windows > for the most part (and this might be extended to a couple people running > osx). > > I need a versioning system that has a good windows client, as well as > linux. SVN seemed to fail miserably when someone tried to dl my repository > onto windows (I think due to the fact that there were some symlinks in it). > Git doesn't seem to have a decent interface for either linux or windows (I > don't mind doing command line, but I'm the only one). > > Any suggestions? > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mat.branyon at gmail.com Mon Aug 24 12:51:43 2009 From: mat.branyon at gmail.com (mat branyon) Date: Mon, 24 Aug 2009 11:51:43 -0600 Subject: [brlug-general] versioning system In-Reply-To: <4A92CC26.90102@gmail.com> References: <4A92CC26.90102@gmail.com> Message-ID: Part of the package install included apache configuration files. Without thinking i copied the symlinks over as well as the config directories. On Mon, Aug 24, 2009 at 11:21 AM, worms wrote: > Subversion probably is your best bet, I think you will have that problem > with symlinks no matter which versioning system you use. > > Why and how are you using the symlinks in your scenario? > > --Lance > > mat branyon wrote: > > Hello everyone, > > > > I've been tasked with setting up a versioning system for my dev team. > > We are a small group, and while I use linux for everything, they use > > windows for the most part (and this might be extended to a couple > > people running osx). > > > > I need a versioning system that has a good windows client, as well as > > linux. SVN seemed to fail miserably when someone tried to dl my > > repository onto windows (I think due to the fact that there were some > > symlinks in it). Git doesn't seem to have a decent interface for > > either linux or windows (I don't mind doing command line, but I'm the > > only one). > > > > Any suggestions? > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > General mailing list > > General at brlug.net > > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gremln007 at gmail.com Mon Aug 24 12:55:16 2009 From: gremln007 at gmail.com (Jonathan Roberts) Date: Mon, 24 Aug 2009 12:55:16 -0500 Subject: [brlug-general] versioning system (mat branyon) Message-ID: On Mon, Aug 24, 2009 at 12:00 PM, wrote: > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 24 Aug 2009 10:05:51 -0600 > From: mat branyon > Subject: [brlug-general] versioning system > To: general at brlug.net > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > Hello everyone, > > I've been tasked with setting up a versioning system for my dev team. We > are a small group, and while I use linux for everything, they use windows > for the most part (and this might be extended to a couple people running > osx). > > I need a versioning system that has a good windows client, as well as > linux. SVN seemed to fail miserably when someone tried to dl my repository > onto windows (I think due to the fact that there were some symlinks in it). > Git doesn't seem to have a decent interface for either linux or windows (I > don't mind doing command line, but I'm the only one). > > Any suggestions? > *************************************** We have had good luck with Subversion on Windows 2003 and clients using TortoiseSVN. -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnalexhebert at gmail.com Mon Aug 24 20:57:37 2009 From: johnalexhebert at gmail.com (John Hebert) Date: Mon, 24 Aug 2009 20:57:37 -0500 Subject: [brlug-general] versioning system (for different OSs) Message-ID: Hey Mat! Try http://tortoisesvn.tigris.org/ for the Windows client. I've read good things (unless you work on the Linux kernel ;) ) over the years about http://subversion.tigris.org/ for the backend. And here are other clients for Subversion: http://subversion.tigris.org/links.html#all-clients. Hope this helps! > From: mat branyon > Subject: [brlug-general] versioning system > > Hello everyone, > > I've been tasked with setting up a versioning system for my dev team. We > are a small group, and while I use linux for everything, they use windows > for the most part (and this might be extended to a couple people running > osx). > > I need a versioning system that has a good windows client, as well as > linux. SVN seemed to fail miserably when someone tried to dl my repository > onto windows (I think due to the fact that there were some symlinks in it). > Git doesn't seem to have a decent interface for either linux or windows (I > don't mind doing command line, but I'm the only one). > > Any suggestions? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dpuryear at puryear-it.com Tue Aug 25 08:48:20 2009 From: dpuryear at puryear-it.com (Dustin Puryear) Date: Tue, 25 Aug 2009 08:48:20 -0500 Subject: [brlug-general] versioning system (for different OSs) Message-ID: <43452C495F09D048BF7CE9F96B65688E0E0750@sbs.Puryear-IT.local> I also recommend Subversion. We've used CVS in the past, but I like the enhanced features of Subversion. Also, the Windows clients are great. ________________________________ From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of John Hebert Sent: Monday, August 24, 2009 8:58 PM To: general at brlug.net Subject: Re: [brlug-general] versioning system (for different OSs) Hey Mat! Try http://tortoisesvn.tigris.org/ for the Windows client. I've read good things (unless you work on the Linux kernel ;) ) over the years about http://subversion.tigris.org/ for the backend. And here are other clients for Subversion: http://subversion.tigris.org/links.html#all-clients. Hope this helps! From: mat branyon Subject: [brlug-general] versioning system Hello everyone, I've been tasked with setting up a versioning system for my dev team. We are a small group, and while I use linux for everything, they use windows for the most part (and this might be extended to a couple people running osx). I need a versioning system that has a good windows client, as well as linux. SVN seemed to fail miserably when someone tried to dl my repository onto windows (I think due to the fact that there were some symlinks in it). Git doesn't seem to have a decent interface for either linux or windows (I don't mind doing command line, but I'm the only one). Any suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: From bolda.mlist at gmail.com Tue Aug 25 15:01:04 2009 From: bolda.mlist at gmail.com (Joshua Bolda) Date: Tue, 25 Aug 2009 15:01:04 -0500 Subject: [brlug-general] Phones In-Reply-To: <006901ca22bb$b3044270$190cc750$@com> References: <308a2c24.1ca2211.34df510.29@motion-labs.com> <006901ca22bb$b3044270$190cc750$@com> Message-ID: AT&T is great in Louisiana as long as you don't live in an apartment with walls made of lead(like me.)I've had service with them since 2002 and I've always been pleased with it. On Fri, Aug 21, 2009 at 7:01 PM, Clay Smith wrote: > I ditched Verizon about 6 years ago and have been very happy about the > coverage with AT&T. > > The company I work for ditched Nextel shortly after Katrina because I put > together a nice deal with a Cingular rep. Saved something like $1500/month > on cell service and we have fewer issues with crappy coverage. > > -----Original Message----- > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On > Behalf > Of Edmund Cramp > Sent: Thursday, August 20, 2009 10:40 PM > To: 'general at brlug.net' > Subject: [brlug-general] Phones > > Anyone got a good suggestion for a cell phone provider? We've been long > time Nextel customers but Sprint seem to want to get rid of us. Mainly I'm > concerned about coverage - Sprint seem to have a very spotty service and > drops all calls at the I-10/I-12 split. > > I've looked at AT&T, Verizon and T-Mobile but you never really know what > the > coverage is until you've used them for a few months. > > Regards, > Edmund Cramp - eac at motion-labs.com > -- > Hardware: The parts of a computer system that can be kicked. - Jeff Pesis > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > -------------- next part -------------- An HTML attachment was scrubbed... URL: From keiths at neill.net Tue Aug 25 15:04:37 2009 From: keiths at neill.net (Keith Stokes) Date: Tue, 25 Aug 2009 15:04:37 -0500 Subject: [brlug-general] Phones In-Reply-To: References: <308a2c24.1ca2211.34df510.29@motion-labs.com> <006901ca22bb$b3044270$190cc750$@com> Message-ID: I'd be concerned more about other things if I lived in a lead-lined room. On Aug 25, 2009, at 3:01 PM, Joshua Bolda wrote: > AT&T is great in Louisiana as long as you don't live in an apartment > with walls made of lead(like me.) > I've had service with them since 2002 and I've always been pleased > with it. > > On Fri, Aug 21, 2009 at 7:01 PM, Clay Smith > wrote: > I ditched Verizon about 6 years ago and have been very happy about the > coverage with AT&T. > > The company I work for ditched Nextel shortly after Katrina because > I put > together a nice deal with a Cingular rep. Saved something like $1500/ > month > on cell service and we have fewer issues with crappy coverage. > > -----Original Message----- > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] > On Behalf > Of Edmund Cramp > Sent: Thursday, August 20, 2009 10:40 PM > To: 'general at brlug.net' > Subject: [brlug-general] Phones > > Anyone got a good suggestion for a cell phone provider? We've been > long > time Nextel customers but Sprint seem to want to get rid of us. > Mainly I'm > concerned about coverage - Sprint seem to have a very spotty service > and > drops all calls at the I-10/I-12 split. > > I've looked at AT&T, Verizon and T-Mobile but you never really know > what the > coverage is until you've used them for a few months. > > Regards, > Edmund Cramp - eac at motion-labs.com > -- > Hardware: The parts of a computer system that can be kicked. - Jeff > Pesis > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net -- Keith Stokes -------------- next part -------------- An HTML attachment was scrubbed... URL: From tfournet at tfour.net Tue Aug 25 15:18:06 2009 From: tfournet at tfour.net (Tim Fournet) Date: Tue, 25 Aug 2009 15:18:06 -0500 Subject: [brlug-general] Phones In-Reply-To: References: <308a2c24.1ca2211.34df510.29@motion-labs.com> <006901ca22bb$b3044270$190cc750$@com> Message-ID: <03A27B48-2FD6-4329-8BED-1425C16687A3@tfour.net> Don't lick the walls Sent from my iPhone On Aug 25, 2009, at 3:04 PM, Keith Stokes wrote: > I'd be concerned more about other things if I lived in a lead-lined > room. > > On Aug 25, 2009, at 3:01 PM, Joshua Bolda wrote: > >> AT&T is great in Louisiana as long as you don't live in an >> apartment with walls made of lead(like me.) >> I've had service with them since 2002 and I've always been pleased >> with it. >> >> On Fri, Aug 21, 2009 at 7:01 PM, Clay Smith >> wrote: >> I ditched Verizon about 6 years ago and have been very happy about >> the >> coverage with AT&T. >> >> The company I work for ditched Nextel shortly after Katrina because >> I put >> together a nice deal with a Cingular rep. Saved something like >> $1500/month >> on cell service and we have fewer issues with crappy coverage. >> >> -----Original Message----- >> From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] >> On Behalf >> Of Edmund Cramp >> Sent: Thursday, August 20, 2009 10:40 PM >> To: 'general at brlug.net' >> Subject: [brlug-general] Phones >> >> Anyone got a good suggestion for a cell phone provider? We've been >> long >> time Nextel customers but Sprint seem to want to get rid of us. >> Mainly I'm >> concerned about coverage - Sprint seem to have a very spotty >> service and >> drops all calls at the I-10/I-12 split. >> >> I've looked at AT&T, Verizon and T-Mobile but you never really know >> what the >> coverage is until you've used them for a few months. >> >> Regards, >> Edmund Cramp - eac at motion-labs.com >> -- >> Hardware: The parts of a computer system that can be kicked. - Jeff >> Pesis >> >> >> _______________________________________________ >> General mailing list >> General at brlug.net >> http://mail.brlug.net/mailman/listinfo/general_brlug.net >> >> >> _______________________________________________ >> General mailing list >> General at brlug.net >> http://mail.brlug.net/mailman/listinfo/general_brlug.net >> >> _______________________________________________ >> General mailing list >> General at brlug.net >> http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > -- > > Keith Stokes > > > > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From shadowhunter at gmail.com Tue Aug 25 15:38:40 2009 From: shadowhunter at gmail.com (Alex Smith (K4RNT)) Date: Tue, 25 Aug 2009 15:38:40 -0500 Subject: [brlug-general] Phones In-Reply-To: <03A27B48-2FD6-4329-8BED-1425C16687A3@tfour.net> References: <308a2c24.1ca2211.34df510.29@motion-labs.com> <006901ca22bb$b3044270$190cc750$@com> <03A27B48-2FD6-4329-8BED-1425C16687A3@tfour.net> Message-ID: <46a806910908251338u48ffc98cmead185b3fc1d6912@mail.gmail.com> The shnoz-berries taste like shnoz-berries! On Tue, Aug 25, 2009 at 15:18, Tim Fournet wrote: > Don't lick the walls -- " ' With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and warning... The first time any man's freedom is trodden on we?re all damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG episode "The Drumhead" - Alex Smith (K4RNT) - Murfreesboro/Nashville, Tennessee USA From jwhite at pncpa.com Tue Aug 25 15:52:54 2009 From: jwhite at pncpa.com (Jarred White) Date: Tue, 25 Aug 2009 15:52:54 -0500 Subject: [brlug-general] Phones In-Reply-To: References: <308a2c24.1ca2211.34df510.29@motion-labs.com> <006901ca22bb$b3044270$190cc750$@com> Message-ID: Don't listen to anything this dude Joshua Bolda says. Also what the hell man - when did you get back into Baton Rouge? From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Joshua Bolda Sent: Tuesday, August 25, 2009 3:01 PM To: general at brlug.net Subject: Re: [brlug-general] Phones AT&T is great in Louisiana as long as you don't live in an apartment with walls made of lead(like me.) I've had service with them since 2002 and I've always been pleased with it. On Fri, Aug 21, 2009 at 7:01 PM, Clay Smith wrote: I ditched Verizon about 6 years ago and have been very happy about the coverage with AT&T. The company I work for ditched Nextel shortly after Katrina because I put together a nice deal with a Cingular rep. Saved something like $1500/month on cell service and we have fewer issues with crappy coverage. -----Original Message----- From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf Of Edmund Cramp Sent: Thursday, August 20, 2009 10:40 PM To: 'general at brlug.net' Subject: [brlug-general] Phones Anyone got a good suggestion for a cell phone provider? We've been long time Nextel customers but Sprint seem to want to get rid of us. Mainly I'm concerned about coverage - Sprint seem to have a very spotty service and drops all calls at the I-10/I-12 split. I've looked at AT&T, Verizon and T-Mobile but you never really know what the coverage is until you've used them for a few months. Regards, Edmund Cramp - eac at motion-labs.com -- Hardware: The parts of a computer system that can be kicked. - Jeff Pesis _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net _______________________________________________ General mailing list General at brlug.net http://mail.brlug.net/mailman/listinfo/general_brlug.net ----------------------------------------------------------------------------------------------------- Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice contained in this communication is not intended or written to be used, and cannot be used, for the purpose of avoiding penalties imposed under the Internal Revenue Code. ------------------------------------------------------------------------------------------------------------------ Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client relationships. At P&,, we are committed to keeping your data confidential which is why we are implementing new email encryption software. This software inspects all outbound emails from our firm. Emails that contain attachments will require you to enter a password to download the file. This ensures that your confidential data cannot be read by anyone other than the intended recipient. Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. The first time you receive a secure email from the firm you will be required to setup a password. This will be your password to access future attachments. For our clients and others, there will be a small step to download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few seconds that are required to access the attachment. If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, P& Network Administrator, at 225.922.4600. ===================================================================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From bendily at gmail.com Tue Aug 25 21:26:13 2009 From: bendily at gmail.com (Brad Bendily) Date: Tue, 25 Aug 2009 21:26:13 -0500 Subject: [brlug-general] Phones In-Reply-To: References: <308a2c24.1ca2211.34df510.29@motion-labs.com> <006901ca22bb$b3044270$190cc750$@com> Message-ID: if there's anyone not to listen to, it's this jarred fella. at&t used to be cingular, who used to be at&t, who used to be bellsouth, who used to be bellsouth mobility who WAS the biggest carrier in south louisiana, so to me this gives the now at&t the best coverage in louisiana at least. however, i don't know if it's my iphone or poor tower location, i have found some bad areas in town. and, they say you shouldn't have problems when switching towers, but that's BS. On Tue, Aug 25, 2009 at 3:52 PM, Jarred White wrote: > Don?t listen to anything this dude Joshua Bolda says. > > > > Also what the hell man ? when did you get back into Baton Rouge? > > > > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf > Of Joshua Bolda > Sent: Tuesday, August 25, 2009 3:01 PM > To: general at brlug.net > Subject: Re: [brlug-general] Phones > > > > AT&T is great in Louisiana as long as you don't live in an apartment with > walls made of lead(like me.) > > I've had service with them since 2002 and I've always been pleased with it. > > On Fri, Aug 21, 2009 at 7:01 PM, Clay Smith wrote: > > I ditched Verizon about 6 years ago and have been very happy about the > coverage with AT&T. > > The company I work for ditched Nextel shortly after Katrina because I put > together a nice deal with a Cingular rep. Saved something like $1500/month > on cell service and we have fewer issues with crappy coverage. > > -----Original Message----- > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On Behalf > Of Edmund Cramp > Sent: Thursday, August 20, 2009 10:40 PM > To: 'general at brlug.net' > Subject: [brlug-general] Phones > > Anyone got a good suggestion for a cell phone provider? ?We've been long > time Nextel customers but Sprint seem to want to get rid of us. ?Mainly I'm > concerned about coverage - Sprint seem to have a very spotty service and > drops all calls at the I-10/I-12 split. > > I've looked at AT&T, Verizon and T-Mobile but you never really know what the > coverage is until you've used them for a few months. > > Regards, > Edmund Cramp - eac at motion-labs.com > -- > Hardware: The parts of a computer system that can be kicked. - Jeff Pesis > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > > ----------------------------------------------------------------------------------------------------- > Pursuant to IRS Circular 230 and IRS regulations we inform you that any > federal tax advice > contained in this communication is not intended or written to be used, and > cannot be used, > for the purpose of avoiding penalties imposed under the Internal Revenue > Code. > > ------------------------------------------------------------------------------------------------------------------ > Postlethwaite & Netterville Implements New Email Encryption Software to > Further Protect Confidential Data > > Confidentiality is a hallmark of the accounting profession and it is of the > utmost importance to our client > relationships. At P&N, we are committed to keeping your data confidential > which is why we are implementing > new email encryption software. This software inspects all outbound emails > from our firm. Emails that > contain attachments will require you to enter a password to download the > file. This ensures that your > confidential data cannot be read by anyone other than the intended > recipient. > > Emails with attachments will include a link to a secure web server. Click > on the link to download the attachment. > The first time you receive a secure email from the firm you will be required > to setup a password. This will > be your password to access future attachments. For our clients and others, > there will be a small step to > download the encrypted files; however, we believe the added confidentiality > benefits far outweigh the few > seconds that are required to access the attachment. > > If you have questions regarding this new process or if you forget your > password, please contact Jessica Aymond, > P&N Network Administrator, at 225.922.4600. > ===================================================================================================== > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -- Have Mercy & Say Yeah From bolda.mlist at gmail.com Sun Aug 30 00:34:07 2009 From: bolda.mlist at gmail.com (Joshua Bolda) Date: Sun, 30 Aug 2009 00:34:07 -0500 Subject: [brlug-general] Phones In-Reply-To: References: <308a2c24.1ca2211.34df510.29@motion-labs.com> <006901ca22bb$b3044270$190cc750$@com> Message-ID: I got back in BR around January, and I'm sick of traveling, so I've been looking for a good nerd job here in BR. The IT/oil combo I was doing was fun, but the lagging economy and being sick of 100% travel has me just wanting a job where I go to the same place every day. ps hire me I'm a system admin who knows everything about McDonald's On Tue, Aug 25, 2009 at 3:52 PM, Jarred White wrote: > Don?t listen to anything this dude Joshua Bolda says. > > > > Also what the hell man ? when did you get back into Baton Rouge? > > > > *From:* general-bounces at brlug.net [mailto:general-bounces at brlug.net] *On > Behalf Of *Joshua Bolda > *Sent:* Tuesday, August 25, 2009 3:01 PM > *To:* general at brlug.net > *Subject:* Re: [brlug-general] Phones > > > > AT&T is great in Louisiana as long as you don't live in an apartment with > walls made of lead(like me.) > > I've had service with them since 2002 and I've always been pleased with it. > > On Fri, Aug 21, 2009 at 7:01 PM, Clay Smith > wrote: > > I ditched Verizon about 6 years ago and have been very happy about the > coverage with AT&T. > > The company I work for ditched Nextel shortly after Katrina because I put > together a nice deal with a Cingular rep. Saved something like $1500/month > on cell service and we have fewer issues with crappy coverage. > > > -----Original Message----- > From: general-bounces at brlug.net [mailto:general-bounces at brlug.net] On > Behalf > Of Edmund Cramp > Sent: Thursday, August 20, 2009 10:40 PM > To: 'general at brlug.net' > Subject: [brlug-general] Phones > > Anyone got a good suggestion for a cell phone provider? We've been long > time Nextel customers but Sprint seem to want to get rid of us. Mainly I'm > concerned about coverage - Sprint seem to have a very spotty service and > drops all calls at the I-10/I-12 split. > > I've looked at AT&T, Verizon and T-Mobile but you never really know what > the > coverage is until you've used them for a few months. > > Regards, > Edmund Cramp - eac at motion-labs.com > -- > Hardware: The parts of a computer system that can be kicked. - Jeff Pesis > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > > > ----------------------------------------------------------------------------------------------------- > Pursuant to IRS Circular 230 and IRS regulations we inform you that any federal tax advice > contained in this communication is not intended or written to be used, and cannot be used, > for the purpose of avoiding penalties imposed under the Internal Revenue Code. > > ------------------------------------------------------------------------------------------------------------------ > Postlethwaite & Netterville Implements New Email Encryption Software to Further Protect Confidential Data > > Confidentiality is a hallmark of the accounting profession and it is of the utmost importance to our client > relationships. At P&N, we are committed to keeping your data confidential which is why we are implementing > new email encryption software. This software inspects all outbound emails from our firm. Emails that > contain attachments will require you to enter a password to download the file. This ensures that your > confidential data cannot be read by anyone other than the intended recipient. > > Emails with attachments will include a link to a secure web server. Click on the link to download the attachment. > The first time you receive a secure email from the firm you will be required to setup a password. This will > be your password to access future attachments. For our clients and others, there will be a small step to > download the encrypted files; however, we believe the added confidentiality benefits far outweigh the few > seconds that are required to access the attachment. > > If you have questions regarding this new process or if you forget your password, please contact Jessica Aymond, > P&N Network Administrator, at 225.922.4600. > ===================================================================================================== > > > > _______________________________________________ > General mailing list > General at brlug.net > http://mail.brlug.net/mailman/listinfo/general_brlug.net > > -------------- next part -------------- An HTML attachment was scrubbed... URL: