Temporary workaround for virtualbox not able to unmount CD/DVD drive or ISO image

Just don’t use  a dynamic expanding harddisk and the problem is gone!!

Tagged , , , , | Leave a comment

Regenerate Database Console Repository

This is needed in case you misconfigured your Database console, you should rebuild it by doing the following:

  1. Drop it:emca -deconfig dbcontrol db -repos drop
  2. Recreate it:emca -config dbcontrol db -repos create

That’s it, should be fine now :), thanks to this great post

Tagged , , | Leave a comment

How to solve the problems of "Oracle Enterprise Linux" in virtualbox

Not able to boot:
Just press escape during the grub loading process and choose the second kernel :), that’s it! If you want it to be persistent to avoid doing that at every startup, just go edit the “/boot/grub/grub.conf” and change “default=0” to “default=1” to point to the second kernel automatically.

Source

Not able to install Guest Additions:

  1. mount the installation DVD, navigate to the folder “Server” and issue the command “rpm -ivh kernel-devel-2.6.18-164.el5.i686.rpm”
  2. unmount the DVD (if you’re not able to unmount due to a bug in virtualbox that prevents unmounting, just shutdown the guest OS and then remove it from the storage section)
  3. In the guest OS, click “Devices”->”Install Guest Additions”
  4. The CD will be mounted, navigate to its folder (in /media/VBox***) and run “sh VBoxLinux***x86.sh” (x86 here if you’re using 32-bit edition)
  5. Reboot and enjoy 🙂

Some other issues I encountered while installing guest additions for Oracle Enterprise Linux 5.6 32-bit, you have to install gcc also, and in order to do so, you have to install the following packages from the DVD:  glibc-devel*, glibc-headers*

Posted in Uncategorized | Tagged , , | Leave a comment

The anonymity script in action :)

The trick worked on my wireless router at home :), check the screenshots below:

Tagged , | Leave a comment

How to draw a circle – or any other shape using selection tools – with Gimp

I know it sounds a bit stupid, and it really is, but the following shows you how to draw that stupid thing:

  1. Use any selection tool (Rectangle Select Tool, Ellipse Select Tool, Free Select Tool …etc) and select the part you want to be surrounded by a circle for example
  2. Click Edit->Stroke Selection

That’s it! simple, isn’t it?

Source

Tagged , | Leave a comment