Skip to content

Instantly share code, notes, and snippets.

View ogfunkycold's full-sized avatar

ogfunkycold ogfunkycold

  • semi-retired
  • Chile
  • 12:35 (UTC -03:00)
View GitHub Profile

Creación de usuario en Github.

Accedemos a la siguiente url:

https://github.com/signup

Ingresamos un correo (puede ser personal), clic en Continue.

@ogfunkycold
ogfunkycold / cka-preparation.md
Created October 22, 2022 15:24 — forked from mikejoh/cka-preparation.md
CKA preparation, random notes and one-liners.

Certified Kubernetes Administrator

Clusters

Cluster Members CNI Description
k8s 1 etcd, 1 master, 2 worker flannel
hk8s 1 etcd, 1 master, 2 worker calico
bk8s 1 etcd, 1 master, 1 worker flannel
wk8s 1 etcd, 1 master, 2 worker flannel

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@ogfunkycold
ogfunkycold / IBMxCloudera.md
Created October 26, 2021 16:47 — forked from fawazsiddiqi/IBMxCloudera.md
IBM & Cloudera Present: Analyze and Transform Data for your Enterprise

IBM_Developer-GSI_Series-Cloudera-crowdcast-1200x630

@ogfunkycold
ogfunkycold / gist-reveal.it-slides.html
Created February 20, 2021 03:06 — forked from ryanj/gist-reveal.it-slides.html
Gist-powered Revealjs slideshow presentations http://gist-reveal.it
<section data-background-transition='zoom' data-transition='concave' data-background='http://ryanjarvinen.com/presentations/shared/img/broadcast_reveal_dark.png' data-state='blackout'>
<h2>Gist-Powered</h2>
<h1>Reveal.js</h1>
<h2>Slideshow Presentations</h2>
<br/>
<h1 class='fragment grow'><a style='color:deepskyblue;' href='http://gist-reveal.it'>gist-reveal.it</a></h1>
</section>
<section data-background-transition='zoom' data-transition='linear' id='try-it'>
<h2>Try it out!</h2>
<p>Create your own deck by forking a copy of <a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>this github gist</a>: <br /><a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>https://gist.github.com/ryanj/af84d40e58c5c2a908dd</a></p>
### Keybase proof
I hereby claim:
* I am ogfunkycold on github.
* I am ogfunkycold (https://keybase.io/ogfunkycold) on keybase.
* I have a public key ASAVRPRnHrgBBJ8gaeW7Xa2PpMe8AXWWu-3rLnBPIZzoWwo
To claim this, I am signing this object:
@ogfunkycold
ogfunkycold / i3-gaps_installation_guide.md
Created January 11, 2020 05:22 — forked from boreycutts/i3-gaps_installation_guide.md
A simple installation guide for i3-gaps

Installing i3-gaps

Dependencies

i3-gaps has some packages that are required for it to work so install these things:

sudo apt install libxcb1-dev libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev libxcb-icccm4-dev libyajl-dev libstartup-notification0-dev libxcb-randr0-dev libev-dev libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev autoconf xutils-dev libtool automake

You also need to install libxcb-xrm-dev, but I got Unable to locate package libxcb-xrm-dev when trying to install from the apt repositories on Ubuntu 16.04. If this happens to you, just install it from source using these commands:

mkdir tmp
@ogfunkycold
ogfunkycold / plugins.md
Created October 13, 2019 13:29 — forked from Klerith/plugins.md
Lista de plugins que uso en VSC