From fcdde5d8298ff221da30764e62312ec5b74884e2 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 09 Nov 2011 03:48:09 -0500 Subject: Add an "About This Server" document. --- diff --git a/includes/footer.html b/includes/footer.html index 7ebf672..64d599b 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -18,10 +18,12 @@ Valid HTML5 - Valid CSS level 2.1

-

- This Web site is +

This Web site is managed with - Git. + Git.
+ About this server +

+

Last modified: EDT
Retrieved: EDT

diff --git a/main.css b/main.css index 72278c7..da13607 100644 --- a/main.css +++ b/main.css @@ -107,6 +107,11 @@ div.footer p.copyright { div.footer p.dates { margin-bottom: 0px; } +div.footer p.web-site { + float: right; + margin-top: 0px; + margin-bottom: 0px; +} div.footer p.license img { float: left; /*vertical-align: middle;*/ diff --git a/server.html b/server.html new file mode 100755 index 0000000..1de509f --- /dev/null +++ b/server.html @@ -0,0 +1,27 @@ + + +

About This Server

+

Hardware

+

+ This server is an AMD Athlon II X2 250 Regor dual-core 3.0-GHz CPU sitting + next to one 2-GiB DDR3 SDRAM module, all on an Asus Micro-ATX motherboard + and sitting inside a very old and bare Gateway chassis. Connected to the + board is a 500-GB 7200-RPM hard disk drive. Powering the whole machine is a + 400-W ATX power supply. One front-mounted 80-mm fan keeps the case and + components cool. +

+

Software

+

+ This server runs Debian GNU/Linux. There is no non-free software (not even + firmware) installed on this system. I even have plans to someday port + coreboot (freely-licensed and high-quality boot firmware) to my server's + motherboard (and I purchased a board for which a port should be easy). +

+

+ With the help of apticron, I keep the system up-to-date with proposed + updates and security fixes. These documents are served by the Apache Web + server with mod_include for SSI parsing. My mail server of choice is Exim 4, + however port 25 is currently firewalled. I manage virtual hosts in Apache + httpd and Exim using VHC. +

+ -- cgit v0.9.1