접기
2. Tweak Unity
2.1 Unity Tweak Tool
sudo apt-get install unity-tweak-tool
2.2 Security & Privacy
disable the shopping suggestions
gsettings set com.canonical.Unity.Lenses disabled-scopes "['more_suggestions-amazon.scope', 'more_suggestions-u1ms.scope', 'more_suggestions-populartracks.scope', 'music-musicstore.scope', 'more_suggestions-ebay.scope', 'more_suggestions-ubuntushop.scope', 'more_suggestions-skimlinks.scope']"
2.3 enable minimize on click for the Unity Launcher
sudo apt-get install compizconfig-settings-manager
2.4 Try the new locally integrated menus (LIM)
3. Fixes
3.1 Get Firefox to support H.264
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg
3.2 Fix Skype not using the correct system theme on 64bit
sudo apt-get install gtk2-engines-murrine:i386 gtk2-engines-pixbuf:i386
3.3 Fix missing Skype tray icon / appindicator on Ubuntu 64bit
sudo apt-get install sni-qt:i386
4. Web browser(Firefox, Google Chrome, Chromium) tweaks
4.1 Piplight(Windows Silverlight)
sudo apt-add-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install pipelight-multi
Then, install the Silverlight plugin using the following command:
sudo pipelight-plugin --enable silverlight
To install the Widevine plugin, use the command below:
sudo pipelight-plugin --enable widevine
5. LibreOffice tweaks
5.1 LibreOffice sidebar
View > Sidebar
5.2 monochrome icon set
sudo apt-get install libreoffice-style-sifr
6. Nautilus "tweaks"
6.1 Use the search / type-ahead feature that suit your needs
gsettings set org.gnome.nautilus.preferences enable-interactive-search false gsettings set org.gnome.nautilus.preferences enable-interactive-search true
6.2 If you don't like Nautilus 3.10, switch to Nemo
Install Nemo
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller
Optional: Enable thumbnails for files larger than 1 MB
Nemo menu select Edit > Preferences and on the "Preview" tab, under "Other Previewable Files", set "Only for files smaller than" to the size you want.
Install Nemo extentions
sudo apt-get install nemo-compare nemo-dropbox nemo-media-columns nemo-pastebin nemo-seahorse nemo-share nemo-emblems nemo-image-converter nemo-audio-tab
7. Laptop tweaks
7.1 Improve battery life
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp tlp-rdw
sudo tlp start
8. Install codecs, Java and encrypter DVD playback
sudo apt-get install ubuntu-restricted-extras
8.2 unrestricted version of libavcodec
sudo apt-get install libavcodec-extra
8.3 OpenJRE
sudo apt-get install icedtea-7-plugin openjdk-7-jre
8.4 OpenJDK
sudo apt-get install openjdk-7-jdk
8.5 Oracle Java 7
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
8.6 Encrypted DVD playback
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
ETC
installing GoogleEarth
접기