-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
114 lines (114 loc) · 4.07 KB
/
index.html
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
<!DOCTYPE html>
<!-- Academia (pandoc HTML5 template)
designer: soimort
last updated: 2016-05-07 -->
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="author" content="">
<meta name="dcterms.date" content="2016-12-13">
<title>Unix from User Space</title>
<link rel="canonical" href="https://wiki.soimort.org/unix">
<style type="text/css">code { white-space: pre; }</style>
<link rel="stylesheet" href="//cdn.soimort.org/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="//cdn.soimort.org/mathsvg/latest/mathsvg.min.css">
<link rel="stylesheet" href="//cdn.soimort.org/fonts/latest/Latin-Modern-Roman.css">
<link rel="stylesheet" href="//cdn.soimort.org/fonts/latest/Latin-Modern-Mono.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/__/css/style.css">
<link rel="stylesheet" href="/__/css/pygments.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<script src="//cdn.soimort.org/jk/20160504/jk.min.js"></script>
<script src="//cdn.soimort.org/mathsvg/latest/mathsvg.min.js"></script>
<script src="/__/js/jk-minibar.js"></script>
<link rel="icon" href="/favicon.png">
<link rel="apple-touch-icon" href="/favicon.png">
</head>
<body>
<main><article>
<header>
<h1 class="title">Unix from User Space</h1>
<address class="author"></address>
<!-- h3 class="date">2016-12-13</h3 -->
</header>
<div id="content">
<p>Tips and tricks about Unix-like systems and tools that run on them.</p>
<ul>
<li><a href="cli">Command-line</a></li>
<li>OS-specific
<ul>
<li><a href="linux">Linux</a></li>
</ul></li>
<li>Shell
<ul>
<li><a href="bash">Bash</a></li>
</ul></li>
<li><a href="text-processing">Text Processing</a></li>
<li>Text Editors
<ul>
<li>GNU Emacs <code>[TBD]</code></li>
<li><a href="vim">Vim</a></li>
</ul></li>
<li>Version Control
<ul>
<li><a href="git">Git</a></li>
</ul></li>
<li>Documenting
<ul>
<li><a href="pdf">PDF (How to edit a PDF document)</a></li>
<li><a href="latex">LaTeX</a></li>
</ul></li>
<li>Security & Privacy
<ul>
<li><a href="gpg">GnuPG</a></li>
<li><a href="ssh">SSH</a></li>
<li><a href="internet-privacy">Internet Privacy (How to block Google Analytics)</a></li>
<li>Anonymity <code>[TBD]</code></li>
</ul></li>
<li><a href="desktop">Desktop</a></li>
</ul>
</div>
<footer>
<!-- TO BE MODIFIED BY NEED -->
<a title="Keyboard shortcut: q"
href="..">
<i class="fa fa-angle-double-left" aria-hidden="true"></i>
<code>Parent</code>
</a> |
<a class="raw" accesskey="r"
title="Keyboard shortcut: R"
href="https://wiki.soimort.org/unix/src.md">
<i class="fa fa-code" aria-hidden="true"></i>
<code>Raw</code>
</a> |
<a class="history" accesskey="h"
title="Keyboard shortcut: H"
href="https://github.com/soimort/wiki/commits/gh-pages/unix/src.md">
<i class="fa fa-history" aria-hidden="true"></i>
<code>History</code>
</a> |
<a class="edit" accesskey="e"
title="Keyboard shortcut: E"
href="https://github.com/soimort/wiki/edit/gh-pages/unix/src.md">
<i class="fa fa-code-fork" aria-hidden="true"></i>
<code>Edit</code>
</a> |
<a title="Keyboard shortcut: p"
href="javascript:window.print();">
<i class="fa fa-print" aria-hidden="true"></i>
<code>Print</code>
</a> |
<a title="Keyboard shortcut: ."
href="https://wiki.soimort.org/unix">
<i class="fa fa-anchor" aria-hidden="true"></i>
<code>Permalink</code>
</a> |
Last updated: <span id="update-time">2016-12-13</span>
</footer>
</article></main>
</body>
</html>