Re: sendsms - redirected input

2004-10-18 Thread amos
That's wrong. If /tmp/tmp-sms contains multiple lines then sendsms would be invoked separatly for each one of them. Beside that, when you use xargs to read a file then "cat" is redundand, you can just do: xargs sendsms < /tmp/tmp-sms (but my previous point still holds - multiple lines will cause mu

Re: focus site in Linux browser?

2004-10-18 Thread Uri Bruck
Stiven Andre wrote: Hi list. Anyone knows why http://focus.msn.co.il/ doesn't work in any Linux browser? Should I install something to make it work or it's just incompatible :-(? Regards Stiven. An included javascript file for the main page starts with: var xmlDoc = new ActiveXObject("Msxml

focus site in Linux browser?

2004-10-18 Thread Stiven Andre
Hi list. Anyone knows why http://focus.msn.co.il/ doesn't work in any Linux browser? Should I install something to make it work or it's just incompatible :-(? Regards Stiven. -- GON mail server scanned this email for viruses and dangerous content. =

Re: sendsms - redirected input

2004-10-18 Thread Yedidyah Bar-David
On Mon, Oct 18, 2004 at 11:13:21PM +0200, Shlomo Solomon wrote: > First of all, thanks to both Oren and Yosef. Both solutions worked. > > But, now I'm confused. Isn't the whole point of redirection that you can use a > file to get input or accept output even if the program was originally desiged

Re: sendsms - redirected input

2004-10-18 Thread Oron Peled
On Monday 18 October 2004 23:13, Shlomo Solomon wrote: > First of all, thanks to both Oren and Yosef. Both solutions worked. But my name was obfuscated :-) [it's Oron] > But, now I'm confused. Isn't the whole point of redirection that > you can use a file to get input or accept output even if th

Re: sendsms - redirected input

2004-10-18 Thread Shlomo Solomon
First of all, thanks to both Oren and Yosef. Both solutions worked. But, now I'm confused. Isn't the whole point of redirection that you can use a file to get input or accept output even if the program was originally desiged to work only from the command line? I don't see why the pipe or redirec

Re: sendsms - redirected input

2004-10-18 Thread Yosef Meller
Oron Peled wrote: Now if you really insist that the file would contain: me "Shlomo" "this is a test message" Than you can do some shell judo: eval sendsms "`cat /tmp/tmp-sms`" Or simply: cat /tmp/tmp-sms | xargs sendsms -- "No, I do not contain myself," were the final words from the set of

Re: sendsms - redirected input

2004-10-18 Thread Oron Peled
On Monday 18 October 2004 19:19, Shlomo Solomon wrote: > I looked at the program and saw that this message means an incorrect > number of argyments. The program is currently designed to get all its arguments from the command line. However... > And the following doesn't work: > sendsms < /tmtp/tmp

Welcome to Linux 2004

2004-10-18 Thread Shlomi Fish
Hi all! The Welcome to Linux 2004 series will be held starting at 3 November, 2004. A web-site for the series was prepared: http://welcome.linux.org.il/ The Linux Day site is at: http://welcome.linux.org.il/linuxday/ We could use that everybody publicize this series and put its banner[1] in

Re: Changing led state in xkb

2004-10-18 Thread ik
On Monday 18 October 2004 09:25, Tzafrir Cohen wrote: > On Sun, Oct 17, 2004 at 11:52:07PM +0200, ik wrote: > > Hello List, > > > > I'm creating a keyboard interface for an IDE. For now i know the > > current state of the LEDs (numlock, capslock scrolllock), but I wish > > also to be able to cha

sendsms - redirected input

2004-10-18 Thread Shlomo Solomon
I've been playing with a bash script to use Nadav Harel's sendsms using input redirected from a file. For some reason it doesn't work. I get the error message: Usage: /home/solomon/bin/sendsms [-lh] [-u 1/2/3] phonenum sender message I looked at the program and saw that this message means an inc

Re: Fluxbox and hebrew window titles

2004-10-18 Thread Tzafrir Cohen
On Mon, Oct 18, 2004 at 04:34:39PM +0200, DToNAToR wrote: > Under the latest fluxbox window titles with any hebrew in it are not displayed > correctly. It just stays with the last english title this window had. > > With mozilla for example when I browse google its all good. > But when I switch to

RE: Apache startup with SSL keys

2004-10-18 Thread Uzi Refaeli
create a the file SSLPASS.sh under conf (or where ever you want...) as: #!/bin/bash echo mypasswordhere now add this line to the httpd.conf file: SSLPassPhraseDialog exec:conf/SSLPASS.sh It should do the trick. -Original Message- From: Omer Segev [mailto:[EMAIL PROTECTED] Sent: Monday

Fluxbox and hebrew window titles

2004-10-18 Thread DToNAToR
Under the latest fluxbox window titles with any hebrew in it are not displayed correctly. It just stays with the last english title this window had. With mozilla for example when I browse google its all good. But when I switch to some hebrew web page the title is still google's. Any know solutio

Verifying DomainKeys with Thunderbird?

2004-10-18 Thread amos
Now the Gmail startted sending DomainKeys for outgoing mail, is anyone aware of a way for Thunderbird to verify these keys? Googling around haven't turned out anything for me. Cheers, --Amos = To unsubscribe, send mail to [EMAIL PROTE

Re: Apache startup with SSL keys

2004-10-18 Thread Shachar Shemesh
[EMAIL PROTECTED] wrote: VK wrote: Of course, storing key in plain text is less secure. Of course. So what do people of the real world do? I don't suppose they expect to have to attend every server restart do they? Is there some hardware setup which can help them with that maybe? No. They just pu

Re: Apache startup with SSL keys

2004-10-18 Thread amos
Yedidyah Bar-David wrote: You have to realize this is an inherent problem, not something technical you can work around. If you want encryption, you have to supply a key. If you do not want to do that yourself at boot, you have to put it in the server somehow. Some ways to put it in the server are m

RE: Network problems with FC2 [Solved?]

2004-10-18 Thread Micha Silver
> -Original Message- > From: Andre Baryudin [mailto:[EMAIL PROTECTED] > Sent: Monday, October 11, 2004 11:58 PM > To: [EMAIL PROTECTED] > Subject: Re: Network problems with FC2 [Solved?] > > > > On Mon, Oct 11, 2004 at 06:47:48PM +0100, Andre Baryudin wrote: > > > Looks like my problem

Re: Apache startup with SSL keys

2004-10-18 Thread Yedidyah Bar-David
On Mon, Oct 18, 2004 at 10:41:33AM +0200, [EMAIL PROTECTED] wrote: > VK wrote: > > >Of course, storing key in plain text is less secure. > > > Of course. > > So what do people of the real world do? I don't suppose they expect to have I do not know, never been there :-) > > to attend every serv

Re: Apache startup with SSL keys

2004-10-18 Thread amos
VK wrote: You can create server key without passphraze or convert encrypted key to plain using openssl rsa -in server.key.old -out server.key Of course, storing key in plain text is less secure. Of course. So what do people of the real world do? I don't suppose they expect to have to attend every s

Re: Apache startup with SSL keys

2004-10-18 Thread Tzafrir Cohen
On Mon, Oct 18, 2004 at 09:14:33AM +0200, Omer Segev wrote: > Hi all. > > I have installed a new apache server on FC2. > I created an SSL keys and certificates. > Whenever i restart the httpd service he asks me to enter the cert password, > in order to complete the task. > Is there any way it can

Re: Apache startup with SSL keys

2004-10-18 Thread VK
You can create server key without passphraze or convert encrypted key to plain using openssl rsa -in server.key.old -out server.key Of course, storing key in plain text is less secure. Rgds, Vitaly Karasik = To unsubscribe, send ma

Re: [OT/2] Looking for a VB programmer to help me convert a VB program to Linux

2004-10-18 Thread Eran Sandler
[EMAIL PROTECTED] wrote: 1. Does anyone here have the ability and will to help me with the VB program? Hi Amos, I can help you if you wish, just Email me the program and tell me what is the different output you are getting. I can give you an important tip right now even before you send it. In VB

Re: Changing led state in xkb

2004-10-18 Thread Tzafrir Cohen
On Sun, Oct 17, 2004 at 11:52:07PM +0200, ik wrote: > Hello List, > > I'm creating a keyboard interface for an IDE. For now i know the > current state of the LEDs (numlock, capslock scrolllock), but I wish > also to be able to change it into diffrent state (if it's on to set it > off etc..). I

Apache startup with SSL keys

2004-10-18 Thread Omer Segev
Hi all.   I have installed a new apache server on FC2. I created an SSL keys and certificates. Whenever i restart the httpd service he asks me to enter the cert password, in order to complete the task. Is there any way it can be done automaticlly? I have a probelm every time the server makes a