Skip to content

Instantly share code, notes, and snippets.

View zaphodddd's full-sized avatar

b dowtin zaphodddd

View GitHub Profile
@zaphodddd
zaphodddd / deploy-automated-hadoop-setup-on-lxd.sh
Last active October 30, 2017 02:41 — forked from RainMark/deploy-automated-hadoop-setup-on-lxd.sh
Sets up a Hadoop 3 Node Cluster with LXC Containers on LXD (Automated Install)
#!/bin/bash
set -ex
UBUNTU_VERSION="14.04"
mkdirs(){
lxc delete hadoop-master --force
lxc delete hadoop-slave-1 --force
lxc delete hadoop-slave-2 --force
rm -rf /tmp/*
@zaphodddd
zaphodddd / SoundCloudHideReposts0.2.user.js
Created November 2, 2015 21:02
SoundCloudHideReposts - for GreaseMonkey / TamperMonkey - Hide reposts from your soundcloud stream - Nov 2015
// ==UserScript==
// @name Soundcloud hide reposts
// @namespace m36
// @version 0.2
// @description hides reposts in stream
// @match http://soundcloud.com/stream
// @match https://soundcloud.com/stream
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @copyright 2013, Upated 2015
// ==/UserScript==