Skip to content

Instantly share code, notes, and snippets.

View ngunhaSO's full-sized avatar
💭
Learn new thing everyday.

Nhan Nguyen ngunhaSO

💭
Learn new thing everyday.
View GitHub Profile
@ngunhaSO
ngunhaSO / accessing-virtualbox.md
Created October 5, 2018 09:58
Accessing your Virtualbox Guest from your Host OS

Accessing your Virtualbox Guest from your Host OS

As a developer you want to ping and access the webserver on your virtual machine. This is a very simple solution to enable the bridge to the guest VM.

Requirements

  • VirtualBox (latest version)
  • A guest operation system (e.g. Ubuntu)
@ngunhaSO
ngunhaSO / raspbian-python3.6.rst
Created September 13, 2018 00:50 — forked from dschep/raspbian-python3.6.rst
Installing Python 3.6 on Raspbian

Installing Python 3.6 on Raspbian

As of January 2018, Raspbian does not yet include the latest Python release, Python 3.6. This means we will have to build it ourselves, and here is how to do it. There is also an ansible role attached that automates it all for you.

  1. Install the required build-tools (some might already be installed on your system).