-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
538 lines (356 loc) · 21.8 KB
/
404.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
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Oops! The page you were looking for was not found – Madhur Ahuja</title>
<meta name="author" content="Madhur Ahuja" />
<meta name="description" content=" Oops! The page you were looking for was not found" />
<link rel="start" href="/" />
<link rel="alternate" type="application/atom+xml" href="http://feeds.feedburner.com/madhur" title="RSS feed" />
<link rel="shortcut icon" href="http://www.gravatar.com/avatar/5352cde0b084abcd6d4d783c08a51c76?s=16" />
<link rel="stylesheet" href="/files/css/bootstrap.min.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/files/font-awesome/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="/files/css/jquery.fancybox.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="/files/css/styles.css" />
<link rel="stylesheet" type="text/css" media="print" href="/files/css/print.css">
<script src="/files/js/vendor/angular.js" type="text/javascript"></script>
<script src="/files/js/vendor/pace.min.js" type="text/javascript"></script>
</head>
<body>
<div class="container">
<header id="header" class="row">
<nav id="navigation" class="navbar navbar-inverse navbar-fixed-top " role="navigation">
<div class="container">
<div class="navbar-header">
<div class="hidden-md hidden-sm hidden-lg searchli">
<form method="get" role="search" id="searchform" action="/results" onsubmit="return checkfrm_search();">
<div class="form-group">
<input type="search" required id="q2" name="q" value="" class="form-control mobile" placeholder="Search" />
</div>
</form>
</div>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mainmenu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand " href="/">Home</a> -->
</div>
<div class="collapse navbar-collapse" id="mainmenu">
<ul id="nav" class="nav navbar-nav">
<li><a class="home" href="/">Home</a>
</li>
<li><a class="blog" href="/blog">Blog</a>
</li>
<!--<li><a class="work" href="/work">Resume</a></li>-->
<li><a class="code" href="/projects">Work</a>
</li>
<!--<li><a class="papers" href="/papers">Papers</a></li>-->
<li><a class="info" href="/info">About</a>
</li>
<li><a class="contact" href="/contact">Contact</a>
</li>
</ul>
<ul class="nav navbar-nav visible-md visible-lg visible-sm searchbox">
<li>
<form method="get" role="search" id="searchform" action="/results" onsubmit="return checkfrm_search();">
<div class="form-group">
<input type="search" required id="q1" name="q" value="" class="form-control desktop" placeholder="Search" />
</div>
</form>
</li>
</ul>
<ul class="nav-icons navbar-right nav navbar-nav visible-md visible-lg">
<li><a href="http://www.linkedin.com/in/madhurahuja"><i class="fa fa-linkedin-square fa-3x"></i></a>
</li>
<li><a href="https://github.com/madhur"><i class="fa fa-github fa-3x"></i></a>
</li>
<li><a href="http://feeds.feedburner.com/madhur"><i class="fa fa-rss-square fa-3x"></i></a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="content" class="row">
<section class="col-md-12">
<h1>:(){ :|: & };:#</h1>
<h2>Oops! The page you were looking for was not found</h2>
<p>Please try to search the articles below by entering the few keywords in text below. If you are looking for still cannot be found, please send me a an <a href='mailto:[email protected]'>email</a> with the link or the content you were originally looking for.</p>
<script type="text/javascript">
var posts=[];
post={title: "Handling stack traces in Elasticsearch Logstash Kibana (ELK)", url: "/blog/2017/04/30/view-exceptions-in-elk.html" }
posts.push(post);
post={title: "Using curator to delete older elasticsearch indices", url: "/blog/2017/04/09/usingcuratordeleteelasticindex.html" }
posts.push(post);
post={title: "Angular2 Confirmation Dialog component", url: "/blog/2017/03/26/angular-confirmation-dialog.html" }
posts.push(post);
post={title: "Useful tcpdump usages", url: "/blog/2017/02/18/useful-tcpdump-netcat-usages.html" }
posts.push(post);
post={title: "Bulk git clone repositories", url: "/blog/2017/02/12/git-bulk-clone.html" }
posts.push(post);
post={title: "Tuning Linux servers for scalability", url: "/blog/2017/01/30/tuning-linux-servers-scalability.html" }
posts.push(post);
post={title: "Close look at proxy_cache_lock and proxy_cache_use_stale in Nginx", url: "/blog/2016/12/25/proxy-cache-lock-nginx.html" }
posts.push(post);
post={title: "Improving performance using Batch APIs", url: "/blog/2016/12/25/batch-api-framework-nodejs.html" }
posts.push(post);
post={title: "Integrate node.js logging with Sentry", url: "/blog/2016/12/04/integrating-sentry-node.html" }
posts.push(post);
post={title: "Couchbase exception handling in Node.js", url: "/blog/2016/12/04/handling-couchbase-node.html" }
posts.push(post);
post={title: "Debugging SSL Issues in Java", url: "/blog/2016/10/30/debugging-ssl-issues-java.html" }
posts.push(post);
post={title: "Learnings from moving from MBR to GPT, multi-booting and random stuff", url: "/blog/2016/10/16/learning-moving-mbr-gpt-uefi.html" }
posts.push(post);
post={title: "Effect of connection pooling on node.js performance", url: "/blog/2016/09/05/nodejs-connection-pooling.html" }
posts.push(post);
post={title: "Code linting tools", url: "/blog/2016/09/04/code-linting-tools.html" }
posts.push(post);
post={title: "Adding Service worker to Jekyll Site", url: "/blog/2016/08/21/service-worker-jekyll-site.html" }
posts.push(post);
post={title: "Caching authenticated requests using NGINX", url: "/blog/2016/07/31/nginx-cache-authenticated-requests.html" }
posts.push(post);
post={title: "Create a couchbase bucket during build of the container", url: "/blog/2016/07/07/create-couchbase-bucket-docker.html" }
posts.push(post);
post={title: "Speeding up Node.js HTTP requests with DNS caching", url: "/blog/2016/05/28/nodejs-dns-cache.html" }
posts.push(post);
post={title: "Things to learn for Modern Web Development", url: "/blog/2016/05/14/things-learn-modern-web-development.html" }
posts.push(post);
post={title: "Read Google docs spreadsheet using Python", url: "/blog/2016/05/13/google-docs-spreadsheet.html" }
posts.push(post);
post={title: "Handling special characters in Python 2", url: "/blog/2016/04/25/handling-special-characters-python.html" }
posts.push(post);
post={title: "Making AngularJs play nice with Social sharing", url: "/blog/2016/04/09/making-angular-play-nice-with-social-sharing.html" }
posts.push(post);
post={title: "Understanding free output in Linux", url: "/blog/2016/04/08/understanding-free-output.html" }
posts.push(post);
post={title: "On calling your former employers shit", url: "/blog/2016/04/08/calling-former-employers-shit.html" }
posts.push(post);
post={title: "NSImage Caching", url: "/blog/2016/01/25/using-ns-image.html" }
posts.push(post);
post={title: "Google groups for Developers", url: "/blog/2016/01/03/google-groups-developers.html" }
posts.push(post);
post={title: "Managing Programmers By Douglas Crockford", url: "/blog/2015/12/27/managing-programmers.html" }
posts.push(post);
post={title: "Timing function / task execution in Celery", url: "/blog/2015/12/14/timing-function-calls.html" }
posts.push(post);
post={title: "Ringtone Preference in Feed Notifier", url: "/blog/2015/12/06/notification-feed-notifier.html" }
posts.push(post);
post={title: "Flexbox is not supported Android 4.3 and below", url: "/blog/2015/11/29/flexbox-not-supported.html" }
posts.push(post);
post={title: "Scaling Celery Task queue", url: "/blog/2015/11/17/celery-tips-and-tricks.html" }
posts.push(post);
post={title: "CountDownLatch in Python using Condition Objects", url: "/blog/2015/11/02/countdownlatch-python.html" }
posts.push(post);
post={title: "Feed notifier updated", url: "/blog/2015/10/25/feed-notifier-updated.html" }
posts.push(post);
post={title: "Why is only UI thread allowed to modify the UI", url: "/blog/2015/10/18/ui-thread-modify.html" }
posts.push(post);
post={title: "Angular Chat popup", url: "/blog/2015/09/14/angular-chat-popup.html" }
posts.push(post);
post={title: "Caching http requests with Angular", url: "/blog/2015/08/24/angular-caching.html" }
posts.push(post);
post={title: "Emoji Keyboard and Chat bubbles in Android", url: "/blog/2015/03/06/emoji-bubbles-android.html" }
posts.push(post);
post={title: "Encoding and Decoding Emoji for Cross platform", url: "/blog/2014/12/26/emoji-encoding-decoding.html" }
posts.push(post);
post={title: "Useful Javascript Design patterns", url: "/blog/2014/12/15/javascript-design-patterns.html" }
posts.push(post);
post={title: "Multiboot: Booting linux from ISO placed in HDD via GRUB", url: "/blog/2014/10/18/linux-multiboot.html" }
posts.push(post);
post={title: "An awesome conky configuration", url: "/blog/2014/10/10/awesome-conky.html" }
posts.push(post);
post={title: "Union and Intersection of ArrayList in Java", url: "/blog/2014/07/29/unionintersection.html" }
posts.push(post);
post={title: "Find Nth largest element in an array", url: "/blog/2014/07/28/findnthlargest.html" }
posts.push(post);
post={title: "Algorithm: Convert number to word", url: "/blog/2014/07/28/convertnumbertoword.html" }
posts.push(post);
post={title: "Building Git 2.0.0 from sources on Windows", url: "/blog/2014/06/08/guidebuildgit2.html" }
posts.push(post);
post={title: "Change ImageView src based on Android Application theme", url: "/blog/2014/06/04/changeimageviewsrctheme.html" }
posts.push(post);
post={title: "Hermes removed from Play Store by Google", url: "/blog/2014/05/26/hermesremoved.html" }
posts.push(post);
post={title: "Javascript Basics Part IV", url: "/blog/2014/05/25/javascriptbasic4.html" }
posts.push(post);
post={title: "Javascript Basics Part III", url: "/blog/2014/05/24/javascriptbasics3.html" }
posts.push(post);
post={title: "Javascript Basics Part II", url: "/blog/2014/05/23/javascriptbasics2.html" }
posts.push(post);
post={title: "Javascript Basics Part I", url: "/blog/2014/05/22/javascriptbasics.html" }
posts.push(post);
post={title: "Portable Jekyll Upgraded to 2.0.1", url: "/blog/2014/05/07/portablejekyllupdated.html" }
posts.push(post);
post={title: "Decoding the hidden Wunderlist API (Part II)", url: "/blog/2014/05/02/decodewunderlistapi2.html" }
posts.push(post);
post={title: "Decoding the hidden Wunderlist API (Part I)", url: "/blog/2014/05/02/decodewunderlistapi.html" }
posts.push(post);
post={title: "Feedly OAuth 2.0 implementation using Scribe in Java", url: "/blog/2014/04/17/feedlyoauth2flow.html" }
posts.push(post);
post={title: "Updating Created By field in SharePoint through Client Object Model", url: "/blog/2014/04/09/updatingcreatedby.html" }
posts.push(post);
post={title: "Hosting Git repository on a Windows LAN", url: "/blog/2014/04/09/hostgitwindowslan.html" }
posts.push(post);
post={title: "Writing Silverlight people picker control using SharePoint 2010 Client object model", url: "/blog/2014/01/29/silverlight-people-picker.html" }
posts.push(post);
post={title: "Reading and writing People Values in SharePoint List through Silverlight Client object model", url: "/blog/2014/01/29/read-write-people-values-sharepoint-silverlight.html" }
posts.push(post);
post={title: "Convert claims based login name in SharePoint Client object model", url: "/blog/2014/01/29/convert-claim-based-login-name.html" }
posts.push(post);
post={title: "New look for my site", url: "/blog/2014/01/10/newlookofmysite.html" }
posts.push(post);
post={title: "Portable Jekyll Updated to Jekyll v1.3.0", url: "/blog/2013/11/05/updateportablejekyll.html" }
posts.push(post);
post={title: "Making most out of _data directory in Jekyll", url: "/blog/2013/11/05/makingmostdatadirectory.html" }
posts.push(post);
post={title: "Introducing Hermes Android App", url: "/blog/2013/11/05/introducinghermesandroidapp.html" }
posts.push(post);
post={title: "Building portable Jekyll for Windows", url: "/blog/2013/07/20/buildportablejekyll.html" }
posts.push(post);
post={title: "Adventures with Corel Draw", url: "/blog/2013/07/20/adventurecoreldraw.html" }
posts.push(post);
post={title: "Jekyll upgraded to 1.0.2", url: "/blog/2013/06/02/jekyllupgraded.html" }
posts.push(post);
post={title: "Browser Market Share of Internet Explorer", url: "/blog/2012/05/05/browsermarketshare.html" }
posts.push(post);
post={title: "WebServices or Client Object Model", url: "/blog/2012/04/15/webservicescom.html" }
posts.push(post);
post={title: "Move your projects from TFS to Git in Codeplex", url: "/blog/2012/03/27/codeplexmovegit.html" }
posts.push(post);
post={title: "Enable code highlighting with Pygments/Jekyll", url: "/blog/2012/03/05/codehighlightjekyll.html" }
posts.push(post);
post={title: "What's wrong with Microsoft", url: "/blog/2012/03/01/whatswrongwithmsft.html" }
posts.push(post);
post={title: "How to upgrade your Jekyll Blog/Site to HTML5", url: "/blog/2012/02/26/upgradehtml5.html" }
posts.push(post);
post={title: "Learning HTML5", url: "/blog/2012/02/20/learnhtml5.html" }
posts.push(post);
post={title: "Conditional comments in Internet Explorer", url: "/blog/2012/02/20/conditionalcommentsie.html" }
posts.push(post);
post={title: "Future of Web and Mobile: HTML5, CSS3 and Javascript", url: "/blog/2012/02/15/futurewebmobile.html" }
posts.push(post);
post={title: "Using MakeFile with Assembly Programming", url: "/blog/2012/02/08/makefileassembly.html" }
posts.push(post);
post={title: "Updated with Blueprint CSS Framework", url: "/blog/2012/02/02/updateblueprintcss.html" }
posts.push(post);
post={title: "GitHub Pages are served from the Default Branch", url: "/blog/2012/02/02/githubpages.html" }
posts.push(post);
post={title: "Invoke SharePoint 2010 Approval Workflow with Dynamic Approvers using Web Services and Jquery", url: "/blog/2012/01/09/spworkflowapprovers.html" }
posts.push(post);
post={title: "Silverlight Chart Control for SharePoint 2010", url: "/blog/2011/12/29/slchart.html" }
posts.push(post);
post={title: "Windows command shell(cmd.exe) runs only first command", url: "/blog/2011/12/29/cmdshellfirst.html" }
posts.push(post);
post={title: "Privilege escalation on Windows using Binary Planting", url: "/blog/2011/09/23/privilegeescalation.html" }
posts.push(post);
post={title: "Difference between Filtered vs Closed Ports", url: "/blog/2011/09/18/filteredclosed.html" }
posts.push(post);
post={title: "Crack or Reset Windows Passwords", url: "/blog/2011/09/18/crackresetwindows.html" }
posts.push(post);
post={title: "HackingLab Challenge: Disassemble .NET Clients", url: "/blog/2011/09/10/hackchallenge.html" }
posts.push(post);
post={title: "Best fonts for programming", url: "/blog/2011/09/09/bestfontscode.html" }
posts.push(post);
post={title: "Removing the Default Editor Parts from SharePoint Web Parts", url: "/blog/2011/09/06/hidingproppane.html" }
posts.push(post);
post={title: "AOE slang", url: "/blog/2011/09/06/aoeslang.html" }
posts.push(post);
post={title: "Running Jekyll on Windows", url: "/blog/2011/09/01/runningjekyllwindows.html" }
posts.push(post);
post={title: "Migrating 3rd party blogs to Jekyll", url: "/blog/2011/09/01/migratingblogtojekyll.html" }
posts.push(post);
post={title: "Pass the Hash Exploitation on Windows", url: "/blog/2011/08/16/passthehash.html" }
posts.push(post);
post={title: "Burnout", url: "/blog/2011/08/13/burnout.html" }
posts.push(post);
post={title: "Integrating Wordpress Tag cloud Plugin in Jekyll", url: "/blog/2011/08/12/wptagcloudjekyll.html" }
posts.push(post);
post={title: "Protections against buffer overflow exploits in Linux", url: "/blog/2011/08/06/protbufferoverflow.html" }
posts.push(post);
post={title: "Classic Buffer overflow exploits on Linux x64", url: "/blog/2011/08/04/exploitdevlinux.html" }
posts.push(post);
post={title: "Exploring Web Application vulnerabilities", url: "/blog/2011/07/26/explorwebappsecurity.html" }
posts.push(post);
post={title: "Hacking Router password using Hydra", url: "/blog/2011/07/25/hackrouterpassword.html" }
posts.push(post);
post={title: "My Top Network Security Tools", url: "/blog/2011/06/22/topsecuritytools.html" }
posts.push(post);
post={title: "Facebook Vulnerability - Session sidejacking", url: "/blog/2011/06/12/facebooksessionhijacking.html" }
posts.push(post);
post={title: "Creating Tag cloud of Categories in Jekyll", url: "/blog/2011/06/11/tagcloudjekyll.html" }
posts.push(post);
post={title: "Github as a development platform", url: "/blog/2011/06/11/githubplatform.html" }
posts.push(post);
post={title: "Reverse engineering Google chrome extensions", url: "/blog/2011/06/03/reverseengineerchrome.html" }
posts.push(post);
var mySite = angular.module('mySite', []);
mySite.config(function($interpolateProvider) {
$interpolateProvider.startSymbol('//');
$interpolateProvider.endSymbol('//');
});
var myController=function($scope)
{
$scope.posts=posts;
}
mySite.controller('myControlller', myController);
</script>
<div class="clearfix" style="float:clear;" ng-app="mySite" ng-controller="myController">
<div class="form-group">
<input style="background:#1c1c1c;border-width:0px;" placeholder="Enter the search term" class="form-control" type="search" ng-model="searchText" />
</div>
<p><p/>
<br/></p>
<ul>
<li ng-repeat="post in posts | filter:searchText">
<a href="//post.url//" style="pointer:cursor;">//post.title//</a>
</li>
</ul>
<p></div></p>
</section>
</div>
<footer id="footer" class="row">
<p id="copyright">
© 2011-2017 Madhur Ahuja
</p>
<p id="poweredby" class="visible-lg visible-md">
Powered by
<a href="http://jekyllrb.com" title="A static, minimalist CMS">Jekyll</a>, <a href="http://github.com/">Github</a> and <a href="http://disqus.com">Disqus</a>.
</p>
<div class="c"> </div>
</footer>
</div>
<script data-main="/files/js/app" src="/files/js/require.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23769089-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- serviceWorker.html -->
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/serviceWorker.js').then(function(reg) {
if (!reg.installing) return;
console.log("[*] ServiceWorker is installing...");
var worker = reg.installing;
worker.addEventListener('statechange', function() {
if (worker.state == 'redundant') {
console.log('[*] Install failed');
}
if (worker.state == 'installed') {
console.log('[*] Install successful!');
}
});
});
}
</script>
</body>
</html>