Skip to content

Instantly share code, notes, and snippets.

View FiXato's full-sized avatar

Filip H.F. "FiXato" Slagter FiXato

View GitHub Profile

Chatmosphere hosts and the IPs they resolve to

app1.chatmosphere.org has address 69.41.179.202
app2.chatmosphere.org has address 69.41.179.203
app3.chatmosphere.org has address 69.41.179.204
app4.chatmosphere.org has address 69.41.179.205
app5.chatmosphere.org has address 69.41.179.206
app6.chatmosphere.org has address 69.41.165.98
app7.chatmosphere.org has address 69.41.165.99

app8.chatmosphere.org has address 69.41.165.100

@FiXato
FiXato / bash_prompt_with_git_and_rbenv.sh
Last active August 29, 2015 13:57 — forked from kyanny/gist:1668822
Updated original bash prompt with git and rbenv example with a check for the __git_ps1 function instead of existence of a git bash-completion file.
# rbenv
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
source ~/.rbenv/completions/rbenv.bash
# prompt with ruby version
# rbenv version | sed -e 's/ .*//'
__rbenv_ps1 ()
{
rbenv_ruby_version=`rbenv version | sed -e 's/ .*//'`
@FiXato
FiXato / en.yml
Last active August 29, 2015 13:59 — forked from henrik/en.yml
# config/locales/en.yml
en:
i18n:
language:
name: 'English'