Skip to content

Instantly share code, notes, and snippets.

View savishy's full-sized avatar

Vish savishy

View GitHub Profile
@savishy
savishy / cygwin.md
Last active November 24, 2016 06:11

List of recommended packages for Cygwin

Necessary

  1. openssh
  2. ping
  3. wget
  4. curl
  5. vim and/or emacs
  6. tar
  7. zip
@savishy
savishy / ESB.md
Last active November 26, 2016 06:17
About ESB

What is it?

UltraESB Architecture

  • Enterprise Service Bus (ESB)
  • Conceptually similar to the "bus" concept in computer architecture. But applied to Service Oriented Architecture. (SOA)
  • Control routing of requests from a client to a service that can answer the request.
  • Event Handling
@savishy
savishy / Oracle DB Commands.md
Last active December 9, 2016 07:34
Oracle DB

Oracle DB Tips and Tricks

Connecting to a DB with sqlplus

You can connect both to a local or remote DB using the SQLPlus tool.

Syntax:

Run the SQLPlus command with following arguments.

Jenkins + Docker

The exact list of plugins for enabling Docker commands within Jenkins jobs is somewhat unclear.

Looks like at least the Docker Build Step plugin is required to make this happen.

This does two things:

  1. Helps us to run docker commands within Execute Shell steps
  2. Adds the "Execute Docker Command" build step .
@savishy
savishy / Vagrant Tips and Tricks.md
Last active May 25, 2022 23:05
Vagrant Tips and Tricks

Vagrant Tips and Tricks

Vagrant shell provisioner allows reading from Gists!

reference

Assuming

  1. You are using Vagrant and Shell provisioner often (e.g when doing Windows provisioning you will end up using Powershell a lot)
  2. You have started running into the problem of reusing your scripts
@savishy
savishy / Kubernetes - Tips.md
Last active January 22, 2024 07:31
Kubernetes Cheatsheet

About kubeconfig and Sharing kubeconfigs

When you create a Google Cloud Container cluster with gcloud container clusters create it also generates a kubeconfig entry. See the output below:

Creating cluster petclinic...done.
Created [https://container.googleapis.com/v1/projects/gcloud-testing-vish/zones/asia-east1-a/clusters/petclinic].
kubeconfig entry generated for petclinic.
NAME       LOCATION      MASTER_VERSION  MASTER_IP       MACHINE_TYPE   NODE_VERSION  NUM_NODES  STATUS
@savishy
savishy / Blender Keyboard Shortcuts.md
Created January 13, 2018 06:01
Blender Tips and Tricks

R = Rotate

Press - X,Y,Z to isolate rotation axsis

S = Scale

Press - X,Y,Z to isolate scale axsis

Middle mouse button to rotate around selected object

@savishy
savishy / Chef Cheatsheet.md
Last active March 14, 2018 08:34
Chef Cheatsheet