Skip to content

Instantly share code, notes, and snippets.

View marcelo-michels's full-sized avatar
🏠
Working from home

Marcelo Michels marcelo-michels

🏠
Working from home
View GitHub Profile
@therebelrobot
therebelrobot / gist:747953c392d8a6ed5aaf
Last active January 23, 2018 00:55
HTML5 PushState in Express.js
// http://heu.io/posts/push-state-with-nodejs-and-express/
var express = require('express');
var path = require('path');
var favicon = require('static-favicon');
var logger = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
// var routes = require('./routes/index');
@sukharevd
sukharevd / wildfly-install.sh
Last active October 21, 2023 11:56
Script to install JBoss Wildfly 10.x as service in Linux
#!/bin/bash
#title :wildfly-install.sh
#description :The script to install Wildfly 10.x
#more :http://sukharevd.net/wildfly-8-installation.html
#author :Dmitriy Sukharev
#date :2016-06-18T02:45-0700
#usage :/bin/bash wildfly-install.sh
#tested-version1 :10.0.0.CR3
#tested-distros1 :Ubuntu 15.10; Debian 7,8; CentOS 7; Fedora 22
#tested-version2 :10.0.0.Final