Welcome to 2008! Want to know what you?ve gotten into?

en, ve, wan

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Welcome to 2008! Want to know what you?ve gotten into?
# 1  
Old 01-03-2008
Welcome to 2008! Want to know what you?ve gotten into?

Read Wired Magazine’s Q&A with Author Nicholas Carr “on the Terrifying Future of Computing” Nicholas Carr is high tech’s Captain Buzzkill - the go-to guy for bad news. A former executive editor of Harvard Business Review, he tossed a grenade under big-budget corporate computing with his 2004 polemic Does IT Matter? (Answer: Not really, because all [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

converting date format: "May 31 2008" to "2008-05-31"

I have the following script to find out the last day of the last month .... and the output of this script is in the following format ... Script goes like this .... #!/bin/ksh cur_month=`date +%m` cur_year=`date +%Y` prev_month=$(($cur_month-1)) # Check to see if this is January if ... (8 Replies)
Discussion started by: santosham
8 Replies

2. Shell Programming and Scripting

subtracting Tue, Feb 26, 2008 01:38:25 AM from Mon, Feb 25, 2008 09:30:03 PM

Hi, Please help me out in creating a script which will subtract Tue, Feb 26, 2008 01:38:25 AM from Mon, Feb 25, 2008 09:30:03 PM and will give me out put in the format hh:mm:ss. I tried datecalc.It doesnt work for this format. (15 Replies)
Discussion started by: Sreejith_VK
15 Replies
Login or Register to Ask a Question
INNWATCH(8)						      System Manager's Manual						       INNWATCH(8)

NAME
innwatch - monitor innd. SYNOPSIS
innwatch [ -l logfile ] [ -t seconds ] DESCRIPTION
Innwatch is normally started by /etc/news/boot. It periodically -- every (600) seconds -- examines the load average, and the number of free blocks and inodes on the spool partition, as described by its control file, innwatch.ctl(5). If the load gets too high, or the disk gets too full, it throttles the server. When the condition restores, it unblocks the server. In addition, on each pass through the loop it will check the logfile /var/log/news/news.crit to see if it has been modified, and send mail to the news administrator if so. Upon receipt of an interrupt signal (SIGINT), innwatch will report its status in the file /var/run/innd/innwatch.status. OPTIONS
-l To specify a log file to watch, other than the default of news.crit, use the ``-l'' flag. -t To change the period between check from the default, use the ``-t'' flag. HISTORY
Written by Mike Cooper <mcooper@usc.edu>, with modifications by <kre@munnari.oz.au>, Steve Groom <stevo@elroy.Jpl.Nasa.Gov> and Christophe Wolfhugel <wolf@pasteur.fr>. This is revision 1.2, dated 1996/11/26. SEE ALSO
ctlinnd(8), innwatch.ctl(5), shlock(1). INNWATCH(8)