-
StrangeAeons is the blog of Simon Wells, an academic researching Argumentation Theory, Automated Reasoning, Intelligent Agents (IA), and MultiAgent Systems (MAS).
Categories
September 2010 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Archives
Category Archives: linux
Beginning CouchDB Errata
Whilst I am on the subject of CouchApps, there is a typo in code listing 10-4 on page 171 of Beginning CouchDB which causes the javascript to not work. Specifically, if you get a message along the following lines in your browser’s error console:
$.CouchApp is not a function
You can fix this by making an edit [...]
CouchDB from Src How-To
Well this was more effort than it should have been. I have been dabbling with Erlang for a while, and after struggling with MySQL, Tomcat and JDBC I was looking for an alternative web-app stack. CouchDB looks to be perfect, although sufficiently new that there is not a lot of documentation, both of the books [...]
First Steps With Tor
I finally got around to getting Tor working on one of my workstations. The process is quite simple to set up to enable anonymous browsing.
My workstation is running Ubuntu so I firstly had to install the Debian/Ubuntu APT repository (NB. More detailed instructions for steps 1-3 are available from the Tor Project Debian/Ubuntu Installation Instructions [...]
Also posted in g33k, privacy, security Leave a comment
Synchronising the Clocks on Linux Boxen
The rsync program relies upon accurate clocks on the various machines that it is synchronising between because it uses the modification timestamps to determine which is newer and therefore which was more recently altered. So as the first stage in getting a distributed and bi-directional rsync system up and running so as to synchronise my [...]
Also posted in g33k Leave a comment
Non-Running CouchDB Testsuite