Skip to content

Instantly share code, notes, and snippets.

View yokodev's full-sized avatar

yokodev

View GitHub Profile
@yokodev
yokodev / helm-install-gke
Last active October 12, 2018 09:01
This is how I was able to install helm for GKE
https://github.com/helm/helm/issues/3130#issuecomment-372931407
kubectl create serviceaccount --namespace kube-system tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
kubectl patch deploy --namespace kube-system tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}'
@yokodev
yokodev / Mongo.md
Created August 2, 2019 22:37 — forked from jnewman12/Mongo.md
Data Modeling With Mongo

Data Modeling with MongoDB

mongo


Objectives

  • Understand model relationships in MongoDB
  • Understand One-to-Many relationships
@yokodev
yokodev / .tmux.conf
Created November 19, 2019 19:38
TMUX and Nvim, Vim working O,K colors from themes working as they should
# this is .tmux.conf which is under .tmux/.tmux.conf
set -g default-terminal "xterm-256color" # this line has to be the first line in .tmux.conf or it will give a lot/ unexisting of trouble
@yokodev
yokodev / Ansible FirstStep howto
Last active November 29, 2019 22:51
Ansible First steps
1)Download and install ansible
*sudo apt install python-argcomplete
*sudo activate-global-python-argcomplete
*Login-logout
2)Create a local folder with ansible.cfg and hosts files
3)Modify ansible.cfg so the inventory now points to the new local folder instead of the default place (/ect/ansible/hosts)
[defaults]
inventory = /any/local/path/hosts
@yokodev
yokodev / setenv.sh
Created March 19, 2020 14:41 — forked from terrancesnyder/setenv.sh
./setenv.sh - example setenv.sh with defaults set for minimal time spent in garbage collection
#! /bin/sh
# ==================================================================
# ______ __ _____
# /_ __/___ ____ ___ _________ _/ /_ /__ /
# / / / __ \/ __ `__ \/ ___/ __ `/ __/ / /
# / / / /_/ / / / / / / /__/ /_/ / /_ / /
#/_/ \____/_/ /_/ /_/\___/\__,_/\__/ /_/
# Multi-instance Apache Tomcat installation with a focus
# on best-practices as defined by Apache, SpringSource, and MuleSoft
@yokodev
yokodev / Codium_ScrollingUpDown.txt
Last active October 23, 2020 18:56
Ctrl UP Down VSCodium
https://github.com/microsoft/vscode/issues/2091#issuecomment-346703719
Add this to the keyboard shortcut keys
{
"key": "ctrl+up",
"command": "editorScroll",
"when": "editorTextFocus",
"args":
{
"to": "up",
@yokodev
yokodev / keychron_linux.md
Created December 29, 2022 17:00 — forked from andrebrait/keychron_linux.md
Keychron keyboards on Linux + Bluetooth fixes

Here is the best setup (I think so :D) for K-series Keychron keyboards on Linux.

Most of these commands have been tested on Ubuntu 20.04 and should also work on most Debian-based distributions. If a command happens not to work for you, take a look in the comment section.

Make Fn + F-keys work

Keychron Keyboards on Linux use the hid_apple driver (even in Windows/Android mode), both in Bluetooth and Wired modes. By default, this driver uses the F-keys as multimedia shortcuts and you have to press Fn + the key to get the usual F1 through F12 keys.