From 838385182d5627ae19493db92a634860acfee6d1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 26 Jan 2009 06:58:56 -0500 Subject: tricks, typo --- software/scheme | 2 +- tmp/server setup | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 tmp/server setup diff --git a/software/scheme b/software/scheme index 258343b..ef0ceb4 100644 --- a/software/scheme +++ b/software/scheme @@ -32,7 +32,7 @@ Coding in ``edwin`` ..note: this section should be spun off as emacs. edwin is essentially a scheme version of emacs. See this - `http://static.bryannewbold.com/mirror/sheets/emacs.pdf`:emacs cheatsheet: + `emacs cheatsheet `__ Common keyboard commands (usually 'M' is alt button, 'C' is ctrl, and 'S' is meta/super/"windows"): diff --git a/tmp/server setup b/tmp/server setup new file mode 100644 index 0000000..472e3a9 --- /dev/null +++ b/tmp/server setup @@ -0,0 +1,19 @@ +========================================= +Generic Server Setup Tricks +========================================= + +See also `debian `__. + +bind +------------- +You probably want to hide your bind verison name to prevent scanning and +attacks. Edit ``/etc/bind/named.conf`` or ``/etc/bind/named.conf.options`` +and add this line to the options block:: + + version "Withheld"; + +ntp +------------ +ntp servers listen on port 37. + + -- cgit v1.2.3