Category: Uncategorized

  • Vim references

    http://vim.sourceforge.net/htmldoc/quickref.html http://www.vim.org/tips/tip.php?tip_id=422

  • Word speed keys.

    Alt inr – Insert -> Reference -> Cross-referenceAlt inc – Insert -> Reference -> Caption

  • Running netscape 4.8 on Kubuntu Linux.

    Install netscape (download link here)The error message that you will get: libstdc++-libc.1-1.so.2 is not foundsudo apt-cache search libstdc++You’ll see a package libstdc++{version number here}-glibc2.2sudo apt-get install libstdc++{version number here}-glibc2.2 Create a symlink to the so netscape is looking for:sudo ln -s libstdc++-lib6.2-2.so.3 libstdc++-lib6.1-1.so.2