-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex5.html
764 lines (665 loc) · 32.9 KB
/
index5.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
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Pearls in Life</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="http://jhshi.me/images/favicon.ico" rel="icon">
<link rel="canonical" href="http://jhshi.me">
<meta name="author" content="Jinghao Shi" />
<!-- Open Graph tags -->
<meta property="fb:app_id" content="156751911645324"/>
<meta property="og:site_name" content="Pearls in Life" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="Pearls in Life"/>
<meta property="og:url" content="http://jhshi.me"/>
<meta property="og:description" content="Pearls in Life"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="http://jhshi.me/theme/css/bootstrap.readable.min.css" type="text/css"/>
<link href="http://jhshi.me/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="http://jhshi.me/theme/css/pygments/friendly.css" rel="stylesheet">
<link href="http://jhshi.me/theme/tipuesearch/tipuesearch.css" rel="stylesheet">
<link rel="stylesheet" href="http://jhshi.me/theme/css/style.css" type="text/css"/>
<link href="http://jhshi.me/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="Pearls in Life ATOM Feed"/>
</head>
<body>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : "156751911645324",
xfbml : true,
version : 'v2.11'
});
FB.AppEvents.logPageView();
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://jhshi.me/" class="navbar-brand">
Pearls in Life </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="/home">Home</a></li>
<li><a href="/">Blog</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><span>
<form class="navbar-search" action="/search.html">
<input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input" required>
</form></span>
</li>
<li><a href="http://jhshi.me/blog/archives/index.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<article>
<h2><a href="http://jhshi.me/2014/11/09/aosp-release-tools/index.html">AOSP Release Tools</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-11-09T14:42:39-05:00"> Sun 09 November 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/android/index.html">Android</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/incremental/index.html">incremental</a>
/
<a href="http://jhshi.me/blog/tag/ota/index.html">ota</a>
/
<a href="http://jhshi.me/blog/tag/aosp/index.html">aosp</a>
/
<a href="http://jhshi.me/blog/tag/release/index.html">release</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>AOSP ships with a bunch of tools that are very useful for platform release. I'll
cover their usage and explain what they do in this post.</p>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/11/09/aosp-release-tools/index.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://jhshi.me/2014/11/08/replicate-gem-installation/index.html">Replicate Gem Installation</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-11-08T23:48:11-05:00"> Sat 08 November 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/linux/index.html">linux</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/ruby/index.html">ruby</a>
/
<a href="http://jhshi.me/blog/tag/gem/index.html">gem</a>
/
<a href="http://jhshi.me/blog/tag/cut/index.html">cut</a>
/
<a href="http://jhshi.me/blog/tag/xargs/index.html">xargs</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>I use Octopress to manage my blogs, which rely on correct ruby gem version to
work. Although Octopress use Bundler to manage the gem dependencies, sometimes a
simple <code>bundle install</code> does not work out of box. Since everything works fine on
one of my machines, I decided to replicate the exact ruby/gem setup of that
machine.</p>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/11/08/replicate-gem-installation/index.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://jhshi.me/2014/10/06/install-acrobat-reader-on-ubuntu-14-dot-04/index.html">Install Acrobat Reader on Ubuntu 14.04</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-10-06T18:43:45-04:00"> Mon 06 October 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/linux/index.html">linux</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/acroread/index.html">acroread</a>
/
<a href="http://jhshi.me/blog/tag/ubuntu/index.html">ubuntu</a>
/
<a href="http://jhshi.me/blog/tag/adobe/index.html">adobe</a>
/
<a href="http://jhshi.me/blog/tag/acrobat/index.html">acrobat</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Recently I need to install Adobe Acrobat Reader on couple of my Ubuntu boxes.
The process is full of black magic that sometimes you can't find the documents
anywhere. Hopefully this post will make the process less a pain.</p>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/10/06/install-acrobat-reader-on-ubuntu-14-dot-04/index.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://jhshi.me/2014/10/03/regular-expression-support-in-android-logcat-tag-filters/index.html">Regular Expression Support in Android Logcat Tag Filters</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-10-03T19:10:15-04:00"> Fri 03 October 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/android/index.html">android</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/logcat/index.html">logcat</a>
/
<a href="http://jhshi.me/blog/tag/python/index.html">python</a>
/
<a href="http://jhshi.me/blog/tag/regular-expression/index.html">regular expression</a>
/
<a href="http://jhshi.me/blog/tag/tag/index.html">tag</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>For a while I've been using <code>logcat</code> command line tools to check
Android logs. Usually, the tags of my app consist of a common prefix and the
name of different sub-components (I guess that's also what most apps do). And I
have about a dozen of such tags. <code>logcat</code>, however, does not support filtering
tags using regular expressions, which is a pain! After suffering for a long
time, I finally decide to tackle this.</p>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/10/03/regular-expression-support-in-android-logcat-tag-filters/index.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://jhshi.me/2014/09/21/get-packet-signal-strength-of-rtl8187-dongle/index.html">Get Packet Signal Strength of RTL8187 Dongle</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-09-21T15:35:39-04:00"> Sun 21 September 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/android/index.html">android</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/rtl8187/index.html">rtl8187</a>
/
<a href="http://jhshi.me/blog/tag/rssi/index.html">rssi</a>
/
<a href="http://jhshi.me/blog/tag/pcapcapture/index.html">pcapcapture</a>
/
<a href="http://jhshi.me/blog/tag/kismet/index.html">kismet</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>In one of my research projects, I used <a href="https://www.kismetwireless.net/android-pcap/">Android PCAP Capture</a> with
<a href="http://www.amazon.com/Alfa-Network-Wireless-802-11g-AWUS036H/dp/B000WXSO76">ALFA RTL8187L</a> dongles to capture Wi-Fi packets on Android phones. One
problem I encountered was that per packet RSSI is missing. After poking around
the source code for couple of days, I finally figured out how to get this
information. In short, the per packet RSSI information IS indeed reported by the
hardware, yet the current Android PCAP app doesn't collect it.</p>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/09/21/get-packet-signal-strength-of-rtl8187-dongle/index.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://jhshi.me/2014/08/28/sign-issues-related-to-ota-update/index.html">Signing Issues related to OTA Update</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-08-28T15:37:50-04:00"> Thu 28 August 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/android/index.html">android</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/aosp/index.html">aosp</a>
/
<a href="http://jhshi.me/blog/tag/ota/index.html">ota</a>
/
<a href="http://jhshi.me/blog/tag/sign/index.html">sign</a>
/
<a href="http://jhshi.me/blog/tag/keys/index.html">keys</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>In my previous posts, I explained
<a href="/2013/12/02/how-to-create-and-sign-ota-package/">how to create a properly signed OTA package</a> that will pass recovery's
signature check,
and <a href="/2013/12/13/how-to-apply-downloaded-ota-package/">how to verify the signed OTA package before apply it</a>. Here, we'll
discuss, <em>when building an production AOSP platform</em>, how to sign the platform and
recovery image properly to match those signature checks.</p>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/08/28/sign-issues-related-to-ota-update/index.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://jhshi.me/2014/07/11/print-uint64-t-properly-in-c/index.html">Print uint64_t Properly In C</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-07-11T18:02:37-04:00"> Fri 11 July 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/linux/index.html">linux</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/printf/index.html">printf</a>
/
<a href="http://jhshi.me/blog/tag/format/index.html">format</a>
/
<a href="http://jhshi.me/blog/tag/c/index.html">c</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p><code>stdint.h</code> provides various machine-independent integer types that are very
handy to use, especially the <code>uint64_t</code> family. You would assume it's something
like <code>long long unsigned int</code> and tempted to use <code>%llu</code> in <code>printf</code>, which, however, will be
reported as a warning by any decent compiler.</p>
<div class="highlight"><pre><span class="n">warning</span><span class="o">:</span> <span class="n">format</span> <span class="s1">'%llu'</span> <span class="n">expects</span> <span class="n">argument</span> <span class="n">of</span> <span class="n">type</span> <span class="s1">'long long unsigned int'</span><span class="o">,</span> <span class="n">but</span> <span class="n">argument</span> <span class="mi">4</span> <span class="n">has</span> <span class="n">type</span> <span class="s1">'uint64_t'</span> <span class="o">[-</span><span class="n">Wformat</span><span class="o">]</span>
</pre></div>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/07/11/print-uint64-t-properly-in-c/index.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://jhshi.me/2014/07/02/fix-adb-permissions/index.html">Fix ADB Permissions</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-07-02T14:17:47-04:00"> Wed 02 July 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/android/index.html">android</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/adb/index.html">adb</a>
/
<a href="http://jhshi.me/blog/tag/permission/index.html">permission</a>
/
<a href="http://jhshi.me/blog/tag/udev/index.html">udev</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>I've been bothered by this message for a while when the device is in recovery
mode.</p>
<div class="highlight"><pre><span class="nv">$ </span>adb devices
List of devices attached
???????????? no permissions
</pre></div>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/07/02/fix-adb-permissions/index.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://jhshi.me/2014/06/30/stop-android-logcat-from-truncating-log-line/index.html">Stop Android Logcat from Truncating Log Line</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-06-30T18:17:29-04:00"> Mon 30 June 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/android/index.html">android</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/logcat/index.html">logcat</a>
/
<a href="http://jhshi.me/blog/tag/truncate/index.html">truncate</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>When analyzing the logcat data from Android devices, I found that sometimes the
log line get truncated, especially when it's quite long. This causes trouble
because the logged information are in JSON format, which gets broken after (even
one character) truncated. In this post, I'll explain how did the truncation
happen, and how to fix it.</p>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/06/30/stop-android-logcat-from-truncating-log-line/index.html">more ...</a>
</div>
</article>
<hr/>
<article>
<h2><a href="http://jhshi.me/2014/06/30/build-kernel-in-tree-with-aosp-for-nexus-5-hammerhead/index.html">Build Kernel In Tree with AOSP for Nexus 5 Hammerhead</a></h2>
<div class="well well-sm">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2014-06-30T17:22:29-04:00"> Mon 30 June 2014</time>
</span>
<span class="label label-default">Category</span>
<a href="http://jhshi.me/blog/category/android/index.html">android</a>
<span class="label label-default">Tags</span>
<a href="http://jhshi.me/blog/tag/kernel/index.html">kernel</a>
/
<a href="http://jhshi.me/blog/tag/hammerhead/index.html">hammerhead</a>
/
<a href="http://jhshi.me/blog/tag/aosp/index.html">aosp</a>
</footer><!-- /.post-info --> </div>
<div class="summary"><p>Google has a fair document for <a href="https://source.android.com/source/building-kernels.html">building kernel for Android</a>. Yet it
didn't cover how to integrate the kernel with AOSP source tree so that kernel
gets built along with whole platform, which I'll explain in this post. Here I'll
mainly focus on <code>android-4.4.4_r1</code> (Kitkat) for Nexus 5 (<code>hammerhead</code>).
The instructions should be easy to adapt to other models or AOSP releases.</p>
<a class="btn btn-default btn-xs" href="http://jhshi.me/2014/06/30/build-kernel-in-tree-with-aosp-for-nexus-5-hammerhead/index.html">more ...</a>
</div>
</article>
<hr/>
<ul class="pagination">
<li class="prev"><a href="http://jhshi.me/index4.html">«</a>
</li>
<li class=""><a
href="http://jhshi.me/index.html">1</a></li>
<li class=""><a
href="http://jhshi.me/index2.html">2</a></li>
<li class=""><a
href="http://jhshi.me/index3.html">3</a></li>
<li class=""><a
href="http://jhshi.me/index4.html">4</a></li>
<li class="active"><a
href="http://jhshi.me/index5.html">5</a></li>
<li class=""><a
href="http://jhshi.me/index6.html">6</a></li>
<li class=""><a
href="http://jhshi.me/index7.html">7</a></li>
<li class=""><a
href="http://jhshi.me/index8.html">8</a></li>
<li class=""><a
href="http://jhshi.me/index9.html">9</a></li>
<li class=""><a
href="http://jhshi.me/index10.html">10</a></li>
<li class=""><a
href="http://jhshi.me/index11.html">11</a></li>
<li class=""><a
href="http://jhshi.me/index12.html">12</a></li>
<li class=""><a
href="http://jhshi.me/index13.html">13</a></li>
<li class="next"><a
href="http://jhshi.me/index6.html">»</a></li>
</ul>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<section class="well well-sm">
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="fa fa-eye"></i><span class="icon-label">0 Hits</span></h4>
<li class="list-group-item"><h4><i class="fa fa-fire fa-lg"></i><span class="icon-label">Popular Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="http://jhshi.me/2018/02/11/opengl-over-vnc/index.html">
OpenGL over VNC
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/2018/01/23/fix-vmware-player-3d-support-issue/index.html">
Fix VMWare Player 3D Support Issue
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/2017/09/29/google-dns-configuration-on-ubuntu-1604/index.html">
Google DNS Configuration on Ubuntu 16.04
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/2017/09/21/fix-touchpad-natual-scrolling-of-ubuntu-1604-on-thinkpad-x1/index.html">
Fix Touchpad Natual Scrolling of Ubuntu 16.04 on Thinkpad X1
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/2017/03/06/backing-up-files-using-amazon-glacier/index.html">
Backing Up Files Using Amazon Glacier
</a>
</li>
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="http://jhshi.me/2018/02/11/opengl-over-vnc/index.html">
OpenGL over VNC
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/2018/01/23/fix-vmware-player-3d-support-issue/index.html">
Fix VMWare Player 3D Support Issue
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/2017/09/29/google-dns-configuration-on-ubuntu-1604/index.html">
Google DNS Configuration on Ubuntu 16.04
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/2017/09/21/fix-touchpad-natual-scrolling-of-ubuntu-1604-on-thinkpad-x1/index.html">
Fix Touchpad Natual Scrolling of Ubuntu 16.04 on Thinkpad X1
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/2017/03/06/backing-up-files-using-amazon-glacier/index.html">
Backing Up Files Using Amazon Glacier
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="http://jhshi.me/blog/categories/index.html"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4></a>
<ul class="list-group" id="categories">
<li class="list-group-item">
<a href="http://jhshi.me/blog/category/os161/index.html">
<i class="fa fa-folder-open fa-lg"></i> os161 [27]
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/blog/category/linux/index.html">
<i class="fa fa-folder-open fa-lg"></i> linux [24]
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/blog/category/android/index.html">
<i class="fa fa-folder-open fa-lg"></i> android [20]
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/blog/category/errors/index.html">
<i class="fa fa-folder-open fa-lg"></i> errors [14]
</a>
</li>
<li class="list-group-item">
<a href="http://jhshi.me/blog/category/network/index.html">
<i class="fa fa-folder-open fa-lg"></i> network [11]
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="http://jhshi.me/blog/tags/index.html"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group list-inline tagcloud" id="tags">
<li class="list-group-item tag-2">
<a href="http://jhshi.me/blog/tag/aosp/index.html">
AOSP
</a>
</li>
<li class="list-group-item tag-6">
<a href="http://jhshi.me/blog/tag/backup/index.html">
backup
</a>
</li>
<li class="list-group-item tag-6">
<a href="http://jhshi.me/blog/tag/beamer/index.html">
beamer
</a>
</li>
<li class="list-group-item tag-7">
<a href="http://jhshi.me/blog/tag/blog/index.html">
blog
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://jhshi.me/blog/tag/c/index.html">
c
</a>
</li>
<li class="list-group-item tag-6">
<a href="http://jhshi.me/blog/tag/gdb/index.html">
gdb
</a>
</li>
<li class="list-group-item tag-6">
<a href="http://jhshi.me/blog/tag/hammerhead/index.html">
hammerhead
</a>
</li>
<li class="list-group-item tag-6">
<a href="http://jhshi.me/blog/tag/jekyll/index.html">
jekyll
</a>
</li>
<li class="list-group-item tag-6">
<a href="http://jhshi.me/blog/tag/mac/index.html">
mac
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://jhshi.me/blog/tag/ns2/index.html">
ns2
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://jhshi.me/blog/tag/ota/index.html">
OTA
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://jhshi.me/blog/tag/plugin/index.html">
plugin
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://jhshi.me/blog/tag/python/index.html">
python
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://jhshi.me/blog/tag/ruby/index.html">
ruby
</a>
</li>
<li class="list-group-item tag-6">
<a href="http://jhshi.me/blog/tag/ssh/index.html">
ssh
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://jhshi.me/blog/tag/synchronization/index.html">
synchronization
</a>
</li>
<li class="list-group-item tag-1">
<a href="http://jhshi.me/blog/tag/syscall/index.html">
syscall
</a>
</li>
<li class="list-group-item tag-6">
<a href="http://jhshi.me/blog/tag/travis/index.html">
travis
</a>
</li>
<li class="list-group-item tag-6">
<a href="http://jhshi.me/blog/tag/ubuntu/index.html">
ubuntu
</a>
</li>
<li class="list-group-item tag-2">
<a href="http://jhshi.me/blog/tag/vm/index.html">
vm
</a>
</li>
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
<ul class="list-group" id="social">
<li class="list-group-item"><a href="https://github.com/jhshi"><i class="fa fa-github-square fa-lg"></i> github</a></li>
<li class="list-group-item"><a href="http://stackoverflow.com/users/963538/jinghao-shi"><i class="fa fa-stack-overflow fa-lg"></i> stack-overflow</a></li>
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-github fa-lg"></i><span class="icon-label">GitHub Repos</span></h4>
<div id="gh_repos">
<p class="list-group-item">Status updating...</p>
</div>
<a href="https://github.com/jhshi">@jhshi</a> on GitHub
</li>
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
<ul class="list-group" id="links">
<li class="list-group-item">
<a href="http://blue.cse.buffalo.edu" target="_blank">
blue Systems Group
</a>
</li>
<li class="list-group-item">
<a href="http://www.buffalo.edu" target="_blank">
University at Buffalo
</a>
</li>
</ul>
</li>
</ul>
</section> </aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2018 Jinghao Shi
·
Updated on 2020-04-02
· Powered by <a href="https://github.com/jhshi/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="http://jhshi.me/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="http://jhshi.me/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="http://jhshi.me/theme/js/respond.min.js"></script>
<!-- GitHub JS -->
<script type="text/javascript">
$(document).ready(function () {
if (!window.jXHR) {
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = 'http://jhshi.me/theme/js/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'jhshi',
count: 5,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="http://jhshi.me/theme/js/github.js" type="text/javascript"></script>
<!-- End GitHub JS Code -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39842003-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>
<!-- End Google Analytics Code -->
</body>
</html>