Re: [WISPA] Linux command question

2007-12-16 Thread Scott Lambert
On Sat, Dec 15, 2007 at 09:45:50AM -0600, Mike Hammett wrote: Would the following command remove ../../Templates/ from all files in the /home/devicsil/public_html/Templates directory? for file in ls /home/devicsil/public_html/Templates ; do sed -e 's/..\/..\/Templates\///g' $file echo

Re: [WISPA] Linux command question

2007-12-16 Thread Scott Lambert
On Sun, Dec 16, 2007 at 03:02:30AM -0600, Scott Lambert wrote: If your sed does not support the inplace argument, you will need to do something like: for file in `ls /home/devicsil/public_html/Templates` ; do mv $file $file.bak; sed -e 's|\.\./\.\./Templates/||g' $file.bak $file;

Re: [WISPA] Fiber

2007-12-16 Thread Matt Liotta
Travis Johnson wrote: Hi, This is very true... we install a small UPS along with the switch to help with power issues... but with 70+ customers on the ring right now, we have not seen any issues. If a single customer goes down, the ring is still fully functional for everyone else. At that

RE: [WISPA] Fiber

2007-12-16 Thread Dennis Burgess
Sweet stuff.I do have Mikrotiks with Dual GigE Fiber Ports if someone is interested. Dennis Burgess www.mikrotikrouter.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Liotta Sent: Sunday, December 16, 2007 8:24 AM To: WISPA General List

RE: [WISPA] Fiber

2007-12-16 Thread Mac Dearman
Dennis, Are you a vendor member of WISPA? If so, please accept my apologies for asking, but if you are not a vendor member then you need to be for several reasons: 1. We need active vendor members since it actual vendor member funds that allow us to accomplish our goals for all WISPs across

Re: [WISPA] Fiber

2007-12-16 Thread Travis Johnson
Matt, We have not considered that, but it comes down to cost as well. We charge a $500 setup fee to get the fiber installed at the customer prem. It costs us about $1,000 to actually get the fiber installed including the Cisco switch with GBIC's. I understand the idea of CWDM and ADMs, but

Re: [WISPA] Fiber

2007-12-16 Thread Matt Liotta
Travis Johnson wrote: Matt, We have not considered that, but it comes down to cost as well. We charge a $500 setup fee to get the fiber installed at the customer prem. It costs us about $1,000 to actually get the fiber installed including the Cisco switch with GBIC's. I understand the idea

Re: [WISPA] Fiber

2007-12-16 Thread John J. Thomas
If the drop is 550', you can use Multi mode and the termination is considerably cheaper. As for individual strands, there is probably a balance where it makes sense to not necessarily drop 128 strands, but do something more than 6 strands. John -Original Message- From: George

Re: [WISPA] Fiber

2007-12-16 Thread George Rogato
Matt do you have any product numbers for the equipment your using? George Matt Liotta wrote: Travis Johnson wrote: Matt, We have not considered that, but it comes down to cost as well. We charge a $500 setup fee to get the fiber installed at the customer prem. It costs us about $1,000 to