I hereby claim:
- I am jeyaramashok on github.
- I am jeyaramashok (https://keybase.io/jeyaramashok) on keybase.
- I have a public key ASACPVUfoa-0Q90N1HFZf2cx5TW9UAf27LPJbY0-vjxTjwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Red Hat OpenShift version | Kubernetes version |
|---|---|
| 4.15 | 1.28 |
| 4.14 | 1.27 |
| 4.13 | 1.26 |
| 4.12 | 1.25 |
| 4.11 | 1.24 |
| 4.10 | 1.23 |
| 4.9 | 1.22 |
| 4.8 | 1.21 |
Caution
This doc applies only for (c)(26) -- Spouse of an H-1B Nonimmigrant category [1]
Note
Sign in black ink
Replace macos terminal utilties with GNU Core utilities
These instructions are specific to fish shell ( Pls see references for bash)
brew install coreutils
Curation of manifestos in Software field
| NAME | SHORTNAMES |
|---|---|
| componentstatuses | cs |
| configmaps | cm |
| endpoints | ep |
| events | ev |
| limitranges | limits |
| namespaces | ns |
| nodes | no |
| persistentvolumeclaims | pvc |
change the way a website is displayed using browser extension like stylus
/*
* Basic layout
| sudo rm -rf \ | |
| /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/{npm*,node*,man1/node*} | |
| sudo rm -rf \ | |
| /usr/local/bin/npm \ | |
| /usr/local/share/man/man1/node* \ | |
| /usr/local/lib/dtrace/node.d \ | |
| ~/.npm \ | |
| ~/.node-gyp | |
| sudo rm -rf /opt/local/bin/node /opt/local/include/node /opt/local/lib/node_modules | |
| sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node.1 /usr/local/lib/dtrace/node.d |
A place to record any important logic that you come across that is worth documenting.
Refers to the different landmarks of a codebase to help you navigate around. Where are the API methods defined? Where are interactions with the database?