summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-01-26 06:58:56 -0500
committerbnewbold <bnewbold@eta.mit.edu>2009-01-26 06:58:56 -0500
commit838385182d5627ae19493db92a634860acfee6d1 (patch)
tree7b80d0e04df00de0d30fb88375b544bbf950d86b /tmp
parentf18ba63a8b3d39bc9f2ca8dbe6d766d0dd5f77ec (diff)
downloadknowledge-838385182d5627ae19493db92a634860acfee6d1.tar.gz
knowledge-838385182d5627ae19493db92a634860acfee6d1.zip
tricks, typo
Diffstat (limited to 'tmp')
-rw-r--r--tmp/server setup19
1 files changed, 19 insertions, 0 deletions
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 </k/software/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.
+
+