I hereby claim:
- I am albogdano on github.
- I am albogdano (https://keybase.io/albogdano) on keybase.
- I have a public key whose fingerprint is DFE3 1314 C10B 8C67 E891 DD0A A95C EA0C 995D AA0F
To claim this, I am signing this object:
| #!/bin/bash | |
| # Run this script from inside the Para ./data folder, or wherever para.mv.db is located | |
| OLD_H2_VERSION="2.0.202" | |
| NEW_H2_VERSION="2.2.224" | |
| PARA_USER="para" | |
| PARA_PASS="secret" | |
| wget -q -O h2-$NEW_H2_VERSION.jar https://search.maven.org/remotecontent?filepath=com/h2database/h2/$NEW_H2_VERSION/h2-$NEW_H2_VERSION.jar && \ |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| * Copyright 2013-2016 Erudika. https://erudika.com | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| #!/usr/bin/env zsh | |
| #local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" | |
| # | |
| # Oh My Zsh! theme | |
| # | |
| setopt promptsubst | |
| autoload -U add-zsh-hook |
| # First verify the version of Java being used is not SunJSK. | |
| java -version | |
| # Get the latest Sun Java SDK from Oracle http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html | |
| wget http://download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-x64.rpm | |
| # Install Java | |
| sudo rpm -i jdk-7u51-linux-x64.rpm | |
| # Check if the default java version is set to sun jdk |