Linux developer sought

2004-11-16 Thread Adi Stav
- System understanding and good analysis capabilities - Database knowledge is a plus - C++ is a plus Please respond to me directly rather than to the list. Thanks, Adi Stav [EMAIL PROTECTED] +972-52-3514449 = To unsubscribe, send mail to

Re: LGPL question

2000-10-19 Thread Adi Stav
On Wed, Oct 18, 2000 at 11:47:54AM +0200, Felix Shvaiger wrote: > Hi All ! > > May I develop proprietary application (executable) that uses LGPLed library > in form of shared library and distribute nothing but: > 1. executable file itself > 2. my proprietary license for this executable > 3. notic

Cool shell tricks (was: Re: file system questions)

2000-10-20 Thread Adi Stav
two ls's, each writing to a FIFO, and diff gets the names of these two FIFOs as parameters. Output redirection also works. I'm not sure how portable it is, though. Does anyone else like these tricks? I'd love to hear about other people's. - Adi Stav =

Re: Cool shell tricks (was: Re: file system questions)

2000-10-21 Thread Adi Stav
xample) does not need > to seek the input since it can not do it with a FIFO. Or am I missing > something? True... You can't. It would've been nice if Bash had the option to use temporary files rather than FIFOs... But I don't know if it's needed that often. Ju

Re: number of CPUs

2000-11-06 Thread Adi Stav
On Mon, Nov 06, 2000 at 10:55:28PM +0200, Ely Levy wrote: > how do I get the number of CPUs a computer has > without parsing any file. > something like sysctl on BSD.(just in linux it's not there) /proc/cpuinfo = To unsubscribe, se

Re: number of CPUs

2000-11-08 Thread Adi Stav
On Tue, Nov 07, 2000 at 07:24:35PM +0200, Ely Levy wrote: > I'll take that as a no? > geezz.. > > > Ely Levy > System group > Hebrew University > Jerusalem Israel > > > > On Mon, 6 Nov 2000, Adi Stav wrote: > > | On Mon, Nov 06, 2000 at 10

Re: wine/ does it work ?

2000-11-22 Thread Adi Stav
3. Run MS-Office using VMWare or Plex86 (if it's good enough yet -- worth trying). Never tried Win4Lin, it might be useful too. Regarding non-Hebrew MS-Office, I've run Office '97 successfully without Hebrew. It was a little quirky, though. Wine is supposed to be able to run Office 2

Re: Need Help Installing Redhat 7.0

2000-12-06 Thread Adi Stav
On Wed, Dec 06, 2000 at 03:08:35PM +0200, Aharon Schkolnik wrote: > > Hi. > > > I just downloaded the RedHat image 7.0-respin-disc1.iso. I checked the > md5checksum, and it is correct. I burned it using the command: ..snip... > However, after I choose Local CDROM as my installation media, I g

Re: Debian in Israel

2000-12-12 Thread Adi Stav
and the like. > If you're interested in anything like that, please send me e-mail. If > there is enough interest we'll open a mailing list. Count me in. Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with t

Re: Me

2000-12-13 Thread Adi Stav
On Wed, Dec 13, 2000 at 11:51:45AM +0200, Shaul Karl wrote: > > Now. let's see if I got it right: > > RedHat is the operating system, and the > > KDE, GNOME... are the envyroments - > > Which means: I'll have the Linux Redhat 6.2 > > and will be able to function on several > > envyroments. > > >

Re: Me

2000-12-13 Thread Adi Stav
On Wed, Dec 13, 2000 at 01:46:53PM +0200, Boaz Rymland wrote: > Tzafrir Cohen wrote: > > > > With the current amount of differences between various linux distros, > > calling each of them "operting system" is more correct. > > I wouldn't join your terminology. > IMO, > * Linux is the Operating

Re: Me

2000-12-13 Thread Adi Stav
On Wed, Dec 13, 2000 at 03:51:26PM +0200, Oleg Goldshmidt wrote: > Adi Stav <[EMAIL PROTECTED]> writes: > > > But Linux is not a brand. > > No, it isn't. Neither is UNIX. Nor are BSD or SysV. Red Hat is. HP/UX > is. What has it got to do with OS? Why aren

Re: Me

2000-12-14 Thread Adi Stav
On Wed, Dec 13, 2000 at 04:54:07PM +0200, Oleg Goldshmidt wrote: > Adi Stav <[EMAIL PROTECTED]> writes: > > > Why aren't they? Unix, BSD and SysV are/were actual branded OSs that > > were sold under that brand, no less than Red Hat or HP/UX are now. > > I s

Re: biditext

2000-12-14 Thread Adi Stav
On Thu, Dec 14, 2000 at 11:50:25PM +0200, Tzafrir Cohen wrote: > Anybody wants to rewrite this as a dock-applet/epplet/kde-applet/ > gnome-applet ? > > Anyway, I've packaged it along with a couple of menu items (I put r2l and > the menu items in seperate packages to avoid unnecessary dependency >

Re: 2 more questions, if you please -

2000-12-21 Thread Adi Stav
ew seconds before it seg faults. > when uninstalling (same package that was installed) I get the same error > message, but no core dump. > any clue ? Sounds like db corruption, but you already knew that. Sorry, can't help you there. - Adi Stav ==

Re: XWindows with masquerading

2000-12-22 Thread Adi Stav
th that. > > btw, with netfilter (kernel 2.4), there is kernel-support for port > redirection. Alternatively (easier IMHO), use ssh -X. More secure, too. Login into the router, set DISPLAY to the location of the X server, and ssh -X anywhere. - Adi Stav ===

Re: spaces in filenames

2000-12-26 Thread Adi Stav
On Tue, Dec 26, 2000 at 08:15:39PM +0200, Oleg Goldshmidt wrote: > Brilliant! Stupid me! I had > > # let the xterm titlebar show the current dir > xtitle() { > if [ "$TERM" = "xterm" ]; then > echo -n -e "\033]0;$@\007" >/dev/tty > fi > } > > # Change the 'cd' 'pu

Re: spaces in filenames

2000-12-26 Thread Adi Stav
On Wed, Dec 27, 2000 at 12:55:19AM +0200, Nadav Har'El wrote: > On Tue, Dec 26, 2000, Adi Stav wrote about "Re: spaces in filenames": > > Speaking of, by the way, I wonder why almost everybody I've seen who > > digs smart xterm titles uses the

Re: Sending SMS messages by E-mail + Sending E-mail from an SMS cellphone

2000-12-28 Thread Adi Stav
On Thu, Dec 28, 2000 at 05:28:38PM +0200, Ely Levy wrote: > at worse you can originize a patition to cancel thier licence. > and give it when/if we have a new goverment;) You mean, BEFORE we have a new government :) Listening to citizens right after elections is not very productive...

Re: ipchains

2000-12-28 Thread Adi Stav
to. If you want to put your code under the LGPL, or the public domain, or the amended BSD license, or whatever, you are free to do so and are free to combine your program with any GPLed code you can lay your hands on. (I don't know what projects you are referring to that had to reinvent the w

Re: ipchains

2000-12-29 Thread Adi Stav
l rights the GPL gives, there is no problem using readline. But you won't be able to take the project and turn it into a proprietary one without taking out the GPLed code first. If this is the case, BSD had to reimplement readline so that it can be used in proprietary products. This is diffe

Re: Problem booting with Kernel 2.4.0-test12

2000-12-29 Thread Adi Stav
serfs and ELF support into the kernel? A module won't help; the kernel needs to access the filesystem before it can load any modules. - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: ipchains

2000-12-30 Thread Adi Stav
3. Therefore: Java is illegal. And since 3 is obviously not true, 1 is not true. But this is the same as saying: 1. Distributing Microsoft Office is illegal. 2. Therefore: anything that _can_ distribute MS-Office is illegal. 3. Therefore: FTP is illegal. This does not hold. Distributing MS-O

Re: ipchains

2000-12-30 Thread Adi Stav
at the FSF eforces the GPL? Every license has its terms, and its interpretation by those who apply the license, and is often enforced. I doubt very much that if the FSF's interpretation were legally unreasonable it would have still been protected after 26 years. - Adi Stav ===

Re: ipchains

2000-12-30 Thread Adi Stav
27;m not sure I understand: do you mean the GPL should or should not be applicable to hardware? Or firmware (there was a discussion on debian-devel about firmware not long ago, unfortunately without conclusive findings). And by the way: has anyone in Israel tried any of these machines? I suppose the

Re: ipchains

2000-12-30 Thread Adi Stav
n if you know you'd win the suit for sure. No GPL code or BSD code would ever sue over such a thing. If even they had, they would have much less resources than either of the two companies mentioned (I think they were Microsoft and Novell?). These companies are afraid because a) the precedence is

Re: ipchains

2000-12-30 Thread Adi Stav
ribute and modify > that program (like dual licensing under PD), you perfectly might do > anything you want, right? No, that would not work. You can license, dual-license or triple-license your own code any way you like, but another author's code stays with the license that he or she ga

Re: ipchains

2000-12-30 Thread Adi Stav
e machines? I > > suppose the schedule planning features cannot be used, because they > > are tried to a service that is only given in the US, but it still > > sounds cool enough. > > I don't have any personal experience with them, unfortunately. > > Watch out:

Re: ipchains style

2001-01-01 Thread Adi Stav
m creating custom chains in ipchains and sending packets from one chain to another? - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: Boot

2001-01-01 Thread Adi Stav
On Sun, Dec 31, 2000 at 06:43:40PM +, Manor G. wrote: > Hi, > Boot using your bootdisk, login as root and reinstall lilo, > you can do that by using the command 'lilo' > if you get an error, or if you feel you need reconfiguration, > i suggest using `liloconfig`, which is easy to use, or, do i

Re: Some more console questions.

2001-01-02 Thread Adi Stav
On Tue, Jan 02, 2001 at 08:07:09PM +0200, Oded Arbel wrote: > Hi list > > I botched my lilo config and forgot to setup vga=788 when I upgraded my > kernel. now I'm stuck in 25x80, and I really don't want to reboot again. I > tried probing the man pages for a way to change my console to the exten

Re: error

2001-01-03 Thread Adi Stav
to see if it's a known bug -- not that I would, because you can do that just as easily yourself. Update your Linuxconf or use something else. And file a bug report with your distribution, if one has not already been filed. - Adi Stav ==

Re: bootdisk

2001-01-03 Thread Adi Stav
the price of convenience. 3. Consider using initrd. ObRTFM: Check out the Linux documentation for kernel parameters in the Linux source documentation directory. I found it very helpful. Especially the ramdisk and initrd parameters. - Adi Stav

Re: hebrew filenames..

2001-01-03 Thread Adi Stav
y msdos anyhow. You might not see the pretty names, but at least you'll be able to access the files. Also, run dosfsck (or scandisk) on your partition; the problem might be unrelated to names. And lastly, try to see if you have the Microsoft filesystem Hebrew codepage co

Re: KDE 2

2001-01-03 Thread Adi Stav
installed its files in some unreasonable place such as /usr/local, or maybe that the RPM did not install correctly. - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the me

Re: hebrew filenames..

2001-01-04 Thread Adi Stav
block on > the disk is bad. > > as far as dosfsck, it shows no problems. > this is wierd! my mandrake just hates those songs, i guess... ;) Only one thing left to do: post a story to Slashdot and blame the RIAA :) - Adi Stav

Re: RH7

2001-01-10 Thread Adi Stav
does not install inetd at all. So if you cannot find the file, check out whether all the RPMs you need are actually installed. - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" i

Re: distribution comparison

2001-01-13 Thread Adi Stav
llent installer. > also a comparison between kde and gnome would be nice.. why use this or the > other? I don't think that would say much. You don't really have to choose between running Gnome or KDE, you can run whichever components of the two you prefer whenever you need them.

Re: advanced linux desktop book

2001-01-21 Thread Adi Stav
put them in print from time to time. - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: advanced linux desktop book

2001-01-21 Thread Adi Stav
that's probably a different story. But you said you are looking for more advanced information so I suppose this isn't it. - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe

Re: Debian mirror in Palestine

2001-01-25 Thread Adi Stav
lity. I think that when most poor people find MS-Windows too expensive, they simply share it, caring about neither ideology nor copyright law :) - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "un

Re: Debian mirror in Palestine

2001-01-26 Thread Adi Stav
, but attacking him for this mail seems to me like an inappropriate response. - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: Programming problem

2001-02-04 Thread Adi Stav
id bit or by writing a wrapper like you did). - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: SUSE 7.1

2001-02-24 Thread Adi Stav
nd place its contents on a web site if you like. > That's why I prefer to use a non-commercial distro (debian). Which is also being sold, for various prices. Debian is mostly distributed by commercial companies for completely commercial reasons. - Adi Stav =

Re: SUSE 7.1

2001-02-24 Thread Adi Stav
On Sat, Feb 24, 2001 at 12:43:23AM +0200, Noam Meltzer wrote: > It's wrong because that's not the idea of linux, it ment to be a free > software. > I usually get confused here, but whatever license it is on (the kernel), > GPL or GNU (I think GPL) says that u have to put it free of charge for > d/

Re: SUSE 7.1

2001-02-24 Thread Adi Stav
On Sat, Feb 24, 2001 at 02:45:37PM +0200, Stanislav Malyshev a.k.a Frodo wrote: > OH>> I heard from some people that the yast license is pretty 'sly' and some > OH>> bad things about it. I prefer GPL not because I want to see its source or > OH>> modify it (Although maybe it could be nice), but be

Re: SUSE 7.1

2001-02-24 Thread Adi Stav
ouch > "derived work" of each other - depending on who pays him. Using such words > in a (wannabe) legal document is very unfortunate move. It held fine for the past 10 years. - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: root shell changed.

2001-02-25 Thread Adi Stav
On Sun, Feb 25, 2001 at 05:18:12PM +0200, Maxim Kryachko wrote: > Hi list. > Some guy here changed by mistake the shell of root user to something > nonexistent. > Now every time he tries to su to root, he is trown out with the massage "no > shell" > Is there a way to correct the problem? Check ou

Re: root shell changed.

2001-02-25 Thread Adi Stav
On Sun, Feb 25, 2001 at 05:35:11PM +0200, Sagi Bashari wrote: > boot in single user mode (ie. linux 1), edit your /etc/passwd file, and > change it. But you can't login without a valid shell, not even in single user mode... = To uns

Re: Hebrew Keyboard

2001-03-01 Thread Adi Stav
On Thu, Mar 01, 2001 at 09:50:43PM +0200, Oleg Goldshmidt wrote: > Ely Levy <[EMAIL PROTECTED]> writes: > > > On 1 Mar 2001, Oleg Goldshmidt wrote: > > | Yemeni, Saudi, Iraqi, Pakistani. Are we going to make geographical > > | or ethnic speculations? > > | > > that the hebrew names? > > in en

Re: which distro for newbie?

2001-03-03 Thread Adi Stav
On Sat, Mar 03, 2001 at 04:02:18PM +0200, Christoph Bugel wrote: > A collegue at work (a very good C++ programmer, by the way) asked me how to > install Linux, and where to get it.. I find this a hard question to answer. > Personally I have been using slackware for some years now, and I have no n

Re: FTP hangs, taking 100% CPU

2001-03-13 Thread Adi Stav
On Mon, Mar 12, 2001 at 11:29:57PM +0200, Aviram Jenik wrote: > There's a problem that's been driving us crazy for a while here. > > One of our users connects using explorer as an FTP client. I'm not sure > whether or not Explorer does an explicit disconnect when the window is > closed, but in an

Re: Redhat Investor-relations run by Microsoft?

2001-04-22 Thread Adi Stav
On Sun, Apr 22, 2001 at 04:26:59PM +0300, Nadav Har'El wrote: > I was looking at Redhat's annual report to the SEC (April 19. See > http://biz.yahoo.com/e/010419/rhat.html). The "Factors Affecting Future > Results" section is amazing, and full of depressing statements (actually, > the entire repor

Re: Redhat Investor-relations run by Microsoft?

2001-04-22 Thread Adi Stav
I wonder if we could even come up with an agreed upon definition of "open source business model". I suspect it is no less bogus than "Internet business model". People and companies make money the way they always have, which either is by offering products and services to others who wish to pay for

Re: Redhat Investor-relations run by Microsoft?

2001-04-22 Thread Adi Stav
On Sun, Apr 22, 2001 at 10:02:30PM +0300, Yotam Rubin wrote: > Each OSS based company defines its own "Open Source business model" > Redhat's business model cannot be compared with Valinux's because > they focus on different market shares. Please note that I merely gave > an example: I tried to s

Re: no linux GUI in 97?

2001-04-23 Thread Adi Stav
On Mon, Apr 23, 2001 at 02:47:02PM +0300, Yotam Rubin wrote: > Most revered sir. > > That does not imply cluelessness, it's a highly inflammatory statement. > X window is not a GUI. Besides, what's a paradigm for a GUI? I find the > Windows GUI horribly illogical and user-hostile. > KDE and GNOM

Re: trace TCP session

2001-05-09 Thread Adi Stav
On Wed, May 09, 2001 at 12:37:50PM +0300, Alon Altman wrote: > Hi, > Is there any way to be able to easily trace the data transferred in a TCP > session that was collected via tcpdump or strace? > Is there an existing tool to split tcpdump data into TCP connections and > create a user-readable

Re: Bidi support for Linux

2001-05-09 Thread Adi Stav
On Wed, May 09, 2001 at 02:22:19PM +0300, Shai Berger wrote: > Tzafrir Cohen wrote: > > > > On Wed, 9 May 2001, Ilya Konstantinov wrote: > > > > > > > > Using Scroll-Lock or Caps-Lock is interesting from the practical point > > > of view, but from the human interfaces design point of view, it >

Re: Bidi support for Linux

2001-05-09 Thread Adi Stav
On Wed, May 09, 2001 at 02:39:34PM +0300, Nadav Har'El wrote: > On Wed, May 09, 2001, Oleg Goldshmidt wrote about "Re: Bidi support for Linux": > > "Nadav Har'El" <[EMAIL PROTECTED]> writes: > > > Some time ago I was also using the Caps-Lock (which I find a totally useless > > > key ever since I s

Re: Bidi support for Linux

2001-05-09 Thread Adi Stav
On Wed, May 09, 2001 at 02:45:38PM +0300, Ilya Konstantinov wrote: > On Wed, May 09, 2001 at 12:37:08PM +0300, Nadav Har'El wrote: > > But note that modern (read Microsoft-influenced) keyboards also have other > > useless keys which we could "confiscate" for Hebrew use, such as the right > > Alt k

Ride from Jerusalem at 10:00?

2001-01-03 Thread Adi Stav
Is there leaving Jerusalem late, at around 10:00? - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: linux in the goverment

2001-05-14 Thread Adi Stav
On Sun, May 13, 2001 at 10:26:51PM +0300, Yotam Rubin wrote: > Just out of curiosity, do you know of a single language that is actually bidi? > As far as I know, bi-directional languages do not exist. > All countries are "ready" for Linux, most simply don't know it yet. Modern hebrew IS bidirecti

Re: Mandrake 2.4.4 kernel

2001-05-18 Thread Adi Stav
On Fri, May 18, 2001 at 10:19:49AM +0300, Eli Marmor wrote: > As a service for the confused reader, who may wonder what's the big deal, > after all it was not a long time ago when Mandrake released their 8.0 and > Linus released 2.4.3 (the version included with 8.0), let me add the > following not

Re: Mandrake 2.4.4 kernel

2001-05-20 Thread Adi Stav
On Sun, May 20, 2001 at 08:15:21PM +0300, Alex Shnitman wrote: > > > > 1. Much faster, thanks to a major optimization of the way fork-exec is > > >implemented. > > > > IIRC, that feature's effects on the scheduler were not considered properly, > > and you could get all kinds of undesired sc

Re: Syntax highlighting in Emacs

2001-05-27 Thread Adi Stav
On Sun, May 27, 2001 at 03:19:21AM +0300, [EMAIL PROTECTED] wrote: > > Howdy all. > > A surface search of the "FE", as you refer to it brought up nothing, so > I'm asking you people, how do I enable syntax highlighting in *console* > Emacs? (X version is trivial, it's enabled by default..) Ther

Re: Intresting Strange Address - Not Linux Q

2001-06-05 Thread Adi Stav
On Tue, Jun 05, 2001 at 02:17:26PM +0300, Haim Gelfenbeyn wrote: > As you know IP address in just 32-bit number. Many browsers (including > NS and IE4+ as far as I know) support both the regilar > "number.dot.number..." form and specifying IP as-is (e.g. as 32-bit > decimal number). To convert fro

Re: remote graphical usage

2001-06-13 Thread Adi Stav
On Wed, Jun 13, 2001 at 10:59:42AM +0300, Erez Doron wrote: > Hi > > I am looking of a way to have a local display/keyboard, which is > connected on a slow channel ( i.e. modem ) to unix servers. > > I need a way to run X applictions on the remote server, and see them as > they were local. > >

Re: compiling kde2 with gcc 3.0

2001-06-20 Thread Adi Stav
On Wed, Jun 20, 2001 at 11:00:50AM +0300, Hetz Ben Hamo wrote: > Hi, > > Don't try to compile KDE on GCC 3.0 - it will give you tons of error and many > applications will not work... > > As soon as KDE 2.2 will be out (probably in a month or so) - the cvs tree > will be "unfrozen" and people w

Re: compiling kde2 with gcc 3.0

2001-06-20 Thread Adi Stav
On Wed, Jun 20, 2001 at 02:16:35PM +0300, mulix wrote: > On Wed, 20 Jun 2001, Adi Stav wrote: > > > I haven't tried, but if I understood correctly the frontend was hardly > > changed, while the C++ frontend was almost rewritten from scratch. Probably > > Gnome comp

Re: Linux Redhat installation and networking

2001-06-25 Thread Adi Stav
On Mon, Jun 25, 2001 at 11:20:55AM +0200, Eran Levy wrote: > windows NT have NT-LOADER as I know. When you are installing windows NT > with his loader Linux will appear in the menu so every time you want to run > Linux you can just choose linux from the menu and press ENTER. OR you dont > have

Re: Linux Redhat installation and networking

2001-06-25 Thread Adi Stav
On Mon, Jun 25, 2001 at 12:44:07PM +0200, Eran Levy wrote: > At 22:27 25/06/01 +0300, you wrote: > >On Mon, Jun 25, 2001 at 11:20:55AM +0200, Eran Levy wrote: > > > windows NT have NT-LOADER as I know. When you are installing windows NT > > > with his loader Linux will appear in the menu so every

Re: aol

2001-06-25 Thread Adi Stav
On Mon, Jun 25, 2001 at 12:31:45PM +0200, mike ray wrote: > does any one have the ip # of AOL so i can block them in the firewall > > Michael W Ray > > IT Manager Mike, such a question does not belong on linux-il. You can be thankful to Ommer Mussaev who talked me out of giving 192.114.47.57

Re: MS prohibits licensees using open source as development tools?

2001-06-27 Thread Adi Stav
On Wed, Jun 27, 2001 at 02:56:36PM +0300, guy keren wrote: > > On Tue, 26 Jun 2001, Omer Zak wrote: > > > The situation was blown up, due to Microsoft's own FUD tactics.They > > claim that GPL is more "infectious" than it really is.They claim that if > > you edit and compile code using GPLed too

Re: Linux-friendly CDR

2001-06-28 Thread Adi Stav
On Wed, Jun 27, 2001 at 10:05:06PM +0300, Gal Goldschmidt wrote: > On Wed, 27 Jun 2001, Dan Kenigsberg wrote: > > > I would like to buy a Linux-friendly CDR. > > > > What would you recommend? > I can tell you what not to buy: HP USB. > If it's IDE or SCSI ( internal or external), it's probably >

Re: MS prohibits licensees using open source as development tools?

2001-06-28 Thread Adi Stav
On Thu, Jun 28, 2001 at 11:26:42AM -0700, Efraim Yawitz wrote: > > > On 27 Jun 2001, Oleg Goldshmidt wrote: > > > Matan Ziv-Av <[EMAIL PROTECTED]> writes: > > > > > Do we care about this? > > > > Yes, if you work in a mixed Open Source / Microsoft environment. > > > > > Does this have anyth

Re: (main_buf = *main_buf_p) is not syntacticly like (i = *j) ?

2001-07-02 Thread Adi Stav
On Mon, Jul 02, 2001 at 03:00:21PM +0300, Shaul Karl wrote: > I have two 11 lines C programs which are supposed to be syntacticly similar. > Yet int_test.c get compiled while the other does not: > > Script started on Mon Jul 2 14:51:10 2001 > [14:51:10 tmp]$ more *_test.c > :: > int

Re: (main_buf = *main_buf_p) is not syntacticly like (i = *j) ?

2001-07-02 Thread Adi Stav
On Mon, Jul 02, 2001 at 03:32:24PM +0300, Nadav Har'El wrote: > On Mon, Jul 02, 2001, Shaul Karl wrote about "(main_buf = *main_buf_p) is not >syntacticly like (i = *j) ?": > > #include > > > > int main() > > { > > jmp_buf test_env; > > jmp_buf *test_env_p = &test_env; > > > > test

Re: (main_buf = *main_buf_p) is not syntacticly like (i = *j) ?

2001-07-03 Thread Adi Stav
On Tue, Jul 03, 2001 at 12:13:47AM +0300, Shaul Karl wrote: > Thank you for the responses. > What I have done wrong is already pointed out. > If you are curious what I am trying to do: > > 1. I wanted to have jmp_buf* passed as a function parameter in order to avoid > a global variable. Therefor

Re: Backup files with ordinary user.

2001-07-03 Thread Adi Stav
On Tue, Jul 03, 2001 at 01:26:08PM +0300, Ben-Nes Michael wrote: > Hi All > > I want to backup my servers files using tar from a central Location. > To do this im using ssh with RSAauth to log from my backup server to all the > other servers. > > I log using ordinary user to be on the safer side

Re: (main_buf = *main_buf_p) is not syntacticly like (i = *j) ?

2001-07-03 Thread Adi Stav
On Tue, Jul 03, 2001 at 03:10:05PM +0200, Shachar Shemesh wrote: > short C++ code: > > void A() > { > try > { > class someclass var1(constructor_arguments); > > B(); > some_more_activities(); > } catch( ... ) > { > some_exception_code(); > } > }

Re: samba

2001-07-06 Thread Adi Stav
On Fri, Jul 06, 2001 at 04:14:20PM -, [EMAIL PROTECTED] wrote: > > Right now you have 2 samba installed - one in /usr/bin and one in > > /usr/local/bin > All source projects are built by default to prefix=/usr/local, while rpm are > built with prefix=/usr, is there a good reason for that? Ind

Re: LInux modem problem

2001-07-08 Thread Adi Stav
On Fri, Jul 06, 2001 at 03:41:46PM -0700, oren epshtein wrote: > i have fast rs pci 56k modem and i don know how to > install it... > i read all manuals i can- but nothing is helping > when i use the kppp with Query Modem- it says the > modem is busy (my is in ttys2) > > > i did minicom -s and c

Re: [OT] Linux Kernel Mentality

2001-07-08 Thread Adi Stav
On Mon, Jul 09, 2001 at 12:27:43AM +0300, Hetz Ben Hamo wrote: > H? David, > > Yes, it's a well known story about the "fuck" word on the kernel - people > were very frustrated while developing the kernel for various platforms > (specially Sparc 64) and they added this "fuck" thing (you'll find

Re: The Great Kernel CVS Mutiny

2002-01-20 Thread Adi Stav
On Sun, Jan 20, 2002 at 08:33:33AM +0200, Shlomi Fish wrote: > > I disagree with your claims. And by raising the flag of mutiny I do not > intend to demand them. I intend to implement a system that will make them > a reality. > > This is a productive mutiny, in which people do something instead

Re: Linux filenames with definite encoding (Was: FTP server with intl support)

2002-02-11 Thread Adi Stav
On Sun, Feb 10, 2002 at 08:48:36PM +0200, Ilya Konstantinov wrote: > > Before Linux FTP daemons could offer filenames in a definite encoding, > Linux needs some way to get a definite of a filename, and AFAIK the > kernel offers no such standard way (via an extended version of readdir > etc.). Mor

Re: Fwd: Re: Basic Compiler

2002-02-11 Thread Adi Stav
On Mon, Feb 11, 2002 at 04:18:03AM -0800, Boaz wrote: > Moreover, Logo is not dead as you might think. > MIT developed StarLogo which is similar to Logo but has some turtles > and not only one. It is useful for Artificial Life researches. > > See: http://agents.www.media.mit.edu/groups/el/Project

Re: Gnome2beta

2002-02-22 Thread Adi Stav
On Sat, Feb 23, 2002 at 12:56:39AM +0200, Oren Held wrote: > > I even had > to compile python2 with xml/expat modules in order for libglade to get > compiled (I think it's needed only for the compilation, though. it'll be > sad if it depends on python). I know that libglade has explicit support

Re: Religous War Bait (sic) (was: Re: Perl Meeting)

2002-02-26 Thread Adi Stav
On Tue, Feb 26, 2002 at 10:19:34PM +0200, Omer Zak wrote: > > Give us a break, let's hold the meeting in a classical Sushi place, in a > more pleasant city, and a decent time of the week such as Saturday 12:00. > Give us one more break, and make the meeting one of Python and Scheme > fans, rather

Re: PRINTER

2000-01-08 Thread Adi Stav
ies very happily. Good quality, excellent "printtool" (which comes with Red Hat) drivers and I suppose it has MS-Windows drivers too, or else they wouldn't bother selling it. My model (Stylus 660) is a bit on the slow side though but you could choose a model according to y

Re: The Webmaster Conspiracy

2000-01-29 Thread Adi Stav
s too what I've heared. I've been sent an alarming mail message from a person I think we can all trust... I therefore forward it by his request: > From: Eric S. Raymond <[EMAIL PROTECTED]> > Date: Sun, Jan 23 2000 at 08:43:56AM -0500 (EST) > Subject: The conspiracy doc

Jerusalem transportation

2000-02-03 Thread Adi Stav
I suggest all of us bus-riding Jerusalemites can meet and take the bus together to avoid getting lost and to make the trip more interesting. Does 7:30am (oh my GOD!) at the centrul bus station sound reasonable? - Adi Stav = To

Re: Configuring sound card

2000-02-10 Thread Adi Stav
gt; to compile in? ) > > The Mother board is an Intel SE440bx-2 if it helps. I have it too. I've heared a _RUMOR_ that the cs4232 driver works for it but haven't had the time to check it out yet. Let me know if it works :) > Micha Feigin >

Re: problems with seting up X11 under linux 6.0 XF86Setup 3.3.6v

2000-02-28 Thread Adi Stav
ors are cant find display or error111 when trying to start > > xwindow. > > we looked in all available manual that was supplied with the new version > > and linux doc or man according to Xfree. > > > > We don't know what to do in order to make x11 work properly

Re: [iglu] Two problems with partitions -- another solution?

2000-03-01 Thread Adi Stav
> (... yet another UnixHater, eh? :o) I second that. (But not the part about hating UNIX :) > -- Ilan > > -- >Ia ([EMAIL PROTECTED]) >The Real World Is A Special Case - Adi Stav = To unsubscribe,

Re: marketoids@matrox....

2000-03-02 Thread Adi Stav
even true) that the drivers are written for XFree86. And XFree86 release all of their stuff, AFAIK, under a BSD-like license. - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: Microsoft Invents Symbolic Links

2000-03-02 Thread Adi Stav
quot;) but MS would have to be incredibly stupid not to allow some sort of manual override. Anyone using W2K who could comment? If such a feature is to be created in Linux, I suspect it would require changes to Ext2 itself (not only its code)... What do y

Re: Preferred Linux Distribution ?

2000-03-08 Thread Adi Stav
be someone on the list could burn you some. > Orit Vardi > www.hadassah-col.ac.il > Hadassah College Computation Center > Tel: 972-2-6291988 Fax: 972-2-6250619 - Adi Stav = To unsubscribe, send mail to [EMAIL

Re: TUX image location

2000-03-08 Thread Adi Stav
crosoft spel chekar vor sail, worgs grate !! > (By [EMAIL PROTECTED], Felix von Leitner) - Adi Stav = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: Solaris vs Linux

2000-03-08 Thread Adi Stav
On Wed, Mar 08, 2000 at 07:12:23AM -0800, Alex Landsberg wrote: > 2. Linux is fast becoming the most popular UNIX Is already and has been for some time. > Alex - Adi Stav = To unsubscribe, send mail to [EMAIL PRO

Re: Solaris vs Linux

2000-03-08 Thread Adi Stav
27;s a demo. > I think that you should not start to ask "who is better" , just ask how to > use both :-) > Each OS has it's advantages. Yeah, no one said one good point in Solaris' favor... I'm sure there are some. I never tr

  1   2   >