Many times you will need to conver Unix/Linux epoch time to a readable date format
That is quite simple
$ date -d@1363497047
Dom Mar 17 02:10:47 BRT 2013
To get …
Currency rate monitor script
Using Nagios I am able to monitor the currency conversion rate, so I can know exactly when to sell my currency and to buy my currency. I wrote a creative …