-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
481 lines (458 loc) · 20 KB
/
index.html
File metadata and controls
481 lines (458 loc) · 20 KB
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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie ie8" lang="zh"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="zh">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="龙井">
<title>雨前龙井</title>
<!-- CSS -->
<link rel="stylesheet" href="/theme/css/style.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/theme/css/colors/blue.css" id="colors">
<!-- Code highlight color scheme -->
<link href="/theme/css/code_blocks/darkly.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta property="og:locale" content="">
<meta property="og:site_name" content="雨前龙井">
</head>
<body>
<header id="header">
<!-- Container -->
<div class="container">
<!-- Logo / Mobile Menu -->
<div class="three columns">
<div id="logo">
<h1><a href="/">雨前龙井</a></h1>
</div>
</div>
<!-- Navigation
================================================== -->
<div class="thirteen columns">
<nav id="navigation" class="menu">
<ul id="responsive">
<li><a href="/">Home</a></li>
<li><a href="/pages/about-longjing.html">Author</a></li>
</ul>
</nav>
</div>
</div>
<!-- Container / End -->
</header>
<!-- Header / End -->
<div id="content-wrapper">
<section id="titlebar">
<!-- Container -->
<div class="container">
<div class="sixteen columns">
<nav id="breadcrumbs">
<ul>
<li>You are here:</li>
<li><a href="/">Home</a></li>
</ul>
</nav>
</div>
</div>
<!-- Container / End -->
</section>
<div class="container">
<div class="twelve alt columns">
<!-- Post -->
<article class="post medium">
<div class="twelve columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/12/06/devops-practice-road.html" rel="bookmark" title="Permalink to 从实践也能长出DevOps大树">从实践也能长出DevOps大树</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Tue 06 December 2016</li>
<li><a href="/category/DevOps">DevOps</a></li>
</ul>
</header>
<p>
<p>DevOps不仅仅自上而下一条路,很多组织不具备做DevOps的基因,在团队里,工程师能做什么呢?至少我们可以去尝试最佳实践和工具,去解决当前面临的问题,去影响他们,帮助他们</p>
</p>
<a href="/2016/12/06/devops-practice-road.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="twelve columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/09/06/jenkins-performance-hints.html" rel="bookmark" title="Permalink to Jenkins性能提升妙招">Jenkins性能提升妙招</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Tue 06 September 2016</li>
<li><a href="/category/持续集成,翻译">持续集成,翻译</a></li>
</ul>
</header>
<p>
<p>Jenkins CI Server的可扩展性存在很大局限性。但是对大多数应用场景,Jenkins的性能已经足够使用。可以参考文章 installations with hundreds of slaves running about 10k builds daily。虽然Jenkins配置很简单,但是也有一些方法帮助搭建和维护压力较大的Jenkins。如下有一些建议,包括Master配置、Slave配置、Job配置和一些多Master配置,可以帮助我们保持Jenkins高效运行。</p>
</p>
<a href="/2016/09/06/jenkins-performance-hints.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="twelve columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/08/11/build-closed-loop-feedback-arthitechture.html" rel="bookmark" title="Permalink to 构建闭环反馈架构(整理自中生代分享)">构建闭环反馈架构(整理自中生代分享)</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Thu 11 August 2016</li>
<li><a href="/category/DevOps">DevOps</a></li>
</ul>
</header>
<p>
<p>DevOps元素周期表是XebiaLabs整理发布的,2015年发布了V1版本,后续应该会持续更新,DevOps涉及持续交付、技术运营、云计算、组织协作等等方方面面,所以相关工具也会很多,工具也是大家在实践DevOps过程中最容易入手的,但是DevOps绝不仅仅是自动化工具而已,高效协作的组织、责任共担的文化才是DevOps真正要解决的问题。</p>
</p>
<a href="/2016/08/11/build-closed-loop-feedback-arthitechture.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="twelve columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/06/24/disk-raid-detail.html" rel="bookmark" title="Permalink to Raid详解">Raid详解</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Fri 24 June 2016</li>
<li><a href="/category/杂文">杂文</a></li>
</ul>
</header>
<p>
</p>
<a href="/2016/06/24/disk-raid-detail.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="twelve columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/06/24/luojisiwei-note.html" rel="bookmark" title="Permalink to 逻辑思维笔记">逻辑思维笔记</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Fri 24 June 2016</li>
<li><a href="/category/杂文">杂文</a></li>
</ul>
</header>
<p>
</p>
<a href="/2016/06/24/luojisiwei-note.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="twelve columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/05/25/ubuntu-environment-variables.html" rel="bookmark" title="Permalink to Linux环境变量">Linux环境变量</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Wed 25 May 2016</li>
<li><a href="/category/Linux">Linux</a></li>
</ul>
</header>
<p>
<p>Linux环境变量供了一种在系统上改变软件行为的方式,在Shell编程和Linux日常操作中应用很广泛,有一些团队在做应用部署时,所有参数配置也都采用环境变量来进行配置,和环境无依赖。</p>
</p>
<a href="/2016/05/25/ubuntu-environment-variables.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="five alt columns alpha">
<figure class="post-img media">
<div class="mediaholder">
<a href="/2016/05/13/openstack-ci-case.html" rel="bookmark" title="Permalink to OpenStack持续集成实践">
<img src="/images//ci/openstack-ci-case/openstack-software-diagram.png" alt="OpenStack持续集成实践"/>
<div class="hovercover">
<div class="hovericon"><i class="hoverlink"></i></div>
</div>
</a>
</div>
</figure>
</div>
<div class="seven columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/05/13/openstack-ci-case.html" rel="bookmark" title="Permalink to OpenStack持续集成实践">OpenStack持续集成实践</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Fri 13 May 2016</li>
<li><a href="/category/持续集成">持续集成</a></li>
</ul>
</header>
<p>
<p>OpenStack是云计算领域当之无愧的红人,在Docker还没出现时,大家谈论的都是OpenStack。大多数企业在自建私有云平台时首选的都是OpenStack,对云计算的普及,作为开源软件的OpenStack影响意义深远。OpenStack这么大型的项目,模块众多,参与人数众多。如何帮助开发者更容易的参与到开源项目中来,如何降低持续集成的复杂度和管理难度都是摆在OpenStack团队面前的问题。</p>
</p>
<a href="/2016/05/13/openstack-ci-case.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="five alt columns alpha">
<figure class="post-img media">
<div class="mediaholder">
<a href="/2016/05/05/its-not-just-standing-up.html" rel="bookmark" title="Permalink to 站立会议的正确姿势">
<img src="/images//agile/its-not-just-standing-up/standingup.jpg" alt="站立会议的正确姿势"/>
<div class="hovercover">
<div class="hovericon"><i class="hoverlink"></i></div>
</div>
</a>
</div>
</figure>
</div>
<div class="seven columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/05/05/its-not-just-standing-up.html" rel="bookmark" title="Permalink to 站立会议的正确姿势">站立会议的正确姿势</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Thu 05 May 2016</li>
<li><a href="/category/敏捷">敏捷</a></li>
</ul>
</header>
<p>
<p>每日站立会议是Scrum中的四个会议之一(计划会、每日站立会、演示会、回顾会),也适用于其他敏捷方法或者其他团队沟通的场景。个人认为每日站立会议是敏捷中仪式感最强的会议,站立会议一般都会安排在任务板面前,时长也会严格控制,一般为15分钟,其核心目的是增强团队的沟通,放大反馈,提高团队沟通与协作的效率。</p>
</p>
<a href="/2016/05/05/its-not-just-standing-up.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="five alt columns alpha">
<figure class="post-img media">
<div class="mediaholder">
<a href="/2016/04/26/devops-tool-periodic-table.html" rel="bookmark" title="Permalink to DevOps元素周期表解读">
<img src="/images//devops/devops-tool-periodic-table/devops-tool-periodic-table.png" alt="DevOps元素周期表解读"/>
<div class="hovercover">
<div class="hovericon"><i class="hoverlink"></i></div>
</div>
</a>
</div>
</figure>
</div>
<div class="seven columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/04/26/devops-tool-periodic-table.html" rel="bookmark" title="Permalink to DevOps元素周期表解读">DevOps元素周期表解读</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Tue 26 April 2016</li>
<li><a href="/category/DevOps">DevOps</a></li>
</ul>
</header>
<p>
<p>DevOps元素周期表是XebiaLabs整理发布的,2015年发布了V1版本,后续应该会持续更新,DevOps涉及持续交付、技术运营、云计算、组织协作等等方方面面,所以相关工具也会很多,工具也是大家在实践DevOps过程中最容易入手的,但是DevOps绝不仅仅是自动化工具而已,高效协作的组织、责任共担的文化才是DevOps真正要解决的问题。</p>
</p>
<a href="/2016/04/26/devops-tool-periodic-table.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="twelve columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/04/25/travis-ci-experience-1.html" rel="bookmark" title="Permalink to Travis CI 体验第一篇">Travis CI 体验第一篇</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Mon 25 April 2016</li>
<li><a href="/category/持续集成">持续集成</a></li>
</ul>
</header>
<p>
<p>Short version for index and feeds</p>
</p>
<a href="/2016/04/25/travis-ci-experience-1.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="five alt columns alpha">
<figure class="post-img media">
<div class="mediaholder">
<a href="/2016/04/23/phoenix-project.html" rel="bookmark" title="Permalink to 凤凰项目">
<img src="/images//booknotes/phoenix-project/devops_book_phoenix_project.png" alt="凤凰项目"/>
<div class="hovercover">
<div class="hovericon"><i class="hoverlink"></i></div>
</div>
</a>
</div>
</figure>
</div>
<div class="seven columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/04/23/phoenix-project.html" rel="bookmark" title="Permalink to 凤凰项目">凤凰项目</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Sat 23 April 2016</li>
<li><a href="/category/读书笔记">读书笔记</a></li>
</ul>
</header>
<p>
<p>《凤凰项目》是一本技术运营小说,讲述一家传统的汽车零件制造与销售企业面临关键项目交付延期、质量低下,团队隔离严重;运维团队疲于救火,IT环境不受控制等问题,通过主人公引入DevOps、Kanban并实践三步工作法扭转公司颓势,实现商业成功的故事。这本小说是三位CEO写的,其中Gene ...
</p>
<a href="/2016/04/23/phoenix-project.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="twelve columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/04/22/cross-boundary.html" rel="bookmark" title="Permalink to MacTalk 跨越边界">MacTalk 跨越边界</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Fri 22 April 2016</li>
<li><a href="/category/读书笔记">读书笔记</a></li>
</ul>
</header>
<p>
<p>跨越边界是池建强老师的第二本书,依然是根据Mac_Talk公众号文章整理而来,里边包含了池老师作为一名老程序员的经历和心得,对我辈中人很有启发,让我对程序员的价值有了更深的理解,我也希望自己能成为一名有人文修养的程序员并且为这个称号感到自豪。</p>
</p>
<a href="/2016/04/22/cross-boundary.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
<!-- Post -->
<article class="post medium">
<div class="twelve columns">
<section class="post-content">
<header class="meta">
<h2><a href="/2016/04/20/use-pelican-note.html" rel="bookmark" title="Permalink to Pelican初体验">Pelican初体验</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Wed 20 April 2016</li>
<li><a href="/category/杂文">杂文</a></li>
</ul>
</header>
<p>
<p>Pelican是基于Python的静态页面生成工具,结合Github Page用来搭建个人的技术博客很棒,这篇文章记录了我开始使用Pelican的过程和配置</p>
</p>
<a href="/2016/04/20/use-pelican-note.html" class="button color">Read More</a>
</section>
</div>
<div class="clearfix"></div>
</article>
</div>
<!-- Sidebar -->
<div class="four columns">
<!-- About -->
<div class="widget no-mg-top">
<h3 class="headline">About</h3><span class="line"></span><div class="clearfix"></div>
<p>这里是龙井的博客,内容包括开发技术、持续集成、读书笔记、DevOps、互联网思维、精益、Linux等等</p>
</div>
<!-- Categories -->
<div class="widget">
<h3 class="headline">Categories</h3><span class="line"></span><div class="clearfix"></div>
<nav class="categories">
<ul>
<li><a href="/category/chi-xu-ji-cheng.html">持续集成</a></li>
<li><a href="/category/chi-xu-ji-cheng-fan-yi.html">持续集成,翻译</a></li>
<li><a href="/category/devops.html">DevOps</a></li>
<li><a href="/category/du-shu-bi-ji.html">读书笔记</a></li>
<li><a href="/category/linux.html">Linux</a></li>
<li><a href="/category/min-jie.html">敏捷</a></li>
<li><a href="/category/za-wen.html">杂文</a></li>
</ul>
</nav>
</div>
<!-- Tags -->
<div class="widget">
<h3 class="headline">Tags</h3><span class="line"></span><div class="clearfix"></div>
<nav class="tags"> <a href="/tag/2016.html">2016</a>
<a href="/tag/bo-ke.html">博客</a>
<a href="/tag/chi-xu-ji-cheng.html">持续集成</a>
<a href="/tag/chi-xu-jiao-fu.html">持续交付</a>
<a href="/tag/devops.html">DevOps</a>
<a href="/tag/docker.html">Docker</a>
<a href="/tag/du-shu-bi-ji.html">读书笔记</a>
<a href="/tag/fan-yi.html">翻译</a>
<a href="/tag/feng-huang-xiang-mu.html">凤凰项目</a>
<a href="/tag/gerrit.html">Gerrit</a>
<a href="/tag/gong-cheng-shi-wen-hua.html">工程师文化</a>
<a href="/tag/huan-jing-bian-liang.html">环境变量</a>
<a href="/tag/jenkins.html">Jenkins</a>
<a href="/tag/ji-zhu.html">技术</a>
<a href="/tag/linux.html">Linux</a>
<a href="/tag/luo-ji-si-wei.html">逻辑思维</a>
<a href="/tag/martin-fowler.html">Martin Fowler</a>
<a href="/tag/openstack.html">OpenStack</a>
<a href="/tag/pelican.html">Pelican</a>
<a href="/tag/python.html">Python</a>
<a href="/tag/ren-sheng.html">人生</a>
<a href="/tag/scrum.html">Scrum</a>
<a href="/tag/travis.html">Travis</a>
<a href="/tag/ubuntu.html">Ubuntu</a>
<a href="/tag/wen-hua.html">文化</a>
<a href="/tag/yun-ji-suan.html">云计算</a>
<a href="/tag/zhan-li-hui-yi.html">站立会议</a>
<a href="/tag/zhuan-ye-shu-ji.html">专业书籍</a>
<a href="/tag/zi-dong-hua-bu-shu.html">自动化部署</a>
<a href="/tag/zi-dong-hua-ce-shi.html">自动化测试</a>
</nav>
</div>
</div>
</div>
<!-- Container / End -->
</div>
<!-- Content Wrapper / End -->
<div id="footer-bottom">
<!-- Container -->
<div class="container">
<div class="eight columns">Blog powered by <a href="http://getpelican.com">Pelican</a></div>
<div class="eight columns">
<ul class="social-icons-footer">
<li>
<a href="https://github.com/ijyun" class="tooltip top" title="github">
<i class="icon-github"></i>
</a>
</li>
<li><a href="/None" class="tooltip top" title="RSS"><i class="icon-rss"></i></a></li>
</ul>
</div>
</div>
<!-- Container / End -->
</div>
<!-- Footer Bottom / End -->
<!-- Javascripts -->
<script src="/theme/js/jquery.min.js"></script>
</body>
</html>