This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###INSTALL JAVA EASILY | |
sudo add-apt-repository ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install oracle-java7-installer | |
###Fixing locales problems | |
sudo nano /etc/default/locale | |
LC_ALL="en_GB.UTF-8" | |
sudo dpkg-reconfigure console-setup | |