-
heroku cheat sheet quick start
#note requires java 8. add the ppa repo for oracle and install this if you dont have it already. check your local with: java -version #create auth token for subsequent commands heroku login #from within a local git cloned app root, to create a new dyno heroku create #deploy git push heroku master #check if…
-
javac invalid target release maven ant intellij netbeans eclipse
You may see the following error when running maven or ant command or from intellij: javac: invalid target release: 1.8 This occurs because you are running a build target for a version of java that you do not have set as your default in JAVA_HOME. If you do not have java 8 installed, in ubuntu…
-
solarized color theme
Parent site: http://ethanschoonover.com/solarized Vim (standalone or with pathogen): https://github.com/altercation/vim-colors-solarized Visual Studio (also in main repo): https://github.com/leddt/visualstudio-colors-solarized IntelliJ (also in main repo): https://github.com/jkaving/intellij-colors-solarized Putty: Install the .reg files to use with new sessions or edit previous sessions following the provided instructions. https://github.com/brantb/solarized/tree/master/putty-colors-solarized After you are connected to remote machine, you may need to run:
-
vimrc settings
Located in ~/.vimrc If it doesn’t exist, create it! To see more info on these settings, from within vim: To format a file with mixed tabs and spaces, after applying the above settings, from within vim:
