diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2008-11-04 00:17:18 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2008-11-04 00:17:18 -0500 |
commit | b0fbd1aada6337165a17bef3a166b7c984117189 (patch) | |
tree | f13c5486fbd7730c7c80f7185910dc616e373c97 | |
parent | 90799a6088838041eb5e4f7fc5453f2bab4c249c (diff) | |
download | knowledge-b0fbd1aada6337165a17bef3a166b7c984117189.tar.gz knowledge-b0fbd1aada6337165a17bef3a166b7c984117189.zip |
minor tweaks
-rw-r--r-- | math/tensors | 3 | ||||
-rw-r--r-- | software/debian | 6 | ||||
-rw-r--r-- | software/freebsd-packages | 1 |
3 files changed, 7 insertions, 3 deletions
diff --git a/math/tensors b/math/tensors index e95a96a..42fa841 100644 --- a/math/tensors +++ b/math/tensors @@ -64,6 +64,3 @@ Spacelike: \vector{\Delta Q} Because product of "up" and "down" basis vectors must be a positive Kronecker delta, and timelikes squared come out negative, the time "up" basis must be negative of the time "down" basis vector. - -lides.pdf -bnewbold@snark$ xzg diff --git a/software/debian b/software/debian index ddf5d14..e6b8e49 100644 --- a/software/debian +++ b/software/debian @@ -25,3 +25,9 @@ Some gotchas from installing debian a few times: Then sudo pycentral updatedefault python2.4 python2.5 And change the symlink /usr/bin/python to point to python2.5 + + * Make sure to install things like bzip2, unzip, etc + + * ``bash`` by default takes a very long time to initialize because the + auto-completion scripts are loaded multiple times; disable this in + ``~/.bashrc``? diff --git a/software/freebsd-packages b/software/freebsd-packages index 89dca9a..fcf4ed3 100644 --- a/software/freebsd-packages +++ b/software/freebsd-packages @@ -9,6 +9,7 @@ These are the packages I typically install for a workstation; this is after sele xmms-faad2 xmms unzip + bzip2 vim emacs mplayer |