CentOS


creating a VMware CentOS 7 Template

This post will help your creating a CentOS 7 Template for VMware. Getting started Install CentOS 7 on any VMware virtualization product with “Minimal Install” for the software selection. You can find the most recent install image here. Please use a VM hardware version of 10, if you want to […]


Compile Python 3.4 on CentOS 7

This is just a short post to document the required commands to build Python 3 on a CentOS 7. First we need to install the Development tools and some required sources: e.g. bzip, to support compression in python yum groupinstall “Development tools” yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel […]