Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Ubuntu 14.04 trusty ====== ===== post install ===== disable non needed packages <code> sudo apt-get remove modemmanager echo manual > /etc/init/whoopsie.override </code> non free <code> sudo apt-get install ubuntu-restricted-extras sudo apt-get install linux-firmware-nonfree </code> utils <code> sudo apt-get install unity-tweak-tool sudo apt-get install indicator-multiload sudo apt-get install vim-gtk </code> disable atime ext4 in /etc/fstab <code> UUID=226d60a2-a8ec-489f-b3fe-c1595b5ac7eb / ext4 errors=remount-ro,noatime 0 1 </code> ===== maintenance ===== Purge old kernels (install bikeshed package before) <code> purge-old-kernels </code> ===== packages ===== ===== develop ==== ==== inkscape ==== Upgrade to 0.9x version <code> sudo add-apt-repository ppa:inkscape.dev/stable sudo apt-get update sudo apt-get install inkscape </code> ==== video H.265/HEVC ==== <code> sudo apt-add-repository ppa:strukturag/libde265 sudo apt-get update sudo apt-get install gstreamer0.10-libde265 sudo apt-get install gstreamer1.0-libde265 sudo apt-get install vlc-plugin-libde265 </code> === ffmpeg and other media tools === <code> sudo apt-add-repository ppa:mc3man/trusty-media sudo apt-get update sudo apt-get install ffmpeg </code> ===== upgrade kernel to 3.19 ===== https://wiki.ubuntu.com/Kernel/LTSEnablementStack Install steam dependancy <code> apt-get install libgl1-mesa-dri-lts-utopic:i386 libgl1-mesa-glx-lts-utopic:i386 </code> ===== diodon ===== <code> sudo add-apt-repository ppa:diodon-team/stable sudo apt-get update sudo apt-get install diodon unity-scope-diodon </code> Open keyboard preferences and add a custom shortcuts {{:tips:ubuntu:diodon.png?200|}} ===== compiz ===== annotate plugin {{:tips:ubuntu:screenshot1.png?200|}} tips/ubuntu/trusty.txt Last modified: 2015/12/08 10:21by scipio