Frank Murphy wrote:
> After Googling for some time
> for a Linux Newsreader.
>> a fair list came back
>>http://www.newsreaders.com/unix/utilities.html>>http://www.newsreaders.com/unix/clients.html>> I thought I would ask the list, from what ppl have used.
> What would be the closest to Forte Agent.
> with binary, and multiple server support.
I use mozilla mailnews.
I've heard good reports about pan
--
Pádraig Brady - http://www.pixelbeat.org
--- Following generated by rotagator ---
Changing priority of a process
The nice value (-20 to 19) represents the priority of a process.
The lower the value, the higher the priority (not as nice to others).
For non interactive processes (especially on multi-user systems) do:
nice low_priority_command
You can retroactively give a process less priority like:
renice 19 -p low_priority_pid
For e.g. this is useful at the start of long running shell scripts:
renice 19 -p $$ > /dev/null
Only root can give processes more priority.
--
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!