Skip to content

Instantly share code, notes, and snippets.

View devinabyss's full-sized avatar

devh devinabyss

  • Korea
View GitHub Profile
@devinabyss
devinabyss / tomcat-service.sh
Created May 11, 2016 05:29 — forked from lesstif/tomcat-service.sh
RHEL/CentOS tomcat7 init.d service script.
#!/bin/bash
#
# tomcat
#
# chkconfig: 345 96 30
# description: Start up the Tomcat servlet engine.
#
# processname: java
# pidfile: /var/run/tomcat.pid
#

0. Overview

This article aims to be a portal to installation and configuration of Cassandra. It is self-contained in the first place. It also provides links to the original articles.

Warning: This article is still under written.

Prerequisites

Install Oracle Java Development Kit (JDK)

@devinabyss
devinabyss / 0_reuse_code.js
Created March 30, 2016 13:45
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@devinabyss
devinabyss / angular_universal_korean.md
Last active January 1, 2019 10:42
Angular Universal (Angular 2 Server Rendering) 번역문