Installing Adobe Flash

Adobe flash is one of the weird things that doesn’t quite work out of the box in Ubuntu, luckily there’s a one-liner that installs it for you so it’s pretty straight forward.

sudo apt-get install flashplugin-installer

 
0
Kudos
 
0
Kudos

Now read this

Install dev environment (Grails, Ruby, Sass, etc.)

This is tailored to my current project which is a Grails app using a few other tools like Ruby, RVM, Sass, Compass, and Groovy. sudo apt-get update sudo apt-get install default-jdk export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64... Continue →