Skip to content

Instantly share code, notes, and snippets.

@gerjantd
gerjantd / introrx.md
Created February 15, 2017 15:39 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
#!/bin/bash
# Set proxy settings in Ubuntu for eclipse, maven and apt
#### variables
ECLIPSE_SETTINGS_DIR="/home/martine/apps/springsource/sts-3.4.0.M1/configuration/.settings/"
ECLIPSE_SETTINGS_FILE="org.eclipse.core.net.prefs"
ECLIPSE_SETTINGS_PROXY="org.eclipse.core.net.prefs-PROXY"
ECLIPSE_SETTINGS_NOPROXY="org.eclipse.core.net.prefs-NOPROXY"
ECLIPSE_SETTINGS=$ECLIPSE_SETTINGS_DIR$ECLIPSE_SETTINGS_FILE