From 12d3300eee92b06a6c4c83ddc21ded4c07fa85db Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 16 Aug 2012 14:40:47 -0400 Subject: minor notes --- software/debian.page | 2 ++ software/golang.page | 1 + software/misc.page | 7 +++++++ 3 files changed, 10 insertions(+) (limited to 'software') 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) + -- cgit v1.2.3