summaryrefslogtreecommitdiffstats
path: root/software/debian
diff options
context:
space:
mode:
authorUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
committerUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
commitf61026119df4700f69eb73e95620bc5928ca0fcb (patch)
treef17127cff9fec40f4207d9fa449b9692644ce6db /software/debian
parent9d431740a3e6a7caa09a57504856b5d1a4710a14 (diff)
downloadknowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.tar.gz
knowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.zip
Grand rename for gitit transfer
Diffstat (limited to 'software/debian')
-rw-r--r--software/debian40
1 files changed, 0 insertions, 40 deletions
diff --git a/software/debian b/software/debian
deleted file mode 100644
index d7a047b..0000000
--- a/software/debian
+++ /dev/null
@@ -1,40 +0,0 @@
-===========================
-Debian Linux
-===========================
-
-See also `freebsd </k/software/freebsd-tricks>`_ and
-`unix </k/software/unix-tricks>`_ tricks.
-
-Some gotchas from installing debian a few times:
-
- * To enable sshd in ubuntu install ``openssh-server``
-
- * Massive ``ssh`` headache issues from around 2007-2008; make sure to check on
- these.
-
- * ``git`` is not what you want; you want ``git-core``
-
- * Python transition should be better, but I couldn't find a way.
- To get to python 2.5 on etch, do something like::
-
- Edit /usr/share/python/debian_defaults to this Code:
-
- # the default python version
- default-version = python2.5
- # all supported python versions
- supported-versions = python2.4, python2.5
- # formerly supported python versions
- old-versions = python2.3
- # unsupported versions, including older versions
- unsupported-versions = python2.3
-
- 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, less, etc
-
- * ``bash`` by default takes a very long time to initialize because the
- auto-completion scripts are loaded multiple times; disable this in
- ``~/.bashrc``?
-
- * For building stuff you want build-essential