Backup files into ISO using genisoimage

I often need to do this : backing up huge amount of file in single directories into iso images, so my companion would be able to read in their windows machine. Here is the commands :

genisoimage -o office.iso -iso-level 4 -joliet-long -max-iso9660-filenames -d (dir you want to backup into iso image)

I often forget this series of options. So I blog this :P

Install Flashplayer on FLock over OpenSuse 11.x

flock Flock is my favourit browsers. Unfortunately, currently, i still have to install it manually on my OpenSuse. Well the problem occur when i’m trying to install flash plugin unto my opensuse’s flock.

Googling around in about that topik, i’ve some hints. Here :

note : i put my flock binary files in /usr/lib/flock andĀ  i have installed flash player on firefox

cd /usr/lib/flock

cp /usr/lib/flash-plugin/libflashplayer.so ./

then I restart my flock.

And .. voila.. I’ve got my flock working with flash player

Reference :

Where is version.h ?

I want to install vmware on my openSuse. Unfortunatelly, the installer package need to be recompiled again. And it takes such thing like this : /usr/src/linux/include/linux/version.h

Hey, I know, it is provided in “linux-kernel-header”packageĀ  bla.bla.bla ..

Lucky, vavai has wrote this . So I execute this command :

sudo zypper in make binutils kernel-source gcc gcc-c++

then version.h can be created using this command :

cd /usr/src/linux
make menuconfig
make bzImage