Skip to content

Instantly share code, notes, and snippets.

@raging
raging / MasterServerSetup.md
Last active May 2, 2016 13:52
Master Server Setup

Server Setup

Ubuntu 14.04 and later versions

sudo add-apt-repository ppa:saiarcot895/myppa

sudo apt-get update

sudo apt-get -y install apt-fast

@raging
raging / MasterInstallation
Last active December 23, 2015 16:29
Master Installation
wget -q -O - https://fixubuntu.com/fixubuntu.sh | bash
sudo add-apt-repository -y ppa:atareao/atareao && sudo add-apt-repository -y ppa:peterlevi/ppa && sudo apt-add-repository -y ppa:teejee2008/ppa && sudo add-apt-repository -y ppa:gencfsm && sudo add-apt-repository -y ppa:webupd8team/sublime-text-2 && sudo add-apt-repository -y ppa:webupd8team/java && sudo add-apt-repository -y ppa:ehoover/compholio && sudo apt-get update && sudo apt-get install vim zsh git git-core vim lsb-release scrot conky conky-manager gnome-encfs-manager nodejs sublime-text oracle-java7-installer tasksel variety my-weather-indicator indicator-cpufreq indicator-multiload laptop-mode-tools ubuntu-restricted-extras curl netflix-desktop terminator chromium-browser cairo-dock guake build-essential
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
chsh -s /bin/zsh
curl http://j.mp/spf13-vim3 -L -o - | sh
@raging
raging / Custom.css
Created October 16, 2012 19:36 — forked from bentruyman/Custom.css
Tomorrow Theme for Chrome Developer Tools
/**********************************************/
/*
/* Tomorrow Skin by Ben Truyman - 2011
/*
/* Based on Chris Kempson's Tomorrow Theme:
/* https://github.com/ChrisKempson/Tomorrow-Theme
/*
/* Inspired by Darcy Clarke's blog post:
/* http://darcyclarke.me/design/skin-your-chrome-inspector/
/*
@raging
raging / ZenCoding
Created October 10, 2012 18:34
ZenCoding
ctrl+space : expansion
ctrl+alt+shift+h : set_html_syntax_and_insert_skel(doctype=u'xt')
ctrl+alt+enter : zen_as_you_type()
ctrl+alt+enter : wrap_zen_as_you_type()
alt+shift+w : wrap_zen_as_you_type()
ctrl+shift+j : run_zen_action(action=u'split_join_tag', profile_name=None)
ctrl+j : run_zen_action(action=u'merge_lines')
ctrl+alt+9 : run_zen_action(action=u'decrement_number_by_01')
@raging
raging / CasperJS-PhantomJs
Last active May 29, 2016 14:31
My personal linux setup preferences
https://github.com/marten-cz/casperjs-deb --
sudo add-apt-repository ppa:martin.malek/testing && sudo apt-get update && sudo apt-get install casperjs
tep 1: Installing PhantomJS
- Download the latest source
wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-x86_64.tar.bz2