Skip to content

Instantly share code, notes, and snippets.

View gogolok's full-sized avatar
🏈
Focusing

Robert Gogolok gogolok

🏈
Focusing
View GitHub Profile
@gogolok
gogolok / vsphere.yml
Last active November 25, 2019 09:51
vsphere.yml
- type: replace
path: /instance_groups/name=master/jobs/-
value:
name: cloud-provider
release: kubo
properties:
cloud-provider:
type: vsphere
cloud-config:
Global:
@gogolok
gogolok / keybase.md
Created July 16, 2016 06:29
keybase.md

Keybase proof

I hereby claim:

  • I am gogolok on github.
  • I am gogolok (https://keybase.io/gogolok) on keybase.
  • I have a public key whose fingerprint is 5832 AEA3 587F BEE6 A44E 92D6 C5DA C230 8825 E1F5

To claim this, I am signing this object:

@gogolok
gogolok / gist:86e6428c5940661d0eac
Created January 23, 2015 23:24
FreeBSD Ruby certificate problems
# gem install bundler
# ERROR: Could not find a valid gem 'bundler' (>= 0), here is why:
# Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz)
fetch https://github.com/rubygems/rubygems/releases/download/v2.2.3/rubygems-update-2.2.3.gem
gem install --local rubygems-update-2.2.3.gem
update_rubygems --no-ri --no-rdoc
gem uninstall rubygems-update-2.2.3
# have a look at
## Shell configuration (~/.bashrc, ~/.zshrc, ...)
export PGDATA=~/anywhere/postgresql_data # PostgreSQL data directory
export PGHOST="/tmp"
alias pgstart="pg_ctl start"
alias pgstop="pg_ctl stop"
## Initial setup
@gogolok
gogolok / Global .gitconfig
Created June 27, 2013 16:06
Global .gitconfig
[user]
name = My Name
email = my@email.de
[color]
ui = auto
interactive = auto
[log]
decorate = short
[alias]
st = status