forked from HubPress/hubpress.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (83 loc) · 5.22 KB
/
index.html
File metadata and controls
106 lines (83 loc) · 5.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>雪山飞狐</title>
<meta name="description" content="michael的技术博客" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="//MichaelIT.github.io/themes/Casper/favicon.ico">
<link rel="stylesheet" type="text/css" href="//MichaelIT.github.io/themes/Casper/assets/css/screen.css?v=1.0.0" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="canonical" href="https://MichaelIT.github.io" />
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="雪山飞狐" href="https://MichaelIT.github.io/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="home-template">
<header class="main-header " style="background-image: url(https://raw.githubusercontent.com/MichaelIT/MichaelIT.github.io/master/images/DOGE.jpg)">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="https://MichaelIT.github.io"><img src="https://raw.githubusercontent.com/MichaelIT/MichaelIT.github.io/master/images/DOGE.jpg" alt="Blog Logo" /></a>
<!-- <a class="subscribe-button icon-feed" href="https://MichaelIT.github.io/rss/">Subscribe</a> -->
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">雪山飞狐</h1>
<h2 class="page-description">michael的技术博客</h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
<main id="content" class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
<article class="post tag-Linux tag-S-Ftp tag-S-S-H tag- tag-">
<header class="post-header">
<h2 class="post-title"><a href="https://MichaelIT.github.io/2015/12/05/ssh-S-F-T-P.html">使用ssh建立文件服务器(SFTP)</a></h2>
</header>
<section class="post-excerpt">
<p>使用ssh建立文件服务器(SFTP) 案例 公司要求实现一个简单的HTML服务器给产品部门上传产品部门的相关说明(Axure导出的html) 现有环境 一台已经在跑其他的系统Ubuntu Server 14.04 LTS。 实现思路 利用已有的SSH,新增一个只能访问特定的目录的用户,用以发布Axure相关文件。 新增一个用户组sftp 把用户组sftp的用户路 <a class="read-more" href="https://MichaelIT.github.io/2015/12/05/ssh-S-F-T-P.html">»</a></p>
</section>
<footer class="post-meta">
on <a href="https://MichaelIT.github.io/tag/Linux">Linux</a>, <a href="https://MichaelIT.github.io/tag/S-Ftp"> SFtp</a>, <a href="https://MichaelIT.github.io/tag/S-S-H"> SSH</a>, <a href="https://MichaelIT.github.io/tag/">运维</a>, <a href="https://MichaelIT.github.io/tag/"></a>
<time class="post-date" datetime="2015-12-05">05 December 2015</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="https://MichaelIT.github.io/2015/12/05/My-title.html">My title</a></h2>
</header>
<section class="post-excerpt">
<p> <a class="read-more" href="https://MichaelIT.github.io/2015/12/05/My-title.html">»</a></p>
</section>
<footer class="post-meta">
<time class="post-date" datetime="2015-12-05">05 December 2015</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="https://MichaelIT.github.io">雪山飞狐</a> © 2016</section>
<section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//MichaelIT.github.io/themes/Casper/assets/js/jquery.fitvids.js?v=1.0.0"></script>
<script type="text/javascript" src="//MichaelIT.github.io/themes/Casper/assets/js/index.js?v=1.0.0"></script>
</body>
</html>