Uncomplicating Technology

glass ball sitting on top of fence post
Python

Python Virtual Environment

By default Python only gives you a single environment for your whole system.  This means when you install Python, or a package using Pip, you are installing that version of python or that version of the python package for the entire system.  And all scripts you run will interact with that same version of python …

Pandabear sitting on paper that says i love you
Python

Python Pandas Tutorial

Pandas is useful for doing data analysis in Python. Today we will discuss how to install Pandas, some of the basic concepts of Pandas Dataframes, then some of the common Pandas use cases. What is Pandas? Pandas is a Python library for doing data analysis. Typically you will use it for working with 1-dimentional series …

hard drive platter
Storage

How to install Open Filer 2.3

Today’s video shows how to install Open Filer in a Virtual Machine. Open Filer is a very easy to use storage system which integrates with Active Directory and LDAP. It supports NFS, iSCSI, SMB, etc… It has many features including Snapshots, Replication, and High Availability. There is a both a Community Version (Free) and a …