[OT] Job Offer -- Linux system administrator.

2003-10-08 Thread Leonid Podolny
This job offer applies mainly to Technion students, but other higher education institutes students are also welcome. Bosmat Junior Technical College is looking for a good Linux system administrator. Requirements: Excellent Linux system administration skills Networks (TCP/IP) knowledge PC hardwa

HP7550a Plotter/ PCB Design software

2003-10-08 Thread Geoffrey S. Mendelson
Is there anyone out there running an HP7550a or similar plotter? It works with CUPS using xon-xoff handshaking but not rts/cts. Which do you use? I'm using Red Hat 9 with CUPS cups-1.1.17-13.3 and kernel 2.4.20-20.9. Is there any PCB design software that runs under linux and uses this plotter? I

A good network filter based on linux?

2003-10-08 Thread Nathan Fain
Anyone know of a linux or unix based content filter gateway system? That filters at least smtp traffic, pop3 being the next in priority and http and ftp being useful features. We have up to this point been using CA's eTrust as our traffic filter. It filters incoming and outgoing http, ftp, po

Re: Linux-il archives to be closed

2003-10-08 Thread Evgeny Stambulchik
Boris Ratner wrote: Evgeny Stambulchik wrote: Of course, it would be possible (albeit far from optimal, IMHO). Moreover, this was indeed the solution WICC suggested to me quite a while ago, and I accepted it (although, again, I believe that such a complication was completely unnecessary). However,

RE: Linux-il archives to be closed

2003-10-08 Thread Tal, Shachar
Don't be alarmed regarding WICC's complete lack of response. Having worked for the another university's CC (while being a student), I remember being truely amazed by how much politics alone call the shots in this kind of places, on topic such as salaries, promotions/demotions, who get sabatticals,

Re: Linux-il archives to be closed

2003-10-08 Thread Evgeny Stambulchik
Evgeny Stambulchik wrote: to install a simple filter (discarding executable types in the attachments) Actually, a smart anti-spam filter would help even more since most of the worms are distributed in messages that are easily recognized as spam. Regards, Evgeny

Re: linux compatible online maps site?

2003-10-08 Thread Ittay Dror
On Fri, 2003-09-26 at 02:47, Ilya Konstantinov wrote: > There's no Java or Flash used on this site, just cleverly-made > cross-browser DHTML (JavaScript). Really a piece of fine work! > > Works on Mozilla 1.4. Java was not loaded. Flash was only used for > the ad banner. > > BTW, their site is a

Re: Web Browsing Behind ISA Server HOWTO

2003-10-08 Thread dittigas
NTLM Auhtentication was added to Mozilla as of 1.4 on Windows only using SSPI. AFAIK there's *no* support on other platforms. On Tue, 2003-10-07 at 12:23, Assaf Flatto wrote: > > Hello > > > > I'm trying to use the Web Browsing Behind ISA Server HOWTO to use my > > Linux machine on the compa

Re: Web Browsing Behind ISA Server HOWTO

2003-10-08 Thread Oded Arbel
On Wednesday 08 October 2003 16:10, dittigas wrote: > NTLM Auhtentication was added to Mozilla as of 1.4 on Windows only using > SSPI. AFAIK there's *no* support on other platforms. There are several projects that do NTLM authentication on linux - search freshmeat.net for NTLM. there's even a per

Re: Web Browsing Behind ISA Server HOWTO

2003-10-08 Thread dittigas
On Wed, 2003-10-08 at 16:44, Oded Arbel wrote: > On Wednesday 08 October 2003 16:10, dittigas wrote: > > NTLM Auhtentication was added to Mozilla as of 1.4 on Windows only using > > SSPI. AFAIK there's *no* support on other platforms. > > There are several projects that do NTLM authentication on l

OpenVPN, from the 1st of October supports Win32

2003-10-08 Thread Noam Rathaus
Hi, I know this is the Linux-IL mailing list, but I am not sure how many of you out there know: OpenVPN (an excellent project for VPN support) now has a very stable (Just don't Ctrl-C the Console Window :] ) Windows port of their VPN client (and server). What it basically means: 1) You can VPN

Re: Search engine for http://mirror.hamakor.org.il/archives/linux-il ?

2003-10-08 Thread linux-il
On Tuesday 07 October 2003 19:45, Shachar Shemesh wrote: > Shaul Karl wrote: > It seems Evgeny's archives are HTML only, and are therefor totally > non-portable. Oh! Com'on, this is Open Source we are talking about! Nothing is impossible. Evgeny - would you send me a sample HTML file and I'll try

UTR#9 - Unicode BiDi (was Re: OpenOffice BiDi kudos)

2003-10-08 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 04 Oct 2003 15:01:04 +0200, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > > Eran Tromer wrote: > > > OOe 1.1 seems to have the usual hebrew-hyphen-number problem > > ("H-5" renders as "H5-"), which necessitates typing of the logically > > incorr

Re: UTR#9 - Unicode BiDi (was Re: OpenOffice BiDi kudos)

2003-10-08 Thread Eran Tromer
On 2003/10/08 19:58, Ehud Karni wrote: This is a known issue with Unicode BiDi. It arises because we use the - character for both minus and hyphen. When one wants to connects letters with numbers one is using a HYPHEN and wants it to appear as 5-word. When one wants to write a negative number one u

Re: Linux-il archives to be closed

2003-10-08 Thread Shachar Shemesh
Evgeny Stambulchik wrote: BTW, does it trouble only myself, that for the whole week since the issue was publically raised, NOBODY from WICC joined the discussion on either side? Especially given that I know for sure that a few WICC employees are subscribed and/or browse the list periodically, s

Re: A good network filter based on linux?

2003-10-08 Thread Moshe Shemesh
Hi Nathan, Look at MIMEdefang sendmail Milter it's a very good content/spam filter. You may also would like to check the commercial CanIt which is based on it. Assuming you know your way with perl, you can do a lot with it. I'm using it for spam filtering (with spamassassin) and it's very

Re: OpenVPN, from the 1st of October supports Win32

2003-10-08 Thread Shachar Shemesh
Noam Rathaus wrote: believe it or not, some implementations of VPN, non commercial of course, do not support strong encryption) Since when are l2tp and pptp non-commercial? Does it works with SecureClient, Cisco's VPN ... I don't know :) OpenVPN uses SSL/TLS rather than IPSec. As such, it will

Re: A good network filter based on linux?

2003-10-08 Thread Official Flamer/Cabal NON-Leader
Quoth Moshe Shemesh: > Look at MIMEdefang sendmail Milter it's a very good content/spam filter. > You may also would like to check the commercial CanIt which is based on it. There are numerous filter engines (e.g. dansguardian for web, etc). However, with my daughter reaching the age of googl

Re: A good network filter based on linux?

2003-10-08 Thread Oleg Kobets
Well, this may sound a little harsh, but. Everything starts in good old fashioned home education. You really cannot prevent children from reaching sites that will ultimatelly lead to awkward questions like "Daddy, WHAT IS THAT she holds in her hand ?" :- I guess that you could always mak

Re: A good network filter based on linux?

2003-10-08 Thread Official Flamer/Cabal NON-Leader
Quoth Oleg Kobets: > Everything starts in good old fashioned home education. True. > You really cannot prevent children from reaching sites that will ultimatelly > lead to awkward questions like "Daddy, WHAT IS THAT she holds in her hand ?" > :- I have no problem with awkward questions. I h

Re: A good network filter based on linux?

2003-10-08 Thread Oleg Kobets
> And no, I am not a prude and no, I do not think my daughter will NEVER > have sex ;-). I just think that at age seven coprolalia and/or > zoonecropaedophilia is a bit advanced. > Damn, even I do not know what the hell this means and I am 23 :-) > > I guess that you could always make some PERL b

Re: A good network filter based on linux?

2003-10-08 Thread Gil Freund
For Mail filtering: We had fairly good experience with TrendMicro (http://www.antivirus.com) viruswall and content filtering for mail. I did supplement it with postfix and spamassasin, since TrendMicro uses known spammers and keyword lists for filtering, an SA is has smarter pattern recognition.

Re: A good network filter based on linux?

2003-10-08 Thread Official Flamer/Cabal NON-Leader
Quoth Oleg Kobets: > > zoonecropaedophilia is a bit advanced. > > Damn, even I do not know what the hell this means and I am 23 :-) zoo=animal necro=dead paedo=children philia=love,sex total=sex with bodies of immature animals > She has her own computer ? At age of 7 ? Cool. > Can you adapt me

Re: Linux-il archives to be closed

2003-10-08 Thread Evgeny Stambulchik
Shachar Shemesh wrote: Evgeny Stambulchik wrote: BTW, does it trouble only myself, that for the whole week since the issue was publically raised, NOBODY from WICC joined the discussion on either side? Especially given that I know for sure that a few WICC employees are subscribed and/or browse

Re: UTR#9 - Unicode BiDi (was Re: OpenOffice BiDi kudos)

2003-10-08 Thread Beni Cherniavsky
Eran Tromer wrote on 2003-10-08: > As you note, your algorithm is incompatible with Unicode's. > All means are valid for converting legacy text, but there's a strong > case for insisting that all newly created text must be rendered > correctly by the standard algorithm. > > This, of course, leaves

Compiling RealTek 8139 driver whit error

2003-10-08 Thread RedBar0n
Hi list, I'm trying to compile the new driver fir my RealTek 8139 (because of another problem), and I'm getting an error msg: the command I use: gcc -DMODULE -D__KERNEL__ -O6 -c 8139too.c in /usr/src/linux-2.4.18-14/drivers/net - : : : 8139too.c:2627: unknown field `name' specified in init

Compiling RealTek 8139 driver whit error

2003-10-08 Thread RedBar0n
Hi list, I'm trying to compile the new driver fir my RealTek 8139 (because of another problem), and I'm getting an error msg: the command I use: gcc -DMODULE -D__KERNEL__ -O6 -c 8139too.c in /usr/src/linux-2.4.18-14/drivers/net - : : : 8139too.c:2627: unknown field `name' specified in init

Re: Web Browsing Behind ISA Server HOWTO

2003-10-08 Thread Oded Arbel
On Wednesday 08 October 2003 19:14, dittigas wrote: > On Wed, 2003-10-08 at 16:44, Oded Arbel wrote: > > On Wednesday 08 October 2003 16:10, dittigas wrote: > > > NTLM Auhtentication was added to Mozilla as of 1.4 on Windows only > > > using SSPI. AFAIK there's *no* support on other platforms. > >

Re: OpenVPN, from the 1st of October supports Win32

2003-10-08 Thread Oded Arbel
On Wednesday 08 October 2003 21:23, Shachar Shemesh wrote: > >Anyhow long story short... http://openvpn.sourceforge.net/ and get the > > BETA (if you need Windows support). > > As it is SSL - will it support UDP? OpenVPN is UDP based. its uses SSL over UDP, and as such has the very nice feature t

Re: linux support for following webcams

2003-10-08 Thread Arie Folger
I saw that before posting, but it doesn't list Webcams I can buy here (most models are outdated, as these things change really fast). Thanks, however, Arie PS: two list members mailed me privately that the Logitech Quickcam works on their machine. On Sunday 05 October 2003 22:41, Meir Kriheli