Skip to content

Instantly share code, notes, and snippets.

View ericdraken's full-sized avatar

Eric Draken ericdraken

View GitHub Profile
@wavezhang
wavezhang / java_download.sh
Last active June 28, 2024 15:42
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz
@bobzoller
bobzoller / build_xvfb
Last active May 12, 2018 18:07
Compiles a static xvfb for the Heroku platform.
#!/bin/sh
#
# Compiles a static xvfb for the Heroku platform.
#
# This script is a conglomeration of:
# * https://github.com/ddollar/heroku-buildpack-apt
# * http://stackoverflow.com/questions/14845291/compile-static-linked-binary-of-xvfb
# * gumption
set -e # fail fast