Skip to content

Instantly share code, notes, and snippets.

@jmeyo
Last active July 7, 2016 18:04
Show Gist options
  • Save jmeyo/32843e6d67286e4d095a to your computer and use it in GitHub Desktop.
Save jmeyo/32843e6d67286e4d095a to your computer and use it in GitHub Desktop.
Ubuntu 16.04 install
# install useful tool
sudo apt-get install links chromium-browser chromium-browser-l10n geany geany-plugins curl screen
# Setup LEMP
→ https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-04
## setup mysql
sudo /usr/bin/mysql_secure_installation
sudo apt-get install php5-fpm
Flash issue :
sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install
http://itsfoss.com/fix-flash-player-issue-chromium-in-ubuntu-14-04/
Install AppIndicator :
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install calendar-indicator
Extra codec :
sudo apt-get install ubuntu-restricted-extras
http://www.webupd8.org/2014/04/10-things-to-do-after-installing-ubuntu.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment