Monthly Archives: May 2016

How to install Centos on VirtualBox

Virtual box is a free, opensource Hypervisor, it allows you to run one operating system within another one. This post will detail how to install CentOS, an open source operating system  in Virtual Box.   To successfully follow this tutorial … Continue reading

Posted in CentOS, linux, Virtualization | Tagged , , , | Leave a comment

How to Tweet From Python

Step one Download and install twython, using pip. I’m using python 3 so I typed the command sudo pip3 install twython     Step 2 Go to apps.twitter.com and create an account using your Twitter username and password.   Step … Continue reading

Posted in programming, python, Twitter | Tagged , , | Leave a comment