Category Archives: Automation
Is crontab not a shell script….really?
While trying to figure out an error, I found the following line in one of the crontab files and I could not stop myself from smiling. PATH=$PATH:/opt/mysoftware/bin And that single line perfectly encapsulated the misconception I want to address today: … Continue reading
Using Telegram for Automation Using Python Telethon Module
Telegram is a cloud based messaging application which provides an excellent set of APIs to allow developers to automate on top of the platform. It is increasingly being used to automate various notifications and messages. It has become a platform … Continue reading
Get Oracle XE-ORDS-APEX Up and Running Quickly with Ansible
Oracle APEX is a rapid application development tool and from what I have seen its quite powerful. Clubed together with ORDS, it is a powerful tool to develop enterprise applications which are highly scalable.
I wrote an ansible playbook, which will quickly setup the entire stack. Read to find more. Continue reading