Skip to content

Instantly share code, notes, and snippets.

View h3llix's full-sized avatar

Gaurav Genani h3llix

View GitHub Profile
@h3llix
h3llix / write-stdin.sh
Created September 5, 2022 07:47 — forked from macedd/write-stdin.sh
Write to STDIN of running Process
## Alternative 1: write to file descriptor (not usable)
input='testing'
pid=1212
echo $input > /proc/$pid/fd/0
## Alternative 2: Pipe fifo to the app
fifo_file=/tmp/fifo
@h3llix
h3llix / kubectl.md
Created December 4, 2021 10:41 — forked from so0k/kubectl.md
Playing with kubectl output

Kubectl output options

Let's look at some basic kubectl output options.

Our intention is to list nodes (with their AWS InstanceId) and Pods (sorted by node).

We can start with:

kubectl get no

GSoC'21

Google Summer of Code 2021 Final Submission Report

  • Student: Gaurav Genani
  • Github: @h3llix
  • Organisation: Cilium
  • Project: Expose all active configurations and CLI improvements.

Cilium

@h3llix
h3llix / readme.md
Created June 27, 2021 16:05 — forked from benstr/readme.md
Gist Markdown Cheatsheet

#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6


Paragraph