Skip to content

Instantly share code, notes, and snippets.

View Triamus's full-sized avatar

Alexander Wagner Triamus

View GitHub Profile
@Triamus
Triamus / GitConfigHttpProxy.md
Created July 26, 2018 11:56 — forked from evantoli/GitConfigHttpProxy.md
Configure Git to use a proxy

Configure Git to use a proxy

##In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like:

@Triamus
Triamus / install.sh
Created April 22, 2018 12:48 — forked from domderen/install.sh
Installation of apache spark on ubuntu machine.
#!/bin/sh
# installation of Oracle Java JDK.
sudo apt-get -y update
sudo apt-get -y install python-software-properties
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get -y update
sudo apt-get -y install oracle-java7-installer
# Installation of commonly used python scipy tools