Skip to content

Instantly share code, notes, and snippets.

View nihonzaru's full-sized avatar

Taishi Akamatsu nihonzaru

View GitHub Profile
#!/usr/bin/env bash
set -eu -o pipefail
readonly project=spring-boot-quickstart
readonly package=com.example
function gi() { curl -L -s https://www.gitignore.io/api/$@ ;}
curl https://start.spring.io/starter.tgz \
@nihonzaru
nihonzaru / Redash-v2.md
Last active May 11, 2020 20:20
Setup Redash v2.x for Oracle

Usage

Refs

https://redash.io/

Download Redash

$ curl -L -O https://github.com/getredash/redash/archive/v2.0.0.zip
@nihonzaru
nihonzaru / centos6-init-script.sh
Created December 3, 2014 12:42
Go Revel init script for CentOS 6.x
#!/bin/bash
# revel-app go/revel daemon
# chkconfig: 345 20 80
# description: revel-app daemon
# processname: revel-app
NAME="revel-app"
PIDFILE=/var/run/$NAME.pid
DAEMON_PATH="/opt/revel-app"