Hebrew PBM fonts

2000-10-11 Thread Jonathan Ben-Avraham
Hi, I need to convert Hebrew HTML or Hebrew text files into pbm or ps and then into g3 fax files. To do this I'll need Hebrew pbm fonts. Anyone know how to do this? - yba EE 77 7F 30 4A 64 2E C5 83 5F E7 49 A6 82 29 BA~. .~ TclTek Ltd. =}--

Re: anti virus.

2000-10-11 Thread Itamar Shtull-Trauring
Mike Almogy wrote: > What is the best Anti Virus for linux/UNIX ? > I need to scan for virus on Linux/Solaris/Digital Unix and my users mail. McAffe is not bad - you use the same updates as the Windows version. -- Itamar S.T. [EMAIL PROTECTED] Fingerprint = D365 7BE8 B81E 2B18 6534 025E D0E7

Re: anti virus.

2000-10-11 Thread Hetz Ben Hamo
mcafee is a pretty good one.. There is a small program (search in freshmeat.net) which uses the Mcafee antivirus engine and signature to check viruses on every incoming mail - it's a pretty good program and I used it on my previous job mail server and it was working perfectly Note - you'll need

Re: anti virus.

2000-10-11 Thread Moshe Zadka
On Wed, 11 Oct 2000, Mike Almogy wrote: > Hi list. > > What is the best Anti Virus for linux/UNIX ? Using software for which you have the source, or comes from a reputable company. -- Moshe Zadka <[EMAIL PROTECTED]> There is no IGLU cabal. http://advogato.org/person/moshez ==

Re: anti virus.

2000-10-11 Thread Shachar Shemesh
you forgot: and through a reputable distribution channel. I think, however, that the original post was not trying to protect against viruses for Linux, but rather protect, using Linux, from viruses for WinTel. Shachar Moshe Zadka wrote: > On Wed, 11 Oct 2000, Mike Almogy wr

RE: anti virus.

2000-10-11 Thread Chen Shapira
And you can add: Don't run as root what you can run as user. Don't give write permissions to files if you can avoid it. Patch any known security holes in your system. > -Original Message- > From: Shachar Shemesh [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 11, 2000 12:25 PM > To:

Re: anti virus.

2000-10-11 Thread Mike Almogy
Well, Both i hope :-) Mike --- Mofet Institute - Computer Dpt. +972-3-6901415 +972-52-562237 ~ - Original Message - From: "Shachar Shemesh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 11, 200

Re: anti virus.

2000-10-11 Thread Naor Weissman
Mike Almogy wrote: > Hi list. > > What is the best Anti Virus for linux/UNIX ? > I need to scan for virus on Linux/Solaris/Digital Unix and my users mail. > > Thanks, > > Mike > > --- > Mofet Institute - Computer Dpt. > +972-3-6901415 > +972-52-5622

apache/ force file proccess

2000-10-11 Thread Ben-Nes Michael
Hi Any one know how to tell the apache to process specific file before each file is processed ? like when i call file.html it will first server first_file.html and just then file.html -- -- Canaan Surfing Ltd. Internet Service Providers Ben-Nes Michael - Manager Tel: 972

Re: apache/ force file proccess

2000-10-11 Thread Moshe Zadka
On Wed, 11 Oct 2000, Ben-Nes Michael wrote: > Hi > > Any one know how to tell the apache to process specific file before each > file is processed ? What do you mean by "process"? If you're writing a C apache module, and you want to do something before every file serve, (or any other serve), jus

Kde Israel is looking for same help

2000-10-11 Thread Fialckove OR
Kde Israel is looking for people that will help to translate the kde site to hebrew, we just finish to translate 10 pages we want to translate the site before the the Release of KDE 2 everyone that want to help need to send me e-mail:[EMAIL PROTECTED] translate page take 5 minutes, there i

Re: apache/ force file proccess

2000-10-11 Thread Ben-Nes Michael
What i had in mind Is when surfer get into some directory (lets say admin), before every request a PHP script which exist in file.php must be served. Moshe Zadka wrote: > On Wed, 11 Oct 2000, Ben-Nes Michael wrote: > > > Hi > > > > Any one know how to tell the apache to process specific file be

RE: apache/ force file proccess

2000-10-11 Thread Chen Shapira
in ASP there's a file called global.asa which runs whenever a user enters the directory it sits in. Perhaps PHP can do something similar? > -Original Message- > From: Ben-Nes Michael [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 11, 2000 3:47 PM > To: [EMAIL PROTECTED] > Subject:

Re: apache/ force file proccess

2000-10-11 Thread Evgeny Zemlerub
If all files in this directory are parsed by php, then you can use command auto_prepend_file = something in php.ini Ben-Nes Michael wrote: > What i had in mind > > Is when surfer get into some directory (lets say admin), before every request > a PHP script which exist in file.php must be se

Re: apache/ force file proccess

2000-10-11 Thread Moshe Zadka
On Wed, 11 Oct 2000, Ben-Nes Michael wrote: > What i had in mind > > Is when surfer get into some directory (lets say admin), before every request > a PHP script which exist in file.php must be served. Here's how (it's not going to be easy): Write an Apache C module which is linked with libphp

Re: Kde Israel is looking for same help

2000-10-11 Thread Hetz Ben Hamo
Or, Is there a reason why the translation is done on Visual Hebrew? The upcoming QT 3.0 will force you to change it back to logical hebrew.. My suggestion would be to move the translation to Logical Hebrew first, then write the translations... Also, in the translation web page on KDE - Meny l

Re: Kde Israel is looking for same help

2000-10-11 Thread Tzafrir Cohen
On Wed, 11 Oct 2000, Hetz Ben Hamo wrote: > Or, > > Is there a reason why the translation is done on Visual Hebrew? This is a translation of KDE *site*, and not of the KDE desktop or documentation. > > The upcoming QT 3.0 will force you to change it back to logical hebrew.. As for the trans

multiprocessor motherboards

2000-10-11 Thread Geoffrey S. Mendelson
Hi, I am looking at buying a multiprocessor machine. Does anyone have motherboard recemendations? The machine will only run linux. The applications we want to try will be written using PVM. I'd like to get either a 2 way or 4 way board. TIA Geoff. -- Geoffrey S. Mendelson Tel: (03) 6944-

Re: multiprocessor motherboards

2000-10-11 Thread Ariel Biener
On Wed, 11 Oct 2000, Geoffrey S. Mendelson wrote: Hmmm. Tyan are the only ones who make 4 way that I know of in Israel. Iwill make dual with 133mhz bus, udma66 ide. Asus has also dual motheboards. I have a Asus P2B-DS, which is a BX based motherboard, with dual pIII 450Mhz. It has on board Adap

Re: apache/ force file proccess

2000-10-11 Thread Ben-Nes Michael
Working Gr8 :) Should be in much more viewable place in the manual Thx Ilya Konstantinov wrote: > On Wed, Oct 11, 2000 at 03:47:08PM +0200, Ben-Nes Michael wrote: > > What i had in mind > > > > Is when surfer get into some directory (lets say admin), before every request > > a PHP script which

Updated timezone files

2000-10-11 Thread Ilya Konstantinov
So, Shiranski's offer didn't hold up and we ended with a need for a new timezone file yet again - anyone has a new one updated? -- Best regards, Ilya Konstantinov = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsu

(no subject)

2000-10-11 Thread Pavel Bibergal
Hi all not so long time ago we changed the time to winter time, remember? :) so since i did it (using linuxconf) my time clock getting crazy.. everytime i reboot to windows and then come back to linux i see that my time is changed and it really tired to login as root everytime and change the time

Re: Updated timezone files

2000-10-11 Thread Jean-Daniel PAUGET
On Thu, 12 Oct 2000, Ilya Konstantinov wrote: > So, Shiranski's offer didn't hold up and we ended with > a need for a new timezone file yet again - > anyone has a new one updated? this one is quite good : ftp://elsie.nci.nih.gov/pub/ jd. -- (°- --

Re: (no subject)

2000-10-11 Thread Alex Chudnovsky
On Wed, 11 Oct 2000, Pavel Bibergal wrote: > Hi all > not so long time ago we changed the time to winter time, remember? :) > so since i did it (using linuxconf) my time clock getting crazy.. > everytime i reboot to windows and then come back to linux i see that my > time is changed and it really

ADSL HOWTO?

2000-10-11 Thread Hetz Ben Hamo
Hi All, Does any1 have the URL for ADSL howto? Thanks -- Hetz Ben Hamo = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECT

Re: ADSL HOWTO?

2000-10-11 Thread Hetz Ben Hamo
Oops - I forgot - the ADSL howto which works in Israel with the VPN stuff... Hetz Hetz Ben Hamo wrote: > > Hi All, > > Does any1 have the URL for ADSL howto? > > Thanks > > -- > Hetz Ben Hamo > > = > To unsubscribe, send mail t

Re: (no subject)

2000-10-11 Thread llx
Pavel Bibergal£¬ÄúºÃ£¡, ÔÚ 00-10-11 ÏÂÎç 11:17:00 ÄúдµÀ£º >Hi all >not so long time ago we changed the time to winter time, remember? :) >so since i did it (using linuxconf) my time clock getting crazy.. >everytime i reboot to windows and then come back to linux i see that my time is changed >