Skip to content

Commit 3194241

Browse files
Add more notes
1 parent 6233e68 commit 3194241

File tree

47 files changed

+1241
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1241
-116
lines changed

blog/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.125.5">
34+
<meta name="generator" content="Hugo 0.125.7">
3535

3636

3737

blog/categories/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.125.5">
34+
<meta name="generator" content="Hugo 0.125.7">
3535

3636

3737

blog/excalidraw/art-2024-01-19-19.56.09/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.125.5">
34+
<meta name="generator" content="Hugo 0.125.7">
3535

3636

3737

blog/excalidraw/art-2024-01-25-14.32.40/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.125.5">
34+
<meta name="generator" content="Hugo 0.125.7">
3535

3636

3737

blog/excalidraw/art-2024-02-11-07.27.35/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.125.5">
34+
<meta name="generator" content="Hugo 0.125.7">
3535

3636

3737

blog/excalidraw/art-2024-04-28-14.38.57/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.125.5">
34+
<meta name="generator" content="Hugo 0.125.7">
3535

3636

3737

blog/excalidraw/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta name="generator" content="Hugo 0.125.5">
34+
<meta name="generator" content="Hugo 0.125.7">
3535

3636

3737

blog/index.html

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232

33-
<meta name="generator" content="Hugo 0.125.5">
33+
<meta name="generator" content="Hugo 0.125.7">
3434

3535

3636

@@ -144,12 +144,30 @@ <h2 class="author-name">K.Boopathi</h2>
144144
</div>
145145

146146

147+
148+
149+
150+
147151
<main aria-label="Content">
148152
<h3 class="posts-item-note" aria-label="Recent Posts"></h3>
149153

150154

151155

152156

157+
<article class="post-item">
158+
<h4 class="post-item-title">
159+
<a href="/blog/notes/2024/python/">Python</a>
160+
</h4>
161+
162+
163+
164+
<time class="post-item-meta" datetime="2024-05-09T12:16:34&#43;0530">
165+
9 May 2024
166+
167+
</time>
168+
</article>
169+
170+
153171
<article class="post-item">
154172
<h4 class="post-item-title">
155173
<a href="/blog/notes/2024/elastic-search/">Elastic search</a>
@@ -339,20 +357,6 @@ <h4 class="post-item-title">
339357

340358

341359

342-
<time class="post-item-meta" datetime="2024-01-01T08:19:32&#43;0530">
343-
1 Jan 2024
344-
345-
</time>
346-
</article>
347-
348-
349-
<article class="post-item">
350-
<h4 class="post-item-title">
351-
<a href="/blog/notes/2024/kubernetes/">Kubernetes</a>
352-
</h4>
353-
354-
355-
356360
<time class="post-item-meta" datetime="2024-01-01T08:19:32&#43;0530">
357361
1 Jan 2024
358362

blog/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

blog/index.xml

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
66
<description>Recent content on programmerraja blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Sat, 04 May 2024 19:51:57 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Thu, 09 May 2024 12:16:34 +0530</lastBuildDate><atom:link href="https://programmerraja.github.io/blog/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Python</title>
12+
<link>https://programmerraja.github.io/blog/notes/2024/python/</link>
13+
<pubDate>Thu, 09 May 2024 12:16:34 +0530</pubDate>
14+
15+
<guid>https://programmerraja.github.io/blog/notes/2024/python/</guid>
16+
17+
<description>Data types - Numeric Types - int - float - complex - Sequence Types - str #&amp;#34;&amp;#34; - list #[] - tuple #() - Mapping Type - dict #{} - Set Types - set #{} - frozenset - Boolean Type - bool #True/False - Binary Types - bytes #[] - bytearray - memoryview Mutable and Imutable Mutable data types are those whose contents can be changed after creation, while immutable data types cannot be changed once they are created.</description>
18+
19+
</item>
20+
1021
<item>
1122
<title>A Journey into Unseen Threats on our VM</title>
1223
<link>https://programmerraja.github.io/blog/post/2024/a-journey-into-unseen-threats-on-our-vm/</link>
@@ -45,19 +56,6 @@ https://blog.stackademic.com/architecture-of-cassandra-6d9d248a7463 FoundationDB
4556

4657
</item>
4758

48-
<item>
49-
<title>How to wireshark the mongodb</title>
50-
<link>https://programmerraja.github.io/blog/post/2024/how-to-wireshark-the-mongodb/</link>
51-
<pubDate>Mon, 12 Feb 2024 08:28:27 +0530</pubDate>
52-
53-
<guid>https://programmerraja.github.io/blog/post/2024/how-to-wireshark-the-mongodb/</guid>
54-
55-
<description>export SSLKEYLOGFILE=/tmp/tlskey.log Run a nodejs program as node --tls-keylog=/tmp/tlskey index.js where the tls key will be stored on that path and add this tlskey path to wire shark to decrypt the msg by doing following
56-
Go to Preferences-&amp;gt;Protocols-&amp;gt;TLS and edit the path as shown in the screenshot below. ![[Pasted image 20240212083026.png]]
57-
Mongodb uses Mongodb wire protocol at application level to know more check here</description>
58-
59-
</item>
60-
6159
<item>
6260
<title>Design pattern</title>
6361
<link>https://programmerraja.github.io/blog/notes/2024/design-pattern/</link>
@@ -314,6 +312,19 @@ Drawing { &amp;#34;type&amp;#34;: &amp;#34;excalidraw&amp;#34;, &amp;#34;version
314312

315313
</item>
316314

315+
<item>
316+
<title></title>
317+
<link>https://programmerraja.github.io/blog/post/2024/how-to-capture-mongodb-protocol-in--wireshark/</link>
318+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
319+
320+
<guid>https://programmerraja.github.io/blog/post/2024/how-to-capture-mongodb-protocol-in--wireshark/</guid>
321+
322+
<description>o+++ title = &amp;lsquo;How to capture mongodb protocol in wireshark&amp;rsquo; date = 2024-02-12T08:28:27.2727+05:30 draft = false tags =[] +++
323+
export SSLKEYLOGFILE=/tmp/tlskey.log Run a nodejs program as node --tls-keylog=/tmp/tlskey index.js where the tls key will be stored on that path and add this tlskey path to wire shark to decrypt the msg by doing following
324+
Go to Preferences-&amp;gt;Protocols-&amp;gt;TLS and edit the path as shown in the screenshot below. ![[Pasted image 20240212083026.png]]</description>
325+
326+
</item>
327+
317328
<item>
318329
<title>Search</title>
319330
<link>https://programmerraja.github.io/blog/search/</link>

0 commit comments

Comments
 (0)