Skip to content

Commit e27c7e3

Browse files
committed
unix: update index
1 parent 71b4647 commit e27c7e3

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

unix/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta charset="utf-8">
88
<meta name="generator" content="pandoc">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
10-
<meta name="dcterms.date" content="2016-04-08">
10+
<meta name="dcterms.date" content="2016-05-25">
1111
<title>Unix from User Space</title>
1212
<link rel="canonical" href="https://wiki.soimort.org/unix">
1313
<style type="text/css">code { white-space: pre; }</style>
@@ -30,12 +30,20 @@
3030
<main><article>
3131
<header>
3232
<h1 class="title">Unix from User Space</h1>
33-
<!-- h3 class="date">2016-04-08</h3 -->
33+
<!-- h3 class="date">2016-05-25</h3 -->
3434
</header>
3535
<div id="content">
36-
<p>Tips and tricks about Unix-like systems and tools that run on them, other than the OS kernel.</p>
36+
<p>Tips and tricks about Unix-like systems and tools that run on them.</p>
3737
<ul>
3838
<li><a href="gpg">GnuPG by Example</a></li>
39+
<li><a href="internet-privacy">Internet Privacy</a>
40+
<ul>
41+
<li>How to block Google Analytics everywhere</li>
42+
</ul></li>
43+
<li><a href="pdf">PDF Hacks</a>
44+
<ul>
45+
<li>How to edit a PDF document</li>
46+
</ul></li>
3947
</ul>
4048
</div>
4149
<footer>
@@ -73,7 +81,7 @@ <h1 class="title">Unix from User Space</h1>
7381
<i class="fa fa-anchor" aria-hidden="true"></i>
7482
<code>Permalink</code>
7583
</a> |
76-
Last updated: <span id="update-time">2016-04-08</span>
84+
Last updated: <span id="update-time">2016-05-25</span>
7785
</footer>
7886
</article></main>
7987
</body>

unix/src.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
% Unix from User Space
22
%
3-
% 2016-04-08
3+
% 2016-05-25
44

5-
Tips and tricks about Unix-like systems and tools that run on them, other than the OS kernel.
5+
Tips and tricks about Unix-like systems and tools that run on them.
66

77
* [GnuPG by Example](gpg)
8+
* [Internet Privacy](internet-privacy)
9+
* How to block Google Analytics everywhere
10+
* [PDF Hacks](pdf)
11+
* How to edit a PDF document

0 commit comments

Comments
 (0)