Skip to content

Commit

Permalink
disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
me115 committed Aug 13, 2014
1 parent 3b084ff commit 79e95ac
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions README.md
@@ -0,0 +1,30 @@
# linux_tools
===========

linux tools desc
这里介绍Linux下非常优秀的工具;

## 说明

1. 教程将工具分为初级和高级两种;初级都是简单常用的工具,而高级篇更多的适合程序调试或优化;
2. 我将专注于Linux工具的最常用用法,以便读者能以最快时间掌握,并在工作中应用。
3. 我将此教程写成手册的形式,在工作中应用时能够方便快速查阅;
4. Linux命令行将以 $ 开始,比如 $ls

## 写作方式

我将会遵循以下写作方式:

1. 首先介绍工具的使用范围;
2. 工具的快速上手教程;包含最常用的范例和最常用的选项;
3. 使用场景(例子)说明;
4. 更完整的命令参数说明;
5. 进阶

## 建议
1. 你应该安装有Linux系统,将教程中的命令敲到bash中看看效果
2. 如果有兴趣,可以在了解之后立即查看相关更完备的内容 (比如查阅官方文档)

注:写作使用的reStructuredText 标记语言,相对Markdown来说,有不少优势;细节后面会谈到;


6 changes: 3 additions & 3 deletions der/disqus.html
Expand Up @@ -8,7 +8,7 @@ <h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'me115'; // required: replace example with your forum shortname
var disqus_shortname = 'colin'; // required: replace example with your forum shortname

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
Expand All @@ -23,8 +23,8 @@ <h2>

<div id="ad">
<h2>木书架</h2>
<p></p>
<a href="http://www.me115.com" style="padding: 0px 0px 8px 20px;display: block;"><img src="{{ pathto('_static/' + '42qu.png', 1) }}"/></a>
<p></p>
<a href="http://www.me115.com" style="padding: 0px 0px 8px 20px;display: block;"><img src="{{ pathto('_static/' + 'me115_com.jpg', 1) }}"/></a>
<a href="http://www.me115.com" style="font-weight: bold;padding-left: 20px;">木书架</a>
<ul>
<li>专注于互联网阅读分享</li>
Expand Down

0 comments on commit 79e95ac

Please sign in to comment.