Skip to content

Commit 165de36

Browse files
committed
unix: update index
1 parent 8c19c94 commit 165de36

File tree

2 files changed

+44
-16
lines changed

2 files changed

+44
-16
lines changed

unix/index.html

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="generator" content="pandoc">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
1010
<meta name="author" content="">
11-
<meta name="dcterms.date" content="2016-05-25">
11+
<meta name="dcterms.date" content="2016-07-22">
1212
<title>Unix from User Space</title>
1313
<link rel="canonical" href="https://wiki.soimort.org/unix">
1414
<style type="text/css">code { white-space: pre; }</style>
@@ -32,20 +32,37 @@
3232
<header>
3333
<h1 class="title">Unix from User Space</h1>
3434
<address class="author"></address>
35-
<!-- h3 class="date">2016-05-25</h3 -->
35+
<!-- h3 class="date">2016-07-22</h3 -->
3636
</header>
3737
<div id="content">
3838
<p>Tips and tricks about Unix-like systems and tools that run on them.</p>
3939
<ul>
40-
<li><a href="git">Git Tricks</a></li>
41-
<li><a href="gpg">GnuPG by Example</a></li>
42-
<li><a href="internet-privacy">Internet Privacy</a>
40+
<li><a href="cli">Command-line</a></li>
41+
<li>OS-specific
4342
<ul>
44-
<li>How to block Google Analytics everywhere</li>
43+
<li><a href="linux">Linux</a></li>
4544
</ul></li>
46-
<li><a href="pdf">PDF Hacks</a>
45+
<li>Shell <code>[TBD]</code></li>
46+
<li>Text Processing <code>[TBD]</code></li>
47+
<li>Text Editors
4748
<ul>
48-
<li>How to edit a PDF document</li>
49+
<li>GNU Emacs <code>[TBD]</code></li>
50+
<li><a href="vim">Vim</a></li>
51+
</ul></li>
52+
<li>Version Control
53+
<ul>
54+
<li><a href="git">Git</a></li>
55+
</ul></li>
56+
<li>Documenting
57+
<ul>
58+
<li><a href="pdf">PDF (How to edit a PDF document)</a></li>
59+
<li>LaTeX <code>[TBD]</code></li>
60+
</ul></li>
61+
<li>Encryption &amp; Privacy
62+
<ul>
63+
<li><a href="gpg">GnuPG</a></li>
64+
<li><a href="internet-privacy">Internet Privacy (How to block Google Analytics)</a></li>
65+
<li>Anonymity <code>[TBD]</code></li>
4966
</ul></li>
5067
</ul>
5168
</div>
@@ -84,7 +101,7 @@ <h1 class="title">Unix from User Space</h1>
84101
<i class="fa fa-anchor" aria-hidden="true"></i>
85102
<code>Permalink</code>
86103
</a> |
87-
Last updated: <span id="update-time">2016-05-25</span>
104+
Last updated: <span id="update-time">2016-07-22</span>
88105
</footer>
89106
</article></main>
90107
</body>

unix/src.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
% Unix from User Space
22
%
3-
% 2016-05-25
3+
% 2016-07-22
44

55
Tips and tricks about Unix-like systems and tools that run on them.
66

7-
* [Git Tricks](git)
8-
* [GnuPG by Example](gpg)
9-
* [Internet Privacy](internet-privacy)
10-
* How to block Google Analytics everywhere
11-
* [PDF Hacks](pdf)
12-
* How to edit a PDF document
7+
* [Command-line](cli)
8+
* OS-specific
9+
* [Linux](linux)
10+
* Shell `[TBD]`
11+
* Text Processing `[TBD]`
12+
* Text Editors
13+
* GNU Emacs `[TBD]`
14+
* [Vim](vim)
15+
* Version Control
16+
* [Git](git)
17+
* Documenting
18+
* [PDF (How to edit a PDF document)](pdf)
19+
* LaTeX `[TBD]`
20+
* Encryption & Privacy
21+
* [GnuPG](gpg)
22+
* [Internet Privacy (How to block Google Analytics)](internet-privacy)
23+
* Anonymity `[TBD]`

0 commit comments

Comments
 (0)