-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
872 lines (644 loc) · 39.5 KB
/
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
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
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
<!DOCTYPE html>
<html lang=zh>
<head>
<meta charset="utf-8">
<title>BaiKing</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta property="og:type" content="website">
<meta property="og:title" content="BaiKing">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="BaiKing">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="BaiKing">
<link rel="stylesheet" href="/libs/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/libs/open-sans/styles.css">
<link rel="stylesheet" href="/libs/source-code-pro/styles.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" href="/libs/lightgallery/css/lightgallery.min.css">
<link rel="stylesheet" href="/libs/justified-gallery/justifiedGallery.min.css">
</head>
<body>
<div id="container">
<header id="header">
<div id="header-main" class="header-inner">
<div class="outer">
<a href="/" id="logo">
<i class="logo"></i>
<span class="site-title">BaiKing</span>
</a>
<nav id="main-nav">
<a class="main-nav-link" href="/.">Home</a>
<a class="main-nav-link" href="/archives">Archives</a>
<a class="main-nav-link" href="/about">About</a>
</nav>
<nav id="sub-nav">
<div class="profile" id="profile-nav">
<a id="profile-anchor" href="javascript:;">
<img class="avatar" src="/css/images/avatar.png" />
<i class="fa fa-caret-down"></i>
</a>
</div>
</nav>
<div id="search-form-wrap">
<form class="search-form">
<input type="text" class="ins-search-input search-form-input" placeholder="搜索" />
<button type="submit" class="search-form-submit"></button>
</form>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="想要查找什么..." />
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: '文章',
PAGES: '页面',
CATEGORIES: '分类',
TAGS: '标签',
UNTITLED: '(未命名)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</div>
</div>
</div>
<div id="main-nav-mobile" class="header-sub header-inner">
<table class="menu outer">
<tr>
<td><a class="main-nav-link" href="/.">Home</a></td>
<td><a class="main-nav-link" href="/archives">Archives</a></td>
<td><a class="main-nav-link" href="/about">About</a></td>
<td>
<div class="search-form">
<input type="text" class="ins-search-input search-form-input" placeholder="搜索" />
</div>
</td>
</tr>
</table>
</div>
</header>
<div class="outer">
<aside id="profile">
<div class="inner profile-inner">
<div class="base-info profile-block">
<img id="avatar" src="/css/images/avatar.png" />
<h2 id="name">BaiKing</h2>
<h3 id="title">LookDev artist</h3>
<span id="location"><i class="fa fa-map-marker"></i>Guangzhou, China</span>
<a id="follow" target="_blank" href="https://github.com/baiking/">关注我</a>
</div>
<div class="article-info profile-block">
<div class="article-info-block">
4
<span>文章</span>
</div>
<div class="article-info-block">
9
<span>标签</span>
</div>
</div>
<div class="profile-block social-links">
<table>
<tr>
<td>
<a href="https://github.com/baiking" target="_blank" title="github" class=tooltip>
<i class="fa fa-github"></i>
</a>
</td>
</tr>
</table>
</div>
</div>
</aside>
<section id="main">
<article id="post-Raspberry-Pi-3B-Proxy-Server-配置" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2017/05/10/Raspberry-Pi-3B-Proxy-Server-配置/">Raspberry Pi 3B Proxy Server 配置</a>
</h1>
<div class="article-meta">
<div class="article-date">
<i class="fa fa-calendar"></i>
<a href="/2017/05/10/Raspberry-Pi-3B-Proxy-Server-配置/">
<time datetime="2017-05-10T15:27:00.000Z" itemprop="datePublished">2017-05-10</time>
</a>
</div>
<div class="article-tag">
<i class="fa fa-tag"></i>
<a class="tag-link" href="/tags/Lantern/">Lantern</a>, <a class="tag-link" href="/tags/Raspberry/">Raspberry</a>, <a class="tag-link" href="/tags/Ubuntu/">Ubuntu</a>
</div>
</div>
</header>
<div class="article-entry" itemprop="articleBody">
<p> 自从发现树莓派可以运行 <strong>ubuntu</strong> 后就一直再想能不能在上面跑 <strong>lantern</strong> ,从而实现低功率全局梯子,在看了大量入门帖子后决定入手一试,反正也不贵,我入手的是 <strong><code>e14</code></strong> 国行版,和英国产的应该都没区别的,配件另外买了带开关的电源、<strong>16G TF</strong> 卡、一个原装外壳、两铜一铝的散热片,其实散热片买一铜一铝就够了,第三个散热完全用不上的。</p>
<h2 id="1-准备工作"><a href="#1-准备工作" class="headerlink" title="1.准备工作"></a>1.准备工作</h2><p>树莓派支持很多中操作系统,用得最多的就是原厂出的 <strong>Raspbian</strong> ,另外一个比较出名的就是 <strong>ubuntu</strong> ,这两个我都比较过,虽然 <strong>Raspbian</strong> 运行速度很快,但是很多工具都是没有界面的,对新手使用很不方便,而 <strong>ubuntu</strong> 则更容易上手,基本用到的工具都是有图形界面的,就跟用 <strong>windows</strong> 差不多,就是运行起来速度跟 <strong>Raspbian</strong> 完全没法比啊,不过我只是用来跑 <strong>lantern</strong> 的基本也就无所谓了。</p>
<h4 id="1-1-下载系统"><a href="#1-1-下载系统" class="headerlink" title="1.1 下载系统"></a>1.1 下载系统</h4><p>选好系统就可以开始了,先下载好 <strong>ubuntu mate</strong> 的镜像文件,可以在 <a href="https://ubuntu-mate.org/download/#xenial" target="_blank" rel="external"><strong>这里</strong></a> 下载,选 <strong>16.04.2 LTS</strong> 下的 <strong>Raspberry Pi</strong> 分支,下载回来要解压出来里面的 <code>img</code> 文件。</p>
<h4 id="1-2-镜像写入工具"><a href="#1-2-镜像写入工具" class="headerlink" title="1.2 镜像写入工具"></a>1.2 镜像写入工具</h4><p><strong>Win32 DiskImager</strong> <a href="http://nchc.dl.sourceforge.net/project/win32diskimager/Archive/Win32DiskImager-0.9.5-install.exe" target="_blank" rel="external">点这里下载</a></p>
<h2 id="2-安装系统"><a href="#2-安装系统" class="headerlink" title="2. 安装系统"></a>2. 安装系统</h2><p>直接运行 <strong>win32 DiskImager</strong> ,在 <strong>Image File</strong> 里选择解压出来的 <code>img</code> 文件,<strong>Device</strong> 那里选择 <strong><code>U</code></strong> 盘盘符然后点击 <strong>Write</strong> 就可以了,下面有进度条,完成会有个 <strong>Successful</strong> 弹窗。</p>
<h2 id="3-开机"><a href="#3-开机" class="headerlink" title="3. 开机"></a>3. 开机</h2><p>插上 <strong>TF</strong> 卡接好电源和 <strong>HDMI</strong> 输出,还有鼠标键盘,网络的话可以用 <strong>wifi</strong> 或者网线都可以,都接好就可以开机了,通电后主板上的信号灯会亮。</p>
<p>进入系统后会要进行一些简单配置,设置好账户名和密码,时区选择 <strong>shanghai</strong> 就好了,基本和一般的 <strong>ubuntu</strong> 配置一样,最后等待系统安装完成就会进入桌面了。</p>
<h2 id="4-系统配置"><a href="#4-系统配置" class="headerlink" title="4. 系统配置"></a>4. 系统配置</h2><h4 id="4-1-更换软件源"><a href="#4-1-更换软件源" class="headerlink" title="4.1 更换软件源"></a>4.1 更换软件源</h4><p>系统默认的源都是国外的,速度很慢,一般都会替换为国内的镜像源,这里把源修改到清华大学,步骤如下:</p>
<ol>
<li>在终端中输入:</li>
</ol>
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">sudo nano /etc/apt/sources.list</div></pre></td></tr></table></figure>
<ol>
<li>将原来的内用用 <strong><code>#</code></strong> 注销掉,然后换成下面的内容:</li>
</ol>
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div><div class="line">2</div><div class="line">3</div></pre></td><td class="code"><pre><div class="line">deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ jessie main non-free contrib</div><div class="line"></div><div class="line">deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ jessie main non-free contrib</div></pre></td></tr></table></figure>
<ol>
<li><p><strong><code>ctrl+o</code></strong> 保存,<strong><code>enter</code></strong>,<strong><code>ctrl+x</code></strong> 退出</p>
<p></p>
</li>
</ol>
<ol>
<li><p>编辑镜像站后,使用 <strong>sudo apt-get update</strong> 命令,更新软件源列表</p>
<p></p>
</li>
<li><p><strong>sudo apt-get upgrade</strong> 更新系统</p>
<p></p>
</li>
</ol>
<p> <strong>PS:</strong></p>
<p>如果速度不理想可以试下更换其它源:</p>
<p>浙江大学的树莓派软件源:</p>
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div><div class="line">2</div><div class="line">3</div></pre></td><td class="code"><pre><div class="line">deb http://mirrors.zju.edu.cn/raspbian/raspbian/ jessie main contrib non-free rpi</div><div class="line"></div><div class="line">deb-src http://mirrors.zju.edu.cn/raspbian/raspbian/ jessie main contrib non-free rpi</div></pre></td></tr></table></figure>
<p>阿里云的树莓派软件源:</p>
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div><div class="line">2</div><div class="line">3</div></pre></td><td class="code"><pre><div class="line">deb http://mirrors.aliyun.com/raspbian/raspbian/ jessie main contrib non-free rpi</div><div class="line"></div><div class="line">deb-src http://mirrors.aliyun.com/raspbian/raspbian/ jessie main contrib non-free rpi</div></pre></td></tr></table></figure>
<h4 id="4-2-安装远程桌面"><a href="#4-2-安装远程桌面" class="headerlink" title="4.2 安装远程桌面"></a>4.2 安装远程桌面</h4><p>更新完系统重启,然后就可以安装远程桌面了,这样就可以不用连接显示器或者电视,直接用电脑远程登陆进行操作,如果用的是 <strong>wifi</strong> 连接树莓派的话会有点卡,用网线连接到路由是比较流畅的,安装远程比较简单的是用 <strong>xrdp</strong> ,这个装了之后电脑可以直接用自带的远程桌面连接,比较方便。</p>
<p>命令如下:</p>
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">sudo apt-get install xrdp</div></pre></td></tr></table></figure>
<h2 id="5-安装Lantern-for-raspberry"><a href="#5-安装Lantern-for-raspberry" class="headerlink" title="5. 安装Lantern for raspberry"></a>5. 安装Lantern for raspberry</h2><h4 id="5-1-下载-lantern"><a href="#5-1-下载-lantern" class="headerlink" title="5.1 下载 lantern"></a>5.1 下载 <strong>lantern</strong></h4><p>先去 <a href="https://github.com/EasyPi/docker-lantern-arm/releases/" target="_blank" rel="external">这里</a> 下载最新的 <strong>Lantern</strong> ,目前的最新版本是 <strong><code>lantern_3.6.3-1armhf.deb</code></strong></p>
<h4 id="5-2-安装-lantern"><a href="#5-2-安装-lantern" class="headerlink" title="5.2 安装 lantern"></a>5.2 安装 <strong>lantern</strong></h4><figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">sudo dpkg -i 存放的路径/lantern_3.6.3-1armhf.deb</div></pre></td></tr></table></figure>
<h4 id="5-3-运行-lantern"><a href="#5-3-运行-lantern" class="headerlink" title="5.3 运行 lantern"></a>5.3 运行 <strong>lantern</strong></h4><p>树莓派支持 <strong>wifi</strong> 和有线网,但是在测试中发现如果只连接 <strong>wifi</strong> ,作为代理服务器在遇到大流量的时候,比如看视频的时候,无线网卡就会挂掉,很不稳定,只能重启树莓派,解决办法就是使用有线网,当然也可以同时连接 <strong>wifi</strong> ,有线网用来做代理就稳定很多。</p>
<p>最后还要查看一下当前有线网卡的 <strong>IP</strong> 地址,记录下来,然后就可以启动 <strong>lantern</strong> 了。</p>
<p>输入:</p>
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">/usr/bin/lantern -addr=有线网卡IP地址:8787</div></pre></td></tr></table></figure>
<p>例如:</p>
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">/usr/bin/lantern -addr=192.168.1.117:8787</div></pre></td></tr></table></figure>
<p>现在 <strong>lantern</strong> 就运行起来了,等一下浏览器就会自动打开 <strong>lantern</strong> 的配置网页,尝试访问一下 <strong>google</strong> 和 <strong>youtube</strong> ,能访问就完成了。</p>
</div>
<footer class="article-footer">
<div class="share-container">
<div class="jiathis_style">
<span class="jiathis_txt">分享到:</span>
<a class="jiathis_button_qzone">QQ空间</a>
<a class="jiathis_button_tsina">新浪微博</a>
<a class="jiathis_button_tqq">腾讯微博</a>
<a class="jiathis_button_weixin">微信</a>
<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jiathis_separator jtico jtico_jiathis" target="_blank">更多</a>
<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js" charset="utf-8"></script>
<style>
.jiathis_style div:first-child:not(.jiadiv_01) {
width: auto !important;
border: none !important;
}
.jiathis_style .jiadiv_01 {
margin: 10px 0;
border-radius: 4px;
border: #e1e1e1 solid 1px;
}
.jiathis_style .jiadiv_01 div:first-child {
display: none;
}
.jiathis_style .jiadiv_02 {
padding: 7px 0 !important;
}
.jiathis_style .jiadiv_02 .jiatitle {
width: 85px;
border: none;
height: auto;
margin: 3px 10px;
padding: 6px 10px;
border-radius: 4px;
}
.jiathis_style .jiadiv_02 .jiatitle:hover {
border: none;
}
.jiathis_style .jiadiv_02 .jiatitle:nth-child(even) {
margin-left: 0;
}
.jiathis_style .jtico:hover {
opacity: 1;
}
.jiathis_style .ckepopBottom,
.jiathis_style .centerBottom {
width: auto !important;
padding: 5px;
background: #f7f7f7;
}
</style>
</div>
</footer>
</div>
</article>
<article id="post-Fedora-25-桌面配置" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2017/04/16/Fedora-25-桌面配置/">Fedora 25 桌面配置</a>
</h1>
<div class="article-meta">
<div class="article-date">
<i class="fa fa-calendar"></i>
<a href="/2017/04/16/Fedora-25-桌面配置/">
<time datetime="2017-04-16T15:57:46.000Z" itemprop="datePublished">2017-04-16</time>
</a>
</div>
<div class="article-tag">
<i class="fa fa-tag"></i>
<a class="tag-link" href="/tags/Centos/">Centos</a>, <a class="tag-link" href="/tags/Fefora/">Fefora</a>, <a class="tag-link" href="/tags/Linux/">Linux</a>
</div>
</div>
</header>
<div class="article-entry" itemprop="articleBody">
<h1 id="配置"><a href="#配置" class="headerlink" title="配置"></a><i class="icon-cog"></i><strong>配置</strong></h1><h4 id="添加国内源"><a href="#添加国内源" class="headerlink" title="添加国内源"></a>添加国内源</h4><p>在下载和更新软件时,系统自带的软件源还是比较慢的,添加国内的第三方软件源可提高下载速度。依次在终端输入如下命令:<br><figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div><div class="line">2</div><div class="line">3</div><div class="line">4</div><div class="line">5</div><div class="line">6</div><div class="line">7</div><div class="line">8</div><div class="line">9</div><div class="line">10</div><div class="line">11</div><div class="line">12</div><div class="line">13</div><div class="line">14</div><div class="line">15</div><div class="line">16</div><div class="line">17</div><div class="line">18</div><div class="line">19</div><div class="line">20</div><div class="line">21</div></pre></td><td class="code"><pre><div class="line">>su </div><div class="line"></div><div class="line">>cd /etc/yum.repos.d</div><div class="line"></div><div class="line">>wget http://mirrors.163.com/.help/fedora-163.repo</div><div class="line"></div><div class="line">>wget http://mirrors.163.com/.help/fedora-updates-163.repo</div><div class="line"></div><div class="line">>wget http://mirrors.sohu.com/help/fedora-sohu.repo</div><div class="line"></div><div class="line">>wget http://mirrors.sohu.com/help/fedora-updates-sohu.repo</div><div class="line"></div><div class="line">>wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=0</div><div class="line"></div><div class="line">>wget http://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/fedora?codeblock=1</div><div class="line"></div><div class="line">>wget http://mirrors.yun-idc.com/fedora-cds.repo</div><div class="line"></div><div class="line">>wget http://mirrors.yun-idc.com/fedora-updates-cds.repo</div><div class="line"></div><div class="line">>yum makecache</div></pre></td></tr></table></figure></p>
<h4 id="自动选择最快源插件"><a href="#自动选择最快源插件" class="headerlink" title="自动选择最快源插件"></a>自动选择最快源插件</h4><blockquote>
<p>sudo dnf install yum-fastestmirror</p>
</blockquote>
<h4 id="安装下载加速插件"><a href="#安装下载加速插件" class="headerlink" title="安装下载加速插件"></a>安装下载加速插件</h4><blockquote>
<p>dnfinstall yum-presto</p>
</blockquote>
<h4 id="更新系统"><a href="#更新系统" class="headerlink" title="更新系统"></a>更新系统</h4><blockquote>
<p>sudo dnf update</p>
</blockquote>
<h4 id="安装鼠标右键在终端中打开"><a href="#安装鼠标右键在终端中打开" class="headerlink" title="安装鼠标右键在终端中打开"></a>安装鼠标右键在终端中打开</h4><blockquote>
<p>yum install nautilus-open-terminal </p>
</blockquote>
<h4 id="安装-Nvidia-显卡驱动"><a href="#安装-Nvidia-显卡驱动" class="headerlink" title="安装 Nvidia 显卡驱动"></a>安装 <strong>Nvidia</strong> 显卡驱动</h4><blockquote>
<p><a href="https://rpmfusion.org/Howto/nVidia" target="_blank" rel="external">https://rpmfusion.org/Howto/nVidia</a></p>
</blockquote>
<hr>
<h1 id="美化"><a href="#美化" class="headerlink" title="美化"></a><i class="icon-magic"></i><strong>美化</strong></h1><h4 id="安装-gnome-tweak-tool"><a href="#安装-gnome-tweak-tool" class="headerlink" title="安装 gnome-tweak-tool"></a>安装 gnome-tweak-tool</h4><blockquote>
<p>sudo dnf install gnome-tweak-tool</p>
</blockquote>
<h4 id="把系统自带的文件图标改小"><a href="#把系统自带的文件图标改小" class="headerlink" title="把系统自带的文件图标改小"></a>把系统自带的文件图标改小</h4><blockquote>
<p>gsettings set org.gnome.nautilus.icon-view default-zoom-level small</p>
</blockquote>
<h3 id="安装Theme"><a href="#安装Theme" class="headerlink" title="安装Theme"></a>安装Theme</h3><blockquote>
<p><strong>主题:</strong> <a href="https://www.gnome-look.org/p/1167049/" target="_blank" rel="external"><strong>OSX-Arc-Collection</strong></a> </p>
<p><strong>图标:</strong> <a href="https://github.com/LinxGem33/Arc-OSX-Icons" target="_blank" rel="external"><strong>Arc-OSX-Icons</strong></a></p>
<p><strong>Dock:</strong> <a href="https://micheleg.github.io/dash-to-dock/download.html" target="_blank" rel="external"><strong>Dash to Dock</strong></a></p>
</blockquote>
</div>
<footer class="article-footer">
<div class="share-container">
<div class="jiathis_style">
<span class="jiathis_txt">分享到:</span>
<a class="jiathis_button_qzone">QQ空间</a>
<a class="jiathis_button_tsina">新浪微博</a>
<a class="jiathis_button_tqq">腾讯微博</a>
<a class="jiathis_button_weixin">微信</a>
<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jiathis_separator jtico jtico_jiathis" target="_blank">更多</a>
<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js" charset="utf-8"></script>
<style>
.jiathis_style div:first-child:not(.jiadiv_01) {
width: auto !important;
border: none !important;
}
.jiathis_style .jiadiv_01 {
margin: 10px 0;
border-radius: 4px;
border: #e1e1e1 solid 1px;
}
.jiathis_style .jiadiv_01 div:first-child {
display: none;
}
.jiathis_style .jiadiv_02 {
padding: 7px 0 !important;
}
.jiathis_style .jiadiv_02 .jiatitle {
width: 85px;
border: none;
height: auto;
margin: 3px 10px;
padding: 6px 10px;
border-radius: 4px;
}
.jiathis_style .jiadiv_02 .jiatitle:hover {
border: none;
}
.jiathis_style .jiadiv_02 .jiatitle:nth-child(even) {
margin-left: 0;
}
.jiathis_style .jtico:hover {
opacity: 1;
}
.jiathis_style .ckepopBottom,
.jiathis_style .centerBottom {
width: auto !important;
padding: 5px;
background: #f7f7f7;
}
</style>
</div>
</footer>
</div>
</article>
<article id="post-用 CentOS 7 打造合适的科研环境" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2017/04/12/用 CentOS 7 打造合适的科研环境/">用 CentOS 7 打造合适的科研环境 (转)</a>
</h1>
<div class="article-meta">
<div class="article-date">
<i class="fa fa-calendar"></i>
<a href="/2017/04/12/用 CentOS 7 打造合适的科研环境/">
<time datetime="2017-04-12T15:10:24.000Z" itemprop="datePublished">2017-04-12</time>
</a>
</div>
<div class="article-tag">
<i class="fa fa-tag"></i>
<a class="tag-link" href="/tags/CentOS/">CentOS</a>, <a class="tag-link" href="/tags/Python/">Python</a>
</div>
</div>
</header>
<div class="article-entry" itemprop="articleBody">
<p><h4 id="这篇文章很详细的讲解了如何配置一个完整的CentOS系统,从中学到了很多关于Linux和CentOS的东西,在这里转载这篇文章,希望有更多人的人能看到同时也当作是自己的一个备忘,方便以后自己查询,再次感谢作者"><a href="#这篇文章很详细的讲解了如何配置一个完整的CentOS系统,从中学到了很多关于Linux和CentOS的东西,在这里转载这篇文章,希望有更多人的人能看到同时也当作是自己的一个备忘,方便以后自己查询,再次感谢作者" class="headerlink" title="这篇文章很详细的讲解了如何配置一个完整的CentOS系统,从中学到了很多关于Linux和CentOS的东西,在这里转载这篇文章,希望有更多人的人能看到同时也当作是自己的一个备忘,方便以后自己查询,再次感谢作者"></a>这篇文章很详细的讲解了如何配置一个完整的CentOS系统,从中学到了很多关于Linux和CentOS的东西,在这里转载这篇文章,希望有更多人的人能看到同时也当作是自己的一个备忘,方便以后自己查询,再次感谢作者</h4><hr>
<p>原文: <a href="http://seisman.info/linux-environment-for-seismology-research.html">用 CentOS 7 打造合适的科研环境</a></p>
<hr>
<p>这篇博文记录了我用 CentOS 7 搭建 <strong>地震学科研环境</strong> 的过程,供我个人在未来重装系统时参考。对于其他地震学科研人员,也许有借鉴意义。</p>
<p>阅读须知:</p>
<ol>
<li>本文适用于个人电脑,不适用于服务器;</li>
<li><strong>不推荐刚接触 Linux 的人使用 CentOS 发行版</strong>;</li>
<li>本文尽量写的浅显易懂,但要求读者掌握 Linux 基础知识;</li>
<li>本文所有操作均在 CentOS 7 下完成,其他发行版或多或少与 CentOS 7 不同,因而仅供参考;</li>
<li>本文所安装的软件纯粹出于个人习惯及喜好,读者应自己判断,按需安装;</li>
</ol></p>
<p class="article-more-link">
<a href="/2017/04/12/用 CentOS 7 打造合适的科研环境/#more">查看更多</a>
</p>
</div>
<footer class="article-footer">
<div class="share-container">
<div class="jiathis_style">
<span class="jiathis_txt">分享到:</span>
<a class="jiathis_button_qzone">QQ空间</a>
<a class="jiathis_button_tsina">新浪微博</a>
<a class="jiathis_button_tqq">腾讯微博</a>
<a class="jiathis_button_weixin">微信</a>
<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jiathis_separator jtico jtico_jiathis" target="_blank">更多</a>
<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js" charset="utf-8"></script>
<style>
.jiathis_style div:first-child:not(.jiadiv_01) {
width: auto !important;
border: none !important;
}
.jiathis_style .jiadiv_01 {
margin: 10px 0;
border-radius: 4px;
border: #e1e1e1 solid 1px;
}
.jiathis_style .jiadiv_01 div:first-child {
display: none;
}
.jiathis_style .jiadiv_02 {
padding: 7px 0 !important;
}
.jiathis_style .jiadiv_02 .jiatitle {
width: 85px;
border: none;
height: auto;
margin: 3px 10px;
padding: 6px 10px;
border-radius: 4px;
}
.jiathis_style .jiadiv_02 .jiatitle:hover {
border: none;
}
.jiathis_style .jiadiv_02 .jiatitle:nth-child(even) {
margin-left: 0;
}
.jiathis_style .jtico:hover {
opacity: 1;
}
.jiathis_style .ckepopBottom,
.jiathis_style .centerBottom {
width: auto !important;
padding: 5px;
background: #f7f7f7;
}
</style>
</div>
</footer>
</div>
</article>
<article id="post-About-Katana" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2017/04/12/About-Katana/">关于本blog</a>
</h1>
<div class="article-meta">
<div class="article-date">
<i class="fa fa-calendar"></i>
<a href="/2017/04/12/About-Katana/">
<time datetime="2017-04-12T09:21:04.000Z" itemprop="datePublished">2017-04-12</time>
</a>
</div>
<div class="article-tag">
<i class="fa fa-tag"></i>
<a class="tag-link" href="/tags/Katana/">Katana</a>
</div>
</div>
</header>
<div class="article-entry" itemprop="articleBody">
<p>一番折腾终于搞好了这个博客,相对wordpress,转战hexo再也不用担心主机的问题了(短期内),也是第一次真正接触、学习markdown,本站刚建立,还在摸索中。</p>
<p>以后我将会在这里分享一些自己学习和工作的经验以及一些感兴趣的事情,也当是一种记录吧。</p>
</div>
<footer class="article-footer">
<div class="share-container">
<div class="jiathis_style">
<span class="jiathis_txt">分享到:</span>
<a class="jiathis_button_qzone">QQ空间</a>
<a class="jiathis_button_tsina">新浪微博</a>
<a class="jiathis_button_tqq">腾讯微博</a>
<a class="jiathis_button_weixin">微信</a>
<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jiathis_separator jtico jtico_jiathis" target="_blank">更多</a>
<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js" charset="utf-8"></script>
<style>
.jiathis_style div:first-child:not(.jiadiv_01) {
width: auto !important;
border: none !important;
}
.jiathis_style .jiadiv_01 {
margin: 10px 0;
border-radius: 4px;
border: #e1e1e1 solid 1px;
}
.jiathis_style .jiadiv_01 div:first-child {
display: none;
}
.jiathis_style .jiadiv_02 {
padding: 7px 0 !important;
}
.jiathis_style .jiadiv_02 .jiatitle {
width: 85px;
border: none;
height: auto;
margin: 3px 10px;
padding: 6px 10px;
border-radius: 4px;
}
.jiathis_style .jiadiv_02 .jiatitle:hover {
border: none;
}
.jiathis_style .jiadiv_02 .jiatitle:nth-child(even) {
margin-left: 0;
}
.jiathis_style .jtico:hover {
opacity: 1;
}
.jiathis_style .ckepopBottom,
.jiathis_style .centerBottom {
width: auto !important;
padding: 5px;
background: #f7f7f7;
}
</style>
</div>
</footer>
</div>
</article>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">最新文章</h3>
<div class="widget">
<ul id="recent-post" class="">
<li>
<div class="item-thumbnail">
<a href="/2017/05/10/Raspberry-Pi-3B-Proxy-Server-配置/" class="thumbnail">
<span class="thumbnail-image thumbnail-none"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2017/05/10/Raspberry-Pi-3B-Proxy-Server-配置/" class="title">Raspberry Pi 3B Proxy Server 配置</a></p>
<p class="item-date"><time datetime="2017-05-10T15:27:00.000Z" itemprop="datePublished">2017-05-10</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2017/04/16/Fedora-25-桌面配置/" class="thumbnail">
<span class="thumbnail-image thumbnail-none"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2017/04/16/Fedora-25-桌面配置/" class="title">Fedora 25 桌面配置</a></p>
<p class="item-date"><time datetime="2017-04-16T15:57:46.000Z" itemprop="datePublished">2017-04-16</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2017/04/12/用 CentOS 7 打造合适的科研环境/" class="thumbnail">
<span class="thumbnail-image thumbnail-none"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2017/04/12/用 CentOS 7 打造合适的科研环境/" class="title">用 CentOS 7 打造合适的科研环境 (转)</a></p>
<p class="item-date"><time datetime="2017-04-12T15:10:24.000Z" itemprop="datePublished">2017-04-12</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2017/04/12/About-Katana/" class="thumbnail">
<span class="thumbnail-image thumbnail-none"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2017/04/12/About-Katana/" class="title">关于本blog</a></p>
<p class="item-date"><time datetime="2017-04-12T09:21:04.000Z" itemprop="datePublished">2017-04-12</time></p>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/05/">五月 2017</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/04/">四月 2017</a><span class="archive-list-count">3</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">标签</h3>
<div class="widget">
<ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/CentOS/">CentOS</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Centos/">Centos</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Fefora/">Fefora</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Katana/">Katana</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Lantern/">Lantern</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Linux/">Linux</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Python/">Python</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Raspberry/">Raspberry</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/Ubuntu/">Ubuntu</a><span class="tag-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">链接</h3>
<div class="widget">
<ul>
<li>
<a href="http://seisman.info/">seisman</a>
</li>
</ul>
</div>
</div>
<div id="toTop" class="fa fa-angle-up"></div>
</aside>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2017 BaiKing<br>
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="http://github.com/ppoffice">PPOffice</a>
</div>
</div>
</footer>
<script>
var disqus_config = function () {
this.page.identifier = 'undefined';
};
(function() {
var d = document, s = d.createElement('script');
s.src = '//' + 'baiking-github-io' + '.disqus.com/count.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<script src="/libs/lightgallery/js/lightgallery.min.js"></script>
<script src="/libs/lightgallery/js/lg-thumbnail.min.js"></script>
<script src="/libs/lightgallery/js/lg-pager.min.js"></script>
<script src="/libs/lightgallery/js/lg-autoplay.min.js"></script>
<script src="/libs/lightgallery/js/lg-fullscreen.min.js"></script>
<script src="/libs/lightgallery/js/lg-zoom.min.js"></script>
<script src="/libs/lightgallery/js/lg-hash.min.js"></script>
<script src="/libs/lightgallery/js/lg-share.min.js"></script>
<script src="/libs/lightgallery/js/lg-video.min.js"></script>
<script src="/libs/justified-gallery/jquery.justifiedGallery.min.js"></script>
<!-- Custom Scripts -->
<script src="/js/main.js"></script>
</div>
</body>
</html>