Red Hat


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 […]


configuring RHEL for kerberized NFSv4

This is the last of a few loosely coupled posts to install and test a kerberized nfs4 environment with EMC Isilon. To test nfs4 with Isilon I required an active domain joined and nfsv4 enable linux client. This post will show the required configuration tasks. I used a basic Redhat […]