Two simple Ruby-scripts to calculate time in epoch-seconds.
-
Recent Posts
-
Categories
Two simple Ruby-scripts to calculate time in epoch-seconds.
How-To: A quick and dirty way to record billable time while away from your own machines.
How-To: Getting the current time in epoch-seconds in your shell and converting them back to human-readable time.
One way to display XML in HTML without wrecking your Web site.
A document-centric, replicating database written in an object-oriented language called Erlang, sounds great.
Two commands needed to modify your resolvconf-generated /etc/resolv.conf.
After writing the post Don’t forget to - -delete when rsyncing, I decided to write a little more about rsync, part of every well-groomed *NIX system, but Zonker was faster. Therefore, I’ll get out in the sun and present you with a link instead : Back up like an expert with rsync.
Well done Zonker, you […]
The program rsync is available on most *NIX/Linux platforms, but – contrary to the implication by its name – the program synchronizes only when used with the –delete-option.
Let’s clarify first, what I mean by synchronizing: Assume we have a directory called fooboz, said directory contains two files, one named fooboz1.txt and another called fooboz2.txt. We […]
How-To: If all you got is an epoch-time, how do you convert it into something more useful for human consumption?