Re: Short question

1999-08-09 Thread Vadim Smelyansky
On Mon, 9 Aug 1999, Isaac Aaron wrote: > Does anybody know a shell command that allows me to run something in the > background immediately? > > I've looked in to the alternatives - > > at: Doesn't fit my need. I need to run it now. > batch: Batch run a process immed. only if the load average is

(no subject)

1999-08-09 Thread Ilan Peretz
Unsubscribe = 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: Short question

1999-08-09 Thread Ariel Biener
On Mon, 9 Aug 1999, Yaron Zabary wrote: You can also use `screen'. --Ariel > On Mon, 9 Aug 1999, Isaac Aaron wrote: > > > Hi > > > > Does anybody know a shell command that allows me to run something in the > > background immediately? > > > > I've looked in to the alternatives - > > > > at: Do

socket programming

1999-08-09 Thread fusty LePeR
Hi , im looking for socket programming books either hebrew or english it doesnt matter   any good ideas?                 =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]=[*]= 

Re: Short question

1999-08-09 Thread Omer
For processes that need input, just redirect /dev/null ( < /dev/null). "Stanislav Malyshev a.k.a Frodo" wrote: > > IA>> issuing the command with the & sign: This will run as a nested process. > IA>> When I'll close the terminal, the command will shut with it. > > nohup is your friend. Also an i

Re: announce: Haifa Linux Club's 1st meeting.

1999-08-09 Thread Leonid Igolnik - LiM
|if one arrives by bus, the '31' Eged bus route goes inside the campus - 31 will take you there from Carmel and Romema, for those who coming from Nave Shaanan and Adar 19 will be most appropriate bus. And for those who come from Central Bus Station there is bus number 17. P.S.: you can get the t

Re: Short question

1999-08-09 Thread Mike
use : YOUR_COMMAND & Mike Isaac Aaron wrote: > Hi > > Does anybody know a shell command that allows me to run something in the > background immediately? > > I've looked in to the alternatives - > > at: Doesn't fit my need. I need to run it now. > batch: Batch run a process immed. only if the l

Re: Short question

1999-08-09 Thread Yaron Zabary
On Mon, 9 Aug 1999, Isaac Aaron wrote: > Hi > > Does anybody know a shell command that allows me to run something in the > background immediately? > > I've looked in to the alternatives - > > at: Doesn't fit my need. I need to run it now. You could at now + 0 minutes > batch: Batch run

Re: Short question

1999-08-09 Thread Stanislav Malyshev a.k.a Frodo
IA>> issuing the command with the & sign: This will run as a nested process. IA>> When I'll close the terminal, the command will shut with it. nohup is your friend. Also an interesting fact - if you _already_ run the process via & and now want it to remain after shell exits, just kill -9 the shel

apache config

1999-08-09 Thread Mike
Hi list. Does anyone knows how can i deny more then one browser window connection to my site ? what i means is that i do not ppl to open lots of windows to my site or someone will use some kind of proxy or spider to get my site. (for offline browsing). This i do in order to reduce traffic. Thanks

Short question

1999-08-09 Thread Isaac Aaron
Hi Does anybody know a shell command that allows me to run something in the background immediately? I've looked in to the alternatives - at: Doesn't fit my need. I need to run it now. batch: Batch run a process immed. only if the load average is lower than 0.8. cron: Same as at. issuing the com

Unsubscribe

1999-08-09 Thread Irv Shapiro
Unsubscribe --- Irv Shapiro Cogitations, Inc. Voice: 312.706.0667 8950 Gross Point Road Fax:847.674.9958 Suite H Email: [EMAIL PROTECTED] Skokie, Il. 60077 Web:

19.8 linux club meeting.

1999-08-09 Thread Orr Dunkelman
As Guy announced, we found a room in the technion which will be available to us for our linux club. I'd like to comment about how to get to Fishbach, that lines 17,19,76,77 also arrive at the technion (not only 31). and if you are coming from matam check whether there is line 11. You get off or

announce: Haifa Linux Club's 1st meeting.

1999-08-09 Thread guy keren
(note - some of you receive this message via BCC cause they asked to be notified when this club begins - sorry for any double-posts). hi, I'm pleased to announce that the first meeting of the long-ago-suggested Haifa Linux club will take place at the Technion in Haifa, Fishbach building (comput

Re: ASM for I386

1999-08-09 Thread Guy Cohen
| i was wandering if anyone here knows a webpage where can i learn the | basic i386 instructions in assembly... http://udgftp.cencar.udg.mx/ingles/tutor/Assembler.html -- New fingerprint: 75 D0 F3 03 32 C5 AC 99 93 2A 7D 0E 6F 17 7D C4 0x4AC8B6C9 Guy Cohen <[EMAIL PROTECTED]> PGP v5 encrypted

Re: ASM for I386

1999-08-09 Thread guy keren
On Mon, 9 Aug 1999, - wrote: > Hello > i was wandering if anyone here knows a webpage where can i learn the > basic i386 instructions in assembly... > I found some pages, but the stuff there only works on TASM or MASM > Any idea ? the assembly commands are the same - the format of assem

Re: Newbie on GCC

1999-08-09 Thread guy keren
On Sun, 8 Aug 1999, Yoav Ben-Yosef wrote: > I'm trying for the first time to compile a program which uses ncurses (a > "Hello World!" progie compiled and runs fine :), but all ncurses functions > aren't identified by the linker. It seems I'm not pointing at the right > direction for the ncurs