The complete Ubuntu guide. P.S NOT really a guide
Changes to do!
Change launcher sensitivity
Install Juptor
open terminal in Ubuntu, and type firefox -profilemanager
(link for complete guide)
How to update firefox
In Windows 7, go to Control Panel > System and Security > System > Advanced system settings (on the left). click Settings under Startup and Recovery. change the timeout as well. changing the timeout to zero (0) may cause issues booting into Windows.
Change system font color
To change the system font color of the Ambiance theme from gray to black, you can edit these three files.
Change selection color to blue (#2ab5ff)
Update graphic card drivers by installing recommended updates. Install intel linux graphic drivers (here)- Update firefox (described how to, below)
- In case the whole thing freezes ALT+ SYSRQ + R + E + I + S + U + B
- Add keyboard shortcuts to xkill and System Monitor
- Change selection color to blue
- Change font color to black
- Increase Unity Launcher sensitivity to make it faster
- Skype (download the setup file from the site and run it)
- Jupiter (decribed below) or the laptop will overheat
- Pinta Image Editor (software center)
- chromium (software center)
- VLC Media Player (software center) - and make this the default app to play media by right clicking a file.
- dconf editor, compiz config, My Unity (to customize appearance)
- qBittorrent (alternative to utorrent)
- Quicklist Editor (to add shortcuts to folders on the launcher)
- Brasero Disk Burner
- Storage Device Manager (auto mount windows partitions on startup - make sure its not mounted as read-only)
Change launcher sensitivity
" There is experimental tab in Unity Compiz plugin(CCSM). Check with the values in the screenshot. And change the launcher reveal pressure. A value of 1 will make the launcher popup faster."
Install Juptor
$ sudo add-apt-repository ppa:webupd8team/jupiterUse the firefox cookies, bookmarks and personal settings from windows
$ sudo apt-get update
$ sudo apt-get install jupiter
open terminal in Ubuntu, and type firefox -profilemanager
(link for complete guide)
How to update firefox
sudo add-apt-repository ppa:mozillateam/firefox-nextHow to make Ubuntu the default boot option
sudo apt-get update
sudo apt-get install firefox
In Windows 7, go to Control Panel > System and Security > System > Advanced system settings (on the left). click Settings under Startup and Recovery. change the timeout as well. changing the timeout to zero (0) may cause issues booting into Windows.
Change system font color
To change the system font color of the Ambiance theme from gray to black, you can edit these three files.
sudo gedit /usr/share/themes/Ambiance/gtk-2.0/gtkrcIn these files change
sudo gedit /usr/share/themes/Ambiance/gtk-3.0/settings.ini
sudo gedit /usr/share/themes/Ambiance/gtk-3.0/gtk.css
text_color:#3C3C3C to text_color:#000000and reduce the font size using My Unity > font > letter size ubuntu 10
fg_color:#4c4c4c to fg_color:#000000
Change selection color to blue (#2ab5ff)
dconf-tools> org> gnome> desktop> interface >gtk-color-scheme
bg_color:#f0f1f2;selected_bg_color:#023C88
sudo gedit /usr/share/themes/Ambiance/gtk-3.0/settings.iniUseful links
- Wubu guide (https://wiki.ubuntu.com/WubiGuide)
- Tips and Tricks for Ubuntu after Installation (link)