Install
sudo apt-get install build-essential
cd /usr/local/src
wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
tar xzf noip-duc-linux.tar.gz
cd no-ip-2.1.9
make
make install
| FROM ubuntu:16.04 | |
| MAINTAINER jitsi-meet <jitsi@meet.com> | |
| ARG DEBIAN_FRONTEND=noninteractive | |
| # we want python to output everything that's printed inside the app rather than buffering it | |
| # ENV PYTHONUNBUFFERED 1 | |
| # update apt-get | |
| RUN apt-get update | |
| RUN apt-get install -y htop vim wget curl apt-transport-https |
Install
sudo apt-get install build-essential
cd /usr/local/src
wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
tar xzf noip-duc-linux.tar.gz
cd no-ip-2.1.9
make
make install
Using docker:
docker run -it --rm -p 8888:8888 jupyter/all-spark-notebook
From standalone installation:
PYSPARK_DRIVER_PYTHON_OPTS="notebook" bin/pyspark
I hereby claim:
To claim this, I am signing this object:
sudo apt-get update
sudo apt-get install zlibc
sudo apt-get install libc6
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install libboost1.55-all-dev
sudo apt-get install cmake# uncommit
git reset HEAD~
# remove submodules https://stackoverflow.com/questions/29850029/what-is-the-current-way-to-remove-a-git-submodule
git submodule deinit <asubmodule>
git rm <asubmodule>
rm -rf .git/modules/<asubmodule>
# cherry-pick
| [core] | |
| # The home folder for airflow, default is ~/airflow | |
| airflow_home = /Users/p1nox/airflow | |
| # The folder where your airflow pipelines live, most likely a | |
| # subfolder in a code repository | |
| dags_folder = /Users/p1nox/airflow/dags | |
| # The folder where airflow should store its log files. This location | |
| base_log_folder = /Users/p1nox/airflow/logs |