Archive for May, 2008

[Gentoo linux] Firefox use adobe flash 9

chenpc May 29th, 2008

emerge -av net-www/netscape-flash
emerge -av nspluginwrapper
nspluginwrapper --install /usr/lib32/nsbrowser/plugins/libflashplayer.so

nspluginwrapper will wrapper libflashplayer.so to lib64

“patch” a file use “diff”

chenpc May 2nd, 2008

diff -uN Makefile Makefile.new > patch.Makefile
then
patch -p1 < patch.Makefile