Re: changing the date

1999-03-18 Thread Oleg Goldshmidt
you didn't install all of it... I have RH4.* in front of me now. For what it is worth, $ rpm -qf /usr/man/man8/clock.8 util-linux-2.5-34.1 -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: some function problems

1999-03-30 Thread Oleg Goldshmidt
quot;,name,max)}' } I leave it up to you to learn about find and gawk (you must, if you are serious about Linux at all), and I suppose you'll figure out why I used "echo -n" and what the hell ${1:-.} is (no, it is not a smiley...). -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: Re[2]: Administrivia (was Re: äöòä äòöä)

1999-03-30 Thread Oleg Goldshmidt
to list members, not through the list. I only got confirmations of my own postings, not of the postings by others. I don't think we get a lot of spam on the list, do we? In any case, I have nothing against Evgeny's suggestion. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM

Re: Compiling a C program

1999-04-08 Thread Oleg Goldshmidt
find this file in my system also. What is wrong here? Sounds like libc-devel is not installed. Find the RPM on your distribution media and install the usual way. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: Missing get_date function - Correction

1999-04-14 Thread Oleg Goldshmidt
[EMAIL PROTECTED] (Aharon (Al) Schkolnik) writes: Manages unix time (32 bits). It uses the GNU get_date(3) and ctime_without_nl(3) to resolve strings. */ I don't know what these functions are. I suppose they are some wrappers to strftime(3). -- Oleg Goldshmidt [EMAIL

Re: Bug sells Linux

1999-04-15 Thread Oleg Goldshmidt
Ury Segal [EMAIL PROTECTED] writes: Did you know that BUG selss RH5.2 for 360 NIS ? --ury Yes. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: C macro for date

1999-04-15 Thread Oleg Goldshmidt
"Peter L. Peres" [EMAIL PROTECTED] writes: There is also __FILE__ that evaluates to the source being compiled (full pathname: beware) Actually, no - it's just the file name, without the path. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: I think this qualifies as a newbie question

1999-04-16 Thread Oleg Goldshmidt
cates 4k on an Intel machine? -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: I'm probably missing some c headers, but what ?

1999-05-10 Thread Oleg Goldshmidt
and .. ahmm... who ? anyone can help ? This looks like a linking problem. You didn't link the right library. Are you sure you are linking libc in? I think crypt is in libc, at least I see the symbol there. Of course, I assume you #included unistd.h. -- Oleg Goldshmidt [EMAIL PROTECTED

Re: I'm probably missing some c headers, but what ?

1999-05-11 Thread Oleg Goldshmidt
going on... Oded It's kinda difficult to figure out what is going on given information like "changed here, changed there". Did you change your makefile? Has the -c option crawled in somehow? It looks to me that is the reason. -- Oleg Goldshmidt [EMAIL PROTECTED] BLO

Re: sh script Q

1999-05-16 Thread Oleg Goldshmidt
PARAM" ] then ... else ... fi Constructs like ${parameter:?word} (man bash) may also be useful. Hope it helps. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: procmail problem

1999-05-24 Thread Oleg Goldshmidt
TIA, David From your own message and the man page snippet you quote, it looks like this is the default rcfile ($HOME/.procmailrc), and it is group writable. The easy solution is chmod 600 ~/.procmailrc - try it. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: M$ IL latest craze

1999-06-01 Thread Oleg Goldshmidt
pies are simply being smart, I suppose. I don't remember if it was posted to the list or sent to me in a private mail. I owe you a reply, btw - have been pressed for time lately, sorry. - OG] It looks like trying to argue on semantical grounds that not paying for services rendered doesn't seem v

Re: newbie question in gnu emacs

1999-06-01 Thread Oleg Goldshmidt
with RH 5.*, or with emacs-20.3-15 that came with RH 6.0. Apropos has an (almost empty) html-mode node though. What gives? Xemacs has html-mode. The above will work for Xemacs and GNU emacs alike. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: GIF 2 JPG

1999-06-06 Thread Oleg Goldshmidt
. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: Linux vendor name and version.

1999-06-09 Thread Oleg Goldshmidt
"Stanislav Malyshev a.k.a Frodo" [EMAIL PROTECTED] writes: If you have /etc/redhat-version, it's probably Red Hat. I believe it is /etc/redhat-release -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: sh script Q

1999-06-09 Thread Oleg Goldshmidt
and is only 1 char longer, and is shorter than if [ -w foo ]; then do_sth_with foo; fi I actually use the first form in my scripts and prefer it to the second one). Otherwise, just kidding ;-) -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: Re[4]: Sendmail problems

1999-07-02 Thread Oleg Goldshmidt
at the ISP. You have sendmail-doc installed, haven't you? -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubs

Re: help with C program

1999-07-19 Thread Oleg Goldshmidt
intf("getchar accept %c\n",num); return EXIT_SUCCESS; /* main return a value */ } Compile it and run: $ ./a.out 1234567890 scanf accept 123456789 getchar accept 0 $ Hope it helps. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L

Re: xemacs question

1999-07-25 Thread Oleg Goldshmidt
ull down the "Emacs-Lisp" menu and tick the "Debug on error" box. After that repeat the sequence that leads to the error, and send me (post to the list at your discretion) the exact sequence and the full debugging output, and maybe - just maybe, see the disclaimer abo

Re: ok, then another (x)emacs question

1999-07-26 Thread Oleg Goldshmidt
seconds typing C-h a search RET and isearching for case a couple of times. No, this is not a flame, it's a tip for the future. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] = To unsubscribe,

lies, damned lies, and statistics

1999-07-27 Thread Oleg Goldshmidt
http://biz.yahoo.com/bw/990726/ca_turboli_1.html -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubs

Re: Yodaa

1999-07-27 Thread Oleg Goldshmidt
es. Learn to procmail them ;-) Most importantly, do your best to make as much progress as you can towards the solution before asking for help. The help/flame ratio grows with the perceived amount of effort that you have invested. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM)

(somewhat) off-topic - hacking into W2K

1999-08-05 Thread Oleg Goldshmidt
succeeds to crash without outside help... -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the me

Re: (somewhat) off-topic - hacking into W2K

1999-08-08 Thread Oleg Goldshmidt
More on the same from AP - even less off-topic: http://dailynews.yahoo.com/headlines/ap/technology/story.html?s=v/ap/19990806/tc/online_security_1.html -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED

Re: how do i know what pppd version i use ?

1999-08-08 Thread Oleg Goldshmidt
can just look into /var/log/messages or wherever the log goes. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubs

Re: (somewhat) off-topic - hacking into W2K

1999-08-08 Thread Oleg Goldshmidt
I was wondering why the W2K test site was down the whole day yesterday. It's back up today, with this in "Status": "The Windows 2000 Internet Test Site is so popular we also to got a new machine to add more capacity!" Couldn't handle the load, eh? -- Oleg Goldsh

SGI CEO: There is more opportunity in the Linux market than in NT

1999-08-11 Thread Oleg Goldshmidt
http://www.eet.com/story/OEG19990810S0019 -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in t

Re: [Fwd: FW: The wonders of computers]

1999-08-17 Thread Oleg Goldshmidt
URL and didn't know it was on /. (Frodo: where? If you have the URL handy, could you mail me privately please?). Let's forgive him this last time - and a filter might be a good idea indeed. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, bu

Re: Encryption law in Israel

1999-08-17 Thread Oleg Goldshmidt
ted by ssh (idea, 3des, etc.) are too powerful and are not allowed by this law. He referred to a law called "Chok Hazofen". http://www.itpolicy.gov.il/zofen.htm I think it has been discussed on this list before. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM)

Re: Info about auditing

1999-08-22 Thread Oleg Goldshmidt
of the word I am no expert, but there was a discussion about 3 weeks ago on the linux-security mailing list - search dejanews for "audit AND Lucy" (sic!) - you'll get right to it. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "

Re: summary: first meeting of haifa linux club

1999-08-22 Thread Oleg Goldshmidt
post such messages here as well (and only such messages). Wasn't there a linux-il-announce for this purpose? -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, but the root password helps." [S

Re: Info about auditing

1999-08-22 Thread Oleg Goldshmidt
"Avi Boots" [EMAIL PROTECTED] writes: try this link: http://www.cdrom.com/titles/linux/business_applications.phtml avi. I believe the question was about system call auditing, not auditing in the business sense ;-) -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG

Re: [Fwd: Cron root@rs /sbin/rmmod -as]

1999-08-29 Thread Oleg Goldshmidt
sbin/rmmod is there at all (it probably is, just sanity check)? The output goes (read: should go) to syslog (with the -s option), so maybe you'll find more info there. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, but the root

Open Source credit card

1999-08-30 Thread Oleg Goldshmidt
http://www.news.com/News/Item/0,4,41002,00.html -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, but the root password helps." [S.Travaglia] = To unsubscribe,

Re: [Fwd: Cron root@rs /sbin/rmmod -as]

1999-08-30 Thread Oleg Goldshmidt
er decided that the functionality of lsmod or whatever beast checks for modules should be external to rmmod, then the docs should say so (maybe they do), and whoever write the cron stanza (RH?) should have made it safe. Should this be brought to the attention of RH? -- Oleg Goldshmidt [EMAIL PROTECTED]

Re: [Fwd: Cron root@rs /sbin/rmmod -as]

1999-08-30 Thread Oleg Goldshmidt
nza that was, I assume, a part of the distribution, makes an assumption that it should not make. Not much harm done, but it seems to me there is room for improvement. Let's cut it here - the question was asked and answered. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED]

Re: read PS from console

1999-09-06 Thread Oleg Goldshmidt
man ps2ascii ? -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, but the root password helps." [S.Travaglia] = To unsubscribe, send mail to [EMAIL PROTECTED] wit

Re: Please no CC: (Was: [Re: read PS from console])

1999-09-06 Thread Oleg Goldshmidt
msgid.lock | formail -D 8192 msgid.cache -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, but the root password helps." [S.Travaglia] = To unsubscribe, send mail

Re: Please no CC: (Was: [Re: read PS from console])

1999-09-06 Thread Oleg Goldshmidt
with Gnus, and use only Gnus. But how come you get duplicates if your Gnus removes them? This message is sent to ILUG only, as a token of courtesy. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, but the root password helps

Re: subtraction of lists

1999-09-07 Thread Oleg Goldshmidt
e2 file6 file8 Hope it helps. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, but the root password helps." [S.Travaglia] = To unsubscribe, send mail to [EMAIL PROTECT

Re: cron error

1999-10-11 Thread Oleg Goldshmidt
- it gives you a clear answer to your question, doesn't it? BTW, the jobs are working..it is just that it keep giving me those messages. Examine your cron scripts and fix the problem. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not

Re: OT: A version of tar using bzip2

1999-10-19 Thread Oleg Goldshmidt
through PROG (which must accept -d) bzip2 does accept -d (for decompress), so this should work. I have not tried this, though. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, but the root password helps." [S

Re: Guidelines for Posting to Linux-IL

1999-11-01 Thread Oleg Goldshmidt
be mentioned in the FAQ (I think it isn't). I am posting this to the list rather than privately to the owner mostly because I think many members will find it useful. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "A sense of the fundamental decencies is par

Tracking customizations (was: mail problem (summary))

1999-01-03 Thread Oleg Goldshmidt
and others make suggestions for improvement. -- Oleg Goldshmidt [EMAIL PROTECTED] BLOOMBERG L.P. (BFM) [EMAIL PROTECTED] "Life's not fair, but the root password helps." [S. Travaglia] = To unsubscribe, send mail

Re: Project Proposal (was: Re: SOT: regarding linux-unfriendly ISPs)

1999-11-08 Thread Oleg Goldshmidt
can't deal with crtscts?), but I expect that there will be very few basic option sets, enumerable. Again, if the user doesn't know how to install PPP or how to compile the kernel, we can assume that someone has done it for him. And I believe we can expect the ability to edit a text file and to chmod accordi

Re: Project Proposal (was: Re: SOT: regarding linux-unfriendly ISPs)

1999-11-08 Thread Oleg Goldshmidt
Oleg Goldshmidt [EMAIL PROTECTED] writes: kill `ps auxw | grep [p]ppd | awk '{print $2}'` just make it kill `ps auxw | awk '/[p]ppd/ {print $2}'` before someone else points it out ;-) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental dece

Re: mail problem -act2

1999-11-08 Thread Oleg Goldshmidt
dorit ben shalom [EMAIL PROTECTED] writes: As a staff member in one of Isreal's universities, snip The people in charge are less than happy to touch the file. Any work arounds? Are there any Israeli universities left with no sysadmin on this list? ;-) -- Oleg Goldshmidt | BLOOMBERG L.P

Re: compiling the Kernel

1999-11-08 Thread Oleg Goldshmidt
very educational. Don't worry - nearly every explanation ends with "if you don't have a clue about all this, just answer yes [or no as the case may be - OG]" -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is

Re: star office vs. applix

1999-11-09 Thread Oleg Goldshmidt
I just run strings(1) on it and see if it is readable. Works on command line, too... ;-) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott

Re: mail problem

1999-11-09 Thread Oleg Goldshmidt
y emails. It stopped only after GeoCities were bought up. ;-) After I have elaborated on the issue, let me remind you that it has grown off-topic (though ISPs and spam are important topics indeed). -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental

Re: list question

1999-11-11 Thread Oleg Goldshmidt
Dorit Ben-Shalom [EMAIL PROTECTED] writes: The In-Reply-To: header should contain the Message-ID of the message you're replying to. Can I get this information from the linux archive? The References field is there. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A

Re: list question

1999-11-11 Thread Oleg Goldshmidt
Dorit Ben-Shalom [EMAIL PROTECTED] writes: Is there any convenient way to add a header to a message? formail(1) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott

Re: list question

1999-11-14 Thread Oleg Goldshmidt
[EMAIL PROTECTED] writes: Which is not too convenient. Good mailers (MUAs) let you add any header to the message. As you might remember I am confined to Mail. But I thought you also said that emacs was acceptable. VM and GNUS can add headers, too. -- Oleg Goldshmidt | BLOOMBERG L.P

Re: [Off-topic] MS: Win98 hangs after 49.7 days

1999-11-14 Thread Oleg Goldshmidt
box's uptime, and a poor Windows user complained that he has not ever managed to run his machine for long enough to have a legitimate need to reboot - it kept crashing earlier... -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parcele

Re: return KDE

1999-11-21 Thread Oleg Goldshmidt
How i can get back to KDE After i click Ctrl + ALT + F1 Does Alt-F7 work? Of course, KDE is irrelevant... -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott

Re: doc documents in pdf

1999-11-22 Thread Oleg Goldshmidt
ce handles that) or doc2htm* mswordview -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott FitzGerald] = To unsubscribe,

Re: home sweet home

1999-11-28 Thread Oleg Goldshmidt
rst system vendor to join Linux International, and is a Sponsoring Corporate Member. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth."

Re: home sweet home

1999-11-28 Thread Oleg Goldshmidt
al (li.org). correct. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott FitzGerald] = To unsubscribe, send mail to [EMAIL PROT

Re: doc documents in html

1999-11-29 Thread Oleg Goldshmidt
dorit ben shalom [EMAIL PROTECTED] writes: With your generous help I now know how to do doc2ps. Any help on doc2html? I thought I had mentioned wv (nee mswordview)? -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parcele

Re: A colorful text

1999-11-29 Thread Oleg Goldshmidt
t in xterm, but this is probably a configuration issue. `setterm -bold on` works fine. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth."

Re: Jon Hall's lecture

1999-11-30 Thread Oleg Goldshmidt
the place? Take him to dinner in Tel Aviv area? Ira, what do you have in mind? -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott FitzGerald] ==

Re: Jon Hall's lecture

1999-11-30 Thread Oleg Goldshmidt
only to 18 years old or above. Does that mean they intend to exhibit nude penguins? Just a penguin dominatrix ;-) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at bir

Re: Jon Hall's lecture

1999-11-30 Thread Oleg Goldshmidt
Ira Abramov [EMAIL PROTECTED] writes: * on OpenSource in the academic worls (afterall, I hope to drag students and teachers to this lecture too!) I am interested in OpenSource in the corporate world (and I suppose students and teachers should be interested in that, too!). -- Oleg Goldshmidt

Re: A lecture about the Linux kernel. (fwd)

1999-12-01 Thread Oleg Goldshmidt
Shaul Karl [EMAIL PROTECTED] writes: Friday, December 11 ? Friday December 10 or Saturday December 11? -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott

Re: A lecture about the Linux kernel. (fwd)

1999-12-01 Thread Oleg Goldshmidt
Ira Abramov [EMAIL PROTECTED] writes: I have a lecture hall for Friday at 1pm here at the IDC. Can you explain what IDC is and where it is and how to get to the lecture hall? -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parcele

Re: Starting up with linux??!!!!

1999-12-02 Thread Oleg Goldshmidt
"nir bareket" [EMAIL PROTECTED] writes: 2) What is the recommended OS ? This is an interesting question to pose to a Linux mailing list ;-) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at bi

Re: HUJI

1999-12-04 Thread Oleg Goldshmidt
community, and I, for one, would like to call for support for the efforts of the Haifa guys (Guy, actually, and Nir, and others), and Ira to create one (or several). -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequall

Re: A lecture about the Linux kernel?

1999-12-04 Thread Oleg Goldshmidt
(not personally you, Dorit, but everybody) will you please care to type in a clear Subject line, such as "A ride to the lecture about the linux kernel". It will not mislead people into thinking that the posting is related to the topic of the lecture. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM

Re: Hebrew Netscape

1999-12-04 Thread Oleg Goldshmidt
this month). Eh, just being picky: If you have to release it before the end of the millennium you have a whole year ahead of you ;-) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth."

[somewhat OT] RHAT wealth monitor

1999-12-08 Thread Oleg Goldshmidt
-rexes to put things into prospective. The above numbers are from Bloomberg. On the 'net, see http://prosthetic-monkey.com/RHWM/ -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott

More wealth monitoring

1999-12-12 Thread Oleg Goldshmidt
. Maddog Co.? -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott FitzGerald] = To unsubscribe, send mail to [EMAIL PROTECTED] wit

ON TOPIC - Looking for a job?

1999-12-12 Thread Oleg Goldshmidt
http://linuxtoday.com/stories/13564.html -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott FitzGerald] = To unsubscribe,

Re: More wealth monitoring

1999-12-12 Thread Oleg Goldshmidt
garbage instead) Well, shall we short? we, maybe not :-) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out unequally at birth." [F. Scott

Export license for PGP

1999-12-14 Thread Oleg Goldshmidt
Is *everybody* on this list reading /.? If yes, sorry, if not, http://www.nai.com/asp_set/about_nai/press/releases/pr_template.asp?PR=/PressMedia/12131999.aspSel=647 -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "A sense of the fundamental decencies is parceled out uneq

Re: Interface status detection

1999-12-20 Thread Oleg Goldshmidt
u can. You can also use cron. but I dislike this approach- can you hear you cpu roasting? :)) No. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilatory time.&qu

Re: Interface status detection

1999-12-20 Thread Oleg Goldshmidt
return 0; } Run this and talk to me in a couple of hours/ days/ months. It seems to me that regardless of how you implement it you are going to end up with this. And I still don't think that doing "some quick stuff" every second will fry my CPU. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM

Re: Interface status detection

1999-12-21 Thread Oleg Goldshmidt
"Muli B.Y." [EMAIL PROTECTED] writes: Windows has RasConnectionNotification(). What does linux have except constant polling? Sorry for my ignorance, but can you explain to this unixoid how RasConnectionNotification() is implemented? -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM

Re: Masquarading on a dialup connection

1999-12-22 Thread Oleg Goldshmidt
) and the links in http://www.ayahuasca.net/ssh/ssh-faq-1.html#ss1.3. I am no expert, and I only threw one quick glance, but it looks like ssh is not a wrapper around telnet. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit de

Re: Masquarading on a dialup connection

1999-12-22 Thread Oleg Goldshmidt
Ely Levy [EMAIL PROTECTED] writes: If you compile in on sun I would be happy to know about it:) bash-2.02$ uname -srv SunOS 5.6 Generic_105181-03 bash-2.02$ ssh -V SSH Version 1.2.26 [sparc-sun-solaris2.6], protocol version 1.5. Standard version. Does not use RSAREF. -- Oleg Goldshmidt

Re: Masquarading on a dialup connection

1999-12-22 Thread Oleg Goldshmidt
Ira Abramov [EMAIL PROTECTED] writes: I don't think there's a Unix it [ssh1 - OG] WON'T compile on. Just look at http://www.ssh.org/portability.html -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilatory

[OT] NT as a second language for native UNIX speakers

1999-12-26 Thread Oleg Goldshmidt
point)? Sorry again for a partly off-topic question, and I don't mind personal emails if you are concerned about the signal-to-noise level on the list. Thanks in advance, -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depen

Hebrew emacs?

1999-12-27 Thread Oleg Goldshmidt
The following is a snippet from a posting to gnu.emacs.sources. It is not the full posting (which includes elisp code). Ehud posted this announcement, and then 2 errata postings. I have not tested this, but I guess it is of interest to ILUG. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL

Re: who is list maintainer?

1999-12-29 Thread Oleg Goldshmidt
not found on this server That is a (minor) problem, but the right question is "Who is the web site maintainer?" ;-) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilator

Re: who is list maintainer?

1999-12-30 Thread Oleg Goldshmidt
address that is in my .signature, even though this is the address I subscribe to mailing lists. Practically all the spam I get I get through my (dormant) TAU email addresses, with a minor Netvision component. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work b

Re: Y2K perl snag!

2000-01-02 Thread Oleg Goldshmidt
tradition of snitching on friends, let me mention that Geoff Mendelson found a similar problem in slrn - ask him for details. In all probability all these stem from the structure tm - see "man 3 ctime". Excerpt: tm_year The number of years since 1900. -- Oleg

Re: Y2K perl snag!

2000-01-02 Thread Oleg Goldshmidt
Oleg Goldshmidt [EMAIL PROTECTED] writes: In all probability all these stem from the structure tm - see "man 3 ctime". ctime(3) does not use struct tm, but asctime(3) and mktime(3) do. The man page is common for all of them (and some others). Sorry for the confusion. -- Oleg

Re: Legal stuf, GPL, ...

2000-01-04 Thread Oleg Goldshmidt
). -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilatory time." - W. Shakespeare. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word &q

Re: IGLU@eGroups (was: is there newsgroup for linux-il ?)

2000-01-08 Thread Oleg Goldshmidt
to raise some issues that should be considered, and had not been raised before. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilatory time." - W. S

Re: IGLU@eGroups

2000-01-09 Thread Oleg Goldshmidt
impression, but if that is the case then this is also a very valid reason. not in person, except for my own 35 person tech news list, which works like a charm. I thought it disappeared. Is it still there? I liked it. How do I subscribe? -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL

Re: IGLU@eGroups

2000-01-09 Thread Oleg Goldshmidt
;-) never went away. everybody are free to subscribe and share info: http://egroups.com/group/TechNews/ and one more specific about high-tech stocks me and others follow: http://egroups.com/group/GeekStockTalk/ Thanks. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED

eGroups moderated?

2000-01-09 Thread Oleg Goldshmidt
What's the attached message about? Will we be moderated (a good thing in general, but who will take the job?), and will I get such an email every time I post to the list (a bad thing in general, but I can filter it)? -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We

Re: eGroups moderated?

2000-01-09 Thread Oleg Goldshmidt
I guess I know what happened: my message was forwarded to egroups before I got subscribed, so it had to go through a moderator. Gurus, is that right? There is no problem then - sorry. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witch

The first dot-com city?

2000-01-11 Thread Oleg Goldshmidt
http://www.nytimes.com/library/tech/yr/mo/biztech/articles/11half.html = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL

Re: How to restrict users from serfing around my server via FTP.

2000-01-11 Thread Oleg Goldshmidt
"Mike" [EMAIL PROTECTED] writes: all you could do is to tell me to read the HOWTO. That's the point: we shouldn't ;-) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilatory time.&qu

Re: Celebrities talk

2000-01-12 Thread Oleg Goldshmidt
n be found on the net by searching for GNU and Open Source, respectively. It also might help to grep those open sources that you have on your Linux box. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilatory time.&qu

Re: POLL: should the list move?

2000-01-14 Thread Oleg Goldshmidt
the matter myself right now, so I'll just ask in the hope that Ira or someone else has a ready answer: does this require some special software like Java? It might be a problem... -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit de

Re: [OT] Sorry and EndOfThread (was Re: Supermount)

2000-01-19 Thread Oleg Goldshmidt
ompany had survived Y2K ;-) -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilatory time." - W. Shakespeare. = To unsubscribe, send mail

Re: OT - gzip PostScript

2000-01-25 Thread Oleg Goldshmidt
ight be a pipe along the road that gunzips the file on the fly. -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilatory time." - W. Shakespeare. =

Linux-il-announce [was: Double posting to iglu and linux-il?]

2000-01-31 Thread Oleg Goldshmidt
was set up in such a way that everybody on linux-il was subscribed automatically. Will the admin please confirm? -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends on dilatory time." - W. S

  1   2   3   4   5   6   7   8   9   10   >