about summary refs log tree commit diff stats
path: root/links.html
blob: cb4ed5cc2c7fa9e61d752c0a2b46d8e2c50c02eb (plain) (blame)
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
<!DOCTYPE html>
<html dir="ltr" lang="en">
    <head>
        <meta charset='utf-8'>
        <title>c9 Links</title>
    </head>
    <body>

        <a href="index.html">Documentation Index</a>

        <h1>Links</h1>

        <p>Collection of interesting pages on the Internet.</p>

        <h2>Personal Blogs</h2>

        <ul>
            <li><a href="http://www.bell-labs.com/usr/dmr/www/">Dennis M. Ritchie</a></li>
            <li><a href="https://stallman.org/">Richard Stallman</a></li>
            <li><a href="http://www.cs.vu.nl/~ast/">Andrew S. Tanenbaum</a></li>
            <li><a href="http://www.catb.org/esr/">Eric S. Raymond's</a></li>
            <li><a href="https://www.cs.helsinki.fi/u/torvalds/">Linus Torvalds</a></li>
            <li><a href="https://www.schneier.com/">Bruce Schneier</a></li>
        </ul>

        <h2>Security & Privacy</h2>

        <ul>
            <li><a href="https://riseup.net">Rise Up</a></li>
            <li><a href="https://ssd.eff.org/en">Surveillance Self-Defense</a></li>
            <li><a href="http://pastehtml.com/view/1dzvxhl.html">Security Handbook</a></li>
            <li><a href="http://www.phrack.org">Phrack</a></li>
        </ul>

        <h2>Libraries</h2>

        <ul>
            <li><a href="https://web.archive.org/web/20150516162427/http://zinelibrary.info/language/english">Zine Library</a></li>
            <li><a href="http://theanarchistlibrary.org/special/index">The Anarchist Library</a></li>
            <li><a href="http://www.freebookspot.es/Default.aspx">Free Book Spot</a></li>
        </ul>

        <a href="index.html">Documentation Index</a>
        <p>This is part of the c9 Manual.
        Copyright (C) 2016
        c9 team.
        See the file <a href="fdl-1.3-standalone.html">Gnu Free Documentation License</a>
        for copying conditions.</p>

    </body>
</html>