diff options
author | bnewbold <bryan@octopart.com> | 2012-01-13 08:48:02 -0500 |
---|---|---|
committer | bnewbold <bryan@octopart.com> | 2012-01-13 08:48:16 -0500 |
commit | 89c044668fd29b626a92a9e423ce5c868ed8d74b (patch) | |
tree | d76589f42fe414a8349c45ebd9705f6172b61e3e | |
parent | 59afb68757fd581893441f1b477019e278eadfe6 (diff) | |
download | knowledge-89c044668fd29b626a92a9e423ce5c868ed8d74b.tar.gz knowledge-89c044668fd29b626a92a9e423ce5c868ed8d74b.zip |
more books, films, nz details, debian tweaks
-rw-r--r-- | books/wanted-books.page | 8 | ||||
-rw-r--r-- | film/good-movies.page | 2 | ||||
-rw-r--r-- | nz.page | 1 | ||||
-rw-r--r-- | software/debian.page | 4 |
4 files changed, 14 insertions, 1 deletions
diff --git a/books/wanted-books.page b/books/wanted-books.page index 7a09dcd..485c7d4 100644 --- a/books/wanted-books.page +++ b/books/wanted-books.page @@ -53,9 +53,15 @@ Novels * **Return From the Stars** by Stanislaw Lem * **Mortal Engines** by Stanislaw Lem +Non-Fiction +----------- + * **Sex and Rockets: The Occult World of Jack Parsons** by J. Carter and R. Wilson (JPL founder) + * **The Guttenberg Galaxy** by M. McLuhan (media format leading to cognative structure) + Other ------- * **Pictures Showing What Happens on Each Page of Thomas Pynchon's Novel Gravity's Rainbow** by Zak Smith * **The Influence of Sea Power Upon History, 1660-1783** by A.T. Mahan * **Tempo** by Venkatesh Rao - + * **A Perfect Vacuum** by Stanislaw Lem (fictional book reviews) + * **Imaginary Magnitude** by Stanislaw Lem (fictional book introductions) diff --git a/film/good-movies.page b/film/good-movies.page index 2425273..0295f22 100644 --- a/film/good-movies.page +++ b/film/good-movies.page @@ -29,6 +29,8 @@ Also Really Good * Sleeper * American Beauty * Fog of War +* The Man Who Fell To Earth +* Children of Men Good and Interesting -------------------- @@ -31,3 +31,4 @@ Economy highest paid CEO in New Zealand this year." (2011; roughly $4.2m USD) http://www.stuff.co.nz/business/industries/5962549/Westpac-CEO-gets-5-4m-pay-packet + diff --git a/software/debian.page b/software/debian.page index 0bbb2ff..1e9026f 100644 --- a/software/debian.page +++ b/software/debian.page @@ -49,3 +49,7 @@ Some gotchas from installing debian a few times: * To install emacs without an X environment, use ``emacs23-nox`` (or a more recent version). + +find a package for a file: dpkg -S <file> + +find all files for a package: dpkg -L <package> |