Re: simple echo into multiple files...

2017-01-27 Thread Cameron Simpson
On 25Jan2017 08:42, Ian Pilcher wrote: On 01/25/2017 08:02 AM, bruce wrote: say you have aa.aa aaa.aa is there a "simple" way to do echo 'b' > *.aa If you don't need to doing it with an arbitrary number of files, you can do this with one or more tee(1) commands. For example: echo 'b' | te

Re: simple echo into multiple files...

2017-01-27 Thread Matthew Miller
On Fri, Jan 27, 2017 at 09:49:28AM +1100, Cameron Simpson wrote: > You can do it with a single tee command you know: > echo b | tee *.aa >/dev/null > or more likely (depends on the OP's use case): > echo b | tee -a *.aa >/dev/null Be aware that if there are no files matching *.aa, you will get a

Re: IP Camera -

2017-01-27 Thread poma
On 26.01.2017 20:35, Bob Goodwin wrote: > On 01/26/17 14:01, Samuel Sieb wrote: >> On 01/26/2017 10:44 AM, Bob Goodwin >> wrote: >>> I've tried VLC which works with some >>> much older cameras that use mjpg, >>> but I haven't been able to find a >>> string that doesn't produce an error >>> and w

Re: [...] D-Link DWA-192 - Realtek RTL8814AU WiFi USB 3.0

2017-01-27 Thread poma
On 26.01.2017 22:12, Stephen Morris wrote: > On 24/01/2017 15:12, poma wrote: >> On 23.01.2017 21:14, Stephen Morris wrote: >>> On 23/01/2017 08:27, poma wrote: On 22.01.2017 21:49, Stephen Morris wrote: > On 23/01/2017 00:43, poma wrote: >> On 21.01.2017 21:00, poma wrote: >>> On

Re: IP Camera -

2017-01-27 Thread Ed Greshko
On 01/27/17 03:35, Bob Goodwin wrote: > On 01/26/17 14:01, Samuel Sieb wrote: >> On 01/26/2017 10:44 AM, Bob Goodwin wrote: >>> I've tried VLC which works with some much older cameras that use mjpg, >>> but I haven't been able to find a string that doesn't produce an error >>> and worse yet locks

Re: IP Camera -

2017-01-27 Thread Bob Goodwin
On 01/27/17 09:04, Ed Greshko wrote: Downloading the manual http://www.foscam.com/Uploads/ProductFiles/2016-10-28/C1%20C2%20User%20Manual%20V2.1.zip and then reading it suggests using "vlc" as an alternative for access. According to the manual, the rtsp port is 554 and not 88 as you've entered

Re: IP Camera -

2017-01-27 Thread Ed Greshko
On 01/28/17 02:13, Bob Goodwin wrote: > I've changed the ip-address and my daughter set up our iPhones to connect via > wifi. I > believe she used port 88 and an non-Foscom application she found on the apple > site. > She's satisfied with that part for use in the barn but I am still interested

Re: IP Camera -

2017-01-27 Thread Bob Goodwin
On 01/27/17 15:27, Ed Greshko wrote: Do you get the camera's webpage when you go to... http://192.168.1.153:88/ ? Note that is "http" and not "rtsp".(Is the IP still 192.168.1.153 ?) Real Time Streaming Protocol (RTSP) is for the Video/Audio of the camera and port 554 while access to

Re: IP Camera -

2017-01-27 Thread Samuel Sieb
On 01/27/2017 10:13 AM, Bob Goodwin wrote: I've changed the ip-address and my daughter set up our iPhones to connect via wifi. I believe she used port 88 and an non-Foscom application she found on the apple site. She's satisfied with that part for use in the barn but I am still interested in acce

Re: IP Camera -

2017-01-27 Thread Bob Goodwin
On 01/27/17 16:16, Samuel Sieb wrote: The easiest way to get some information on what's happening would be to run wireshark or tcpdump and find out what connections the iphone is making. Assuming the camera is wired, you could run tcpdump on your dd-wrt router and filter for the camera's

Re: IP Camera -

2017-01-27 Thread Ed Greshko
On 01/28/17 05:06, Bob Goodwin wrote: > The "Real Time Streaming Protocol" also does not work in VLC. I have other > video cameras > that it handles as mjpg.video, but nothing I tried there will work with this > Foscam c1. > > Yes I get a web page but only the first page. It asks me to download

Re: IP Camera -

2017-01-27 Thread Ed Greshko
On 01/28/17 06:18, Ed Greshko wrote: > > On 01/28/17 05:06, Bob Goodwin wrote: >> The "Real Time Streaming Protocol" also does not work in VLC. I have other >> video cameras >> that it handles as mjpg.video, but nothing I tried there will work with this >> Foscam c1. >> >> Yes I get a web page

Selective VPN

2017-01-27 Thread Patrick O'Callaghan
I have a subscription to a commercial VPN provider and would like to configure certain applications to always use VPN connections as far as the provider while everything else goes through as normal. Note that this needs to work for arbitrary remote sites so the VPN is basically acting as a proxy ra

Re: Selective VPN

2017-01-27 Thread Mike Wright
On 01/27/2017 02:36 PM, Patrick O'Callaghan wrote: I have a subscription to a commercial VPN provider and would like to configure certain applications to always use VPN connections as far as the provider while everything else goes through as normal. Note that this needs to work for arbitrary remo

Re: Selective VPN

2017-01-27 Thread Patrick O'Callaghan
On Fri, 2017-01-27 at 14:53 -0800, Mike Wright wrote: > On 01/27/2017 02:36 PM, Patrick O'Callaghan wrote: > > I have a subscription to a commercial VPN provider and would like to > > configure certain applications to always use VPN connections as far as > > the provider while everything else goes

Re: Selective VPN

2017-01-27 Thread Samuel Sieb
On 01/27/2017 03:55 PM, Patrick O'Callaghan wrote: Thanks. The versions I'd seen before didn't involve containers but I'll take a look. I might be wrong, but my understanding is that if you're using namespacing, you've created a container. The level of "containerization" depends on which (and

Re: Selective VPN

2017-01-27 Thread Patrick O'Callaghan
On Fri, 2017-01-27 at 16:04 -0800, Samuel Sieb wrote: > On 01/27/2017 03:55 PM, Patrick O'Callaghan wrote: > > Thanks. The versions I'd seen before didn't involve containers but I'll > > take a look. > > > > I might be wrong, but my understanding is that if you're using > namespacing, you've cre

Re: Selective VPN

2017-01-27 Thread Mike Wright
On 01/27/2017 04:04 PM, Samuel Sieb wrote: On 01/27/2017 03:55 PM, Patrick O'Callaghan wrote: Thanks. The versions I'd seen before didn't involve containers but I'll take a look. I might be wrong, but my understanding is that if you're using namespacing, you've created a container. The level

hosts file not being taking into consideration

2017-01-27 Thread Frederic Muller
Hi! Using F25 and as the title mention when I add an "IP domain" into my hosts file it doesn't seem to work anymore. It has worked consistently even under F25 until recently. Ping however works fine (in the sense it is replying with the IP set up in the hosts file. I did some googling but all th

Re: hosts file not being taking into consideration

2017-01-27 Thread Samuel Sieb
On 01/27/2017 09:26 PM, Frederic Muller wrote: Using F25 and as the title mention when I add an "IP domain" into my hosts file it doesn't seem to work anymore. It has worked consistently even under F25 until recently. Ping however works fine (in the sense it is replying with the IP set up in the

Re: hosts file not being taking into consideration

2017-01-27 Thread Tim
Allegedly, on or about 28 January 2017, Frederic Muller sent: > Using F25 and as the title mention when I add an "IP domain" into my > hosts file it doesn't seem to work anymore. It has worked consistently > even under F25 until recently. More details needed... Give an example from your hosts f

Re: hosts file not being taking into consideration

2017-01-27 Thread Marvin Kosmal
Can you post your hosts file? On Fri, Jan 27, 2017 at 10:10 PM, Samuel Sieb wrote: > On 01/27/2017 09:26 PM, Frederic Muller wrote: > >> Using F25 and as the title mention when I add an "IP domain" into my >> hosts file it doesn't seem to work anymore. It has worked consistently >> even under