Linux Conquering Cloud
Learn .. Conquer .. Share
Pages
(Move to ...)
Home
▼
Wednesday, December 24, 2014
Python Error "ImportError: No module named pkg_resources"
›
I encountered the ImportError today while trying to use pip. Somehow the setup tools package had been deleted in my Python environment. =...
Private Docker Registry @ Centos7
›
Here we will try to create a private docker registry for the internal use with security. Install the Packages >> yum update -y ; ...
Import/Export a Docker Images
›
For Exporting a docker image from one server to another we can user private registry or we can also tar the image and copy the tar over to ...
Friday, December 12, 2014
Docker Usage Explained
›
Docker is a platform for developers and sysadmins to develop, ship, and run applications. Docker lets you quickly assemble applications f...
Friday, December 5, 2014
NovaException: Unexpected vif_type=binding_failed In Openstack Juno Migration
›
Sample Error ============= ERROR nova.compute.manager [req-] [instance: ******-******-******-*******] Setting instance vm_state to ERROR...
Sunday, November 30, 2014
GFS Storage Cluster in Centos7
›
Clustering the Storage LUNS : Sharing A ISCSI LUN with Mutiple Server's. Install Packages yum -y install pcs fence-agents-all iscsi-...
Saturday, November 29, 2014
Configuring Multipath in Centos 7 for ISCSI storage LUNS
›
Install Packages yum -y install iscsi-initiator-utils yum install device-mapper-multipath -y Starting and Enabling the Service syst...
1 comment:
‹
›
Home
View web version