From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1GydtX-0007H3-00 for ; Sun, 24 Dec 2006 19:40:47 -0500 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20061225004012.DBRN28196.mtaout01-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Mon, 25 Dec 2006 00:40:12 +0000 Received: from WORKLAPTOP ([86.20.68.163]) by aamtaout01-winn.ispmail.ntl.com with SMTP id <20061225004012.QSCX219.aamtaout01-winn.ispmail.ntl.com@WORKLAPTOP> for ; Mon, 25 Dec 2006 00:40:12 +0000 Message-ID: <008301c727bd$28105650$5802a8c0@WORKLAPTOP> From: "Chris Norman" To: "Speakup is a screen review system for Linux." References: <000a01c726f6$2ca687b0$6401a8c0@YOUR3ADE1B78A3> Subject: Re: Chriss Normon: set what to a niceness of -20? Date: Mon, 25 Dec 2006 00:39:35 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Dec 2006 00:40:47 -0000 LOL, sorry, if you read the manual for nice (1), you'll see how to use the command more thoroughly. But basically, you type: nice # CMD Where: # is a number from -20 (highest) to 20 (lowest), which is the priority at which the command runs. CMD is a command string. So you could do something like: nice -20 speech-dispatcher To run speech-dispatcher with the highest priority, or: nice 20tar xf archive.tar.gz To untar archive.tar.gz with the lowest priority. Nice without arguments shows the current niceness (has always been 0 - average for me). HTH, Chris Norman ----- Original Message ----- From: "Keith Hinton" To: Sent: Sunday, December 24, 2006 12:55 AM Subject: Chriss Normon: set what to a niceness of -20? > What are you talking about? Set what to -20? > Regards-Keith > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup