summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MIT Courses19
-rw-r--r--software/pynsfs2
-rw-r--r--software/scheme2
-rw-r--r--tmp/server setup19
4 files changed, 31 insertions, 11 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)
+
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 258343b..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
- `http://static.bryannewbold.com/mirror/sheets/emacs.pdf`:emacs cheatsheet:
+ `emacs cheatsheet <http://static.bnewbold.net/mirror/sheets/emacs.pdf>`__
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 </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.
+
+