Re: OT: The pursuit for better ui.

2004-12-22 Thread Eli Kara
t; http://linmagazine.co.il/node/view/5833, but for non Hebrew users, Just > > > remember don't tell me "I like KDE" or "I like GNOME" etc.. but tell me > > > what you like in it.. The same for any other type of program (not only > > > Window/Desktop m

Re: core file debug.

2004-12-15 Thread Eli Kara
--nocrashhandler command line option which every KDE application supports. This is made possible because most K applications inherit default functionality from KApp, the base class for applications in KDE. Regards, -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.s

Re: amd and intel

2004-12-12 Thread Eli Kara
and better. Regards, -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and Web Application Vulnerability Scanner: http://www.beyondsecurity.com/webscan-wp.pdf =

Re: Banks, Mozilla and life on a stick.

2004-10-28 Thread Eli Kara
his. I wonder where I can find it... -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and Web Application Vulnerability Scanner: http://www.beyondsecurity.com/webscan-wp.pdf ==

Re: [JOB OFFER] Computers + Physics and/or Math Hacker

2004-10-28 Thread Eli Kara
> > Working alongside scientists, helping them implement the scientific > equations while not neglecting quality, portability, > readability, modularity, maintainability, efficiency - all > those things Physicists tend to neglect. As a physicist AND a programmer, I protest! :

Re: Number of Threads per process in Java

2004-09-14 Thread Eli Kara
rameters and how the code is structured so let's assume I'm remaining skeptical about your claim. -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and Web Applicati

Re: Number of Threads per process in Java

2004-09-13 Thread Eli Kara
which is a very nice book about the whole topic. Eli -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and Web Application Vulnerability Scanner: http://www.beyondsecurity.com/webscan-wp.pdf ===

Re: KDE Apps under CVS

2004-09-05 Thread Eli Kara
o the link process :) and is a snap to use. Trivial. For Qt applications, this is the way to go. It doesn't have all the bells and whistles of autotool's in terms of cross-platform development but for developing Qt/KDE apps, it is THE easiest tool that I've seen

Re: KDE Apps under CVS

2004-09-02 Thread Eli Kara
uld it be that kdevelop's custom scripts are used to do exactly this ? Or is there another way to do this with autotools ? Regards, -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and Web Application Vulnerability Scan

Re: Old Redhat ISOs

2004-08-29 Thread Eli Kara
google it around, but none could be found. I think I still have my *very* old RH5 CD (or was it 5.1 ?) if that helps. I also have RH6.1 (will have to check about 6.0). What do you need them for ? :) -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ T

Re: [OT] Does MS-Windows more friendly then Linux ?

2004-08-17 Thread Eli Kara
ght cause trouble later ("I have to turn that Messenger service, AGAIN! :) > G. Ability for GUI > > login directly to X. What ? Just my 200 cents :) Eli -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and W

Re: OT: MySQL question

2004-08-15 Thread Eli Kara
ed by it's interface, sorry :) In the end I think I'll either go with MySQL or FB, I haven't decided yet. It will also depend on the APIs available and how easy they are to use. Ok, enough ranting.. Eli -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ ht

Re: OT: MySQL question

2004-08-15 Thread Eli Kara
I remember googling about this for quite some time and that is the solution I found. Regards, Eli -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and Web Application Vulnerabili

Re: Dist question.

2004-08-12 Thread Eli Kara
is the CPU's fault and not a motherboard/chipset issue ? For some reason I highly doubt the possibility of the CPU itself causing trouble. Need more info. Eli -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and Web Appl

Re: Following tausec lecture

2004-08-09 Thread Eli Kara
ed). IMO it's the best resource on the subject of secure programming. Eli -- Eli Kara Beyond Security Ltd. http://www.beyondsecurity.com/ http://www.securiteam.com/ The First Integrated Network and Web Application Vulnerability Scanner: http://www.beyondsecurity.com/webscan-wp.pdf ==

Re: Checking dirty buffers state of a filehandle (socket) asynchroniously

2004-07-14 Thread Eli Kara
his is not a problem, but a NB socket call will return immediately. For that I suggest sleeping in select() on the socket waiting for it to become readable. Once a FIN arrives (EOF), we shutdown the read portion of the connection. If sleeping is out of the question then select() should be used so i

Re: Checking dirty buffers state of a filehandle (socket) asynchroniously

2004-07-14 Thread Eli Kara
is is not a problem, but a NB socket call will return immediately. For that I suggest sleeping in select() on the socket waiting for it to become readable. Once a FIN arrives (EOF), we shutdown the read portion of the connection. If sleeping is out of the question then select() should be used