Jupiter: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 1: | Line 1: | ||
Debian server machine. | |||
=New Notes= | =New Notes= | ||
Revision as of 06:11, 17 January 2018
Debian server machine.
New Notes
aptitude install
keeping track until apt get script in dotfiles repo
apt-get install -y \
aptitude apache build-essential \
git vim golang
and basic toolbox:
apt-get install -y vim screen tmux tshark tcpdump git stunnel
ipython notebook or jupyter
See Ubuntu Jupyter
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.