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 From 649fb29ecc57be53b2b1d50156876c22bea1f848 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 26 Jan 2009 07:07:40 -0500 Subject: bryannewbold.com to bnewbold.net --- software/pynsfs | 2 +- software/scheme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/software/pynsfs b/software/pynsfs index 9e37d08..08b726d 100644 --- a/software/pynsfs +++ b/software/pynsfs @@ -4,7 +4,7 @@ Python Namespace File System :Author: Bryan Newbold :Date: July 2008 -:URL: http://git.bryannewbold.com?p=pynsfs.git;a=summary +:URL: http://git.bnewbold.net?p=pynsfs.git;a=summary .. contents:: diff --git a/software/scheme b/software/scheme index ef0ceb4..7b7041b 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 - `emacs cheatsheet `__ + `emacs cheatsheet `__ Common keyboard commands (usually 'M' is alt button, 'C' is ctrl, and 'S' is meta/super/"windows"): -- cgit v1.2.3 From 70fe68492bfdcb09b007195e44c5da55668bcae6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 31 Jan 2009 21:44:47 -0800 Subject: updated courses with spring selections --- MIT Courses | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/MIT Courses b/MIT Courses index 33dfcbe..31ebaf1 100644 --- a/MIT Courses +++ b/MIT Courses @@ -48,19 +48,18 @@ humanities concentration in philosophy. + **21F.052** - French Film Classics (spring, in english) + **18.100b** - Analysis -* Fall 2008 (planned) - + 8.05 - Quantum Mechanics II - + 18.901 - Topology - + 24.118 - Paradox and Infinity - + 24.209 - Philosophy in Film - + 6.111 - Digital Systems Lab (FPGA Design) +* Fall 2008 + + **8.05** - Quantum Mechanics II + + **24.118** - Paradox and Infinity + + **24.209** - Philosophy in Film + + **6.111** - Digital Systems Lab (FPGA Design) * Spring 2009 (planned) + 8.06 - Quantum Mechanics III - + 8.08 - Statistical Physics II - + 8.962 (cosmo) or 8.942 (GR) + + 8.962 - General Relativity + + 6.945 - Adventures in Symbolic Programming + + 4.602 - Modern Art and Mass Culture + 8.ThU - Thesis - + Pop Culture HASSD Other interesting courses: + 24.215 - Topics in the Philosophy of Science (fall) @@ -75,6 +74,7 @@ Other interesting courses: + 18.565 - Recursion Theory + 18.703 - Modern Algebra (spring) + 18.701/702 - Algebra I/II (fall/spring) + + 18.901 - Topology + 18.950 - Differential Geometry + 8.261J - Introduction to Computational Neuroscience (fall) + 8.292J - Fluid Physics (spring) @@ -82,3 +82,4 @@ Other interesting courses: + 8.594J - Introduction to Neural Networks (grad, fall) + 8.284 - Modern Astrophysics (spring) + 8.942 - Cosmology (grad, spring) + -- cgit v1.2.3