Thursday, June 22, 2006

Pattern.txt from vim.

I need to remember to read this stuff:

Vim pattern searching:
http://www.vim.org/htmldoc/pattern.html

The main vim help file:
http://www.vim.org/htmldoc/help.html

Thursday, June 08, 2006

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 found
sudo apt-cache search libstdc++
You'll see a package libstdc++{version number here}-glibc2.2
sudo 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