Posts Tagged Ubuntu
Grub2: fix dual boot issue
Trying boot from livecd to fix the dual boot issue.
ubuntu@ubuntu:~$ sudo grub-install /dev/sda
/usr/sbin/grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?).
Solution:
set the /boot/grub path
root@ubuntu:~# mkdir /a; mount /dev/sda1 /a # sda1 is the root you installed linux
root@ubuntu:~# grub-install /dev/sda –boot-directory=/a/boot/grub
Installation finished. No error reported.
How to enable apache modules in Debian/Ubuntu-likes
Simple:
sudo a2enmode rewrite
Install Skype on Ubuntu 9.10
$wget http://download.skype.com/linux/skype-ubuntu-intrepid_2.1.0.47-1_i386.deb
$sudo dpkg -i skype-ubuntu-intrepid_2.1.0.47-1_i386.deb
Now you get the Skype in your Internet Apps
http://www.medibuntu.org/ is an good place for media players…