VirtualTam's bookmarks

  1. Git repository browser providing several colourful views:

    • file tree w/ revisions
    • different kinds of log
    • blame - when highlighting a line, displays the corresponding diff in a side pane

    see http://jonas.nitro.dk/tig/manual.html

  2. TL;DR - Right Click on window title bar > More Actions > Special Applications Settings > Size and Position > Obey geometry restrictions > Choose Force and leave check mark to No.

    http://www.emacswiki.org/emacs/KdeMaximized https://bbs.archlinux.org/viewtopic.php?id=92115

  3. 1for i in $(find /usr/lib -type f -name '*.so.*'); do
    2      nm -D $i | grep MY_SYMBOL;
    3      [[ $? -eq 0 ]] && echo $i;
    4done
    

    adapted from http://narkive.com/a1rT9Efg.8