Re: Can a PHP script run in the background?

2007-03-12 Thread Chaim Keren Tzion
Great script! I just used it with the following text: Subject: Please Do Something for Polard Today Please do something for Polard today. You're welcome, Chaim On Wednesday 07 March 2007 12:51, Uri Even-Chen wrote: Hi people, I wrote a PHP program that sends E-mail to 121 E-mail addresses

apache behind firewall

2007-03-12 Thread Valery Reznic
Good day. I have apache server behind firewall, which block all incoming connection and allow all outgoing and I'd like to access it from outside Is it a way to access this apache server from outside ? (something like ssh's option -R ) Valery.

Leumit not working in Firefox

2007-03-12 Thread Dotan Cohen
Please call Leumit (1-700-705-705) and complain that they are idiots, er no, that Leumit.co.il does not work in Firefox. Specifically, the login page for blood checks is all M$-specific Javascript and it is impossible to use with Firefox, Opera, Konqueror, etc. They require 500 NIS of software

do I have some method to manipulating calling shell environment variables?

2007-03-12 Thread Maxim Veksler
Hi list, I would like to make changes to my environment variables, using automation (script) that is called conditionally (that is after bashrc was sourced). Do I have some method of doing this in bash? The following obvious method sadly doesn't work: [EMAIL PROTECTED] builder]$ cat setenv.sh

Re: do I have some method to manipulating calling shell environment variables?

2007-03-12 Thread Meir Kriheli
Maxim Veksler wrote: Hi list, I would like to make changes to my environment variables, using automation (script) that is called conditionally (that is after bashrc was sourced). Do I have some method of doing this in bash? The following obvious method sadly doesn't work: [EMAIL

Re: apache behind firewall

2007-03-12 Thread Peter
On Mon, 12 Mar 2007, Valery Reznic wrote: Good day. I have apache server behind firewall, which block all incoming connection and allow all outgoing and I'd like to access it from outside Is it a way to access this apache server from outside ? (something like ssh's option -R ) You are

Re: apache behind firewall

2007-03-12 Thread Valery Reznic
--- Peter [EMAIL PROTECTED] wrote: On Mon, 12 Mar 2007, Valery Reznic wrote: Good day. I have apache server behind firewall, which block all incoming connection and allow all outgoing and I'd like to access it from outside Is it a way to access this apache server from outside

Can I disable kernel switching?

2007-03-12 Thread Shlomi Fish
Hi all! Here at work, we would like to test our two-ports network card using a loopback self-test. What we want to do is to connect a cable between the two ports and transfer packets from one port to the other. However, if we say assign the first port the Interface of eth1 and the IP of $IP1,

Re: apache behind firewall

2007-03-12 Thread Boaz Rymland
On Mon, Mar 12, 2007 at 08:47:33AM -0700, Valery Reznic wrote: --- Peter [EMAIL PROTECTED] wrote: On Mon, 12 Mar 2007, Valery Reznic wrote: Good day. I have apache server behind firewall, which block all incoming connection and allow all outgoing and I'd like to access

Re: do I have some method to manipulating calling shell environment variables?

2007-03-12 Thread Meir Kriheli
Meir Kriheli wrote: Maxim Veksler wrote: Hi list, I would like to make changes to my environment variables, using automation (script) that is called conditionally (that is after bashrc was sourced). Do I have some method of doing this in bash? The following obvious method sadly doesn't

Re: sendmail question - discard messages on out of disk

2007-03-12 Thread Amos Shapira
On 05/03/07, Jonathan Ben Avraham [EMAIL PROTECTED] wrote: Hi Amos, I don't know how to answer your question inside Sendmail. Hi Jonathan, sorry for getting back so late - very limited access to GMail in the last couple of weeks. I would opt for a (simple and dirty) solution outside of

Re: apache behind firewall

2007-03-12 Thread Amos Shapira
On 13/03/07, Valery Reznic [EMAIL PROTECTED] wrote: http://tldp.org/HOWTO/IP-Masquerade-HOWTO/forwarders.html I saw this link before. Or I don't understand how can I use this HOWTO or I don't explain myself plain :( . Let me try again. There is computer A, Firewall F, and another linux box B

Re: Just another project management question

2007-03-12 Thread Amos Shapira
On 27/02/07, Oded Arbel [EMAIL PROTECTED] wrote: I'm looking for a project management software that I can run on my Linux box as well as have my partners use on their windows platform (or interoperate using some standard file format). The main problem I'm having is that we have a few large

Re: Can I disable kernel switching?

2007-03-12 Thread Oron Peled
On Monday, 12 בMarch 2007, Shlomi Fish wrote: Here at work, we would like to test our two-ports network card using a loopback self-test. What we want to do is to connect a cable between the two ports and transfer packets from one port to the other. However, if we say assign the first port the

Re: Configuring BIND - DNS server

2007-03-12 Thread Uri Even-Chen
OK, I understand. Thanks. I'm not going to change the current configuration right away, but I took this issue into account. Currently it's technically too complicated and time consuming to run 2 separate BIND servers on the same machine, and I only have one IP address. But if there will be an

Re: Can I disable kernel switching?

2007-03-12 Thread Shlomi Fish
Hi Oron! On 3/12/07, Oron Peled [EMAIL PROTECTED] wrote: On Monday, 12 בMarch 2007, Shlomi Fish wrote: Here at work, we would like to test our two-ports network card using a loopback self-test. What we want to do is to connect a cable between the two ports and transfer packets from one port

Re: Can I disable kernel switching?

2007-03-12 Thread Amos Shapira
On 13/03/07, Oron Peled [EMAIL PROTECTED] wrote: First, terminology: s/switching/forwarding/ Either: echo 0 /proc/sys/net/ipv4/ip_forward Or the equivalent: sysctl -w net.ipv4.ip_forward=0 Now you can send/receive packets from all your network interfaces but there's no

Re: Fax over VoIP

2007-03-12 Thread Amos Shapira
On 11/03/07, Geoffrey S. Mendelson [EMAIL PROTECTED] wrote: None of the people responding that had cable modems were able to do it. HOT technical support told me that it did not work due to the design of their network. I looked this too - I have a SIP VoIP line over ADSL at home which works

Re: Can I disable kernel switching?

2007-03-12 Thread Shlomi Fish
On Monday 12 March 2007, Amos Shapira wrote: On 13/03/07, Oron Peled [EMAIL PROTECTED] wrote: First, terminology: s/switching/forwarding/ Either: echo 0 /proc/sys/net/ipv4/ip_forward Or the equivalent: sysctl -w net.ipv4.ip_forward=0 Now you can send/receive

RE: Configuring BIND - DNS server

2007-03-12 Thread Imri Zvik \( Smile \)
You can enjoy the benefits of Ariel's configuration tips, without running two instances of Bind. Read on Bind's views feature (http://www.zytrax.com/books/dns/ch7/view.html). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Uri Even-Chen Sent:

Re: Fax over VoIP

2007-03-12 Thread Geoffrey S. Mendelson
On Tue, Mar 13, 2007 at 05:18:47AM +1100, Amos Shapira wrote: The proper way to do that is to use a T.38 gateway so your T.38 FAX machine actually sends IP packets with the data to the gateway which will then convert it back to POTS analogue signal for the other side. It depends. IMHO the

Re: apache behind firewall

2007-03-12 Thread Peter
Q1: what kind of firewall ? NAT ? direct ? stateless ? stateful ? Q2: what type ? (linux, router, bsd, cisco ...) Peter _ = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message body, e.g., run

Re: Fax over VoIP

2007-03-12 Thread Peter
On Tue, 13 Mar 2007, Amos Shapira wrote: because the specifications just don't add up (the combination of the sound quality of VoIP and the requirements for a proper fax transmission). G711 is the SAME quality as POTS, or better. But you have to get rid of dropouts of any kind. Peter

Re: do I have some method to manipulating calling shell environment variables?

2007-03-12 Thread Maxim Veksler
On 3/12/07, Meir Kriheli [EMAIL PROTECTED] wrote: Sorry for replying to my own post, but looks like the list manager removed the dot at the beginning of the 1st method (something to do with list commands maybe ?). It appears in my sent folder. It should be: . setenv.sh Testing: . setenv.sh

Re: Leumit not working in Firefox

2007-03-12 Thread Arieh Skliarouk
Hi, Fortunately, health care clinics in Israel are doing whatever they can to retain peoples, especially the young and healthy ones. If we can wrap the firefox requirement into something like the other health clinics _does_ allows clients to..., they would listen. So my questions are: 1.

Re: Just another project management question

2007-03-12 Thread יובל האגר
ביום שני 12 מרץ 2007, 19:24, נכתב על ידי Amos Shapira: On 27/02/07, Oded Arbel [EMAIL PROTECTED] wrote: I'm looking for a project management software that I can run on my Linux box as well as have my partners use on their windows platform (or interoperate using some standard file format).

Re: apache behind firewall

2007-03-12 Thread Valery Reznic
--- Boaz Rymland [EMAIL PROTECTED] wrote: On Mon, Mar 12, 2007 at 08:47:33AM -0700, Valery Reznic wrote: --- Peter [EMAIL PROTECTED] wrote: On Mon, 12 Mar 2007, Valery Reznic wrote: Good day. I have apache server behind firewall, which block all incoming

Re: apache behind firewall

2007-03-12 Thread Valery Reznic
--- Peter [EMAIL PROTECTED] wrote: Q1: what kind of firewall ? NAT ? direct ? stateless ? stateful ? A1: no idea Q2: what type ? (linux, router, bsd, cisco ...) A2: No idea. I just know, that all incoming connections are blocked. But never mind - ssh -R solve the problem Valery

Re: apache behind firewall

2007-03-12 Thread Boaz Rymland
Valery Reznic wrote: [ snip ] http://tldp.org/HOWTO/IP-Masquerade-HOWTO/forwarders.html I saw this link before. Or I don't understand how can I use this HOWTO or I don't explain myself plain :( . Let me try again. There is computer A, Firewall F, and another linux

Re: apache behind firewall

2007-03-12 Thread Valery Reznic
--- Boaz Rymland [EMAIL PROTECTED] wrote: Thank you, it did thet trick. I just don't realized before, that 'ssh -R' create prot forwardind for everything, I was thinking it can be used just for ssh itself. Port forwarding simply does... port forwarding :-) , regardless of

Re: Leumit not working in Firefox

2007-03-12 Thread Constantine Shulyupin
You may start open letter at http://www.iglu.org.il/wiki/index.php/Main_Page to support browser friendly sites. On 3/12/07, Arieh Skliarouk [EMAIL PROTECTED] wrote: Hi, Fortunately, health care clinics in Israel are doing whatever they can to retain peoples, especially the young and healthy

Re: Can I disable kernel switching?

2007-03-12 Thread Amos Shapira
On 13/03/07, Shlomi Fish [EMAIL PROTECTED] wrote: On Monday 12 March 2007, Amos Shapira wrote: On 13/03/07, Oron Peled [EMAIL PROTECTED] wrote: First, terminology: s/switching/forwarding/ Either: echo 0 /proc/sys/net/ipv4/ip_forward Or the equivalent: sysctl -w

Re: Can I disable kernel switching?

2007-03-12 Thread Shachar Shemesh
Amos Shapira wrote: I'm still curious, though - will the Linux kernel in your situation go through the hassle to assemble and transmit Ethernet frames or will it notice that it's actually sending to its own address and just say sod it - I'll just copy the buffer in memory (which is what I half