Roberto C. Sanchez wrote:
On Tue, Feb 20, 2007 at 09:34:36PM +0000, Clive Menzies wrote:
The only reason you need to reboot is when the kernel is updated.
Rebooting after a general upgrade will make no difference.
Nonsense. It will kill your uptime---the true measure of one's
geekiness :-)
int main( int argc, char **argv, char **envp )
{
QDateTime my_birth = QDateTime(QDate(1939,3,11),QTime(16,20));
QDateTime now = QDateTime::currentDateTime();
printf("Uptime:%d days\n",my_birth.daysTo(now));
}
Uptime:24819 days
Wow. Bet not many of you geeks beat that! 8-)
Hugo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]