Entries Tagged 'Curhat' ↓

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

Fixing Boot Failure in OpenSuse 11.0

OpenSuse 11.0 has a great feature of recovery. I love it.

Last night, due the power failure, my OpenSuse is unable to boot.

All I need is :

  1. inserting Bootable DVD Media OpenSuse 11.0
  2. boot my machine
  3. choose recovery method
  4. custome recovery, i only need fixing boot, fsck, and a lil bit maintenance.
  5. ten minutes after that, my OpenSuse is ready to rock again.

Yeah !!!