Skip to content

Instantly share code, notes, and snippets.

View jvandevelde's full-sized avatar

Jules Van de Velde jvandevelde

  • Winnipeg MB, Canada
View GitHub Profile
@jvandevelde
jvandevelde / keybase.md
Created August 1, 2018 01:52
Keybase.io

Keybase proof

I hereby claim:

  • I am jvandevelde on github.
  • I am jvandevelde (https://keybase.io/jvandevelde) on keybase.
  • I have a public key ASDxkcXZdAi6fcgctzQNpanV9OeZfttGh_EpvZuFGcsqhgo

To claim this, I am signing this object:

@jvandevelde
jvandevelde / gist:cbf86bae0f7b374aa44d60346f47af86
Created May 4, 2017 05:27
Install Powershell for Windows Subsystem for Linux (WSL)
curl -o downloadps.sh https://raw.githubusercontent.com/PowerShell/PowerShell/v6.0.0-alpha.13/tools/download.sh
bash downloadps.sh
powershell
Install-Module AzureRM
!/#bash
sudo apt-get install pptpd
#!/bin/bash
# node.js using PPA (for statsd)
sudo apt-get --yes update
sudo apt-get --yes install python-software-properties
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get --yes update
sudo apt-get --yes install nodejs
# Install git to get statsd
@jvandevelde
jvandevelde / install_elasticsearch_ubuntu.sh
Last active June 5, 2017 10:50
Install ElasticSearch 0.90.1 on Ubuntu 12.04.2 LTS
#!/bin/bash
cd ~
# Install JDK
sudo apt-get update
sudo apt-get install openjdk-7-jre-headless -y
# Install & Start ES 0.90.1
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.1.deb