Skip to content

Instantly share code, notes, and snippets.

View BichengLUO's full-sized avatar
👨‍💻
Work at Google

Bicheng Luo BichengLUO

👨‍💻
Work at Google
View GitHub Profile
@cyberang3l
cyberang3l / How to setup VirtualGL and TurboVNC on Ubuntu.md
Last active March 23, 2024 05:52
Setup VirtualGL and TurboVNC on Ubuntu for OpenGL forwarding
@stevenbeeckman
stevenbeeckman / Setup Python, IPython and ipython-sql
Last active October 29, 2022 16:11
Setting up IPython Notebook inside of Vagrant
sudo apt-get update
sudo apt-get install build-essential python-dev
sudo apt-get install python-matplotlib
sudo apt-get install python-pip
sudo pip install ipython-sql
sudo pip install --upgrade jinja2 tornado jsonschema pyzmq
sudo apt-get install python-mysqldb
# let's start ipython notebook
ipython notebook --ip=0.0.0.0 # port-forwarding doesn't work without this --ip flag