-
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
Author Archives: simon
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 [...]
Posted in g33k, linux, privacy, security Leave a comment
Searching a file hierarchy for strings
A colleague asked today how to search a set of directories for files containing a particular string and this is what I came up with:
find . | xargs grep gnu
where gnu was my search term. The find command with the dot alias as input recursively descends the file hierarchy from the present working directory. The [...]
Posted in aide memoire, g33k, linux Leave a comment
Converting Adium Chatlogs to HTML
Weaning myself away from various applications on OS X I ran into a problem of getting my IM logs out of Adium and into something more useable. For some reason the Adium developers have been very resistant to the idea of making it easy to migrate away from Adium. There is no easy way to [...]
Posted in aide memoire, software Leave a comment
A Craftsman’s Tools…
So there has been talk of standardising the ways that materials are made available to students. Dundee University has a web based system called MyDundee that is supposed to be the standard virtual learning environment for the university. I haven’t gotten around to using this yet. I have logged in several times but I find [...]
Posted in dundee, education, opinion, personal Leave a comment
Non-Running CouchDB Testsuite