Changes between Version 7 and Version 8 of jazz/08-11-11


Ignore:
Timestamp:
Nov 11, 2008, 11:39:59 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-11-11

    v7 v8  
    1919
    2020 * [http://sandbox.movial.com/wiki/index.php/Browser_DBus_Bridge Browser D-Bus Bridge] - a !JavaScript D-Bus bindings implementation for web browsers. The target audience for the Bridge is browser extension and UI developers, not web developers.
     21
     22== Encryption Filesystem ==
     23
     24 * [http://www.linux-mag.com/id/7177 On-the-fly Encryption with TrueCrypt]
     25 *
     26
     27== debtree ==
     28
     29{{{
     30~$ sudo dpkg --get-selections > etch.pkg.lst
     31~$ for i in `cat etch.pkg.lst `; do debtree --no-recommends --no-alternatives --no-provides --no-versions --no-conflicts $i; done > etch.pkg.debtree
     32~$ cat etch.pkg.debtree | grep -v graph | sort | uniq > etch.pkg.debtree.dot
     33}}}
     34{{{
     35#!graphviz
     36digraph "etch" {
     37        rankdir=LR;
     38        node [shape=box];
     39}
     40}}}