# Ubuntu install notes
[scps950707/ubuntu-install](https://github.com/scps950707/ubuntu-install)
## APT Package
- [bleachbit](https://www.bleachbit.org/)
- [cmake](https://cmake.org/)
- [colordiff](https://github.com/daveewart/colordiff)
- [compiz](https://launchpad.net/compiz)
- compiz-plugins
- [cppcheck](http://cppcheck.sourceforge.net/)
- [dconf-editor](https://wiki.gnome.org/Projects/dconf)
- [dos2unix](http://dos2unix.sourceforge.net/)
- [enca](https://github.com/nijel/enca)
- [exuberant-ctags](http://ctags.sourceforge.net/)
- [filezilla](https://filezilla-project.org/)
- [gawk](https://www.gnu.org/software/gawk/)
- [gdebi](https://launchpad.net/gdebi)
- [kazam](https://launchpad.net/kazam)
- [kolourpaint4](http://www.kolourpaint.org/)
- [p7zip-full](http://p7zip.sourceforge.net/)
- python3-dev
- python-dev
- python-pip
- ruby-httparty
- [shutter](http://shutter-project.org/)
- [synaptic](http://www.nongnu.org/synaptic/)
- [terminator](https://launchpad.net/terminator)
- tree
- [unity-tweak-tool](https://launchpad.net/unity-tweak-tool)
- unrar
- [valgrind](http://valgrind.org/)
- [vlc](http://www.videolan.org/vlc/)
## PPA Package
- [grub-customizer](https://launchpad.net/grub-customizer)
- [indicator-sound-switcher](http://yktoo.com/en/software/indicator-sound-switcher)
- [numixproject](https://numixproject.org/)
- [ubuntu-tweak](https://github.com/tualatrix/ubuntu-tweak)
- [y-ppa-manager](https://launchpad.net/~webupd8team/+archive/ubuntu/y-ppa-manager)
- [ubuntu-cleaner](https://github.com/gerardpuig/ubuntu-cleaner)
## Third Party
- [remarkable](https://remarkableapp.github.io/index.html)
- [messengerfordesktop](https://messengerfordesktop.com/)
- [autojump](https://github.com/wting/autojump)
- [git-extras](https://github.com/tj/git-extras)
- [tint2](https://gitlab.com/o9000/tint2)
- [thefuck](https://github.com/nvbn/thefuck)
- [streamlink](https://streamlink.github.io/)
- [streamlink-twitch-gui](https://github.com/streamlink/streamlink-twitch-gui)
- [gcin](http://hyperrate.com/dir.php?eid=67)
## Reference
- [How to Fix Time Differences in Ubuntu 16.04 & Windows 10 Dual Boot](http://ubuntuhandbook.org/index.php/2016/05/time-differences-ubuntu-1604-windows-10/)
- [Fix time differences between Ubuntu and Windows](http://www.webupd8.org/2014/09/dual-boot-fix-time-differences-between.html)
- [How do I change the VGA resolution for the non-graphical TTYs](http://askubuntu.com/questions/96658/how-do-i-change-the-vga-resolution-for-the-non-graphical-ttys)
- [Ubuntu 15.10/15.04/14.10/14.04/…/12.04 安裝最新的 gcin 中文輸入的完整步驟](http://hyperrate.com/thread.php?tid=28044)
- [讓 Linux 下的中文輸入法更接近微軟新注音使用體驗](http://goodjack.blogspot.tw/2013/08/linux-phonetic-setting.html)
- [Quickly place a window to another screen using only the keyboard](http://askubuntu.com/questions/22207/quickly-place-a-window-to-another-screen-using-only-the-keyboard)
- [Ubuntu 用 dpkg 指令查詢已安裝套件清單](http://www.arthurtoday.com/2010/01/ubuntu.html)
- [Articles Tagged Indicator-Applets](http://www.omgubuntu.co.uk/tag/indicator-applets/)
- [Ubuntu 16.04 – theme does not load at boot up](http://askubuntu.com/questions/784190/ubuntu-16-04-theme-does-not-load-at-boot-up)
- [ow can I get a list of all repositories and PPAs from the command line into an install script?](http://askubuntu.com/questions/148932)
## pip
### Problem with pip sudo permission problem
```shell=
sudo pip uninstall pip
apt-get remove python-pip
apt-get install python-pip
```
[Ref](http://stackoverflow.com/a/18956081/5197306)
### upgrade install packages
```shell=
pip list --outdated | grep -v '^\-e' | cut -d ' ' -f 1 | xargs -n1 pip install -U
```
## LIVE USB install
- option nomodeset
- sometimes hdmi not work
## linux kernel required packages
- linux-headers-4.4.0-62
- linux-headers-4.4.0-62-generic
- linux-image-4.4.0-62-generic
- linux-image-extra-4.4.0-62-generic
[Why are there so many “linux-” kernel packages on my machine, and what do they all do?](http://askubuntu.com/a/291170/549536)
[What is the linux-image-extra package for and do I need it?](http://askubuntu.com/a/153033/549536)
## launcher color
3D433F