diff options
Diffstat (limited to 'pages/links.php')
-rw-r--r-- | pages/links.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/links.php b/pages/links.php index eb51de8..546b90b 100644 --- a/pages/links.php +++ b/pages/links.php @@ -14,12 +14,14 @@ <li><a href="https://www.wrphet.com">Doug Wildrick's Rubber Parts for HET</a></li> </ul> -<h2>*nix</h2> +<h2>*nix, *BSD</h2> <ul> <li><a href="https://docs.freebsd.org/en/books/handbook">FreeBSD Handbook</a></li> <li><a href="forums.freebsd.org">FreeBSD Forum</a></li> + <li><a title="A given for anyone installing or using the FreeBSD ports tree." href="https://www.freshports.org/search.php">FreshPorts</a></li> <li><a title="Vermaden's blog is full of great random knowledge on FreeBSD, the other BSDs, and all things *nix. Especially good is his Valuable News compilation every week." href="https://vermaden.wordpress.com/posts">Vermaden's Sysadmin Blog</a></li> + <li><a title="How to do typical CLI stuff with shell (sh) builtins." href="https://github.com/dylanaraps/pure-sh-bible/blob/master/README.md">Pure <code>sh</code> Bible</a></li> </ul> <h2>Software Engineering & Development</h2> |