PyCon Taiwan 2017, Taipei

I have been going to PyCon India since the 2014 edition and have only missed PyCon Pune, the new regional PyCon that we have which was held at the start...

Implementing Role Based Access Control

You can find the python module for implementing RBAC0 here at https://github.com/tasdikrahman/easyrbac Main Idea behind it If I have some 100 users in my system and for each user. I...

Learnings from analyzing my compromised server (Linode)

DISCLAIMER: All views presented are personal and not that of my employers or anyone else for that matter. In no occasion do I blame Linode for this security breach. It...

Using Ansible Playbooks to Install oVirt 4.1 on centOS 7 (Linode)

In my previous post, I played around how to install ovirt-engine on a remote VM. Turns out we can automate the whole process using ansible playbooks! Secondly, I have thought...

Installing oVirt 4.1 on centOS 7 (DigitalOcean)

Was trying to install oVirt engine on a VM deployed on DigitalOcean. My learnings from it are documented here. Installing oVirt Engine I would concentrate on the part of just...