little perl script to insert a timestamp to start of each line

This script will insert a timestamp at the start of each line you feed it. Example use: vmstat 1 | ./insert_timestamp.pl — cut here — #!/usr/bin/perl # insert a timestamp into the data stream use POSIX strftime; while ($_ = ) { print strftime (“%d%b%Y-%H:%M:%St”,localtime(time())); print $_; } — cut here —

Rockstar Sysadmins

A couple of weeks ago, I heard the owner of our company talking on the phone to a client. In the conversation, he referred to me as a rockstar sysadmin. Thankfully, he wasn’t talking about my singing. I chuckled a bit, but didn’t think too much of it. I mean, it feels good to be…

Continue reading

2011 Candidate Statement: Richard Chycoski

Hello – I’m running for the LOPSA board in the 2011 elections. I have been a sysadmin, a manager of sysadmins, and a conduit of sysadmin training and mentorship, for about three decades. I’ve worked with mainframes, minicomputers, microcomputers – and the new “mainframes” (everything is circular!). I’m currently the “pet systems person” in an…

Continue reading

2011 Candidate Statement: Lois Bennett

Since you elected me last time around I have done a few things for LOPSA. I have served as Secretary Treasurer for the past 2 years. In that role I have managed the bank account and paid the bills. I have been involved in getting the Mentorship Program off the ground by briefly organizing the…

Continue reading

2011 Candidate Statement: Joe McDonagh

Hi, my name is Joe McDonagh and many of you may know me from irc as ‘joe-mac’. I have been in various roles in the professional world, but I really began cutting my teeth with the UNIX family of operating systems when I was around 12, with a special interest in information security. 13 years…

Continue reading