Search Results

Search: Posts Made By: lforum
Forum: Red Hat 08-27-2010
2,190
Posted By lforum
Yum Update and Kernels
I have a server running CentOS 5 and when yum update is run and a new kernel is installed and there are more then 3 kernels installed the oldest ones are removed. Anyway to achieve this with CentOS...
32,224
Posted By lforum
Getting Time in MilliSeconds with Perl
I use something like this in perl to get the date and time:
use Time::localtime;
use Time::gmtime;
$tm = gmtime;
$time_str = sprintf "%04d-%02d-%02d %02d:%02d:%02d",
$tm->year + 1900, $tm->mon +...
1,957
Posted By lforum
Copying a Large File
I have a large file that I append entries to the end of every few seconds. Its grown to >150MB. Its basically a log file but a perl script is writing to it. I need to make a copy of it to a new...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy