Skip to content

Instantly share code, notes, and snippets.

@iamlucianojr
Last active October 17, 2015 03:12
Show Gist options
  • Save iamlucianojr/a95ebc0ba4b89b463aa7 to your computer and use it in GitHub Desktop.
Save iamlucianojr/a95ebc0ba4b89b463aa7 to your computer and use it in GitHub Desktop.
Several install on Ubuntu
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update ; sudo apt-get install google-chrome-stable -y
sudo apt-get install filezilla -y
sudo apt-get purge openjdk*
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-default
sudo apt-get -y install apache2 mysql-server php5 php5-mysql
sudo apt-get -y install php5-gd php5-curl php5-cli
sudo apt-get install mcrypt -y
sudo php5enmod mcrypt
sudo apt-get install phpmyadmin -y
sudo apt-get install mysql-workbench -y
sudo apt-get install curl -y
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
sudo apt-get install unrar
sudo apt-get install meld -y
sudo apt-get install samba -y
[Spotify]
sudo sh -c 'echo deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 94558F59
sudo apt-get update; sudo apt-get install spotify-client -y
[Time4popCorn]
[sublimeText3]
[PhpStorm]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment