VirtualTam's bookmarks

  1. 2016-02-15
  2. 2016-01-29
  3. 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

  4. 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

  5. Linux configuration checker for systems to be used for real-time audio

  6. Plenty of ideas to optimize / smooth your development flow in Tuxland ;-)

  7. Excellent overview of Docker components: images, repositories, index