From charlesreid1

No edit summary
No edit summary
Line 3: Line 3:
=New Notes=
=New Notes=


==aptitude install==
See https://charlesreid1.com:3000/dotfiles/debian
 
keeping track until apt get script in dotfiles repo
 
<pre>
apt-get install -y \
    aptitude apache build-essential \
    git vim golang
</pre>
 
and basic toolbox:
 
<pre>
apt-get install -y vim screen tmux tshark tcpdump git stunnel
</pre>
 
==ipython notebook or jupyter==
 
See [[Ubuntu Jupyter]]
 
<pre>
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
</pre>


=Old Notes=
=Old Notes=

Revision as of 12:08, 17 January 2018

Debian server machine.

New Notes

See https://charlesreid1.com:3000/dotfiles/debian

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.