• missing xbfish.com image

Tag Archives: Ubuntu

Reinstalling GRUB in Ubuntu

Problem: Install ubuntu first then install Window XP. As a result, the GRUB is overwrite by Window Bootloader.

Solution: Reinstall GRUB.

Boot into ubuntu using the ubuntu disk.

After that, open the teminal.

Type the following commands.
sudo grub
find /boot/grub/stage1
root (hdX,X) – replace X with the value that the find command return. Example (hd0,0)
setup (hd0)
exit

Wine on Ubuntu

Windows is so lag, expensive and is a big trap! Always full of shit!

Now, Wine allows the use of Windows programs like Adobe Dreamweaver and etc to be installed and execute on Ubuntu. So good!

Installing and configuring Wine in Ubuntu:
http://www.blog.highub.com/linux/install-and-configure-wine-on-ubuntu/

Installing and playing World of Warcraft on Ubuntu:
http://www.blog.highub.com/linux/install-and-play-world-of-warcraft-on-ubuntu/