diff options
Diffstat (limited to 'software')
-rw-r--r-- | software/debian.page | 2 | ||||
-rw-r--r-- | software/golang.page | 1 | ||||
-rw-r--r-- | software/misc.page | 7 |
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) + |