-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.html
More file actions
130 lines (122 loc) · 6.69 KB
/
Copy pathservice.html
File metadata and controls
130 lines (122 loc) · 6.69 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
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>UTCS System Administration Team</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/docs.min.css" rel="stylesheet">
<link href="css/utcs.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body id="main">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<!--<span class="sr-only">Toggle navigation</span>-->
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="index.html">UTCS</a>-->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">帳號 Account</a></li>
<li><a href="server.html">伺服器資訊 Information</a></li>
<li><a href="rule.html">工作站使用規範 Rule</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">服務 Service</a>
<ul class="dropdown-menu">
<li><a href="service.html#homepage">個人網頁 Hompage</a></li>
<li><a href="service.html#ssh">SSH</a></li>
</ul>
</li>
<li><a href="faq.html">常見問題 FAQ</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="bs-callout bs-callout-info">
<h4 class="title" id="homepage">個人網頁 Homepage</h4>
<ul class="content">
<li class="list">以帳號為u10116035為例:(自行設定時請換成自己的帳號)
<ul class="content">
<li class="list">在個人目錄下進入 (或建立) <code>public_html</code> 目錄。
<div class="highlight" style="margin:2px;">
<pre><code class="language-html" data-lang="html"><span class="nt">mkdir ~/public_html
cd ~/public_html</span></code></pre>
</div>
</li>
<li class="list"><code>public_html</code> 目錄下的 <code>index.html</code>/<code>index.php</code> 為系統預設之讀取檔案。</li>
<li class="llst">網頁位址 URL:在本系首頁後接 ~USERNAME 即可。
<div class="highlight" style="margin:2px;">
<pre><code class="language-html" data-lang="html"><span class="nt">http://linux1.cs.utaipei.edu.tw/~u10116035/</span></code></pre>
</div>
</ul>
</li>
</ul>
</div>
<div class="bs-callout bs-callout-info">
<h4 class="title" id="ssh">遠端連線 SSH</h4>
<ul class="content">
<li class="list">Windows 使用教學
<ul class="content">
<li class="list">在 Windows 的 SSH client 可使用
<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>、<a href="http://ntu.csie.org/~piaip/pietty/">PieTTY</a> 等軟體,連線方式選擇 ssh
後輸入工作站的網域名稱(linux1.cs.utaipei.edu.tw),即可連線至工作站。</li>
</ul>
</li>
<li class="list">Mac OSX/Linux 使用教學
<ul class="content">
<li class="list"> Linux 與 Mac OSX 都有現成的 Terminal
軟體可以使用,所以只要打開Terminal 輸入:
<div class="highlight" style="margin:2px;">
<pre><code class="language-html" data-lang="html"><span class="nt">ssh USERNAME@linux1.cs.utaipei.edu.tw</span></code></pre>
</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<span class="content">系統管理員:</span>
<ul class="content">
<li class="list">陳熏妤(系友)
<a href="mailto:U10416013@go.utaipei.edu.tw">U10416013@go.utaipei.edu.tw</a>
</li>
<li class="list"><a href="http://www.hcy.idv.tw/intro" target="_blank">黃志揚</a>(系友)
<a href="mailto:U10416001@go.utaipei.edu.tw">U10416001@go.utaipei.edu.tw</a>
</li>
</ul>
<span class="content">參與教授:</span>
<ul class="content">
<li class="list"><a href="http://dhluserver.utaipei.edu.tw" target="_blank">盧東華</a>(資訊科學系助理教授)
<a href="mailto:dhlu@utaipei.edu.tw">dhlu@utaipei.edu.tw</a>
</li>
</ul>
</div>
</div>
</div> <!-- /container -->
<div id="footer">
<p class="center">© Copyright 2018 UTCS System Administration Team, Department of Computer Science, University of Taipei.</p>
<!--<p class="pull-right smoothScroll"><a href="#top" class="smoothScroll"><i class="fa fa-angle-double-up fa-2x"></i></a></p>-->
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--<script src="js/docs.min.js"></script>-->
<script src="js/smoothscroll.min.js"></script>
</body></html>