Skip to content

Instantly share code, notes, and snippets.

View siddharthgoel88's full-sized avatar
:octocat:
I see dev people

Siddharth Goel siddharthgoel88

:octocat:
I see dev people
View GitHub Profile
@siddharthgoel88
siddharthgoel88 / gist:a3bd40ebda3629d91dee2709c83b5652
Created June 17, 2023 04:28
FluentBit commits v1.7.9 to v2.1.4
4854f38c7c8095f29718071535e73a0a5d4e6694 packaging: update version to 2.1.4 (#7479)
df1316d138a209d1048158c6d609b4187aea0a5b workflows: ensure we have access to bucket name (#7476)
1f22c89f1a20937644f3345546398bbb5ce8cc00 workflows: add sanity check on release (#7474)
3446ace89ba6057f7a8ed5685d970eae1bb86cbb filter_rewrite_tag: updated flb_input_log_append_ex to match the new name
f4cdc7dd4faf181275c25b8eed62036b9dde184b input_trace: renamed function to ensure it clearly conveys its purpose
fe7d46b94bf250e8c3d94ec6d1961bc4119e7ed9 input_metric: renamed function to ensure it clearly conveys its purpose
ed302ee66b182f84fc69b93e20f837438ea03da5 input_log: renamed function to ensure it clearly conveys its purpose
ea9415fecfd3d333aea0b691571200024fb54de2 filter_rewrite_tag: updated filter parent property references
fcd2d1bb0db22ee90eb039a9e36e988f7ce71492 processor: updated filter parent references to match the new name
b6d5eb5d0c507d20131bfd7f2948512f7ea83c07 filter: renamed the parent field to clearly convey wha

Keybase proof

I hereby claim:

  • I am siddharthgoel88 on github.
  • I am siddharthgoel88 (https://keybase.io/siddharthgoel88) on keybase.
  • I have a public key ASC52R1jZyL-vY4txiRaNqsiU9WKAq04N7-PscLacck9rQo

To claim this, I am signing this object:

@siddharthgoel88
siddharthgoel88 / CipherTesting.java
Created August 22, 2019 05:32
Test if a specific Cipher works on your JDK or not
import java.security.NoSuchAlgorithmException;
import javax.crypto.Cipher;
import javax.crypto.NoSuchPaddingException;
public class CipherTesting {
public static void main(String[] args) throws NoSuchAlgorithmException, NoSuchPaddingException {
System.out.println(Cipher.getInstance("AES/CBC/PKCS5Padding")); //Or whichever Cipher suite is missing.
}
}
@siddharthgoel88
siddharthgoel88 / test-tls.sh
Created August 22, 2019 02:32
Test list of available ciphers
#!/usr/bin/env bash
# OpenSSL requires the port number.
SERVER=$1
DELAY=1
ciphers=$(openssl ciphers 'ALL:eNULL' | sed -e 's/:/ /g')
echo Obtaining cipher list from $(openssl version).
for cipher in ${ciphers[@]}
List of websites shutting down because of GDPR implications :
- https://news.ycombinator.com/item?id=16954306
- https://news.ycombinator.com/item?id=16949587
- http://blog.warpportal.com/?p=10892
- https://www.brentozar.com/archive/2017/12/gdpr-stopped-selling-stuff-europe/
@siddharthgoel88
siddharthgoel88 / Ansible crash course
Last active August 23, 2017 05:56
Topics for Ansible crash course to be given in AdNovum
Ansible
=======
- What is the problem?
-- Software Configuration Management
-- Buzzword: DevOps
- Solutions
-- Ansible, Puppet, Chef, etc.
cmd + e
cmd + shift + e
cmd + 1 / esc
auto scroll from source
cmd + shift + a
alt + up
Scratch file
shift + cmd + f12
cmd + shift + v
cmd + y
@siddharthgoel88
siddharthgoel88 / Awesome URLs
Created February 3, 2017 02:09
Curated list of amazing reads
http://zenpencils.com/
@siddharthgoel88
siddharthgoel88 / Zara hat ke
Last active April 26, 2018 09:48
This document is a cocktail of various philosophical, romantic, humours (or any genre), any language of oneliners I understand.
- Mat toot ke chaho kisi ko aghaaz-e-safar mein, bichar gaya toh uski ek ek ada tang karegi.
-- (http://herald.dawn.com/news/1153417)
- Shyaam hote hi chiraago ko bhuja deta hun, dil hi kaafi hai teri yaad me jalne ke liye.
-- (http://herald.dawn.com/news/1153417)
- Zindagi toh halki si hai, bojh toh kwahishon ka hai.
-- Piyush Mishra
- गलतफहमियों के सिलसिले इतने जबरदस्त हैं, कि हर ईंट सोचती है,दीवार उन्ही पर टिकी है |
@siddharthgoel88
siddharthgoel88 / Favourite Quotes
Last active July 6, 2018 07:02
A curated list of some of my favourite quotes which I come across.
"My mission in life is not merely to survive, but to thrive;
and to do so with some passion, some compassion, some humor, and some style."
-- Maya Angelou
“The most common way people give up their power is by thinking they don’t have any.”
-- Alice Walker
"If you can't outplay them, outwork them."
-- Ben Hogan