diff options
author | 53hornet <atc@53hor.net> | 2021-12-14 15:27:05 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-14 15:27:05 -0500 |
commit | f954585ea098ee5d6619c62a8fa48a904474ab3f (patch) | |
tree | 2d59dfcd46585cb4d4f83d8f980d23e639831f7d /pages/links.php | |
parent | 9f7c80247c8fe82acaff34bb88ecb0bfa5afe5b8 (diff) | |
download | 53hor-f954585ea098ee5d6619c62a8fa48a904474ab3f.tar.xz 53hor-f954585ea098ee5d6619c62a8fa48a904474ab3f.zip |
refactor: move css to its own file
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> |