I wrote a perl script a few years ago to backup a system and keep the backup for one month. I’m wondering if anyone can make improvements and explain them.
Â
#!/usr/bin/perl -w
Â
($second, $Minute, $Hour, $Day, $Month, $Year, $WeekDay, $DayOfYear, $IsDST) = localtime(time) ;
Â
# In Perl, you’ll need to increment the month by 1
my $RealMonth = $Month [...]
I acquired some new drives from some recently retired hardware. I’m currently in the process of rebuilding the system. Hopefully everything will remain operating through the night and until morning.
I’m going to try and get the entire LAMP stack working tonight. It wasn’t that difficult the first time, but I did find a great guide [...]
I decided I’m going to rework my blog and photography site, plus I have a few people that are asking me to redevelop their sites. Not a problem I have an old HP DL360 I can use as a sandbox server with RAID and work until everything is perfect (never happened) and not mess up [...]
Here’s the story – I’m a “Systems Administrator” for a mostly Microsoft network, however because of management we have an Oracle implementation that is running on RHEL4. I am making the case to migrate it to AIX, and with the datacenter constraints it really shouldn’t be difficult. Because of my current server operating systems I’ve [...]
I haven’t been posting for awhile now, but I figured I would update. Lately I’ve been working on our Oracle implementation and am desperately trying to convince management that we need to put it on AIX rather than RedHat Linux. I really like the System p hardware and the new Power 6 chip absolutely rocks, [...]
Recent Comments