forked from miniBill/anapnean_tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (45 loc) · 1.65 KB
/
Copy pathindex.html
File metadata and controls
53 lines (45 loc) · 1.65 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Tutorials</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body id="contents">
<div id="title">Tutorials</div>
<div>
<ul>
<li><a href="putty_connecting/">Connecting with PuTTY (Windows)</a></li>
<li><a href="putty_tunneling/">Tunneling with PuTTY (Windows)</a></li>
<li><a href="unix_ssh/">Connecting and Tunneling on Linux or Mac</a></li>
<li><a href="tunneling_check.php">Tunnel tester</a></li>
</ul>
</div>
<div>
<div>Drafts/not yet completed articles</div>
<ul>
<li><a href="filezilla/">Using FileZilla</a></li>
<li><a href="www_hosting/">Using your Anapnean Webspace</a></li>
<li><a href="linux_openvpn/">Using the Anapnean VPN (Linux)</a></li>
<li><a href="ssh_keys/">Using SSH keys</a></li>
</ul>
</div>
<div>
<div>Proposed articles, TBA:</div>
<ul>
<li>Using SFTP and SCP on Linux or Mac</li>
<li>Using Anapnea's VPN (Windows, Mac)</li>
<li>And more? Feel free to fork the git repository and add a pull request for your changes or ask on IRC!</li>
</ul>
</div>
<div id="footer">
<div>
This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.
</div>
<div>
Source and git repository <a href="https://github.com/danielrichman/anapnean_tutorials">on github</a>.
</div>
</div>
</body>
</html>