How to unset environment variables in Bash
use the keyword unset :), that’s it!
Edit your “/etc/X11/xorg.conf” file, add the “Modes” part under subsection “Display” where the first mode – which is 1024×768 in the example below – will be the default one:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Save the file, then restart your X server or restart your computer if you don’t know how to 🙂
Just don’t use a dynamic expanding harddisk and the problem is gone!!
This is needed in case you misconfigured your Database console, you should rebuild it by doing the following:
That’s it, should be fine now :), thanks to this great post
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.
Not able to install Guest Additions:
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*