Bootable USB using Startup Disk Creator
Window 8.1 & Ubuntu 12.04 Dual Booting by using Boot-Repair
$ sudo add-apt-repository ppa:yannubuntu/boot-repair
$ sudo apt-get update
$ sudo apt-get install boot-repair
!!! Read the guide carefully
Recover Grub using grub rescue
grub rescue > ls
(hd0) (hd0,msdos5) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos1)
grub rescue > ls (hd0,msdos1) # try to recognize which partition is this
grub rescue > ls (hd0,msdos2) # let's assume this is the linux partition
grub rescue > set root=(hd0,msdos2)
grub rescue > set prefix=(hd0,msdos2)/boot/grub # or wherever grub is installed
grub rescue > insmod normal # if this produced an error, reset root and prefix to something else ..
grub rescue > normal
Dual Graphic Cards Setup
Korean Input Setup
1. Dash Home -> Language Support -> Install/Remove Language -> Install "Korean"2. Right Click Upper-right side "Keyboard" Button. -> Restart
3. Right Click "Keyboard" Button -> Double Click "preference" -> Show IBus Preference -> Check Input Method
Utilities
- apt-file : for searching packages including files to install
- apt-file search <file_name>
- apt-cache :
- apt-cache show <package_name>
- gnome-color-chooser
- for customizing ubuntu gnome color appearance
- for Eclipse Tooltip customizing
No comments:
Post a Comment