blob: 3012a69ef8bd7ac2f3a2b5783880dff34ae58660 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
include('../includes/head.php');
?>
<h1>Egress Links</h1>
<p>
If you're going to leave my site to go somewhere else on the web, I recommend linking out via one of these. This is my curated collection of awesome sites, resources, and online assets.
</p>
<h2>Automotive</h2>
<h2>*nix</h2>
<ul>
<li><a href="https://docs.freebsd.org/en/books/handbook/">FreeBSD Handbook</a></li>
</ul>
<?php
include('../includes/foot.php');
?>
|