Essential Linux Commands

The terminal in your flavor of Linux comes with various useful commands to interact with your OS without a gui. In this post we will be providing a brief overview of practical & essential commands you can expect to use when working in a Linux environment. This...

Setting up Git/Github on your Linux Machine

This short guide will show you how to clone your git repository on Github onto your Linux Machine. Setting up version control in your development environment is a crucial step to successful software development. 1. To access our remote GitHub repository locally, we...

Setting Up a Linux VM on Windows

This tutorial requires the following downloads: Oracle VM VirtualBox (available for download here: https://www.virtualbox.org/wiki/Downloads) A Linux .iso file (I use 64 bit Linux Mint, available here: https://www.linuxmint.com/download.php) It is useful for any...

ImportError: No module named requests

If you are reading this article, you may be wondering: how do I fix ImportError: No module named requests? The answer is simple: Requests is not a built in module (does not come with the default python installation), so you will have to install it. Depending on your...

Contact Us