982 reputation
128
bio website
location Florida
age
visits member for 8 months
seen 7 hours ago
stats profile views 19

A Perl enthusiast, I earn my living doing Unix/Linux system administration and light systems programming. In a former life I was an ALGOL systems programmer before finding my real love was for Unix. My education is scientific with a Master of Science degree.


Oct
4
comment How to make executable of all files excluding a few file types?
@KrzysztofAdamski The find arguments can easily be amended to specify *.c, '*h and *.cc as necessary. My initial response was to lead the OP to one solution.
Oct
4
answered How to make executable of all files excluding a few file types?
Oct
2
comment Convert a tab-delimited file to use newlines
Easiest and fastest, too.
Oct
1
comment Purpose and typical usage of /etc/rc.local
See the updated response.
Oct
1
revised Purpose and typical usage of /etc/rc.local
added 289 characters in body
Oct
1
answered Purpose and typical usage of /etc/rc.local
Sep
25
comment How to get rows between lines?
@gaskopeter TMTOWTDI
Sep
24
answered How to get rows between lines?
Sep
15
awarded  Analytical
Sep
14
comment Parsing the output of date with sed
In a case like this, tr is faster than a regexp substitution.
Sep
14
comment Recovered deleted files on Mac by command line
@ire_and_cureses : I've updated my response based on your suggestions. Your points are very valid. Regards!
Sep
14
revised Recovered deleted files on Mac by command line
Clarify orginal posting.
Sep
14
answered Recovered deleted files on Mac by command line
Sep
14
answered Ignoring “print banner page” flag in inbound LPD jobs (CUPS-LPD)
Sep
13
answered How can I have `date` output the time from a different timezone?
Sep
11
awarded  Commentator
Sep
11
comment Use command grep and locate
@Caleb : Ah, yes, I forgot that. Thanks!
Sep
11
comment Use command grep and locate
@Caleb : Yes I could have added an echo ${file} but I dislike having to spawn yet another process just for that purpose.
Sep
11
comment How to send ntp request?
Keeping your local server's time synchronized (with ntp) is critical unless your server operates in isolation from anything else and you don't care about accurate logging, file exchange, etc. NTP is too easy to install and too easy to maintain not to use it. ntpdate is a one-time set-the-clock. Local computer clocks are terrible time-keepers: they drift. ntp keeps time synchronized.
Sep
11
answered How to send ntp request?