summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-08-16 14:40:47 -0400
committerbnewbold <bnewbold@robocracy.org>2012-08-16 14:40:47 -0400
commit12d3300eee92b06a6c4c83ddc21ded4c07fa85db (patch)
tree7a4f5250d3de577ed47b7ad5cefecb4b7428903a /software
parent2ce2d07a7e1d824fa7cdef397028fd348ad84661 (diff)
downloadknowledge-12d3300eee92b06a6c4c83ddc21ded4c07fa85db.tar.gz
knowledge-12d3300eee92b06a6c4c83ddc21ded4c07fa85db.zip
minor notes
Diffstat (limited to 'software')
-rw-r--r--software/debian.page2
-rw-r--r--software/golang.page1
-rw-r--r--software/misc.page7
3 files changed, 10 insertions, 0 deletions
diff --git a/software/debian.page b/software/debian.page
index ba49a33..8b32dfd 100644
--- a/software/debian.page
+++ b/software/debian.page
@@ -52,6 +52,8 @@ Some gotchas from installing debian a few times:
* To change time zone: ``sudo dpkg-reconfigure tzdata``
+ * Might want oss-comapt for, eg, baudline?
+
Debian Package Tools
------------------------------
``dkpg -S somefile`` shows what packages a given file were installed by. ``dpkg
diff --git a/software/golang.page b/software/golang.page
index 5104428..729b6e5 100644
--- a/software/golang.page
+++ b/software/golang.page
@@ -19,6 +19,7 @@ listed on the golang.org front page:
- [Network Programming with Go](http://jan.newmarch.name/go/) (unread)
- [http://go-lang.cat-v.org/]
+- [Dr Dobbs tutorial](http://www.drdobbs.com/open-source/go-tutorial-object-orientation-and-gos-s/240005402)
Other Resources
------------------
diff --git a/software/misc.page b/software/misc.page
index 7429061..9639437 100644
--- a/software/misc.page
+++ b/software/misc.page
@@ -177,3 +177,10 @@ Forms) plugin.
allows remote import of data via HTTP API call (cached) or file upload (eg,
XML, csv).
+"The djb Way"
+--------------
+[Dan Bernstein](http://cr.yp.to/djb.html) writes a lot of network daemons in a
+unique style. Eg, daemontools, ucspi-tcp, djbdns, qmail, and publicfile.
+
+- [The djb way](http://thedjbway.b0llix.net/readme.html)
+