imba/note-search/index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
<!DOCTYPE html> <html lang="en"> <head> <title>Imba Project</title> <link rel="icon" href="data:,"> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <style src="*"></style> <style src="../../static/css/main.css"></style> <style src="../../static/css/blog.css"></style> <style> html{ background-color: black; font-family: Inter; } </style> </head> <nav> Hello </nav> <body class=theme-auto> <div id="_search_app_placeholder"></div> <div id="_search_app_target" class="container" style="margin-top: 2rem"> <h2 style=" margin-bottom:1rem; font-size:1.8rem; color: var(--text-primary); font-weight: 600; ">Notes</h2> <div style="margin-bottom:2rem" class="intro-text"> <p> This is a place for my notes. Things that are not really post worthy but are worth saving and sharing. Things like “How to configure nginx to forward subpath be proxied by an http app correctly” or “How to install nixos on an oracle cloud vps”, and other useful tidbits. </p> </div> <div id=notes-list> <div> <a href="/notes/installing-nixos-on-oracle-cloud-arm-instance/">installing nixos on oracle cloud arm instance</a> <div class=tag-group> <span>nixos</span> <span>oracle cloud</span> </div> </div> <div> <a href="/notes/access-cloudflare-r2-using-aws-cli/">access cloudflare r2 using aws cli</a> <div class=tag-group> <span>cloudflare</span> <span>s3</span> </div> </div> <div> <a href="/notes/move-a-running-process-into-tmux-session/">move a running process into tmux session</a> <div class=tag-group> <span>linux</span> <span>tmux</span> </div> </div> <div> <a href="/notes/python-logging-in-aws-lambda/">python logging in aws lambda</a> <div class=tag-group> <span>python</span> </div> </div> <div> <a href="/notes/make-lambda-zip-using-python-poetry/">make lambda.zip using python poetry</a> <div class=tag-group> <span>python</span> <span>aws</span> </div> </div> <div> <a href="/notes/https-for-local-development/">https for local development</a> <div class=tag-group> <span>ssl</span> <span>linux</span> </div> </div> <div> <a href="/notes/python-module-search-path-in-aws-lambda/">python module search path in aws lambda</a> <div class=tag-group> <span>python</span> <span>aws</span> <span>lambda</span> </div> </div> <div> <a href="/notes/til-localhost-not-resolving-for-lnd/">localhost not resolving for some programs</a> <div class=tag-group> <span>lnd</span> <span>troubleshoot</span> <span>dns</span> </div> </div> <div> <a href="/notes/cloudfront-prxied-dns-redirect-loop-issue/">cloudfront proxied dns redirect loop issue</a> <div class=tag-group> <span>cloudfront</span> <span>cloud</span> <span>troubleshoot</span> </div> </div> <div> <a href="/notes/bash-gotcha-command-substitution-backticks-and-dollar-braces-in-bashrc/">A bash gotcha - command substitution in bashrc</a> <div class=tag-group> </div> </div> <div> <a href="/notes/usuful-git-tidbits/">useful git tidbits</a> <div class=tag-group> <span>git</span> <span>snippets</span> </div> </div> <div> <a href="/notes/til-cloudfront-has-a-limit-on-url-length/">TIL: Cloudfront has a limit on URL length</a> <div class=tag-group> </div> </div> <div> <a href="/notes/aws-s3-folders/">TIL: AWS s3 folders</a> <div class=tag-group> <span>aws</span> <span>til</span> </div> </div> <div> <a href="/notes/steam-games-issues-with-fullscreen-in-dwm/">steam games issues with fullscreen in dwm</a> <div class=tag-group> <span>troubleshoot</span> <span>steam</span> <span>dwm</span> </div> </div> <div> <a href="/notes/using-different-python-version-with-pyenv-and-poetry/">using different python version with pyenv and poetry</a> <div class=tag-group> <span>python</span> </div> </div> <div> <a href="/notes/good-computer-engineering-videos/">good computer engineering videos</a> <div class=tag-group> <span>resources</span> <span>videos</span> </div> </div> <div> <a href="/notes/docker-tags-with-repo-name-must-match-the-actual-image/">docker tags with repo name must match the actual image</a> <div class=tag-group> <span>docker</span> <span>containers</span> </div> </div> <div> <a href="/notes/til-aws-step-functions-are-damn-useful/">TIL: AWS Step functions are damn useful</a> <div class=tag-group> </div> </div> <div> <a href="/notes/example-com-equivalent-of-ip-addresses/">example.com equivalent of IP addresses</a> <div class=tag-group> </div> </div> <div> <a href="/notes/api-security/">API security</a> <div class=tag-group> <span>resources</span> <span>security</span> </div> </div> <div> <a href="/notes/programming-books-and-articles/">programming books and articles</a> <div class=tag-group> <span>resources</span> <span>books</span> </div> </div> <div> <a href="/notes/csrf-cookie/">CSRF Cookie</a> <div class=tag-group> <span>security</span> <span>auth</span> </div> </div> <div> <a href="/notes/actually-good-youtube-channels/">Actually good youtube channels</a> <div class=tag-group> <span>resources</span> </div> </div> <div> <a href="/notes/packages-utils-and-tools/">packages, utils and tools</a> <div class=tag-group> <span>resources</span> <span>tools</span> </div> </div> <div> <a href="/notes/noise-generators/">noise generators</a> <div class=tag-group> <span>resources</span> </div> </div> <div> <a href="/notes/learning-golang/">the go programming language book notes</a> <div class=tag-group> <span>golang</span> </div> </div> <div> <a href="/notes/freedom-of-monetary-transaction/">Freedom of Monetary Transaction</a> <div class=tag-group> <span>bitcoin</span> <span>freedom</span> <span>blog</span> </div> </div> <div> <a href="/notes/aws-s3-access-policy-nuances/">AWS S3 access policy nuances</a> <div class=tag-group> <span>aws</span> </div> </div> <div> <a href="/notes/aws-resource-policies/">AWS Resource policies</a> <div class=tag-group> <span>aws</span> </div> </div> <div> <a href="/notes/sqlite-and-lightweight-infra/">sqlite and lightweight infra</a> <div class=tag-group> <span>infra</span> <span>database</span> </div> </div> <div> <a href="/notes/eks-vs-ecs-vs-fargate/">EKS vs ECS vs Fargate</a> <div class=tag-group> <span>aws</span> <span>cloud native</span> <span>containers</span> </div> </div> <div> <a href="/notes/using-xxd-to-create-binary-data/">using xxd to create binary data</a> <div class=tag-group> <span>cli</span> <span>unix</span> </div> </div> <div> <a href="/notes/playwright-is-really-good-for-browser-automation/">playwright is really good for browser automation</a> <div class=tag-group> <span>automation</span> <span>webdev</span> </div> </div> <div> <a href="/notes/literal-ipv6-in-urls/">TIL: literal ipv6 in URLs</a> <div class=tag-group> <span>networking</span> <span>TIL</span> </div> </div> <div> <a href="/notes/setting-up-cgit-with-nginx/">setting up cgit with nginx</a> <div class=tag-group> <span>nginx</span> <span>linux</span> </div> </div> <div> <a href="/notes/resources-to-learn-about-aws-vpc/">resources to learn about aws vpc</a> <div class=tag-group> <span>aws</span> <span>resources</span> </div> </div> <div> <a href="/notes/nginx-reverse-proxy-and-url-rewrite/">nginx reverse proxy and url rewrite</a> <div class=tag-group> <span>nginx</span> </div> </div> <div> <a href="/notes/keeping-it-simple-dense-and-precise/">keeping it simple dense and precise</a> <div class=tag-group> <span>meta</span> <span>zet</span> </div> </div> <div> <a href="/notes/starting-zettelkasten/">starting zettelkasten</a> <div class=tag-group> </div> </div> <div> <a href="/notes/python-one-liners-using-list-composoition/">python one-liners using list composoition</a> <div class=tag-group> <span>python</span> <span>unix</span> </div> </div> <div> <a href="/notes/reversing-a-firmware-of-security-camera-and-squashfs/">reversing a firmware of security camera and squashfs</a> <div class=tag-group> <span>security</span> <span>reverse engineering</span> <span>firmware</span> </div> </div> <div> <a href="/notes/dependency-chain-attack-on-magneto/">dependency chain attack on magneto</a> <div class=tag-group> <span>security</span> <span>infosec</span> </div> </div> <div> <a href="/notes/physical-pen-testers/">physical pen testers</a> <div class=tag-group> <span>security</span> <span>infosec</span> </div> </div> </div> </div> <footer> Hello </footer> <script type="module" src="./src/main.imba"></script> </body> </html>