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 a current epoch time we simply use date command as […]
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 plugin to nagios that does just that! Its not my […]