From charlesreid1

Revision as of 05:59, 17 January 2018 by Admin (talk | contribs) (→‎New Notes)

New Notes

aptitude

keeping track until apt get script in dotfiles repo

apt-get install \
aptitude \
apache \
build-essential \
git \
vim \
golang

ipython notebook or jupyter

See Ubuntu Jupyer

sudo apt-get install -y \
    libatlas-dev libpng12-dev libfreetype6 libfreetype6-dev \
    g++ libzmq-dev liblapack-dev gfortran python-dev \
    build-essential python-qt4

pip install numpy scipy tornado \
    pyzmq pandas ipython pygments matplotlib

Old Notes

linking internal and external networks through a gateway server, Jupiter

external IP

connecting with external VPN service, private internet access

works.

internal IP

connecting with wireless router, which is in turn connected to various other devices

wifi usb dongle. connected to Widy?

tunnel

idea here is to connect to the VPN via the external IP, creating a tunnel interface.

then connect the internal IP to the tunnel interface.