HI List,
I am running a command in background on Unix(Solaris)
by suffixing it with & and in order for this command
to run uniterrupted, I am prefixing it with nohup. I
want the pid returned by it to be trapped in some
file. The command is something like this:--
$ nohup rmiregistry& > abc.out
Th
On Mon, 2003-01-27 at 17:10, surinder makkar wrote:
> HI List,
>
> I am running a command in background on Unix(Solaris)
> by suffixing it with & and in order for this command
> to run uniterrupted, I am prefixing it with nohup. I
> want the pid returned by it to be trapped in some
> file. The co
hi
i want to make an isp like setup where users dial-in to my machine and
access the internet or check their mails.
i wish to know how can people connect to it simultaneously? i think if i
need 10 users to simultaneously connect, then i'd require 10 telephone
lines and 10 modems. if it is done th
Hi,
We
are using squid for caching, with SCSI disk and 512 MB RAM. The cache_mem
setting in squid.conf is 64 MB. After running for
several hours total free RAM (as seen by top command) reduces to few kilobytes
and server response time increases (CPU idle cycles also go to zero), and
On Mon, 2003-01-27 at 20:13, vivek wrote:
> hi
>
> i want to make an isp like setup where users dial-in to my machine and
> access the internet or check their mails.
>
> i wish to know how can people connect to it simultaneously? i think if i
> need 10 users to simultaneously connect, then i'd re
On Mon, 2003-01-27 at 20:14, Tushar Gupta wrote:
>
>
> Hi,
>
>
>
> We are using squid
which version ?
> for caching, with SCSI disk and 512 MB RAM
on what Processor ? with what distribution ? which kernel ?
> . The cache_mem setting in squid.conf is 64 MB. After running for
> several
Use the first option,
First install windows 98, leave some 10 GB blank. Then
install linux.
Lokesh
--- Kapil Sharma <[EMAIL PROTECTED]> wrote:
> Dear All
>
> I want to install Red Hat Linux 7.3 or 8.0 alongwith
> win 98 SE on my 20 GB
> Hard disk.
>
> I've 2 options , plz suggest which is bet
[Cross-posted]
Apparently relying on admins to upgrade systems when security fixes
come out isn't the answer to security problems as MS found out:
Microsoft fails Slammer's security test
By Robert Lemos
Staff Writer, CNET News.com
January 27, 2003, 4:27 PM PT
Microsoft's policy of relying on so
From: surinder makkar <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [ilugd]: How to redirect the pid of a process when running it in
>background
Date: Mon, 27 Jan 2003 03:40:01 -0800 (PST)
HI List,
I am running a command in background on Unix(Solaris)
by suffixin