Python Basics

About Python: Python is a high level scripting language with object oriented features. Syntax Python programs can be written using any text editor and should have the extension .py. Python programs do not have a required first or last line, but can be given the location of python as their first line: #!/usr/bin/python and become […]

Read more "Python Basics"

Google partners with Tata to set up cloud computing facility

Global internet solution provider Tata Communications today said it has become authorized partner for Google Cloud Platform. Under the terms of this agreement, Google’s new service, Google Cloud Interconnect will connect with Tata Communications’ IZO Public platform that enables companies to set up their cloud computing facility. “Together with Google, we are committed in creating […]

Read more "Google partners with Tata to set up cloud computing facility"

What is Docker?

Introduction Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for sharing applications and automating workflows, Docker enables apps to be quickly assembled from components and eliminates the friction between development, […]

Read more "What is Docker?"

How To Create a Redundant Storage Pool Using GlusterFS on Ubuntu Servers

Introduction Redundancy and high availability are necessary for a very wide variety of server activities. Having a single point of failure in terms of data storage is a very dangerous configuration for any critical data. While many databases and other software allows you to spread data out in the context of a single application, other […]

Read more "How To Create a Redundant Storage Pool Using GlusterFS on Ubuntu Servers"

Openstack : What , Where and How??

What is OpenStack? OpenStack is a set of software tools for building and managing cloud computing platforms for public and private clouds. Backed by some of the biggest companies in software development and hosting, as well as thousands of individual community members, many think that OpenStack is the future of cloud computing. OpenStack is managed […]

Read more "Openstack : What , Where and How??"